* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*::-moz-selection {
    color: #fff;
    background-color: #1770c8
}

*::selection {
    color: #fff;
    background-color: #1770c8;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Space Grotesk",sans-serif;
    font-size: 16px;
    line-height: 0px;
    font-weight: 400;
    color: #111827;
    background-color: #fff;
    overflow-x: clip
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #000000ed;
    border-radius: 0px;
}

body::-webkit-scrollbar-button,body::-webkit-scrollbar-thumb {
    background-color: #595a5b;
    border-radius: 0px;
}

a,button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    transition: all .4s ease-in-out
}

a i,button i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: all .4s ease-in-out
}

a:hover,button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px
}

button {
    cursor: pointer;
    background-color: rgba(0,0,0,0)
}

button:focus {
    box-shadow: 0px 0px 0px
}

ul,ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px
}

blockquote,hr {
    margin: 0px
}

hr {
    opacity: 1;
    margin: 0px;
    display: block;
    width: 100%;
    height: 1px;
    border: 0px solid rgba(0,0,0,0)
}

input,textarea {
    border: 40px;
    outline: 0px
}

input:focus,textarea:focus {
    box-shadow: 0px 0px 0px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0px
}

input::-moz-placeholder {
    color: inherit;
    font-size: inherit
}

input::placeholder {
    color: inherit;
    font-size: inherit
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

textarea {
    min-height: 150px;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0px
}

iframe {
    border: 0px;
    width: 100%
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #111827;
    font-family: "Space Grotesk",sans-serif
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width:1440px
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.row>* {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.pogat>* {
    margin-bottom: 40px
}

p,th,td,li,input,textarea,select,label,blockquote,q,strong,span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Space Grotesk",sans-serif
}

.text-xl {
    font-size: 24px;
    line-height: 34px
}

.text-lg {
    font-size: 20px;
    line-height: 30px
}

.text-md {
    font-size: 16px;
    line-height: 24px
}

a,button {
    font-size: 16px;
    line-height: 26px;
    color: #111827;
    font-weight: 500;
    font-family: "Space Grotesk",sans-serif;
    cursor: pointer
}

a i,button i {
    color: inherit
}

a:hover,button:hover {
    color: #4569e7
}

a:hover i,button:hover i {
    color: inherit
}

h1,.h1 {
    font-size: 75px;
    line-height: 90px
}

.h1-light {
    font-size: 70px;
    line-height: 86px
}

h2,.h2 {
    font-size: 39px;
    line-height: 60px;
    margin-bottom: 10px;
}

.h2-light {
    font-size: 55px;
    line-height: 70px
}

h3,.h3 {
    font-size: 40px;
    line-height: 56px
}

h4,.h4 {
    font-size: 24px;
    line-height: 40px
}

h5,.h5 {
    font-size: 20px;
    line-height: 36px
}

h6,.h6 {
    font-size: 18px;
    line-height: 34px
}

h1 a,h1 span,.h1 a,.h1 span,h2 a,h2 span,.h2 a,.h2 span,h3 a,h3 span,.h3 a,.h3 span,h4 a,h4 span,.h4 a,.h4 span,h5 a,h5 span,.h5 a,.h5 span,h6 a,h6 span,.h6 a,.h6 span,p a,p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    transition: inherit
}

.my-app {
    min-width: 100vw;
    min-height: 100vh;
    overflow-x: clip !important
}

.my-app::-webkit-scrollbar {
    width: 0px;
    display: none
}

img {
    max-width: 12%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0px;
    outline: 0px
}

i {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.slick-slide {
    margin: 0px 15px
}

.slick-slide img {
    display: inline-block
}

.slick-list {
    margin: 0px -15px
}

.unset {
    max-width: unset
}

.bg-img {
    background-color: #181818f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.dir-rtl {
    direction: rtl
}

.fw-4 {
    font-weight: 400
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

.fw-8 {
    font-weight: 800
}

.bg-primary {
    background-color: #4569e7
}

.bg-secondary {
    background-color: #192337
}

.bg-tertiary {
    background-color: #f4f7ff
}

.bg-quaternary {
    background-color: #d9d9d9
}

.bg-quinary {
    background-color: #e0013f
}

.bg-senary {
    background-color: #e5e5f5
}

.text-primary {
    color: #4569e7
}

.text-secondary {
    color: #192337
}

.text-tertiary {
    color: #f4f7ff
}

.text-quaternary {
    color: #d9d9d9
}

.text-quinary {
    color: #e0013f
}

.text-senary {
    color: #e5e5f5
}

.section {
    padding: 104px 0px;
    position: relative;
    z-index: 1;
    overflow-x: clip !important
}

.pt-140 {
    padding-top: 140px
}

.pb-140 {
    padding-bottom: 140px
}

.section__cta {
    margin-top: 65px
}

.section__content-cta {
    margin-top: 65px
}

.items-gap {
    row-gap: 30px
}

.items-gap-two {
    row-gap: 60px
}

.section__header {
    margin-bottom: 65px;
    text-align: center;
    margin-top: -10px
}

.section__header .h2 {
    font-weight: 700
}

.section__header p {
    color: #fff;
    margin-top: 20px
}

.section__header .max-5 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.section__header--secondary {
    margin-bottom: 65px;
    margin-top: -10px
}

.section__content {
    margin-top: -10px
}

.section__content .paragraph {
    margin-top: 30px
}

.section__content .paragraph p {
    margin-bottom: 30px
}

.section__content .paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.breadcrumb {
    margin-bottom: 0px;
    margin-top: 30px
}

.breadcrumb .breadcrumb-item,.breadcrumb a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff
}

.breadcrumb .breadcrumb-item a:hover,.breadcrumb a a:hover {
    color: #8fffec
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    content: "/";
    font-weight: 600;
    color: #fff
}

.breadcrumb .active {
    color: #fff
}

.social {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center
}

.social a {
    color: rgba(255,255,255,.4392156863)
}

.social a:hover {
    color: #192337
}

.social a i {
    transition: none
}

.cmn-pagination button {
    text-indent: -9999px
}

.cmn-pagination .slick-dots {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end
}

.cmn-pagination .slick-dots button {
    width: 28px;
    height: 28px;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    position: relative;
    transition: all .4s ease-in-out;
    border-radius: 50%
}

.cmn-pagination .slick-dots button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #8fffec;
    border-radius: 50%
}

.cmn-pagination .slick-dots .slick-active button {
    background-color: rgba(0,0,0,0);
    border: 1px solid #8fffec
}

.cmn-pagination-light .slick-dots button::before {
    background-color: #4569e7
}

.cmn-pagination-light .slick-dots .slick-active button {
    background-color: rgba(0,0,0,0);
    border: 1px solid #4569e7
}

@keyframes anime {
    0%,100% {
        opacity: .3;
        transform: translateX(0px)
    }

    80% {
        opacity: 1;
        transform: translateX(20px)
    }
}

@keyframes animeTwo {
    0%,100% {
        opacity: .3
    }

    80% {
        opacity: 1
    }
}

@keyframes lr {
    0%,100% {
        transform: translateX(0px)
    }

    80% {
        transform: translateX(15px)
    }
}

@keyframes tb {
    0%,100% {
        transform: translateY(0px)
    }

    80% {
        transform: translateY(15px)
    }
}

.slide-btn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    transition: all .4s ease-in-out;
    background-color: #192337;
    color: #fff;
    font-size: 20px;
    z-index: 2
}

.slide-btn:hover {
    color: #fff;
    background-color: #e0013f
}

.grd {
    background: linear-gradient(90.05deg, #e0013f 23.44%, #7600ab 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    background-clip: text
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0.6)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2)
    }

    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0
    }
}

.video-wrap a {
    position: relative;
    z-index: 1
}

.video-wrap a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: inherit;
    opacity: .8;
    z-index: -1;
    animation: wave 3s linear infinite
}

.video-wrap a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    background-color: inherit;
    opacity: .4;
    z-index: -2;
    animation: wave 6s linear infinite;
    animation-delay: 1s
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.slide-group {
    display: flex;
    align-items: center;
    gap: 24px
}

.btn {
    padding: 20px 40px;
    line-height: 1;
    font-weight: 700;

    background-color: rgb(171 57 185);
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0px solid rgba(0,0,0,0)
}

.btn--primary {
    color: #fff
}

.btn--primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #8fffec 0%, #4569e7 95.62%);
    background-size: 100% auto;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--primary:hover {
    color: #fff
}

.btn--primary:hover::before {
    background-size: 140% auto;
    background-position: right center
}

.btn--secondary {
    border: 1px solid #fff;
    color: #fff;
    transition: all .4s ease-in-out
}

.btn--secondary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--secondary:hover {
    border: 1px solid #4569e7;
    color: #fff
}

.btn--secondary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--tertiary {
    border: 1px solid #8fffec;
    color: #8fffec;
    transition: all .4s ease-in-out
}

.btn--tertiary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--tertiary:hover {
    border: 1px solid #4569e7;
    color: #fff
}

.btn--tertiary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--quaternary {
    border: 1px solid #4569e7;
    color: #4569e7;
    transition: all .4s ease-in-out
}

.btn--quaternary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--quaternary:hover {
    border: 1px solid #4569e7;
    color: #fff
}

.btn--quaternary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--quinary {
    border: 0px solid rgba(0,0,0,0);
    color: #4569e7;
    background-color: #fff;
    transition: all .4s ease-in-out
}

.btn--quinary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--quinary:hover {
    border: 0px solid #4569e7;
    color: #fff;
    background-color: #4569e7
}

.btn--quinary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--senary {
    color: #fff
}

.btn--senary::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(37deg, #03a1ff 0%, #b82dff 75.62%);
    background-size: 100% auto;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--senary:hover {
    color: #fff
}

.btn--senary:hover::before {
    background-size: 180% auto;
    background-position: right center
}

.btn--septenary {
    border: 1px solid #fff;
    color: #fff;
    transition: all .4s ease-in-out
}

.btn--septenary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(90deg, #e0013f 0%, #8733ff 95.62%);
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--septenary:hover {
    border: 1px solid #e0013f;
    color: #fff
}

.btn--septenary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--ocotonary {
    border: 0px solid rgba(0,0,0,0);
    color: #fff;
    background-color: #756cf5;
    transition: all .4s ease-in-out
}

.btn--ocotonary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--ocotonary:hover {
    border: 0px solid #4569e7;
    color: #fff;
    background-color: #4569e7
}

.btn--ocotonary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn--nonary {
    border: 0px solid rgba(0,0,0,0);
    color: #fff;
    background-color: #FF31AD;
    transition: all .4s ease-in-out
}

.btn--nonary::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #756cf5;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn--nonary:hover {
    border: 0px solid #756cf5;
    color: #fff;
    background-color: #756cf5
}

.btn--nonary:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.btn-fo {
    background-color: #4569e7;
    color: #fff
}

.btn-fo:hover {
    background-color: #4569e7;
    color: #fff
}

.btn-ft {
    border: 1px solid #4569e7;
    color: #fff;
    transition: all .4s ease-in-out
}

.btn-ft::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: #4569e7;
    z-index: -1;
    transition: all .4s ease-in-out
}

.btn-ft:hover {
    border: 1px solid #4569e7;
    color: #fff
}

.btn-ft:hover::before {
    width: 100%;
    left: unset;
    right: 0%
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 17px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: inset 0 0 0 8px rgba(195,180,186,.4901960784);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 99
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #4569e7;
    left: 0%;
    top: 0%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

.progress-wrap:hover::after {
    opacity: 0
}

.progress-wrap::before {
    position: absolute;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    opacity: 0;
    background: #4569e7;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    left: 0%;
    top: 0%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear
}

.progress-wrap:hover::before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #4569e7;
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear
}

.mail-group {
    padding: 0px 20px 0px 0px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 16px
}

.mail-group input {
    flex-grow: 1;
    padding: 12px 12px 12px 20px;
    background-color: rgba(0,0,0,0);
    width: calc(100% - 36px)
}

.mail-group input::-moz-placeholder {
    color: #818181
}

.mail-group input::placeholder {
    color: #818181
}

.mail-group button {
    font-size: 20px;
    color: #e0013f
}

.mail-group-two {
    padding: 5px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 16px
}

.mail-group-two input {
    flex-grow: 1;
    padding: 12px 12px 12px 20px;
    background-color: rgba(0,0,0,0)
}

.mail-group-two input::-moz-placeholder {
    color: #818181
}

.mail-group-two input::placeholder {
    color: #818181
}

.mail-group-two button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 30px;
    line-height: 1
}

.mail-group-two button span {
    line-height: 1;
    color: inherit;
    font-weight: 700
}

.mail-group-two button i {
    font-size: 20px;
    transition: inherit
}

.search-group {
    position: relative
}

.search-group input {
    width: 100%;
    padding: 16px 60px 16px 20px;
    border: 1px solid #d9d9d9;
    line-height: 18px
}

.search-group input::-moz-placeholder {
    color: #969696
}

.search-group input::placeholder {
    color: #969696
}

.search-group input:focus {
    border: 1px solid #111827
}

.search-group button {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    color: #646464;
    transform: translateY(-50%)
}

.form-cta {
    margin-top: 40px
}

.comment-group-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%
}

.comment-group-wrapper .comment-group {
    margin-bottom: 0px;
    width: calc(50% - 15px)
}

.comment-group input,.comment-group textarea {
    width: 100%;
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    line-height: 18px
}

.comment-group input::-moz-placeholder, .comment-group textarea::-moz-placeholder {
    color: #969696
}

.comment-group input::placeholder,.comment-group textarea::placeholder {
    color: #969696
}

.frm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #111827;
    border: 1px solid #d9d9d9
}

.frm-btn i {
    transform: rotate(-45deg);
    transition: none
}

.frm-btn:hover {
    border: 1px solid #d9d9d9
}

.input-single input {
    width: 100%;
    padding: 20px 16px 0px 20px;
    line-height: 18px
}

.input-single input::-moz-placeholder {
    color: #111827
}

.input-single input::placeholder {
    color: #111827
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #1A1A1D
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0);
    border-top-color: #9370db;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0);
    border-top-color: #ba55d3;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0);
    border-top-color: #f0f;
    animation: spin 1.5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
    background: #fff
}

.header .nav {
    padding: 30px 0px;
    background-color: #fff;
    border-radius: 0px
}

.header .nav__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    min-width: 100%
}

.header .nav__menu {
    flex-grow: 1
}

.header .nav__menu-items {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .nav__menu-link {
    padding: 10px 16px;
    color: #111827;
    font-weight: 500
}

.header .nav__menu-link:hover {
    color: #4569e7
}

.header .nav__menu-item--dropdown {
    position: relative
}

.header .nav__menu-item--dropdown .nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 200px;
    max-width: 300px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    transform: translateY(30px);
    box-shadow: 0px 6px 30px rgba(0,0,0,.08);
    max-height: 520px;
    overflow-y: auto;
    pointer-events: none
}

.header .nav__menu-item--dropdown .nav__dropdown::-webkit-scrollbar {
    width: 0px
}

.header .nav__menu-item--dropdown .nav__dropdown li {
    margin-bottom: 10px
}

.header .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.header .nav__menu-item--dropdown:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all
}

.header .nav__menu-item--dropdown .nav__dropdown-item {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #111827
}

.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
    padding-left: 8px;
    color: #4569e7
}

.header .nav__menu-link--dropdown {
    position: relative
}

.header .nav__menu-link--dropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡";
    border: none;
    font-size: 16px;
    transition: all .2s ease-in-out
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
    color: #4569e7
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    transform: rotate(180deg);
    color: #4569e7
}

.header .nav__dropdown--alt {
    max-width: 800px !important;
    min-width: 500px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    width: 100%
}

.header .nav__dropdown--alt ul {
    width: calc(50% - 12px)
}

.header .nav__dropdown--alt ul:nth-of-type(1) {
    margin-right: 24px
}

.header .nav__dropdown--alt .atery {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;

    font-weight: 700;
    padding-bottom: 10px
}

.header .nav__uncollapsed {
    display: flex;
    gap: 30px
}

.header .nav__uncollapsed .btn {
    border: 1px solid #4569e7;
    color: #4569e7;
    background-color: inherit
}

.header .nav__uncollapsed .btn:hover {
    color: #fff
}

.header .social {
    margin-top: 40px;
    display: none
}

.header .social a:hover {
    color: #fff
}

.header .nav__uncollapsed-item {
    display: flex;
    align-items: center;
    gap: 24px
}

.header .nav__uncollapsed-item .btn {
    border: 1px solid #4569e7;
    color: #4569e7;
    background-color: inherit
}

.header .nav__uncollapsed-item .btn:hover {
    color: #fff
}

.header .nav__bar {
    padding: 0px;
    display: inline-block;
    background-color: rgba(0,0,0,0)
}

.header .nav__bar span {
    transform: translateY(0px)
}

.header .nav__bar .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #111827;
    margin: 0px;
    display: block;
    transition: all .3s
}

.header .nav__bar .middle-bar {
    margin: 6px 0px;
    opacity: 1
}

.header .nav__bar-toggle .top-bar {
    transform: rotate(-45deg) translate(-7px, 4px);
    background: #4569e7
}

.header .nav__bar-toggle .middle-bar {
    opacity: 0
}

.header .nav__bar-toggle .bottom-bar {
    transform: rotate(45deg) translate(-7px, -4px);
    background: #4569e7
}

.header-active {
    background-color: #fff;
    animation: header .5s linear;
    top: 0px !important;
    z-index: 99;
    box-shadow: 0px 6px 30px rgba(0,0,0,.08)
}

.header-active .nav {
    box-shadow: none !important
}

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(18,18,18,.3764705882);
    z-index: 9;
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    display: none
}

.backdrop-active {
    transform: translateX(0px)
}

.body-active {
    overflow: hidden;
    min-width: 100vw;
    min-height: 100vh
}

@keyframes header {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0px)
    }
}

.header--dark {
    background-color: rgba(0,0,0,0)
}

.header--dark .nav {
    background-color: rgba(0,0,0,0)
}

.header--dark .nav__menu-link {
    color: #fff
}

.header--dark .nav__menu-link:hover {
    color: #8fffec
}

.header--dark .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
    color: #8fffec
}

.header--dark .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    color: #8fffec
}

.header--dark .nav__menu-link--dropdown {
    color: #fff
}

.header--dark .nav__menu-link--dropdown::after {
    color: #fff
}

.header--dark .nav__menu-link--dropdown:hover {
    color: #8fffec !important
}

.header--dark .nav__menu-link--dropdown:hover::after {
    color: #8fffec !important
}

.header--dark .nav__uncollapsed-item .btn {
    border: 1px solid #8fffec;
    color: #fff;
    background-color: inherit
}

.header--dark .nav__uncollapsed-item .btn::before {
    background-color: #8fffec
}

.header--dark .nav__uncollapsed-item .btn:hover {
    border: 1px solid #8fffec;
    color: #4569e7
}

.header--dark .nav__bar .icon-bar {
    background-color: #fff
}

.header--dark .backdrop {
    background-color: #756cf5;
    opacity: .4
}

.header--dark.header-active {
    background-color: #0e121a !important
}

.header-two .nav__uncollapsed-item .btn {
    border-color: #ee33b2;
    color: #e233b5;
}

.header-two .nav__uncollapsed-item .btn:hover {
    color: #fff;
    border-color: #f233b1;
}

.header-two .backdrop {
    background-color: #e0013f;
    opacity: .5
}

.header-two .nav__menu-item:nth-last-of-type(1) .btn {
    color: #e0013f !important;
    border: 1px solid #e0013f !important
}

.header-two .nav__menu-item:nth-last-of-type(1) .btn:hover {
    color: #fff !important;
    border-color: #e0013f !important
}

.header-two .social a {
    background-color: #e0013f !important;
    color: #fff !important
}

.header-two .social a:hover {
    background-color: #fff !important;
    color: #e0013f !important
}

.banner-one {
    padding: 226px 0px 184px
}

.banner-one .banner-one__content .h6 {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.banner-one .banner-one__content .h6 span {
    padding: 10px 20px;
    background-color: #4569e7;
    line-height: 1;
    border-radius: 0px 30px 30px
}

.banner-one .banner-one__content .h1 {
    color: #fff
}

.banner-one .banner-one__content .section__content-cta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.banner-two {
    padding: 158px 0px 220px;
    overflow: hidden !important;
    position: relative;
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-two .circ {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    animation: anime 12s ease-in-out infinite alternate-reverse
}

.banner-two .banner-two__content {
    text-align: center
}

.banner-two .banner-two__content h2 {
    background: linear-gradient(90.05deg, #e0013f 23.44%, #7600ab 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    background-clip: text;
    margin-top: 30px
}

.banner-two .banner-two__content p {
    max-width: 829px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.banner-two .section__content-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.banner-two .section__content-cta p {
    text-align: center;
    font-size: 14px;

    color: #435374;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px
}

.banner-two .anime img {
    position: absolute;
    z-index: -1;
    animation: animeTwo 9s ease-in-out infinite
}

.banner-two .anime .one {
    top: 32%;
    left: calc(63% - 933px);
    animation: animeTwo 9s ease-in-out infinite;
    animation-delay: 1s
}

.banner-two .anime .two {
    top: 26%;
    left: calc(50% + 520px);
    animation-delay: 2s;
    animation: animeTwo 9s ease-in-out infinite
}

.banner-two .anime .three {
    bottom: 136px;
    left: 30%;
}

.banner-two .anime .four {
    bottom: 240px;
    right: 23%;
    animation-direction: alternate-reverse
}

.banner-two .anime .five {
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
    animation-direction: reverse
}

.banner-three {
    padding-top: 118px
}

.banner-three .banner-three__inner {
    padding: 65px 65px;
    border-radius: 20px;
    position: relative
}

.banner-three .banner-three__content p {
    font-weight: 600;
    margin-bottom: 20px
}

.banner-three .banner-three__content .section__content-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.banner-three .banner-three__content .try-this {
    border: 1px dashed #fff;
    border-radius: 100px;
    padding: 3px 40px 3px 3px;
    display: inline-flex;
    gap: 10px
}

.banner-three .banner-three__content .try-this .thumb img {
    width: 48px;
    height: 48px;
    border: 3px solid #46a1cc;
    border-radius: 50%;
    margin-left: -16px
}

.banner-three .banner-three__content .try-this .thumb img:nth-of-type(1) {
    margin-left: 0px
}

.banner-three .banner-three__content .try-this .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.banner-three .banner-three__content .try-this .content span {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.banner-three .h2-light {
    color: #fff
}

.banner-three .banner-three-pagination {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.banner-three .banner-three-pagination .slick-dots {
    justify-content: center;
    margin-top: 40px;
    flex-direction: column
}

.cmn-banner {
    margin-top: 118px;
    background-size: 100% 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.cmn-banner .cmn-banner__content {
    text-align: center;
    margin-top: -10px
}

.cmn-banner .cmn-banner__content .h3 {
    color: #fff
}

.cmn-banner .anime img {
    position: absolute;
    z-index: -1;
    animation: anime 10s ease infinite
}

.cmn-banner .anime .one img {
    left: 40px;
    top: 40px;
    width: 500px;
    
}

.cmn-banner .anime .two {
    right: 40px;
    bottom: 40px
}

.footer .footer__single {
    margin-top: -10px
}

.footer .footer__single .h5 {
    color: #fff
}

.footer .footer__single ul {
    margin-top: 30px
}

.footer .footer__single ul li {
    margin-bottom: 12px
}

.footer .footer__single ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.footer .footer__single a {
    font-weight: 400;
    color: #fff
}

.footer .footer__single a:hover {
    padding-left: 8px;
    color: #8fffec
}

.footer .copyright-inner {
    padding: 20px;
    background-color: #192337;
    border-radius: 10px;
    margin-top: 65px;
    margin-bottom: 40px
}

.footer .copyright-inner .social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.footer .copyright-inner .social a {
    color: #fff;
    font-size: 20px
}

.footer .copyright-inner .social a:hover {
    color: #8fffec
}

.footer .copyright-inner p {
    color: #949494;
    font-weight: 400
}

.footer .copyright-inner p a {
    color: #949494;
    transition: all .4s ease-in-out;
    font-weight: 400
}

.footer .copyright-inner p a:hover {
    color: #fff
}

.footer .anime img {
    position: absolute;
    z-index: -1;
    animation: anime 8s ease-in-out infinite
}

.footer .anime .one {
    top: 130px;
    left: 0px
}

.footer .anime .two {
    bottom: 190px;
    right: 0px;
    animation-delay: .9s
}

.footer-two {
    background-position: left top;
    padding-bottom: 65px
}

.footer-two .bt {
    position: relative
}

.footer-two .bt::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10%;
    width: 1px;
    height: 100%;
    background-color: #414141;
    z-index: -1
}

.footer-two .footer-two__single {
    height: 100%
}

.footer-two .footer-two__single .h5 {
    color: #fff;
    margin-top: -10px
}

.footer-two .footer-two__single ul {
    margin-top: 30px
}

.footer-two .footer-two__single ul li {
    margin-bottom: 12px
}

.footer-two .footer-two__single ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.footer-two .footer-two__single ul a {
    font-weight: 400;
    color: #fff
}

.footer-two .footer-two__single ul a:hover {
    padding-left: 8px;
    color: #8fffec
}

.footer-two .footer-two__single .logo {
    margin-bottom: 36px
}

.footer-two .footer-two__single p a {
    color: inherit;
    transition: all .4s ease-in-out
}

.footer-two .footer-two__single p a:hover {
    color: #e0013f
}

.footer-two .footer-two__single .social {
    justify-content: flex-start;
    margin-top: 50px
}

.footer-two .footer-two__single .social a {
    font-size: 24px;
    color: #fff
}

.footer-two .footer-two__single .social a:hover {
    color: #e0013f
}

.footer-two .footer-two__single .footer-two__form {
    padding: 20px;
    background-size: cover;
    background-position: left center;
    margin-top: 30px;
    border-radius: 10px
}

.footer-two .footer-two__single .footer-two__form .h6 {
    color: #fff;
    margin-bottom: 16px
}

.footer-three .top-break p {
    font-size: 17px
}

.footer-three #footer-break {
    height: 1px;
    opacity: 1;
    background-color: #232f47;
    margin: 65px 0px
}

.footer-three .social a {
    font-size: 24px;
    color: #fff
}

.footer-three .social a:hover {
    color: #8fffec
}

.footer-three .copyright {
    padding: 20px;
    background-color: #232f47;
    margin-top: 65px
}

.footer-three .copyright p {
    color: #949494;
    font-weight: 400
}

.footer-three .copyright p a {
    color: #949494;
    transition: all .4s ease-in-out;
    font-weight: 400
}

.footer-three .copyright p a:hover {
    color: #8fffec
}

.footer-light .footer__single .h5 {
    color: #111827
}

.footer-light .footer__single a {
    color: #3f3f3f
}

.footer-light .footer__single a:hover {
    color: #4569e7
}

.home-dark {
    background-color: #c4c8d1
}

.home-dark .h2,.home-dark p {
    color: #fff
}

.home-two-dark {
    background-color: #151517
}

.home-two-dark .h1,.home-two-dark .h2,.home-two-dark p {
    color: #fff
}

.home-three-dark {
    background-color: #111827
}

.home-three-dark .h2,.home-three-dark p {
    color: #fff
}

.overview {
    background-color: rgba(0,0,0,0);
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    z-index: 2
}

.overview .overview__single {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 18px 20px;
    background-color: #17233c;
    border-radius: 6px;
    height: 100%;
    transition: all .2s ease-in-out
}

.overview .overview__single .h6 {
    font-weight: 500;
    color: #fff
}

.overview .overview__single:hover {
    transform: translateY(-10px)
}

.voice {
    overflow-x: clip !important
}

.voice .slick-track {
    background-color: rgba(0,0,0,0)
}

.voice .voice__slider {
    position: relative;
    margin: 50px 0px
}

.voice .voice__slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: calc(100% + 100px);
    background-color: #192337;
    border-radius: 20px
}

.voice .voice__slider-single {
    padding: 30px 5px;
    background-color: #b8d6ff;
    border-radius: 15px;
    text-align: center;
    display: inline-block
}

.voice .voice__slider-single .h5 {
    margin: 30px 0px
}

.voice .voice__slider-single button {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background: linear-gradient(144.96deg, rgba(245, 245, 245, 0.2) 15.37%, rgba(217, 217, 217, 0.1) 85.91%);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(7.39766px);
    backdrop-filter: blur(7.39766px);
    margin-left: auto;
    margin-right: auto;
    color: #4569e7;
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: inset 1px 1px 0px 0px #bcbcbc,inset -1px -1px 0px 0px #fff,inset 1px -1px 0px 0px #bcbcbc,inset -1px 1px 0px 0px #bcbcbc
}

.voice .voice__slider-single button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 1.6px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #4569e7
}

.voice .voice-bg-one {
    background-color: #d3f2ff
}

.voice .voice-bg-two {
    background-color: #b8d6ff
}

.voice .voice-bg-three {
    background-color: #fff0bb
}

.voice .voice-bg-four {
    background-color: #ffe680
}

.voice .voice-bg-five {
    background-color: #c9eed9
}

.voice .voice-bg-six {
    background-color: #a8dcbe
}

.clone .clone__content {
    padding-left: 30px
}

.clone .clone__content ul {
    display: flex;
    align-items: center;
    gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 35px
}

.clone .clone__content ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    color: #fff
}

.clone .clone__content ul li i {
    color: #4569e7
}

.clone .clone__thumb {
    padding: 140px 30px;
    background-repeat: no-repeat;
    background-size: 110px,cover;
    background-position: left 6% bottom 37%,left center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.clone .clone__thumb-single {
    padding: 16px 40px 16px 30px;
    background: linear-gradient(92.98deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: -4px 8px 56px rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    box-shadow: inset 1px 1px 0px 0px #bcbcbc,inset -1px -1px 0px 0px #fff,inset 1px -1px 0px 0px #bcbcbc,inset -1px 1px 0px 0px #bcbcbc;
    position: relative;
    text-align: start
}

.clone .clone__thumb-single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.clone .clone__thumb-single:nth-last-of-type(1) .tag {
    background-color: #e0013f;
    color: #fff
}

.clone .clone__thumb-single .tag {
    position: absolute;
    top: 100%;
    left: 24px;
    display: inline-block;
    padding: 8px 16px;
    line-height: 1;
    color: #111827;
    background: #8fffec;
    border-radius: 100px;
    transform: translateY(-50%)
}

.clone i {
    color: #fff
}

.clone .thumb {
    margin-left: 20px;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    min-width: 72px
}

.clone .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.clone .content {
    margin-right: 100px
}

.clone .content P {
    line-height: 1
}

.clone .content P:nth-of-type(1) {
    font-weight: 600
}

.clone .content P:nth-last-of-type(1) {
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
    color: rgba(255,255,255,.5215686275)
}

.clone button {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background: linear-gradient(144.96deg, rgba(245, 245, 245, 0.2) 15.37%, rgba(217, 217, 217, 0.1) 85.91%);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(12.1053px);
    backdrop-filter: blur(12.1053px);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: inset 1px 1px 0px 0px #bcbcbc,inset -1px -1px 0px 0px #fff,inset 1px -1px 0px 0px #bcbcbc,inset -1px 1px 0px 0px #bcbcbc
}

.clone button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1.6px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #fff
}

.clone button::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1aefd5;
    z-index: -1;
    filter: blur(7.1053px)
}

.clone .anime img {
    position: absolute;
    z-index: -1;
    animation: anime 5s linear infinite
}

.clone .anime .anime-one {
    top: 24px;
    left: 24px
}

.clone .anime .anime-two {
    bottom: 24px;
    right: 24px;
    animation-delay: .6s
}

.clone .section__content-cta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.sponsor .sponsor__inner {
    padding: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    border-radius: 20px
}

.sponsor .h4 {
    color: #fff
}

.sponsor .sponsor__slider-item {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.sponsor .sponsor__slider-item img {
    max-width: 100%;
    transition: all .4s ease-in-out
}

.sponsor .sponsor__slider-item img:hover {
    filter: invert(82%) sepia(39%) saturate(369%) hue-rotate(111deg) brightness(400%) contrast(102%)
}

.sponsor .slick-center img {
    filter: invert(82%) sepia(39%) saturate(369%) hue-rotate(111deg) brightness(400%) contrast(102%)
}

.tour .tour__content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 810px;
    padding: 83px 30px 30px 30px
}

.tour .tour__content .before-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    z-index: -1
}

.tour .tour__content video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px 0px 20px 20px
}

.tour .tour__content-cta {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    row-gap: 30px;
    flex-wrap: wrap;
    position: relative
}

.tour .tour__content-cta .trust {
    text-align: right
}

.tour .tour__content-cta .trust .review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 10px
}

.tour .tour__content-cta .trust .review i {
    color: #ffbc00;
    font-size: 18px
}

.tour .tour__content-cta .frame {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    max-width: 100px;
    z-index: -1;
    animation: lr 6s linear infinite
}

.tour-two .anime img {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: 40px;
    animation: animeTwo 14s ease-in infinite;
    max-width: 140px;
    max-height: 60%
}

.case-sec {
    background-color: #1A1A1D;
}

.case-sec .case__slider {
    min-width: 100vw;
    padding-left: 15px
}

.case-sec .case__slider-single {
    padding: 25px;
    border: 1px solid #44567c;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    width: 100%;
    max-width: 330px
}

.case-sec .case__slider-single::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: #192337;
    z-index: -1;
    transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0%)
}

.case-sec .case__slider-single::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: linear-gradient(180deg, rgba(17, 24, 39, 0.4) 0%, #111827 100%);
    transform: translateY(100%)
}

.case-sec .case__slider-single .thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4569e7;
    transition: all .4s ease-in-out;
    margin-bottom: 20px
}

.case-sec .case__slider-single .thumb i {
    font-size: 24px;
    color: #fff;
    transition: all .4s ease-in-out
}

.case-sec .case__slider-single .content .h5 {
    color: #fff;
    margin-bottom: 20px
}

.case-sec .case__slider-single .content p {
    color: #d9d9d9;
    margin-bottom: 30px
}

.case-sec .case__slider-single .content a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff
}

.case-sec .case__slider-single .content a i {
    color: #8fffec
}

.case-sec .case__slider-single .content a:hover {
    color: #8fffec
}

.case-sec .case__slider-single:hover::before {
    transform: translateY(-100%)
}

.case-sec .case__slider-single:hover::after {
    transform: translateY(0%)
}

.case-sec .case__slider-single:hover .thumb {
    background-color: #fff
}

.case-sec .case__slider-single:hover .thumb i {
    color: #4569e7
}

.case-sec .case__slider-single:hover .content .h5,.case-sec .case__slider-single:hover .content p {
    color: #fff
}

.case-sec .case__slider-single:hover .content a {
    color: #8fffec
}

.broadcast {
    position: relative
}

.broadcast .broadcast__inner {
    padding: 50px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    border-radius: 20px;
    overflow: hidden;
    top: 163px;
    z-index: 100;
    max-height: 100vh;
    overflow-y: scroll
}

.broadcast .broadcast__inner::-webkit-scrollbar {
    width: 0px
}

.broadcast .broadcast__inner:nth-last-of-type(1) {
    margin-bottom: 0px
}

.broadcast .broadcast__inner .paragraph {
    margin-top: 25px
}

.broadcast .broadcast__inner .section__content-cta {
    margin-top: 55px
}

.broadcast .anime img {
    position: absolute;
    z-index: -1;
    animation: anime 5s linear infinite
}

.broadcast .anime .anime-one {
    top: 24px;
    left: 24px
}

.broadcast .anime .anime-two {
    bottom: 24px;
    right: 24px;
    animation-delay: .6s
}

.broadcast-light .h2,.broadcast-light p {
    color: #fff
}

.fix-scroll {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

.accordion .accordion-item {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
    border: 1px solid #232f47
}

.accordion .accordion-item:last-of-type {
    margin-bottom: 0px
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #8fffec;
    background-color: rgba(0,0,0,0);
    border-radius: 10px 10px 0px 0px
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: #e0013f;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡";
    font-family: "Font Awesome 6 Free"
}

.accordion .accordion-item .accordion-button {
    border-radius: 10px;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 0px;

    background-color: rgba(0,0,0,0)
}

.accordion .accordion-item .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.accordion h5 {
    display: flex;
    align-items: center;
    gap: 16px;

}

.accordion h5 button {
    padding: 0px;
    font-size: inherit;
    line-height: 26px;
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px;
    padding: 30px 30px;
}

.accordion .accordion-body {
    padding: 0px 30px 30px;
    border-top: 0px solid rgba(0,0,0,0)
}

.accordion .accordion-body p {
    color: #fff;
    max-width: 1200px
}

.faq-two .accordion-item .accordion-button:not(.collapsed) {
    color: #e0013f
}

.faq-two .switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.faq-two .faq-two__switch {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end
}

.faq-two .faq-two__switch p {
    line-height: 1;
    color: #7184ad
}

.faq-two .faq-two__switch .cd {
    color: #e0013f
}

.faq-two .faq-two__switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

.faq-two .faq-two__switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 38px;
    height: 24px;
    background: rgba(0,0,0,0);
    display: block;
    border-radius: 100px;
    position: relative;
    border: 3px solid #e0013f;
    transition: .3s
}

.faq-two .faq-two__switch label:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 10px;
    height: 10px;
    border: 3px solid #e0013f;
    border-radius: 50%;
    transition: .3s
}

.faq-two .faq-two__switch input:checked+label {
    border-color: #e0013f
}

.faq-two .faq-two__switch input:checked+label:after {
    left: calc(100% - 15px);
    border-color: #e0013f
}

.faq-two .faq-two__switch label:active:after {
    width: 12px
}

.faq-three .accordion-item .accordion-button:not(.collapsed) {
    color: #8fffec
}

.faq-three .accordion-item .accordion-button:not(.collapsed)::after {
    color: #8fffec
}

.faq-light .accordion-item {
    border: 1px solid #d9d9d9
}

.faq-light .accordion-item .accordion-button {
    color: #111827
}

.faq-light .accordion-item .accordion-button::after {
    color: #111827
}

.faq-light .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.faq-light .accordion-item .accordion-button:not(.collapsed)::after {
    color: #4569e7
}

.faq-light .accordion-item .accordion-body p {
    color: #111827
}

.language .language__slider {
    margin: -20px 0px
}

.language .language__slider-single {
    max-width: 220px;
    min-width: 220px;
    background-color: #fff;
    padding: 14px;
    box-shadow: 0px 4px 16px rgba(69,105,231,.15);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.language .language__slider-single .thumb {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.language .language__slider-single .thumb img {
    border-radius: 50%
}

.language .language__slider-single p {
    font-size: 18px;
    color: #111827 !important
}

.language .language__slider-rtl {
    margin-top: 10px;
    margin-bottom: -20px
}

.language .language__slider-rtl .language__slider-single {
    direction: ltr
}

.cta {
    background-attachment: fixed;
    background-size: 100% 100%
}

.ctaa {
    padding: 65px 0px
}

.review .review__single {
    padding: 30px;
    background-color: #192337;
    border-radius: 20px;
    transition: all .2s ease-in
}

.review .review__single:hover {
    transform: translateY(-10px)
}

.review .review-head {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between
}

.review .review-head img {
    max-width: 60px;
    max-height: 30px
}

.review .review-head .review__icons {
    display: flex;
    align-items: center;
    gap: 6px
}

.review .review-head .review__icons i {
    font-size: 14px;
    color: #ffbc00
}

.review .review-content {
    margin: 40px 0px 65px
}

.review .review-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.review .review-meta .thumb {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.review .review-meta .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.review .review-meta .h6 {
    color: #fff;
    margin-bottom: 16px
}

.review .review-meta p {
    line-height: 1
}

.testimonial-three .testimonial-three-thumb {
    position: relative
}

.testimonial-three .testimonial-three__slider {
    margin: -15px 0px
}

.testimonial-three .review__single {
    margin: 15px 0px
}

.testimonial-three .review__single:hover {
    transform: translate(0px)
}

.testimonial-three .testimonial-three-thumb {
    position: relative
}

.testimonial-three .testimonial-three-thumb img {
    border-radius: 20px;
    width: 100%;
    min-height: 260px
}

.testimonial-three .testimonial-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px
}

.testimonial-three .testimonial-switch button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4569e7;
    border: 2px solid #4569e7
}

.testimonial-three .testimonial-switch button i {
    transition: none
}

.testimonial-three .testimonial-switch button:hover {
    background: #4569e7;
    color: #fff
}

.review-light .review__single {
    background-color: #f4f7ff
}

.review-light .review__single .content .h6 {
    color: #4569e7
}

.testimonial .h4 {
    color: #fff
}

.testimonial .review__single {
    padding: 30px;
    background-color: #192337;
    border-radius: 20px;
    transition: all .2s ease-in;
    max-width: 450px;
    opacity: .2
}

.testimonial .review-head {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between
}

.testimonial .review-head img {
    max-width: 60px;
    max-height: 30px
}

.testimonial .review-head .review__icons {
    display: flex;
    align-items: center;
    gap: 6px
}

.testimonial .review-head .review__icons i {
    font-size: 14px;
    color: #ffbc00
}

.testimonial .review-content {
    margin: 40px 0px 65px
}

.testimonial .fw-7 {
    font-weight: 600
}

.testimonial .review-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.testimonial .review-meta .thumb {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial .review-meta .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.testimonial .review-meta .h6 {
    color: #fff;
    margin-bottom: 16px
}

.testimonial .review-meta p {
    line-height: 1
}

.testimonial .active {
    opacity: .5
}

.testimonial .slick-center {
    opacity: .8
}

.testimonial .slick-current+.slick-slide {
    opacity: .5
}

.testimonial .testimonial__slider-wrapper {
    position: relative
}

.testimonial .testimonial__slider-wrapper:hover .testimonial__arrows {
    opacity: 1;
    visibility: visible
}

.testimonial .testimonial__arrows {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1520px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.generate .generate__content {
    margin-right: 48px
}

.generate .generate__content-btn {
    padding: 25px;
    background-color: #192337;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #192337;
    gap: 30px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    margin-bottom: 15px
}

.generate .generate__content-btn:nth-last-of-type(1) {
    margin-bottom: 0px
}

.generate .generate__content-btn:hover {
    border: 1px solid #e0013f
}

.generate .generate__content-btn:hover .thumb {
    background-color: #fff
}

.generate .generate__content-btn:hover .thumb i {
    color: #e0013f
}

.generate .generate__content-btn .thumb {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: all .4s ease-in-out
}

.generate .generate__content-btn .thumb i {
    font-size: 24px;
    color: #fff;
    transition: all .4s ease-in-out
}

.generate .generate__content-btn .h5 {
    color: #fff;
    transition: all .4s ease-in-out
}

.generate .generate__content-btn p {
    color: #5d6f96;
    margin-top: 6px;
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
    margin: 0px;
    transition: all .4s ease-in-out
}

.generate .generate__content-btn-active {
    border: 1px solid #e0013f
}

.generate .generate__content-btn-active p {
    opacity: 1;
    min-height: auto;
    max-height: 100%;
    visibility: visible;
    margin-top: 6px
}

.generate .generate__content-btn-active .thumb {
    background-color: #fff
}

.generate .generate__content-btn-active .thumb i {
    color: #e0013f
}

.generate .tab-content {
    text-align: end
}

.generate .generate__thumb {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.generate .generate__thumb .anime {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    animation: animeTwo 7s ease-in infinite
}

.generate-two .generate__content {
    max-width: 100%;
    margin: 0px
}

.generate-two .generate__content-btn {
    background-color: rgba(0,0,0,0);
    border: 1px solid #232f47;
    border-radius: 10px
}

.generate-two .generate__content-btn p {
    color: #fff
}

.generate-two .generate__content-btn:hover {
    border: 1px solid #8fffec
}

.generate-two .generate__content-btn-active {
    border: 1px solid #8fffec
}

.generate-two .generate__content-btn-active .h5 {
    color: #8fffec
}

.generate-two .generate__content-btn-active p {
    margin-top: 16px
}

.generate-two .tab-content img {
    border-radius: 20px
}

.generate-three .generate__thumb {
    padding: 0px 30px
}

.generate-three .tab-content {
    position: relative;
    width: 100%;
    height: calc(500% - 40px);
    padding: 20px;
    background-color: #fff;
    border-radius: 20px
}

.generate-three .rangu {
    position: relative;
    height: 500px;
    max-height: 500px
}

.generate-three .rangu .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 750px 100%
}

.generate-three .rangu .rangu-slider {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242,242,242,0);
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center
}

.generate-three .rangu .rangu-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 4px;
    height: 500px;
    background: #fff;
    cursor: pointer
}

.generate-three .rangu .rangu-slider::-moz-range-thumb {
    width: 4px;
    height: 500px;
    background: #fff;
    cursor: pointer
}

.generate-three .rangu .rangu-slider-button2 {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0013f;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center
}

.generate-three .rangu .rangu-slider-button2:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg)
}

.generate-three .rangu .rangu-slider-button2:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg)
}

.generate-three .rangu-one .foreground-img-1 {
    width: 50%
}

.generate-three .rangu-two .foreground-img3 {
    width: 50%
}

.generate-three .rangu-three .foreground-img4 {
    width: 50%
}

.generate-three .rangu-four .foreground-img5 {
    width: 50%
}

.publish .publish__single {
    padding: 25px;
    border: 1px solid #232f47;
    border-radius: 20px;
    height: 100%
}

.publish .publish__single .thumb {
    margin-bottom: 30px
}

.publish .publish__single .thumb i {
    font-size: 40px;
    color: #e0013f
}

.publish .publish__single .content .h5 {
    color: #fff
}

.publish .publish__single .content p {
    color: #d9d9d9;
    margin-top: 12px
}

.publish .section__content-cta {
    position: relative;
    z-index: 1
}

.publish .section__content-cta img {
    position: absolute;
    top: 100%;
    left: 30%;
    display: inline-block;
    z-index: -1;
    max-width: 140px;
    animation: tb 3s ease-in-out infinite
}

#horizon-break {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dashed #232f47
}

.features .tag {
    background: rgba(224,1,63,.1);
    border-radius: 100px;
    padding: 5px 10px;
    display: inline-block;
    color: #e0013f;
    margin-bottom: 20px
}

.features .h2 {
    margin-bottom: 20px
}

.features p {
    margin-bottom: 30px
}

.features a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #e0013f;
    font-weight: 700
}

.features a i {
    width: 52px;
    height: 32px;
    background: #e0013f;
    border-radius: 100px;
    color: #fff;
    font-size: 14px
}

.features a:hover {
    color: #fff
}

.features a:hover i {
    background-color: #fff;
    color: #e0013f
}

.features .feature-wrapper {
    position: relative
}

.features .feature-wrapper:hover .feature__arrows {
    opacity: 1;
    visibility: visible
}

.features .feature__arrows {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    padding: 0px 120px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.pricing-two {
    background-position: left bottom
}

.pricing-two .pricing-two__single {
    padding: 30px;
    border-radius: 8px;
    transition: all .4s ease-in-out;
    background-color: #111827;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pricing-two .pricing-two__single::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    background-image: linear-gradient(180deg, #e0013f 0%, #111827 100%);
    transform: translateY(-100%);
    transition: all .4s ease-in
}

.pricing-two .pricing-two__single .h5 {
    color: #1aefd5;
    font-weight: 700;
    transition: all .4s ease-in-out
}

.pricing-two .pricing-two__single:hover {
    background-color: #111827
}

.pricing-two .pricing-two__single:hover::before {
    transform: translateY(0px)
}

.pricing-two .pricing-two__single:hover p,.pricing-two .pricing-two__single:hover .h2,.pricing-two .pricing-two__single:hover .h5 {
    color: #fff !important
}

.pricing-two .pricing-two__single:hover .meta p {
    background-color: #fff;
    color: #818181 !important
}

.pricing-two .pricing-two__single:hover li {
    color: #fff
}

.pricing-two .pricing-two__single:hover li i {
    color: #f4f7ff
}

.pricing-two .pricing-two__single:hover hr {
    background-color: #fff !important
}

.pricing-two .pricing-two__single:hover .btn {
    color: #fff;
    background-color: #f4f7ff;
    border: 1px solid #e0013f
}

.pricing-two .pricing-two__single:hover .btn::before {
    width: 100%
}

.pricing-two .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap
}

.pricing-two .meta .thumb {
    min-width: 50px
}

.pricing-two .meta .h2 {
    margin-bottom: 10px;
    transition: all .4s ease-in-out
}

.pricing-two .meta p {
    display: inline;
    padding: 6px 8px;
    font-size: 14px;
    background: #1c263d;
    border-radius: 100px;
    transition: all .4s ease-in-out;
    color: #818181
}

.pricing-two hr {
    width: 100%;
    height: 1px;
    background-color: #232f47;
    margin: 30px 0px;
    opacity: 1;
    transition: all .4s ease-in-out
}

.pricing-two li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
    color: #fff
}

.pricing-two li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.pricing-two li i {
    color: #4569e7;
    transition: all .4s ease-in-out
}

.pricing-two .btn {
    border-radius: 50px;
    padding: 12px 26px
}

.pricing-two .yel {
    color: #fbbc04 !important
}

.pricing-two .pri {
    color: #fd2ac2 !important
}

.pricing-two .tri {
    color: #4569e7 !important
}

.cta-two .cta-two__inner {
    padding: 80px 65px;
    background-clip: padding-box;
    border: 5px solid rgba(0,0,0,0);
    border-radius: 1em;
    position: relative
}

.cta-two .cta-two__inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: linear-gradient(to right, #e0013f, #8733ff)
}

.cta-two ul {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.cta-two ul li {
    color: #fff;
    list-style-type: disc;
    text-align: center
}

.cta-two .anime img {
    position: absolute;
    z-index: -1;
    top: 60%;
    transform: translateY(-50%);
    max-width: 45vw
}

.cta-two .anime .one {
    left: 8%
}

.cta-two .anime .two {
    right: 8%
}

.tools .tools__single {
    padding: 25px;
    border: 1px solid #232f47;
    border-radius: 20px;
    height: 100%;
    transition: all .4s ease-in-out
}

.tools .tools__single .thumb {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out
}

.tools .tools__single .thumb i {
    font-size: 24px;
    color: #e0013f;
    transition: all .4s ease-in-out
}

.tools .tools__single .h5 {
    color: #fff;
    font-weight: 600
}

.tools .tools__single .h5 a {
    color: #fff;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between
}

.tools .tools__single .h5 a i {
    font-size: 14px;
    color: inherit;
    transition: none
}

.tools .tools__single:hover {
    background-color: #fff
}

.tools .tools__single:hover .thumb {
    background-color: #e0013f
}

.tools .tools__single:hover .thumb i {
    color: #fff
}

.tools .tools__single:hover .h5 a {
    color: #000
}

.remove-bg .thumb {
    margin-bottom: 30px;
    border-radius: 20px
}

.remove-bg .thumb img {
    width: 100%;
    border-radius: 20px
}

.remove-bg .h5 {
    font-weight: 600;
    color: #fff;
    text-align: center
}

.workflow {
    background-color: #192337
}

.workflow .workflow__thumb {
    position: relative;
    overflow: hidden;
    min-height: 715px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left -80px center
}

.workflow .thumb-top {
    text-align: start
}

.workflow .thumb-center {
    text-align: center;
    top: 135px;
    left: 0px;
    right: 0px;
    position: absolute
}

.workflow .thumb-transparent {
    position: absolute;
    top: 270px;
    right: 0px;
    width: 100%;
    max-width: 320px;
    height: 440px;
    background-color: #4a017d;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    border: 1px solid #4a017d
}

.workflow .thumb-transparent img {
    width: 100%;
    height: 100%
}

.workflow .workflow__content {
    padding-left: 30px
}

.workflow .workflow-switch-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 65px
}

.workflow .workflow-switch-wrapper .workflow-switch {
    width: 82px;
    min-width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #4a017d;
    position: relative;
    border: 1px dashed rgba(0,0,0,0)
}

.workflow .workflow-switch-wrapper .workflow-switch i {
    color: #fff;
    display: none
}

.workflow .workflow-switch-wrapper .active {
    border: 1px dashed #fff
}

.workflow .workflow-switch-wrapper .active i {
    display: block
}

.workflow .workflow-switch-wrapper .w-one {
    background-color: #4a017d
}

.workflow .workflow-switch-wrapper .w-two {
    background-color: #0f7262
}

.workflow .workflow-switch-wrapper .w-three {
    background-color: #4569e7
}

.workflow .workflow-switch-wrapper .w-four {
    background-color: #ff9200
}

.workflow .workflow-switch-wrapper .w-five {
    background-color: #256972
}

.workflow .workflow-switch-wrapper .w-six {
    background-color: #fd6359
}

.workflow .section__content-cta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.eraser .eraser__slider-item {
    padding: 30px;
    border: 1px dashed #232f47;
    border-radius: 10px
}

.eraser .eraser__slider-item .thumb {
    margin-bottom: 30px
}

.eraser .eraser__slider-item .h5,.eraser .eraser__slider-item p {
    color: #fff
}

.eraser .eraser__slider-item .h5 {
    margin-bottom: 16px
}

.eraser .eraser-cta {
    padding: 80px 20px;
    border: 1px dashed #414141;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px
}

.eraser .eraser-cta p {
    color: #818181;
    margin-top: 30px
}

.eraser .eraser-cta .btn {
    gap: 8px;
    display: inline-flex;
    align-items: center
}

.eraser .eraser-cta .er-inner {
    display: inline-block;
    position: relative
}

.eraser .eraser-cta input {
    text-indent: -9999px;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2
}

.eraser-two {
    background-color: #f4f7ff
}

.eraser-two .eraser__slider-item {
    border: 0px;
    background-color: #fff
}

.eraser-two .eraser__slider-item .h5 {
    color: #111827
}

.eraser-two .eraser__slider-item p {
    color: #3f3f3f
}

.explore {
    background-color: #192337
}

.explore .explore__slider-single {
    border: 1px solid #232f47;
    border-radius: 20px
}

.explore .explore__slider-single:hover img {
    transform: rotate(-6deg) scale(1.2)
}

.explore .explore__slider-single:hover a {
    color: #8fffec
}

.explore .explore__slider-single .thumb a {
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.explore .explore__slider-single .thumb a img {
    width: 100%;
    border-radius: 20px;
    transition: all .4s ease-in-out;
    min-height: 200px
}

.explore .explore__slider-single .content {
    padding: 30px
}

.explore .explore__slider-single .content .h5,.explore .explore__slider-single .content p {
    color: #fff
}

.explore .explore__slider-single .content .h5 a:hover,.explore .explore__slider-single .content p a:hover {
    color: #8fffec
}

.explore .explore__slider-single .content p {
    margin-top: 16px
}

.update-cta .update-cta__inner {
    padding: 65px 20px;
    border-radius: 20px
}

.update-cta form {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.error {
    margin-top: 118px
}

.error .error__content .h3 {
    color: #e0013f
}

.error .error__content p {
    color: #111827;
    letter-spacing: .53em;
    font-weight: 600
}

.authentication .authentication__inner {
    padding: 65px 80px;
    background-color: #fff;
    box-shadow: 0px 4px 230px rgba(69,105,231,.15);
    border-radius: 20px
}

.authentication .input-single {
    margin-bottom: 40px
}

.authentication .input-single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.authentication .input-single input {
    padding: 0px 16px 20px 0px;
    border-bottom: 1px solid #d9d9d9
}

.authentication .input-single input::-moz-placeholder {
    color: #969696
}

.authentication .input-single input::placeholder {
    color: #969696
}

.authentication .divide {
    margin: 40px 0px;
    text-align: center
}

.authentication .divide p {
    color: #111827;
    font-weight: 600
}

.authentication .authentic {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.authentication .authentic .btn {
    width: 100%;
    display: flex;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 20px;
    justify-content: center;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #fff !important;
    font-weight: 700;
    color: #111827;
    line-height: 24px;
    border-radius: 100px;
    padding: 19px 20px 19px 60px
}

.authentication .authentic .btn::before {
    width: 0px !important
}

.authentication .authentic .btn img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px
}

.authentication .authentic .btn:nth-of-type(1) {
    background: rgba(241,67,54,.1)
}

.authentication .authentic .btn:nth-of-type(2) {
    background: rgba(24,119,242,.1)
}

.authentication .group-radio {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px
}

.authentication .group-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #e7e7e7;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.authentication .group-radio input::before {
    content: " ";
    position: absolute;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4569e7;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.authentication .group-radio input:checked {
    background-color: #4569e7
}

.authentication .group-radio input:checked::before {
    background-color: #fff
}

.authentication .group-radio label {
    color: #111827;
    font-size: 14px;
    cursor: pointer
}

.authentication .btn--ocotonary {
    width: 100%;
    justify-content: center;
    line-height: 24px
}

.authentication .form-cta p {
    text-align: center;
    margin-top: 40px
}

.authentication .form-cta p a {
    color: #4569e7
}

.contact-main .contact-main__content .h3 {
    color: #111827;
    margin-bottom: 40px
}

.contact-main .contact-main__content .h3 span {
    color: #4569e7
}

.contact-main .contact-main__content p {
    font-weight: 600
}

.contact-main .contact-main__content .arrow {
    text-align: center;
    margin: 40px 0px
}

.contact-main .contact-main__content .arrow img {
    animation: tb 6s ease-in-out infinite
}

.contact-main .contact-main__content .cta-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between
}

.contact-main .contact-main__content .cta-contact a {
    padding: 24px 40px;
    background: rgba(69,105,231,.1);
    border-radius: 6px;
    color: #4569e7;
    gap: 24px
}

.contact-main .contact-main__content .cta-contact a i {
    font-size: 14px;
    transition: none
}

.contact-main .contact-main__content .cta-contact a:hover {
    background-color: #4569e7;
    color: #fff
}

.contact-main .contact-main__content .cta-contact span {
    font-weight: 600;
    color: #000
}

.contact-main .contact-main__form {
    padding: 65px 50px;
    background: #191a1e;
    box-shadow: 0px 4px 230px rgba(69,105,231,.15);
    border-radius: 20px
}

.contact-main .group-input {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px
}

.contact-main .group-input:nth-last-of-type(1) {
    margin-bottom: 0px
}

.contact-main .group-input input,.contact-main .group-input textarea {
    color: #111827;
    width: 100%;
    min-width: 100%;
    padding: 0px 16px 20px 0px;
    background: #181a21;
}

.contact-main .group-input input::-moz-placeholder, .contact-main .group-input textarea::-moz-placeholder {
    color: #111827
}

.contact-main .group-input input::placeholder,.contact-main .group-input textarea::placeholder {
    color: #111827
}

.contact-main .group-input textarea {
    height: 120px !important;
    max-height: 120px !important;
    min-height: 120px !important
}

.contact-main .subject {
    width: 100%;
    float: unset;
    border: 0px;
    height: auto;
    line-height: 28px;
    padding: 0px 20px 20px 0px
}

.contact-main .subject::after {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-color: #111827
}

.contact-main .subject .list {
    width: 100%
}

.contact-main .group-radio {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px
}

.contact-main .group-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #e7e7e7;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.contact-main .group-radio input::before {
    content: " ";
    position: absolute;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4569e7;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.contact-main .group-radio input:checked {
    background-color: #4569e7
}

.contact-main .group-radio input:checked::before {
    background-color: #fff
}

.contact-main .group-radio label {
    color: #111827;
    font-size: 14px;
    cursor: pointer
}

.contact-main .btn {
    border-radius: 10px;
    display: inline-flex;
    gap: 12px
}

.blog-main .blog-main__single {
    margin-bottom: 65px
}

.blog-main .blog-main__single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .blog-main__single .thumb {
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.blog-main .blog-main__single .thumb .thumb-link {
    position: relative
}

.blog-main .blog-main__single .thumb .thumb-link a {
    width: 100%
}

.blog-main .blog-main__single .thumb .thumb-link a img {
    width: 100%;
    min-height: 240px
}

.blog-main .blog-main__single .thumb .thumb-link .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-main .blog-main__single .thumb .thumb-link .video-wrap a {
    width: 104px;
    min-width: 104px;
    height: 104px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #111827
}

.blog-main .blog-main__single .meta {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-main .blog-main__single .meta__left {
    display: flex;
    align-items: center;
    gap: 24px
}

.blog-main .blog-main__single .meta__left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.blog-main .blog-main__single .meta__left strong {
    color: #111827
}

.blog-main .blog-main__single .meta__left p {
    font-size: 14px;
    color: #646464
}

.blog-main .blog-main__single .meta__right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end
}

.blog-main .blog-main__single .meta__right a {
    width: auto;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 30px;
    font-weight: 400;
    color: #111827;
    background-color: rgba(69,105,231,.1)
}

.blog-main .blog-main__single .meta__right a:hover {
    background-color: rgba(69,105,231,.1);
    color: #4569e7
}

.blog-main .blog-main__single .content {
    padding: 30px 30px 0px
}

.blog-main .blog-main__single .content .h4 {
    margin-bottom: 20px
}

.blog-main .blog-main__single .content a {
    letter-spacing: 0px
}

.blog-main .blog-main__single .content a:hover {
    color: #4569e7
}

.blog-main .blog-main__single .content .cta {
    margin-top: 30px
}

.blog-main .blog-main__single .content .cta a {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #111827
}

.blog-main .blog-main__single .content .cta a:hover {
    background-color: #4569e7;
    color: #fff
}

.blog-main .blog-main__sidebar {
    background-color: #fafafa;
    padding: 30px
}

.blog-main .widget {
    margin-bottom: 40px
}

.blog-main .widget:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .widget .widget__head {
    margin-bottom: 30px
}

.blog-main .widget .widget__head .h5 {
    font-weight: 500
}

.blog-main .widget .form-group-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding-right: 20px
}

.blog-main .widget .form-group-input input {
    width: 100%;
    padding: 12px 20px 12px 20px;
    background-color: #fff;
    color: #969696
}

.blog-main .widget .form-group-input button {
    font-size: 20px;
    color: #646464
}

.blog-main .widget .form-group-input button:hover {
    color: #4569e7
}

.blog-main .widget__list li {
    list-style-type: disc;
    margin-bottom: 14px
}

.blog-main .widget__list li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .widget__list a {
    font-size: 16px;
    color: #0e202a;
    font-weight: 500
}

.blog-main .widget__list a:hover {
    color: #4569e7
}

.blog-main .widget__latest .latest-single {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px
}

.blog-main .widget__latest .latest-single:nth-last-of-type(1) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px solid rgba(0,0,0,0)
}

.blog-main .widget__latest .latest-thumb {
    width: 80px;
    height: 80px;
    min-width: 80px
}

.blog-main .widget__latest .latest-thumb a {
    width: 100%
}

.blog-main .widget__latest .latest-thumb img {
    width: 100%
}

.blog-main .widget__latest .latest-content p {
    color: #646464;
    line-height: 26px !important
}

.blog-main .widget__latest .latest-content a {
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px
}

.blog-main .widget__latest .latest-content a:hover {
    color: #4569e7
}

.blog-main .widget__tags ul {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog-main .widget__tags ul a {
    font-size: 14px;
    color: #646464;
}

.blog-main .widget__tags ul a:hover {
    color: #4569e7
}

.blog-main .widget-big a {
    width: 100%
}

.blog-main .widget-big a img {
    width: 100%;
    min-height: 200px
}

.blog-main .pagination-wrapper {
    padding-top: 50px;
    margin-top: 65px;
    border-top: 1px solid #d9d9d9
}

.blog-main .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.blog-main .pagination a {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4569e7;
    background-color: #fff;
    color: #4569e7;
    transition: all .4s ease-in-out
}

.blog-main .pagination a:hover {
    background-color: #4569e7;
    color: #fff;
    border: 1px solid #4569e7
}

.blog-main .pagination .active {
    background-color: #4569e7;
    color: #fff;
    border: 1px solid #4569e7
}

.blog-main .pagination button {
    font-size: 20px;
    color: #111827
}

.blog-main .pagination button:hover {
    color: #4569e7
}

.blog-details .bd-thumb img {
    width: 100%;
    min-height: 240px
}

.blog-details .bd-content {
    padding: 30px
}

.blog-details .bd-meta {
    margin-bottom: 30px
}

.blog-details .bd-meta .meta__left {
    display: flex;
    align-items: center;
    gap: 24px
}

.blog-details .bd-meta .meta__left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.blog-details .bd-meta .meta__left strong {
    color: #111827
}

.blog-details .bd-meta .meta__left p {
    font-size: 14px;
    color: #646464
}

.blog-details .bd-content-info .paragraph {
    margin-top: 20px;
    margin-bottom: 50px
}

.blog-details .bd-group {
    display: flex;
    gap: 16px
}

.blog-details .bd-group img {
    width: calc(50% - 8px);
    height: 100%
}

.blog-details .bd-content__alt {
    margin-top: 30px
}

.blog-details .bd-content__alt ul {
    margin-top: 30px
}

.blog-details .bd-content__alt li {
    list-style-type: disc;
    margin-bottom: 10px
}

.blog-details .bd-content__alt li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-details .bd-quote {
    padding: 48px 80px;
    background-color: #f3f6ff
}

.blog-details .bd-tags {
    padding: 30px 0px;
    border: 1px solid #d9d9d9;
    border-left: 0px;
    border-right: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px
}

.blog-details .bd-tags p {
    color: #424b5a
}

.blog-details .bd-tags .tags-left,.blog-details .bd-tags .tags-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.blog-details .bd-tags .tags-left .tags-content {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-details .bd-tags .tags-left .tags-content a {
    font-size: 14px;
    color: #646464;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #eee
}

.blog-details .bd-tags .tags-left .tags-content a:hover {
    background-color: #dff0fa
}

.blog-details .bd-tags .tags-right {
    justify-content: flex-end
}

.blog-details .bd-tags .tags-right .social {
    gap: 12px
}

.blog-details .bd-tags .tags-right a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    font-size: 12px;
    background-color: #fff
}

.blog-details .bd-tags .tags-right a:hover {
    color: #4569e7;
    border: 1px solid #4569e7;
    background-color: #fff
}

.blog-details .blog-details__pagination a {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    transition: all .4s ease-in-out
}

.blog-details .blog-details__pagination a i {
    font-size: 24px;
    transition: none
}

.blog-details .blog-details__pagination a:hover {
    color: #4569e7
}

.blog-details .blog-details__pagination .single--alt {
    text-align: end
}

.blog-details .blog-details__pagination .latest-single {
    padding: 25px 30px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px
}

.blog-details .blog-details__pagination .latest-single .latest-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px
}

.blog-details .blog-details__pagination .latest-single .latest-thumb img {
    width: 100%
}

.blog-details .blog-details__pagination .latest-single .latest-content {
    text-align: start
}

.blog-details .blog-details__pagination .latest-single .latest-content p {
    color: #646464;
    font-size: 14px;
    line-height: 26px !important
}

.blog-details .blog-details__pagination .latest-single .latest-content a {
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px
}

.blog-details .blog-details__pagination .latest-single .latest-content a:hover {
    color: #4569e7
}

.paragraph p {
    margin-bottom: 30px
}

.paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.comment-form input,.comment-form textarea {
    background-color: #fff;
    border-radius: 0px
}

.comment-form textarea {
    min-height: 200px
}

.comment-form .cta__group {
    justify-content: flex-start;
    margin-top: 40px
}

.comment-form .cta__group i {
    transform: rotate(-45deg)
}

.comment-form .cta__group .btn {
    background-color: #fff;
    color: #111827;
    border: 1px solid #d9d9d9 !important;
    display: flex;
    align-items: center;
    gap: 12px
}

.comment-form .cta__group .btn:hover {
    color: #fff;
    border: 1px solid #f4f7ff !important
}

.comment-form .cta__group .btn i {
    transition: none
}

.comment-form .form-group-wrapper {
    margin-bottom: 30px
}

.form-group-single {
    margin-bottom: 20px
}

.form-group-single label,.form-group-single p {
    margin-bottom: 10px;
}

.form-group-single input,.form-group-single textarea {
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid rgba(217,217,217,.5);
    border-radius: 5px;
    width: 100%;
}

.form-group-single input::-moz-placeholder, .form-group-single textarea::-moz-placeholder {
    color: #969696
}

.form-group-single input::placeholder,.form-group-single textarea::placeholder {
    color: #969696
}

.form-group-single textarea {
    min-height: 130px;
    max-height: 150px
}

.form-group-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px
}

.form-group-wrapper .form-group-single {
    width: calc(50% - 15px);
    margin-bottom: 0px
}

.audio-player {
    margin-top: 30px
}

.audio-player audio {
    width: 100%
}

.thumb-radio {
    padding: 75px 40px;
    background: #f5f5f5
}

.news-section .news__slider-item {
    border: 1px solid rgba(111,24,242,.1254901961);
    border-radius: 10px
}

.news-section .news__slider-item .h4 {
    line-height: 36px
}

.news-section .news__slider-item:hover .h4 a {
    color: #4569e7
}

.news-section .news__slider-item:hover .tag a {
    background-color: #4569e7;
    color: #fff
}

.news-section .news__slider-item:hover .cta a {
    background-color: #4569e7;
    color: #fff
}

.news-section .thumb {
    position: relative
}

.news-section .thumb a {
    width: 100%;
    border-radius: 10px 10px 0px 0px
}

.news-section .thumb a img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    min-height: 240px
}

.news-section .thumb .publish-date {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    padding: 12px 16px;
    background-color: #fff
}

.news-section .thumb .publish-date .h4 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px
}

.news-section .thumb .publish-date p {
    font-size: 14px;
    line-height: 1;
    color: #4569e7
}

.news-section .tag {
    margin-bottom: 20px
}

.news-section .tag a {
    font-size: 14px;
    line-height: 1;
    padding: 8px 14px;
    background-color: #4569e7;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px
}

.news-section .tag a:hover {
    background-color: #4569e7;
    color: #fff;
    border: 1px solid #f4f7ff
}

.news-section .h4 a {
    font-weight: 600;
    letter-spacing: 0px;
    color: #111827;
    transition: all .4s ease-in-out
}

.news-section .h4 a:hover {
    color: #4569e7
}

.news-section .content {
    padding: 36px 30px
}

.news-section .cta {
    margin-top: 30px
}

.news-section .cta a {
    font-size: 18px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.2)
}

.news-section .cta a:hover {
    background-color: #fff;
    color: #111827
}

.news-section .cta a i {
    transition: none
}

.team-main .team-main-single .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.team-main .team-main-single .thumb img {
    width: 100%;
    min-height: 300px
}

.team-main .team-main-single .thumb::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(180deg, rgba(69, 105, 231, 0) 0%, #4569e7 100%);
    transition: all .4s ease-in-out;
    transform: translateY(100%)
}

.team-main .team-main-single .thumb .social {
    position: absolute;
    top: 30px;
    right: 30px;
    flex-direction: column;
    transition: all .4s ease-in-out;
    transform: translateX(100px)
}

.team-main .team-main-single .thumb .social a {
    color: #fff
}

.team-main .team-main-single .thumb .social a:hover {
    color: #4569e7
}

.team-main .team-main-single .thumb .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    min-width: 100%;
    transform: translateY(100%);
    transition: all .4s ease-in-out
}

.team-main .team-main-single .thumb .content .h5,.team-main .team-main-single .thumb .content p {
    color: #fff
}

.team-main .team-main-single:hover .thumb::before {
    transform: translateY(0px)
}

.team-main .team-main-single:hover .thumb .content {
    transform: translateY(0px)
}

.team-main .team-main-single:hover .thumb .social {
    transform: translateX(0px)
}

.about-main .about__thumb {
    overflow: hidden
}

.about-main .about__thumb img {
    width: 100%
}

.about-main .clone__content {
    padding-left: 0px
}

.about-main .tour__content-cta {
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    row-gap: 30px;
    flex-wrap: wrap;
    position: relative
}

.about-main .tour__content-cta .trust {
    text-align: right
}

.about-main .tour__content-cta .trust .review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 10px
}

.about-main .tour__content-cta .trust .review i {
    color: #ffbc00;
    font-size: 18px
}

.about-main li {
    color: #111827 !important
}

.use-case {
    background-color: #f4f7ff
}

.use-case .use-case__item {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    height: 100%
}

.use-case .use-case__item .thumb {
    margin-bottom: 30px
}

.use-case .use-case__item .thumb img {
    transition: all .4s ease-in-out
}

.use-case .use-case__item .h5 {
    margin-bottom: 16px
}

.use-case .use-case__item .h5 a {
    color: #111827;
    transition: all .4s ease-in-out
}

.use-case .use-case__item .h5 a:hover {
    color: #4569e7
}

.use-case .use-case__item p {
    color: #3f3f3f
}

.use-case .use-case__item:hover .thumb img {
    transform: rotate(360deg)
}

.use-case .use-case__item:hover .h5 a {
    color: #4569e7
}

.use-case .container {
    position: relative;
    z-index: 1
}

.use-case .container::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 50%;
    width: 1px;
    height: calc(100% - 70px);
    transform: translateX(-50%) translateY(-50%);
    background-color: #d9d9d9;
    z-index: 2
}

.use-case .items-gap {
    position: relative;
    z-index: 1
}

.use-case .items-gap::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: calc(50% - 30px);
    height: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
    border-radius: 10px
}

.use-case .items-gap::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 50%;
    width: calc(50% - 90px);
    height: 1px;
    transform: translateX(-50%) translateY(-50%);
    background-color: #d9d9d9
}

.use-case-alt .container::before,.use-case-alt .container::after,.use-case-alt .items-gap::before,.use-case-alt .items-gap::after {
    content: none
}

.use-case-details__content .h2 {
    margin-bottom: 40px;
    margin-top: -10px
}

.use-case-details__content hr {
    width: 100%;
    opacity: 1;
    height: 1px;
    background-color: #d9d9d9;
    margin: 40px 0px
}

.use-case-details__content .details-thumb {
    margin: 40px 0px
}

.use-case-details__content .details-thumb img {
    width: 100%;
    min-height: 260px
}

.use-case-details__content .paragraph {
    margin-bottom: 40px
}

.use-case-details__content .paragraph .h5 {
    color: #111827;
    margin-bottom: 20px
}

.use-case-details__content .paragraph p {
    margin-bottom: 20px
}

.use-case-details__content .paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.home-light .banner-one {
    background-color: #fff;
    background-size: contain;
    background-position: left top 200px
}

.home-light .banner-one .h1,.home-light .banner-one .h6,.home-light .banner-one p {
    color: #111827
}

.home-light .banner-one .h6 span {
    color: #fff
}

.home-light .overview .overview__single {
    background-color: #e5eeff
}

.home-light .overview .overview__single .h6 {
    color: #111827
}

.home-light .voice .voice__slider::before {
    background-color: #f4f7ff
}

.home-light .clone .content P:nth-of-type(1) {
    color: #fff
}

.home-light .clone .clone__content ul li {
    color: #111827
}

.home-light .section__header p {
    color: #111827
}

.home-light .tour .tour__content-cta .frame {
    opacity: .3
}

.home-light .case-sec {
    background-color: #f4f7ff
}

.home-light .case-sec .case__slider-single {
    border: 1px solid #d9d9d9
}

.home-light .case-sec .case__slider-single .content .h5,.home-light .case-sec .case__slider-single .content p {
    color: #111827
}

.home-light .case-sec .case__slider-single .content a {
    color: #4569e7
}

.home-light .case-sec .case__slider-single .content a i {
    color: #4569e7
}

.home-light .case-sec .case__slider-single:hover .content .h5,.home-light .case-sec .case__slider-single:hover .content p {
    color: #fff
}

.home-light .case-sec .case__slider-single:hover .content a {
    color: #fff
}

.home-light .case-sec .case__slider-single:hover .content a i {
    color: #fff
}

.home-light .case-sec .case__slider-single::before {
    background-color: #f4f7ff
}

.home-light .broadcast .h2,.home-light .broadcast p {
    color: #fff
}

.home-light .cta .h2 {
    color: #fff
}

.home-two-light .testimonial .review__single p {
    color: #fff !important
}

.home-two-light .testimonial .testimonial__slider-wrapper {
    margin-top: -20px;
    margin-bottom: -20px
}

.home-two-light .testimonial .review__single {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(69,105,231,.15)
}

.home-two-light .testimonial .review__single p {
    color: #000 !important
}

.home-two-light .testimonial .review__single p:nth-last-of-type(1) {
    color: #4569e7 !important
}

.home-two-light .testimonial .review__single .review-content .fw-7 {
    color: #000 !important
}

.home-two-light .generate .generate__content-btn {
    background-color: #fff;
    border: 1px solid #e0013f
}

.home-two-light .generate .generate__content-btn .h5 {
    color: #111827
}

.home-two-light .generate .generate__content-btn .thumb {
    border: 1px solid #e0013f
}

.home-two-light .generate .generate__content-btn .thumb i {
    color: #e0013f
}

.home-two-light .generate .generate__content-btn:hover {
    background-color: #e0013f;
    border: 1px solid #e0013f
}

.home-two-light .generate .generate__content-btn:hover .h5 {
    color: #fff
}

.home-two-light .generate .generate__content-btn:hover p {
    color: #fff
}

.home-two-light .generate .generate__content-btn:hover .thumb {
    border: 1px solid #fff;
    background-color: #fff
}

.home-two-light .generate .generate__content-btn:hover .thumb i {
    color: #e0013f
}

.home-two-light .generate .generate__content-btn-active {
    background-color: #e0013f;
    border: 1px solid #e0013f
}

.home-two-light .generate .generate__content-btn-active .h5 {
    color: #fff
}

.home-two-light .generate .generate__content-btn-active p {
    color: #fff
}

.home-two-light .generate .generate__content-btn-active .thumb {
    border: 1px solid #fff;
    background-color: #fff
}

.home-two-light .generate .generate__content-btn-active .thumb i {
    color: #e0013f
}

.home-two-light .features__single-item a:hover {
    color: #e0013f !important
}

.home-two-light .features__single-item a:hover i {
    background-color: #e0013f !important;
    color: #fff !important
}

.home-two-light .tools .tools__single .h5 a {
    color: #000
}

.home-two-light .tools .tools__single:hover {
    background-color: #000
}

.home-two-light .tools .tools__single:hover .thumb {
    background-color: #fff
}

.home-two-light .tools .tools__single:hover .thumb i {
    color: #e0013f
}

.home-two-light .tools .tools__single:hover .h5 a {
    color: #fff
}

.home-two-light .publish .publish__single {
    border: 1px solid #d9d9d9
}

.home-two-light .publish .publish__single .h5,.home-two-light .publish .publish__single p {
    color: #111827 !important
}

.home-two-light .publish .section__content-cta img {
    opacity: .3
}

.home-two-light #horizon-break {
    border-color: #d9d9d9 !important
}

.home-two-light .pricing-two .h2 {
    color: #fff
}

.home-two-light .faq-light .accordion-item .accordion-button:not(.collapsed) {
    color: #e0013f
}

.home-two-light .faq-light .accordion-item .accordion-button:not(.collapsed)::after {
    color: #e0013f
}

.home-two-light .cta-two .h2 {
    color: #fff
}

.home-two-light .tools .tools__single {
    border: 1px solid #d9d9d9
}

.home-two-light .tools .tools__single .thumb {
    background-color: #e0013f
}

.home-two-light .tools .tools__single .thumb i {
    color: #fff
}

.home-two-light .tools .tools__single .h5 {
    color: #111827
}

.home-two-light .footer-two {
    background-color: #fff;
    background-size: 100% 100%
}

.home-two-light .footer-two .bt::before {
    background-color: #d9d9d9
}

.home-two-light .footer-two .social a {
    color: #111827
}

.home-two-light .footer-two .footer-two__single .h5 {
    color: #111827
}

.home-two-light .footer-two .footer-two__single a {
    color: #111827
}

.home-two-light .footer-two .footer-two__single a:hover {
    color: #4569e7
}

.home-three-light .section__header .h2,.home-three-light .section__header .h4,.home-three-light .section__header .h5 p,.home-three-light .section__content .h2,.home-three-light .section__content .h4,.home-three-light .section__content .h5 p {
    color: #111827
}

.home-three-light .h2,.home-three-light p {
    color: #fff
}

.home-three-light .remove-bg .h5 {
    color: #111827
}

.home-three-light .workflow {
    background-color: #e5e5f5
}

.home-three-light .workflow .h2,.home-three-light .workflow p {
    color: #111827
}

.home-three-light .generate-two .generate__content-btn {
    border: 1px solid #d9d9d9
}

.home-three-light .generate-two .generate__content-btn .h5 {
    color: #111827
}

.home-three-light .generate-two .generate__content-btn p {
    color: #3f3f3f
}

.home-three-light .generate-two .generate__content-btn:hover {
    border: 1px solid #4569e7
}

.home-three-light .generate-two .generate__content-btn:hover .h5 {
    color: #4569e7
}

.home-three-light .generate-two .generate__content-btn:hover p {
    color: #3f3f3f
}

.home-three-light .generate-two .generate__content-btn-active {
    border: 1px solid #4569e7
}

.home-three-light .generate-two .generate__content-btn-active .h5 {
    color: #4569e7
}

.home-three-light .generate-two .generate__content-btn-active p {
    color: #3f3f3f
}

.home-three-light .generate-three .generate__thumb .tab-content {
    background-color: #f5f5f5
}

.home-three-light .generate-three .rangu .rangu-slider::-webkit-slider-thumb {
    background: #f5f5f5
}

.home-three-light .generate-three .rangu .rangu-slider::-moz-range-thumb {
    background: #f5f5f5
}

.home-three-light .section__header--secondary .h2 {
    color: #111827
}

.home-three-light .eraser .eraser__slider-item {
    border: 1px dashed #d9d9d9
}

.home-three-light .eraser .eraser__slider-item .h5 {
    color: #111827
}

.home-three-light .eraser .eraser__slider-item p {
    color: #3f3f3f
}

.home-three-light .eraser .eraser-cta {
    border: 1px dashed #d9d9d9
}

.home-three-light .testimonial-three .review__single p {
    color: #111827
}

.home-three-light .testimonial-three .review__single .content p:nth-last-of-type(1) {
    color: #818181
}

.home-three-light .explore .h2 {
    color: #fff
}

.home-three-light .update-cta .h2 {
    color: #fff
}

.home-three-light .footer-three #footer-break {
    background-color: #d9d9d9
}

.home-three-light .footer-three .copyright {
    background-color: #e5e5f5
}

.home-three-light .footer-three .copyright p {
    color: #949494
}

.home-three-light .footer-three .copyright p a:hover {
    color: #111827
}

.home-three-light .footer-three .social a {
    color: #818181
}

.home-three-light .footer-three .social a:hover {
    color: #4569e7
}

.home-three-light .footer-three p {
    color: #111827
}

.home-three-light .footer-three .footer__single .h5 {
    color: #111827
}

.home-three-light .footer-three .footer__single a {
    color: #111827
}

.home-three-light .footer-three .footer__single a:hover {
    color: #4569e7
}

.home-four {
    background-color: #111827
}

.home-four .header .btn--secondary {
    border-color: #4569e7;
    color: #4569e7
}

.home-four .banner-four {
    padding: 220px 0px 180px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    position: relative;
    z-index: 1;
    overflow-x: clip
}

.home-four .banner-four::before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border-radius: 422px;
    background: linear-gradient(180deg, rgba(224, 1, 63, 0.75) 0%, rgba(242, 99, 68, 0.75) 40.1%, rgba(69, 105, 231, 0.75) 73.44%, rgba(135, 51, 255, 0.75) 100%);
    filter: blur(137px);
    z-index: -1
}

.home-four .banner-four .banner-four__content h2,.home-four .banner-four .banner-four__content p {
    color: #fff
}

.home-four .banner-four .banner-four__content h2 {
    margin: 30px 0px
}

.home-four .banner-four .banner-four__content h2 span {
    color: #4569e7
}

.home-four .banner-four .section__content-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.home-four .banner-four .banner-four__thumb {
    position: relative
}

.home-four .banner-four .banner-four__thumb .dot {
    position: absolute;
    bottom: 164px;
    right: -118px
}

.home-four .banner-four .banner-four__thumb .hire {
    position: absolute;
    top: 30px;
    left: -45px
}

.home-four .banner-four .ban-spo {
    margin-top: 130px
}

.home-four .banner-four .ban-spo p {
    font-weight: 500
}

.home-four .banner-four .ban-spo .ban-spo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 26px;
    flex-wrap: wrap;
    margin-top: 40px
}

.home-four .f-overview {
    overflow-x: clip
}

.home-four .f-overview .f-overview__inner {
    padding: 65px 120px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom
}

.home-four .f-overview .thumb {
    padding: 16px;
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.home-four .f-overview .thumb img {
    border-radius: 50%
}

.home-four .f-overview .content {
    text-align: center
}

.home-four .f-overview .content h4 {
    color: #fff
}

.home-four .f-overview__single {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.home-four .f-overview__single img {
    width: 100%;
    border-radius: 20px;
    min-height: 300px
}

.home-four .f-overview__single .f-content {
    position: absolute;
    inset: 0px;
    border-radius: 20px;
    background: rgba(0,0,0,.8);
    padding: 50px 20px;
    transform: translateY(100%);
    transition: all .4s ease-in-out
}

.home-four .f-overview__single .f-content .al {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106px;
    min-width: 106px;
    height: 106px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 30px;
    color: #4569e7
}

.home-four .f-overview__single .f-content .al i {
    transform: rotate(45deg)
}

.home-four .f-overview__single .f-content h4 {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    width: 100%
}

.home-four .f-overview__single .f-content h4 a {
    color: #fff;
    transition: all .4s ease-in-out
}

.home-four .f-overview__single .f-content h4 a:hover {
    color: #4569e7
}

.home-four .f-overview__single:hover .f-content {
    transform: translateY(0px)
}

.home-four .slick-center .f-content {
    transform: translateY(0px)
}

.home-four .trt-c {
    margin-top: 100px
}

.home-four .trt-c .slide-btn {
    background-color: #111827;
    border: 1px solid rgba(255,255,255,.3137254902)
}

.home-four .trt-c .slide-btn:hover {
    background-color: #4569e7
}

.home-four .tour__content-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    row-gap: 30px;
    flex-wrap: wrap;
    position: relative
}

.home-four .tour__content-cta p {
    color: #686868
}

.home-four .tour__content-cta .trust {
    text-align: right
}

.home-four .tour__content-cta .trust .review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 10px
}

.home-four .tour__content-cta .trust .review i {
    color: #ffbc00;
    font-size: 18px
}

.home-four .tour__content-cta .frame {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    max-width: 100px;
    z-index: -1;
    animation: lr 6s linear infinite
}

.home-four .h-f-vertical {
    background-color: #192337;
    position: relative;
    z-index: 1;
    overflow-x: clip
}

.home-four .h-f-vertical::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border-radius: 642px;
    background: linear-gradient(180deg, #e0013f 0%, #f26344 40.1%, #4569e7 73.44%, #8733ff 100%);
    filter: blur(137px);
    z-index: -1
}

.home-four .h-f-vertical h2,.home-four .h-f-vertical p {
    color: #fff
}

.home-four .h-f-vertical .section__content-cta {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.home-four .h-f-vertical .section__content-cta .video-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 18px;
    color: #4569e7
}

.home-four .h-f-vertical .h-f-w {
    gap: 30px !important;
    height: 800px;
    overflow: hidden
}

.home-four .h-f-vertical .h-f-o-sl,.home-four .h-f-vertical .h-f-t-sl {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0px 15px
}

.home-four .h-f-vertical .h-f-o-sl .slick-list,.home-four .h-f-vertical .h-f-t-sl .slick-list {
    height: 100% !important
}

.home-four .h-f-vertical .h-f-o-sl .slick-track,.home-four .h-f-vertical .h-f-t-sl .slick-track {
    padding: 0px !important;
    margin: -15px 0px !important
}

.home-four .h-f-vertical .h-f-o-sl .slick-slide,.home-four .h-f-vertical .h-f-t-sl .slick-slide {
    margin: 15px 0px !important
}

.home-four .h-f-vertical .h-f-t-sl {
    transform: rotate(180deg)
}

.home-four .h-f-vertical .h-f-t-sl .slick-slide {
    transform: rotate(-180deg)
}

.home-four .clone .clone__thumb {
    padding: 0px;
    background: rgba(0,0,0,0)
}

.home-four .clone h2,.home-four .clone p {
    color: #fff
}

.home-four .clone ul {
    border-top: 1px solid #414141;
    padding-top: 30px
}

.home-four .clone li {
    padding-left: 20px;
    position: relative;
    font-size: 16px !important;
    font-weight: 400 !important
}

.home-four .clone li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%
}

.home-four .clone .btn-fo {
    background-color: rgba(0,0,0,0);
    color: #4569e7;
    border: 1px solid #4569e7
}

.home-four .clone .btn-fo:hover {
    background-color: #4569e7;
    color: #fff
}

.home-four .pricing-two h2 {
    color: #fff
}

.home-four .pricing-two .pricing-two__single::before {
    background-image: linear-gradient(180deg, #4569e7 0%, #111827 100%)
}

.home-four .pricing-two .pricing-two__single .btn--septenary {
    border-color: #4569e7 !important
}

.home-four .pricing-two .pricing-two__single .btn--septenary::before {
    background: #4569e7 !important
}

.home-four .pricing-two .tre-p {
    position: relative
}

.home-four .pricing-two .tre-p .tg {
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 100px;
    background: linear-gradient(270deg, #e0013f 0%, rgba(224, 1, 63, 0) 100%);
    position: absolute;
    top: 30px;
    right: 0px;
    line-height: 1;
    color: #fff;
    transform: rotate(-90deg) translate(-50%, 130%);
    z-index: 9
}

.home-four .faq h2 {
    color: #fff
}

.home-four .faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: #4569e7
}

.home-four .testimonial h2,.home-four .testimonial p {
    color: #fff
}

.home-four .testimonial .nt-pagination button::before {
    background-color: #4569e7 !important
}

.home-four .testimonial .nt-pagination .slick-active button {
    border-color: #4569e7 !important
}

.home-four .testimonial .nt-pagination .slick-active button::before {
    background-color: #4569e7 !important
}

.home-four .update-cta h2 {
    color: #fff
}

.home-four .footer-three .f-t-f p {
    color: #fff
}

.home-four .footer-three .f-t-f .logo {
    margin-bottom: 30px
}

.home-four .footer-three .f-t-f .social {
    margin-top: 50px
}

.home-four .footer-three .f-t-f a {
    color: #818181
}

.home-four .footer-three .f-t-f a:hover {
    padding: 0px;
    color: #4569e7
}

.home-four-light {
    background-color: #fff
}

.home-four-light h2,.home-four-light p {
    color: #181818 !important
}

.home-four-light .banner-four {
    background-position: left -200px top -100px
}

.home-four-light .banner-four .btn-ft {
    color: #4569e7
}

.home-four-light .banner-four .btn-ft:hover {
    color: #fff
}

.home-four-light .header--light {
    background: rgba(0,0,0,0) !important
}

.home-four-light .header--light .nav {
    background: rgba(0,0,0,0) !important
}

.home-four-light .header-active {
    background-color: #fff !important
}

.home-four-light .f-overview .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9;
    background-color: rgba(0,0,0,0)
}

.home-four-light .f-overview .slide-btn:hover {
    background-color: #4569e7;
    color: #fff
}

.home-four-light .tour__content-cta img {
    opacity: .3
}

.home-four-light .tour__content-cta p {
    color: #686868 !important;
    font-weight: 400
}

.home-four-light .h-f-vertical h2,.home-four-light .h-f-vertical p {
    color: #fff !important
}

.home-four-light .clone ul {
    border-top: 1px solid #d9d9d9
}

.home-four-light .clone li {
    color: #181818 !important;
    font-weight: 700 !important
}

.home-four-light .clone li::before {
    background-color: #181818
}

.home-four-light .pricing-two h2 {
    color: #fff !important
}

.home-four-light .pricing-two .content p {
    color: #818181 !important
}

.home-four-light .testimonial p {
    color: #fff !important
}

.home-four-light .update-cta h2,.home-four-light .update-cta p {
    color: #fff !important
}

.home-four-light .footer-three {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom
}

.home-four-light .footer-three h5,.home-four-light .footer-three a {
    color: #181818 !important
}

.home-four-light .footer-three a {
    font-weight: 600
}

.home-four-light .footer-three a:hover {
    color: #4569e7 !important
}

.home-four-light .footer-three .copyright p,.home-four-light .footer-three .copyright a {
    color: #949494 !important
}

.home-four-light .footer-three .copyright a:hover {
    color: #4569e7 !important
}

.home-five {
    background-color: #111827
}

.home-five .topbar {
    padding: 16px 0px;
    background: linear-gradient(90deg, #e0013f 0%, #ff9200 100%)
}

.home-five .topbar p {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.home-five .topbar p a {
    padding: 4px 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 30px;
    font-size: 14px
}

.home-five .header {
    top: 72px
}

.home-five .header .btn--secondary {
    border-color: #4569e7;
    color: #4569e7
}

.home-five .header .btn--secondary::before {
    background-color: #4569e7
}

.home-five .header .btn--secondary:hover {
    border-color: #4569e7;
    color: #fff
}

.home-five .banner-five {
    padding-top: 220px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-five .banner-five::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 450px;
    border-radius: 456px;
    background: rgba(69,105,231,.6);
    filter: blur(147px);
    z-index: -1
}

.home-five .banner-five p {
    color: #fff;
    font-weight: 500
}

.home-five .banner-five h2 {
    color: #fff;
    margin-top: 30px
}

.home-five .banner-five h2 span {
    background: linear-gradient(180deg, #8fffec 0%, #4569e7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.home-five .banner-five .authentic {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.home-five .banner-five .authentic p {
    color: #818181
}

.home-five .banner-five .authentic .btn {
    background-color: #fff;
    color: #181818;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.home-five .banner-five .authentic .btn::before {
    background-color: #4569e7
}

.home-five .banner-five .authentic .btn:hover {
    color: #fff
}

.home-five .h-fi-overview .h-fi-overview-single {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    border-radius: 75px;
    border: 1px solid #232f47
}

.home-five .h-fi-overview .h-fi-overview-single .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.home-five .h-fi-overview .h-fi-overview-single p {
    color: #c9c9c9;
}

.home-five .h-fi-overview .h-fi-overview-single h4 {
    color: #fff;
    margin-top: 8px
}

.home-five .h-fi-work h2 {
    color: #fff
}

.home-five .h-fi-work .line-th {
    position: relative
}

.home-five .h-fi-work .line-th::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #232f47
}

.home-five .h-fi-work .h-thumb {
    padding-right: 50px
}

.home-five .h-fi-work .h-thumb img {
    width: 100%
}

.home-five .h-fi-work .alt-thumb {
    padding-right: 0px;
    padding-left: 50px
}

.home-five .h-fi-work .h-content {
    padding-left: 50px;
    position: relative
}

.home-five .h-fi-work .h-content .tag {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #4569e7;
    background-color: #fff;
    color: #4569e7;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(-45px) translateY(-10px)
}

.home-five .h-fi-work .h-content h4,.home-five .h-fi-work .h-content p {
    color: #fff;
    max-width: 570px
}

.home-five .h-fi-work .h-content h4 {
    position: relative
}

.home-five .h-fi-work .h-content p {
    margin-top: 20px
}

.home-five .h-fi-work .alt-content {
    padding-left: 0px
}

.home-five .h-fi-work .alt-content .tag {
    right: 0px;
    left: unset;
    transform: translateX(45px)
}

.home-five .case-sec h2 {
    color: #fff
}

.home-five .case-pagination button::before {
    background-color: #4569e7 !important
}

.home-five .case-pagination .slick-active button {
    border-color: #4569e7 !important
}

.home-five .case-pagination .slick-active button::before {
    background-color: #4569e7 !important
}

.home-five .faq-two h2 {
    color: #fff
}

.home-five .faq-two .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.home-five .faq-two .accordion-item .accordion-button:not(.collapsed)::after {
    color: #4569e7
}

.home-five .testimonial-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background-color: #fff;
    border-radius: 100px;
    left: 40px
}

.home-five .testimonial-switch button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4569e7;
    border: 2px solid #4569e7
}

.home-five .testimonial-switch button i {
    transition: none
}

.home-five .testimonial-switch button:hover {
    background: #4569e7;
    color: #fff
}

.home-five #horizon-break {
    border-style: solid
}

.home-five .review p,.home-five .review h2 {
    color: #fff
}

.home-five .review .review__single:hover {
    transform: translateY(0px)
}

.home-five .cta-two .cta-two__inner::before {
    background-image: linear-gradient(to right, #4569e7, #8733ff)
}

.home-five .cta-two h2 {
    color: #fff
}

.home-five .footer-two p {
    color: #fff
}

.home-five .footer-two p a:hover {
    color: #4569e7
}

.home-five .footer-two .social a:hover {
    color: #4569e7
}

.home-five .footer-two .bt::before {
    background-color: #414141
}

.home-five .footer-two .mail-group button {
    color: #4569e7 !important
}

.home-five-light {
    background-color: #fff
}

.home-five-light h2,.home-five-light h4,.home-five-light p {
    color: #181818 !important
}

.home-five-light .topbar p {
    color: #fff
}

.home-five-light .header {
    background-color: rgba(0,0,0,0)
}

.home-five-light .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-five-light .header-active {
    background-color: #fff !important
}

.home-five-light .banner-five h2,.home-five-light .banner-five p {
    color: #181818
}

.home-five-light .authentic .btn {
    border: 1px solid #4569e7
}

.home-five-light .h-fi-overview .h-fi-overview-single {
    border-color: #d9d9d9
}

.home-five-light .h-fi-overview .h-fi-overview-single h4 {
    color: #181818
}

.home-five-light .h-fi-overview .h-fi-overview-single p {
    color: #3f3f3f
}

.home-five-light .case-sec {
    background-color: #eff4ff
}

.home-five-light .case-sec .case__slider-single {
    border-color: #d9d9d9
}

.home-five-light .case-sec .case__slider-single h5,.home-five-light .case-sec .case__slider-single p,.home-five-light .case-sec .case__slider-single a {
    color: #181818 !important
}

.home-five-light .case-sec .case__slider-single h5 i,.home-five-light .case-sec .case__slider-single p i,.home-five-light .case-sec .case__slider-single a i {
    color: #4569e7
}

.home-five-light .case-sec .case__slider-single a {
    font-weight: 600 !important
}

.home-five-light .case-sec .case__slider-single::before {
    background-color: #eff4ff
}

.home-five-light .case-sec .case__slider-single:hover h5,.home-five-light .case-sec .case__slider-single:hover p,.home-five-light .case-sec .case__slider-single:hover a {
    color: #fff !important
}

.home-five-light #horizon-break {
    border: 0px;
    border-top: 1px solid #d9d9d9 !important
}

.home-five-light .review .review__single {
    background-color: #eff4ff
}

.home-five-light .review .content p,.home-five-light .review .content h6 {
    color: #181818
}

.home-five-light .review .content p:nth-last-of-type(1) {
    color: #414141
}

.home-five-light .cta-two h2,.home-five-light .cta-two p {
    color: #fff !important
}

.home-five-light .footer-two {
    background-color: #fff
}

.home-five-light .footer-two h5 {
    color: #181818 !important
}

.home-five-light .footer-two a {
    color: #3f3f3f !important;
    font-weight: 600 !important
}

.home-five-light .footer-two a:hover {
    color: #4569e7 !important
}

.home-five-light .footer-two .bt::before {
    background-color: #d9d9d9
}

.home-five-light .footer-two .social a {
    color: #949494 !important
}

.home-five-light .footer-two .social a:hover {
    color: #4569e7 !important
}

.home-five-light .h-fi-work .line-th::before {
    background-color: #d9d9d9
}

.home-six .header {
    background-color: rgba(0,0,0,0)
}

.home-six .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-six .header .nav__uncollapsed .btn--secondary {
    border-radius: 10px;
    background-color: #f6e067;
    border: 0px;
    font-weight: 700;
    color: #181818
}

.home-six .header .nav__uncollapsed .btn--secondary:hover {
    border: 0px;
    color: #fff
}

.home-six .header-active {
    background-color: #fff;
    background-image: none !important
}

.home-six .banner-six {
    padding: 300px 0px 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-six .banner-six::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    z-index: -1;
    border-radius: 520px;
    opacity: .25;
    background: linear-gradient(180deg, #e0013f 0%, #4569e7 100%);
    filter: blur(147px)
}

.home-six .banner-six h2 {
    margin-top: 30px
}

.home-six .banner-six h2 span {
    background: linear-gradient(96deg, #e0013f 0%, #4569e7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.home-six .banner-six ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 35px
}

.home-six .banner-six ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    color: #181818
}

.home-six .banner-six ul li i {
    color: #181818
}

.home-six .banner-six .authentic {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.home-six .banner-six .authentic .btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #e0013f 0%, #4569e7 100%);
    color: #fff;
    display: inline-flex;
    gap: 16px
}

.home-six .banner-six .authentic .btn:nth-last-of-type(1) {
    border-radius: 10px;
    background: linear-gradient(90deg, #4569e7 0%, #8733ff 100%)
}

.home-six .banner-six .authentic p {
    color: #a9a9a9
}

.home-six .tour {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-six .tour .hs-o {
    content: "";
    position: absolute;
    left: 100px;
    top: 150px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    z-index: -1
}

.home-six .tour .hs-t {
    content: "";
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    z-index: -1
}

.home-six .tour .tour__content {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #c5c5c5;
    height: auto;
    position: relative
}

.home-six .tour .tour__content::before {
    content: none
}

.home-six .tour .tour__content a {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(144.96deg, rgba(245, 245, 245, 0.2) 15.37%, rgba(217, 217, 217, 0.1) 85.91%);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(7.39766px);
    backdrop-filter: blur(7.39766px);
    color: #fff;
    font-size: 20px;
    z-index: 1;
    border: none;
    box-shadow: inset 1px 1px 0px 0px #bcbcbc,inset -1px -1px 0px 0px #fff,inset 1px -1px 0px 0px #bcbcbc,inset -1px 1px 0px 0px #bcbcbc
}

.home-six .tour .tour__content a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 1.6px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #fff
}

.home-six .tour img {
    width: 100%;
    min-height: 300px;
    border-radius: 20px
}

.home-six .sponsor h4 {
    color: #181818
}

.home-six .sponsor .sponsor__inner {
    background-image: none;
    padding: 0px;
    padding-top: 80px
}

.home-six .sponsor .sponsor__slider-item img:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(4951%) hue-rotate(15deg) brightness(100%) contrast(105%)
}

.home-six .sponsor .slick-center img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(4951%) hue-rotate(15deg) brightness(100%) contrast(105%)
}

.home-six .case-sec {
    background-color: #fff
}

.home-six .case-sec .section__header--secondary h2 span {
    background: linear-gradient(90deg, #4569e7 0%, #ff9200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.home-six .case-sec .bg-im {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home-six .case-sec .section__header--secondary {
    padding: 30px 0px
}

.home-six .case-sec .case-pagination button {
    width: 16px;
    height: 6px;
    background-color: #626262;
    border-radius: 100px;
    border: 0px !important
}

.home-six .case-sec .case-pagination button::before {
    content: none
}

.home-six .case-sec .case-pagination .slick-active button {
    width: 38px;
    height: 6px;
    background-color: #181818
}

.home-six .case-sec .case__slider-single {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    max-width: 450px;
    padding: 30px
}

.home-six .case-sec .case__slider-single::before,.home-six .case-sec .case__slider-single::after {
    content: none
}

.home-six .case-sec .case__slider-single span {
    background-color: #e6f85e;
    padding: 0px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 80px
}

.home-six .case-sec .case__slider-single h4 {
    font-weight: 700;
    margin-bottom: 40px
}

.home-six .case-sec .case__slider-single p {
    color: #181818 !important
}

.home-six .case-sec .case__slider-single a {
    padding: 16px 40px;
    border: 1px solid #d9d9d9;
    font-weight: 700;
    border-radius: 10px;
    color: #181818 !important;
    display: inline-flex
}

.home-six .case-sec .case__slider-single a:hover {
    background-color: #f6e067
}

.home-six .generate .generate__content-btn {
    border-color: #d9d9d9
}

.home-six .generate .generate__content-btn h5 {
    color: #181818;
    font-weight: 700
}

.home-six .generate .generate__content-btn p {
    color: #414141
}

.home-six .generate .generate__content-btn-active {
    border-color: #181818
}

.home-six .generate .generate__thumb {
    height: 100%
}

.home-six .generate .generate__thumb img {
    height: 100%
}

.home-six .generate .generate__thumb .tab-content {
    height: 100%;
    padding: 0px !important
}

.home-six .pricing-two .tre-p {
    position: relative
}

.home-six .pricing-two .tre-p .tg {
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 100px;
    background: linear-gradient(270deg, #e0013f 0%, rgba(224, 1, 63, 0) 100%);
    position: absolute;
    top: 30px;
    right: 0px;
    line-height: 1;
    color: #fff;
    transform: rotate(-90deg) translate(-50%, 130%);
    z-index: 9
}

.home-six .pricing-two h2 {
    color: #fff
}

.home-six .pricing-two .pricing-two__single {
    border: 1px solid #414141;
    background-color: rgba(0,0,0,0)
}

.home-six .pricing-two .pricing-two__single:hover {
    border: 1px solid #e6f85e
}

.home-six .pricing-two .pricing-two__single::before {
    content: none
}

.home-six .pricing-two .pricing-two__single:hover .btn {
    color: #181818;
    border-color: #e6f85e
}

.home-six .pricing-two .pricing-two__single:hover hr {
    background-color: #232f47 !important
}

.home-six .pricing-two .btn {
    border-radius: 10px
}

.home-six .pricing-two .btn::before {
    background: #e6f85e !important
}

.home-six .pricing-two .btn:hover {
    color: #181818 !important;
    border-color: #e6f85e
}

.home-six .h-s-f .h-s-f-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap
}

.home-six .h-s-f .h-s-f-single {
    padding: 30px;
    border-radius: 15px;
    background: #f2f2f2;
    max-width: 560px;
    align-self: stretch
}

.home-six .h-s-f .h-s-f-single:nth-of-type(1) {
    padding: 65px;
    position: relative
}

.home-six .h-s-f .h-s-f-single:nth-of-type(1) img {
    position: absolute;
    top: 25px;
    right: 25px
}

.home-six .h-s-f .h-s-f-single h4 {
    font-weight: 700
}

.home-six .h-s-f .h-s-f-single p {
    color: #181818
}

.home-six .h-s-f .h-s-f-single blockquote {
    color: #414141;
    margin: 16px 0px 24px
}

.home-six .h-s-f .h-s-f-single .rti i {
    font-size: 12px
}

.home-six .h-s-f .h-s-f-single .rti p {
    color: #949494;
    margin-top: 10px
}

.home-six .h-s-f .h-s-f-single .rti p span {
    color: #181818;
    font-weight: 700
}

.home-six .h-s-f .brt {
    max-width: 440px
}

.home-six .h-s-f .gr {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px
}

.home-six .h-s-f .gr span {
    font-weight: 500
}

.home-six .h-s-f .review__icons {
    display: flex;
    align-items: center;
    gap: 6px
}

.home-six .h-s-f .review__icons i {
    color: #ffa800;
    font-size: 20px
}

.home-six .h-s-lang {
    background-color: #192337
}

.home-six .h-s-lang h2 {
    color: #fff
}

.home-six .h-s-lang .h-s-lang-single {
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #414141;
    border-radius: 1500px
}

.home-six .h-s-lang .h-s-lang-single .thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111827;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.home-six .h-s-lang .h-s-lang-single h4 {
    margin-bottom: 60px;
    color: #fff
}

.home-six .h-s-lang .h-s-lang-single i {
    font-size: 36px;
    color: #fff
}

.home-six .faq-light .accordion-item .accordion-body p {
    color: #414141
}

.home-six .faq-light .accordion-item .accordion-button {
    font-weight: 700
}

.home-six .faq-light .accordion-item .accordion-button:not(.collapsed) {
    color: #181818
}

.home-six .faq-light .accordion-item .accordion-button:not(.collapsed)::after {
    color: #181818
}

.home-six .faq-two .faq-two__switch p {
    color: #949494;
    font-weight: 500
}

.home-six .faq-two .faq-two__switch .cd {
    color: #181818
}

.home-six .faq-two .faq-two__switch label {
    background-color: #111827;
    width: 50px;
    border: 0px
}

.home-six .faq-two .faq-two__switch label::after {
    background-color: #e6f85e;
    border: 0px;
    width: 13px;
    height: 13px
}

.home-six .pr-d .pr-d-inner {
    padding: 80px 24px;
    text-align: center;
    border-radius: 20px;
    background-size: 100% 100%
}

.home-six .pr-d h2 {
    color: #fff
}

.home-six .pr-d .btn {
    padding: 20px 40px;
    background-color: #e6f85e;
    border-radius: 10px;
    color: #181818
}

.home-six .pr-d .btn:hover {
    background-color: #fff
}

.home-six .fer {
    background-color: #fff;
    margin-top: 65px
}

.home-six .fer .copyright-inner {
    background-color: #d9d9d9;
    margin-top: 24px
}

.home-six .fer .copyright-inner p {
    color: #414141
}

.home-six .fer .copyright-inner p a {
    color: #181818;
    font-weight: 700
}

.home-six .fer .copyright-inner p a:hover {
    color: #4569e7
}

.home-six .fer .social a:hover {
    color: #4569e7
}

.home-six-dark {
    background-color: #111827
}

.home-six-dark h2,.home-six-dark h4,.home-six-dark p {
    color: #181818
}

.home-six-dark .header .nav__menu-link {
    color: #fff !important
}

.home-six-dark .header .nav__menu-link::after {
    color: #fff !important
}

.home-six-dark .header .nav__menu-link:hover {
    color: #fff !important
}

.home-six-dark .header .nav__menu-link:hover::after {
    color: #fff !important
}

.home-six-dark .header .nav__uncollapsed .btn {
    background-color: rgba(0,0,0,0);
    border: 1px solid #e6f85e;
    color: #fff
}

.home-six-dark .header .nav__uncollapsed .btn:hover {
    border: 1px solid #4569e7
}

.home-six-dark .header .nav__bar .icon-bar {
    background-color: #fff
}

.home-six-dark .header-active {
    background-color: #111827 !important
}

.home-six-dark .banner-six h2,.home-six-dark .banner-six p,.home-six-dark .banner-six li,.home-six-dark .banner-six i {
    color: #fff !important
}

.home-six-dark .tour .tour__content {
    border-color: #e6f85e
}

.home-six-dark .case-sec {
    background-color: #111827
}

.home-six-dark .case-sec .section__header--secondary h2 {
    color: #fff
}

.home-six-dark .case-sec .section__header--secondary h2 span {
    background: linear-gradient(90deg, #8fffec 0%, #ff9200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

.home-six-dark .case-sec .case-pagination button {
    background-color: #626262
}

.home-six-dark .case-sec .case-pagination .slick-active button {
    background-color: #e6f85e
}

.home-six-dark .case-sec .case__slider-single {
    background-color: #111827;
    border: 1px solid #414141
}

.home-six-dark .case-sec .case__slider-single span {
    color: #e6f85e !important;
    border: 1px solid #414141;
    background-color: rgba(0,0,0,0)
}

.home-six-dark .case-sec .case__slider-single h4,.home-six-dark .case-sec .case__slider-single p {
    color: #fff !important
}

.home-six-dark .case-sec .case__slider-single a {
    color: #fff !important;
    border: 1px solid #414141
}

.home-six-dark .case-sec .case__slider-single a:hover {
    color: #e6f85e !important;
    border-color: #e6f85e !important;
    background-color: rgba(0,0,0,0)
}

.home-six-dark .generate h2 {
    color: #fff
}

.home-six-dark .generate .generate__content-btn {
    border-color: #414141
}

.home-six-dark .generate .generate__content-btn h5 {
    color: #fff;
    font-weight: 700
}

.home-six-dark .generate .generate__content-btn p {
    color: #fff
}

.home-six-dark .generate .generate__content-btn-active {
    border-color: #e6f85e
}

.home-six-dark .generate .generate__content-btn-active h5 {
    color: #e6f85e
}

.home-six-dark .h-s-f h2 {
    color: #fff
}

.home-six-dark .h-s-f .h-s-f-single {
    padding: 30px;
    border-radius: 15px;
    background: #1c222f;
    border: 1px solid #2f2f2f;
    max-width: 550px;
    align-self: stretch
}

.home-six-dark .h-s-f .h-s-f-single:nth-of-type(1) {
    padding: 65px;
    position: relative
}

.home-six-dark .h-s-f .h-s-f-single:nth-of-type(1) img {
    position: absolute;
    top: 25px;
    right: 25px
}

.home-six-dark .h-s-f .h-s-f-single h4 {
    font-weight: 700;
    color: #fff
}

.home-six-dark .h-s-f .h-s-f-single p {
    color: #fff
}

.home-six-dark .h-s-f .h-s-f-single blockquote {
    color: #d9d9d9;
    margin: 16px 0px 24px
}

.home-six-dark .h-s-f .h-s-f-single blockquote q {
    color: #d9d9d9
}

.home-six-dark .h-s-f .h-s-f-single .rti i {
    font-size: 12px
}

.home-six-dark .h-s-f .h-s-f-single .rti p {
    color: #d9d9d9;
    margin-top: 10px
}

.home-six-dark .h-s-f .h-s-f-single .rti p span {
    color: #fff;
    font-weight: 700
}

.home-six-dark .h-s-f .brt {
    max-width: 440px
}

.home-six-dark .h-s-f .review__icons {
    display: flex;
    align-items: center;
    gap: 6px
}

.home-six-dark .h-s-f .review__icons i {
    color: #ffa800;
    font-size: 20px
}

.home-six-dark .faq-two .accordion-item .accordion-button:not(.collapsed) {
    color: #e6f85e
}

.home-six-dark .faq-two .accordion-item .accordion-button:not(.collapsed)::after {
    color: #e6f85e
}

.home-six-dark .faq-two .faq-two__switch p {
    color: #6a6a6a;
    font-weight: 500
}

.home-six-dark .faq-two .faq-two__switch .cd {
    color: #e6f85e
}

.home-six-dark .faq-two .faq-two__switch label {
    background-color: rgba(0,0,0,0);
    border: 1px solid #414141 !important;
    width: 50px;
    border: 0px
}

.home-six-dark .faq-two .faq-two__switch label::after {
    background-color: #e6f85e;
    border: 0px;
    width: 13px;
    height: 13px
}

.home-six-dark .fer {
    background-color: #111827;
    margin-top: 65px
}

.home-six-dark .fer .copyright-inner {
    background-color: #192337;
    margin-top: 24px
}

.home-six-dark .fer .copyright-inner p {
    color: #949494
}

.home-six-dark .fer .copyright-inner p a {
    color: #949494;
    font-weight: 700
}

.home-six-dark .fer .copyright-inner p a:hover {
    color: #e6f85e
}

.home-six-dark .fer .social a:hover {
    color: #e6f85e
}

.home-seven {
    background-color: #fff
}

.home-seven .header {
    background-color: rgba(0,0,0,0)
}

.home-seven .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-seven .header .nav__uncollapsed .btn {
    border-radius: 6px;
    background-color: #fff
}

.home-seven .header .nav__uncollapsed .btn i {
    transition: none
}

.home-seven .header-active {
    background-color: #fff !important
}

.home-seven .banner-seven {
    padding: 200px 0px 140px;
    position: relative;
    z-index: 1
}

.home-seven .banner-seven::before {
    content: "";
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 290px;
    background: #b81aef;
    filter: blur(217px);
    z-index: -1
}

.home-seven .banner-seven::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 290px;
    background: #1aefd5;
    filter: blur(217px);
    z-index: -1
}

@media only screen and (min-width: 1400px) {
    .home-seven .banner-seven h1 {
        font-size:130px;
        line-height: 1.2
    }
}

.home-seven .banner-seven p {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.home-seven .banner-seven form {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 62px 0px rgba(0,0,0,.1);
    padding: 10px;
    margin-top: 40px
}

.home-seven .banner-seven form input {
    padding-left: 40px;
    border-left: 1px solid #d9d9d9;
    color: #181818
}

.home-seven .banner-seven form .list {
    position: relative;
    z-index: 99;
    top: 0px
}

.home-seven .banner-seven form .current {
    font-weight: 700;
    color: #181818
}

.home-seven .banner-seven form .btn {
    border-radius: 10px
}

.home-seven .language {
    z-index: 2;
    position: relative
}

.home-seven .language__slider-single {
    text-align: center;
    padding: 0px
}

.home-seven .language__slider-single a {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    height: 100%;
    border-radius: inherit;
    padding: 20px
}

.home-seven .language__slider-single a:hover {
    background-color: #4569e7;
    color: #fff
}

.home-seven .styles {
    border: 0px;
    position: relative;
    z-index: 9
}

.home-seven .style {
    width: 100%;
    float: unset;
    border: 0px;
    height: auto;
    line-height: 28px;
    padding: 0px 20px 20px 0px
}

.home-seven .style::after {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-color: #111827
}

.home-seven .style .list {
    width: 100%
}

.home-seven .collection .single-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.home-seven .collection .single-item:nth-last-of-type(1) {
    margin-bottom: 0px
}

.home-seven .collection .single-item img {
    width: 100%;
    min-height: 260px
}

.home-seven .collection .single-item .content {
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    padding: 30px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: all .4s ease-in-out;
    transform: translateY(100%)
}

.home-seven .collection .single-item .content p {
    color: #fff
}

.home-seven .collection .single-item .content .foot-wrap {
    display: flex;
    justify-content: flex-end;
    text-align: end;
    width: 100%
}

.home-seven .collection .single-item .content .foot-wrap .foot {
    display: inline-flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 100px;
    gap: 20px
}

.home-seven .collection .single-item .content .foot-wrap .foot span {
    color: #818181 !important
}

.home-seven .collection .single-item .content .foot-wrap .foot button {
    cursor: pointer;
    color: #a6a6a6
}

.home-seven .collection .single-item .content .foot-wrap .foot button i {
    transition: none
}

.home-seven .collection .single-item .content .foot-wrap .foot button:hover {
    color: #4569e7
}

.home-seven .collection .single-item:hover .content {
    transform: translateY(0px)
}

.home-seven .collection .col-grd {
    position: relative;
    z-index: 1
}

.home-seven .collection .col-grd::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1
}

.home-seven .collection .collection-cta {
    margin-top: -200px
}

.home-seven .collection .collection-cta .btn {
    z-index: 9;
    background-color: #4569e7;
    color: #fff
}

.home-seven .broadcast h2,.home-seven .broadcast p {
    color: #fff
}

.home-seven .accordion-item:has(.show) {
    border-color: #4569e7 !important
}

.home-seven .f-media {
    position: relative;
    z-index: 2;
    transform: translateY(50%);
    margin-top: -70px
}

.home-seven .f-media .f-m-inner {
    padding: 40px 80px;
    background-color: #181818;
    border-radius: 20px
}

.home-seven .f-media .f-m-inner .f-m__content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.home-seven .f-media .f-m-inner .f-m__content h4 {
    color: #fff;
    font-weight: 700
}

.home-seven .f-media .f-m-inner .btn {
    border-radius: 6px
}

.home-seven .footer-two {
    background-color: #f4f4f4
}

.home-seven .footer-two .bt::before {
    content: none
}

.home-seven .footer-two p {
    color: #414141;
    font-weight: 500
}

.home-seven .footer-two .social a {
    color: #818181
}

.home-seven .footer-two .social a:hover {
    color: #4569e7
}

.home-seven .footer-two .h5 {
    color: #181818
}

.home-seven .footer-two .footer-two__single li a {
    color: #414141
}

.home-seven .footer-two .footer-two__single li a:hover {
    color: #4569e7
}

.home-seven .footer-two .copyright {
    padding: 50px 0px;
    border-top: 1px solid #d9d9d9;
    margin-top: 65px
}

.home-seven .footer-two .copyright a {
    font-weight: 700;
    transition: all .4s ease-in-out
}

.home-seven-dark {
    background-color: #000
}

@media only screen and (min-width: 1200px) {
    .home-seven-dark .header .nav__menu-link {
        color:#fff
    }

    .home-seven-dark .header .nav__menu-link:hover {
        color: #4569e7
    }
}

.home-seven-dark .header .nav__bar .icon-bar {
    background: #fff
}

.home-seven-dark .header-active {
    background-color: #111827 !important
}

.home-seven-dark h1,.home-seven-dark h2,.home-seven-dark p {
    color: #fff
}

.home-seven-dark .collection .col-grd::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}

.home-seven-dark .collection .collection-cta .btn {
    background-color: #fff;
    color: #4569e7
}

.home-seven-dark .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.home-seven-dark .accordion-item {
    border-color: #232f47 !important
}

.home-seven-dark .footer-two {
    background-color: #000
}

.home-seven-dark .footer-two p {
    color: #bdbdbd
}

.home-seven-dark .footer-two .footer-two__single .h5 {
    color: #fff
}

.home-seven-dark .footer-two .footer-two__single li a {
    color: #bdbdbd
}

.home-seven-dark .footer-two .copyright {
    border-color: #414141 !important
}

.home-eight .header {
    background-color: rgba(0,0,0,0)
}

.home-eight .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-eight .header .nav__uncollapsed a {
    display: inline-flex;
    gap: 20px;
    color: #111827
}

.home-eight .header-active {
    background-color: #fff
}

.home-eight .banner-eight {
    padding: 220px 0px 240px;
    position: relative;
    z-index: 1
}

.home-eight .banner-eight::before {
    content: "";
    position: absolute;
    bottom: 200px;
    left: 90px;
    width: 300px;
    height: 300px;
    z-index: -1;
    border-radius: 290px;
    background: #b81aef;
    filter: blur(217px)
}

.home-eight .banner-eight::after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    right: 200px;
    width: 300px;
    height: 300px;
    z-index: -1;
    border-radius: 290px;
    background: #4569e7;
    filter: blur(217px)
}

@media only screen and (min-width: 992px) {
    .home-eight .banner-eight h1 {
        font-size:100px;
        line-height: 1.3;
        font-weight: 700
    }
}

@media only screen and (min-width: 1440px) {
    .home-eight .banner-eight h1 {
        font-size:140px;
        line-height: 1.3;
        font-weight: 700
    }
}

.home-eight .banner-eight p {
    margin-top: 50px
}

.home-eight .banner-eight .video-frame {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-eight .banner-eight .video-frame .shape {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.home-eight .banner-eight .video-frame .in-frame {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.home-eight .banner-eight .video-frame:hover img {
    animation-play-state: paused
}

.home-eight .global-a .global-a__content {
    position: relative;
    z-index: 2
}

.home-eight .global-a .g__inner {
    transform: translateY(-90px);
    margin-bottom: -90px;
    position: relative;
    z-index: 1
}

.home-eight .global-a .g__inner .shaper-t {
    min-height: 300px;
    position: relative;
    z-index: -1
}

.home-eight .global-a .g__inner .video-frame {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    z-index: 9
}

.home-eight .global-a .g__inner .video-frame .shape {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.home-eight .global-a .g__inner .video-frame .in-frame {
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex
}

.home-eight .global-a .g__inner .video-frame i {
    color: #fff;
    font-size: 20px
}

.home-eight .global-a .g__inner .video-frame:hover img {
    animation-play-state: paused
}

.home-eight .global-a .gobal-a__content {
    margin-top: 76px;
    margin-bottom: 65px
}

.home-eight .global-a .gobal-a__content p {
    color: #414141
}

.home-eight .global-a .accordion-item {
    border: 1px solid #d9d9d9
}

.home-eight .global-a .accordion-item button {
    font-size: inherit;
    color: #181818;
    padding: 34px 30px
}

.home-eight .global-a .accordion-item button::after {
    color: #181818
}

.home-eight .global-a .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.home-eight .global-a .accordion-item .accordion-button:not(.collapsed)::after {
    color: #4569e7
}

.home-eight .global-a .accordion-item .accordion-body {
    padding: 0px 30px 30px 30px
}

.home-eight .global-a .accordion-item .accordion-body p {
    color: #414141
}

.home-eight .h-e-cta {
    background-position: left center
}

.home-eight .h-e-cta h2 {
    color: #fff;
    margin-top: 40px
}

.home-eight .btn {
    border-radius: 6px
}

.home-eight .btn:hover {
    background-color: #fff;
    color: #4569e7
}

.home-eight .h-e-case {
    position: relative;
    z-index: 1
}

.home-eight .h-e-case::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: -1;
    width: 290px;
    height: 290px;
    border-radius: 290px;
    background: #8733ff;
    filter: blur(217px)
}

.home-eight .h-e-case::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 100px;
    z-index: -1;
    width: 290px;
    height: 290px;
    border-radius: 290px;
    background: #e0013f;
    filter: blur(217px)
}

.home-eight .h-e-pagination {
    display: flex;
    align-items: center;
    gap: 30px
}

.home-eight .h-e-pagination .slide-btn {
    background-color: rgba(0,0,0,0);
    color: #414141;
    border: 1px solid #414141
}

.home-eight .h-e-pagination .slide-btn i {
    transition: none
}

.home-eight .h-e-pagination .slide-btn:hover {
    background-color: #4569e7;
    border-color: #4569e7;
    color: #fff
}

.home-eight .case__slider-h-e {
    min-width: 100vw;
    padding-left: 15px
}

.home-eight .case__slider-single-h-e {
    padding: 100px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #f8f8f8;
    width: 100%;
    max-width: 450px
}

.home-eight .case__slider-single-h-e .content .h4 {
    color: #181818;
    margin-bottom: 70px
}

.home-eight .case__slider-single-h-e .content p {
    color: #414141;
    margin-bottom: 65px
}

.home-eight .case__slider-single-h-e .content a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(0,0,0,0);
    border-radius: 10px;
    padding: 16px 40px;
    border: 2px solid #d9d9d9;
    color: #414141;
    font-weight: 700
}

.home-eight .case__slider-single-h-e .content a:hover {
    color: #4569e7;
    border-color: #4569e7
}

.home-eight .case__slider-single-h-e:hover a {
    color: #4569e7;
    border-color: #4569e7
}

.home-eight .h-case-study .alt-er {
    margin-top: 340px
}

.home-eight .h-case-study .h-case-study__single {
    margin-bottom: 75px
}

.home-eight .h-case-study .h-case-study__single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.home-eight .h-case-study .h-case-study__single .thumb {
    position: relative;
    overflow: hidden
}

.home-eight .h-case-study .h-case-study__single .thumb .ig {
    width: 100%;
    position: relative
}

.home-eight .h-case-study .h-case-study__single .thumb .ig::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 2px solid rgba(255,255,255,.4392156863);
    border-radius: 30px;
    transition: all .4s ease-in-out;
    transform: scale(0)
}

.home-eight .h-case-study .h-case-study__single .thumb .ig img {
    width: 100%;
    min-height: 340px;
    border-radius: 30px
}

.home-eight .h-case-study .h-case-study__single .thumb .ic {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,.4392156863);
    font-size: 40px;
    color: #fff;
    transition: all .4s ease-in-out;
    transform: translateY(180%)
}

.home-eight .h-case-study .h-case-study__single .thumb .ic i {
    transform: rotate(45deg)
}

.home-eight .h-case-study .h-case-study__single .content {
    margin-top: 30px
}

.home-eight .h-case-study .h-case-study__single .content span {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 100px;
    border: 1px solid #414141;
    margin-bottom: 20px;
    color: #414141
}

.home-eight .h-case-study .h-case-study__single .content a {
    transition: all .4s ease-in-out
}

.home-eight .h-case-study .h-case-study__single:hover .thumb .ig::before {
    transform: scale(1)
}

.home-eight .h-case-study .h-case-study__single:hover .thumb .ic {
    transform: translateY(0px)
}

.home-eight .h-case-study .h-case-study__single:hover .content a {
    color: #4569e7
}

.home-eight .testimonial-er .testimonial__text-slider {
    margin: 0px -20px 80px
}

.home-eight .testimonial-er .testimonial__text-slider-single {
    margin: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px
}

.home-eight .testimonial-er .testimonial__text-slider-single span {
    width: 60px;
    height: 60px;
    background-color: #181818;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.home-eight .testimonial-er .testimonial__text-slider-single span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #4569e7
}

.home-eight .testimonial-er .testimonial__text-slider-single h2 {
    margin-top: -20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
    font-family: sans-serif;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px #181818
}

@media only screen and (min-width: 1200px) {
    .home-eight .testimonial-er .testimonial__text-slider-single h2 {
        font-size:140px;
        line-height: 1.2
    }
}

.home-eight .testimonial-er .testimonial__text-slider-single h2 i {
    -webkit-text-fill-color: #4569e7;
    -webkit-text-stroke: 0px #4569e7;
    color: #4569e7
}


.home-eight .testimonial-er .testimonial__text-slider-single h2 a:hover {
    -webkit-text-stroke-color: #4569e7
}

.home-eight .testimonial-er .testimonial-s__slider .thumb {
    position: relative
}

.home-eight .testimonial-er .testimonial-s__slider .thumb svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px
}

.home-eight .testimonial-er .testimonial-s__slider .testimonial-s__content .quote i {
    font-size: 56px;
    color: #4569e7
}

.home-eight .testimonial-er .testimonial-s__slider .testimonial-s__content .content {
    margin: 30px 0px
}

.home-eight .testimonial-er .testimonial-s__slider .testimonial-s__content .content p {
    color: #414141
}

.home-eight .testimonial-er .testimonial-s__slider .testimonial-s__content h4 {
    font-weight: 400;
}

.home-eight .testimonial-er .testimonial-s__slider .testimonial-s__content .content-cta p {
    color: #4569e7;
    margin-top: 6px
}

.home-eight .testimonial-er .slide-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    flex-direction: column
}

.home-eight .testimonial-er .slide-group button {
    position: relative;
    z-index: 9
}

.home-eight .testimonial-er .slide-group button:nth-of-type(1) {
    transform: rotate(90deg)
}

.home-eight .testimonial-er .slide-group button:nth-of-type(2) {
    transform: rotate(90deg)
}

.home-eight .testimonial-er .slide-group .slide-btn {
    background-color: rgba(0,0,0,0);
    color: #414141;
    border: 1px solid #414141
}

.home-eight .testimonial-er .slide-group .slide-btn i {
    transition: none
}

.home-eight .testimonial-er .slide-group .slide-btn:hover {
    background-color: #4569e7;
    border-color: #4569e7;
    color: #fff
}

.home-eight .testimonial-er .other-section {
    position: absolute;
    left: 0px;
    bottom: 130px;
    width: 330px;
    opacity: .25;
    transform: translateX(-40%)
}

.home-eight .hr-break {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9 !important;
    opacity: 1
}

.home-eight .he-ln {
    background-color: #f5f5f5
}

.home-eight .he-ln .he-ln__single {
    padding: 30px;
    border: 2px solid #d9d9d9
}

.home-eight .he-ln .tg {
    padding: 6px 20px;
    border: 1px solid #414141;
    color: #414141;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 100px
}

.home-eight .he-ln .thumb {
    margin-bottom: 40px
}

.home-eight .he-ln .thumb a {
    width: 100%
}

.home-eight .he-ln .thumb a img {
    width: 100%;
    min-height: 260px
}

.home-eight .he-ln h4 {
    margin-bottom: 40px
}

.home-eight .he-ln h4 a {
    transition: all .4s ease-in-out
}

.home-eight .he-ln p {
    color: #a5a5a5
}

.home-eight .he-ln p span {
    font-weight: 700;
    font-size: 24px;
    padding-right: 12px
}

.home-eight .pr-d {
    transform: translateY(185px);
    margin-top: -185px;
    position: relative;
    z-index: 2
}

.home-eight .pr-d .pr-d-inner {
    padding: 80px 24px;
    text-align: center;
    border-radius: 20px;
    background-size: 100% 100%
}

.home-eight .pr-d h2 {
    color: #fff
}

.home-eight .pr-d .btn {
    padding: 20px 40px
}

.home-eight .footer-two {
    background-color: #000;
    padding-top: 325px
}

.home-eight .footer-two .bt::before {
    content: none
}

.home-eight .footer-two .cta-group {
    display: flex;
    align-items: center;
    gap: 30px
}

.home-eight .footer-two .social a {
    font-size: 18px
}

.home-eight .footer-two .social a:hover {
    color: #4569e7
}

.home-eight .footer-two .footer-two__single .h5 {
    color: #fff
}

.home-eight .footer-two .footer-two__single p {
    color: #fff
}

.home-eight .footer-two .footer-two__single .made {
    color: #a5a5a5;
    letter-spacing: 8px;
    margin-bottom: 30px
}

.home-eight .footer-two .footer-two__single ul li a:hover {
    color: #4569e7
}

.home-eight .footer-two .h-elf p {
    margin-top: 24px
}

.home-eight .footer-two .h-elf .footer-two__form {
    background: none;
    padding: 0px
}

.home-eight .footer-two .h-elf .mail-group {
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid #414141;
    padding-bottom: 16px
}

.home-eight .footer-two .h-elf .mail-group button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4569e7;
    color: #fff
}

.home-eight .footer-two .h-elf .mail-group button i {
    transform: rotate(-45deg)
}

.home-eight .footer-two .copyright {
    background: #f2f2f2;
    margin-top: 65px;
    padding: 24px 0px
}

.home-eight .footer-two .copyright p {
    letter-spacing: 0px;
    color: #414141
}

.home-eight .footer-two .copyright p a {
    font-weight: 700
}

.home-eight .group-radio {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px
}

.home-eight .group-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #414141;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.home-eight .group-radio input::before {
    content: " ";
    position: absolute;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.home-eight .group-radio input:checked {
    background-color: #4569e7
}

.home-eight .group-radio input:checked::before {
    background-color: #fff
}

.home-eight .group-radio label {
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.home-eight-dark {
    background-color: #000
}

.home-eight-dark h2,.home-eight-dark h1,.home-eight-dark p,.home-eight-dark h4,.home-eight-dark h5 {
    color: #fff
}

.home-eight-dark .header .nav__menu-link {
    color: #fff
}

.home-eight-dark .header .nav__menu-link::after {
    color: #fff !important
}

.home-eight-dark .header .nav__menu-link:hover {
    color: #fff !important
}

.home-eight-dark .header .nav__bar .icon-bar {
    background-color: #fff
}

.home-eight-dark .nav__uncollapsed a {
    color: #fff !important
}

.home-eight-dark .header-active {
    background-color: #111827 !important
}

.home-eight-dark .global-a .gobal-a__content p {
    color: #fff !important
}

.home-eight-dark .global-a .accordion-item {
    border-color: #414141
}

.home-eight-dark .global-a .accordion-item .accordion-body p {
    color: #d9d9d9
}

.home-eight-dark .global-a .accordion-item .accordion-button {
    color: #fff
}

.home-eight-dark .global-a .accordion-item .accordion-button::after {
    color: #fff
}

.home-eight-dark .global-a .accordion-item .accordion-button:not(.collapsed) {
    color: #fff
}

.home-eight-dark .global-a .accordion-item .accordion-button:not(.collapsed)::after {
    color: #fff
}

.home-eight-dark .h-e-case::after {
    border-radius: 290px;
    background: #e0013f;
    filter: blur(217px)
}

.home-eight-dark .h-e-case::before {
    border-radius: 290px;
    background: #8733ff;
    filter: blur(217px)
}

.home-eight-dark .h-e-case .case__slider-single-h-e {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0);
    background: #111827
}

.home-eight-dark .h-e-case .case__slider-single-h-e .h4,.home-eight-dark .h-e-case .case__slider-single-h-e p {
    color: #fff
}

.home-eight-dark .h-e-case .case__slider-single-h-e a {
    border: 2px solid #414141;
    color: #fff
}

.home-eight-dark .h-e-case .case__slider-single-h-e a:hover {
    border-color: #4569e7;
    color: #4569e7
}

.home-eight-dark .h-e-case .case__slider-single-h-e:hover {
    border-color: #414141
}

.home-eight-dark .h-e-case .case__slider-single-h-e:hover a {
    border-color: #4569e7;
    color: #4569e7
}

.home-eight-dark .h-case-study .content span {
    color: #fff !important
}

.home-eight-dark .hr-break {
    background-color: #414141 !important
}

.home-eight-dark .testimonial-er .testimonial__text-slider-single span {
    background-color: #fff
}

.home-eight-dark .testimonial-er .testimonial__text-slider-single h2 {
    -webkit-text-stroke: 2px #fff !important
}

.home-eight-dark .faq .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.home-eight-dark .he-ln {
    background-color: #111
}

.home-eight-dark .he-ln .he-ln__single {
    border-color: #414141
}

.home-eight-dark .he-ln .he-ln__single .tg {
    color: #fff
}

.home-eight-dark .footer-two .copyright {
    background-color: #171717
}

.home-eight-dark .footer-two .copyright p {
    color: #898989
}

.home-nine .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-nine .header-active {
    background-color: #fff !important
}

.home-nine .banner-nine {
    padding: 160px 0px 140px
}

.home-nine .banner-nine .banner-nine__inner {
    background-color: #0c0c0c;
    border-radius: 20px;
    padding: 60px;
    background-size: 30vw 100%;
    background-position: right bottom;
    background-repeat: no-repeat
}

.home-nine .banner-nine .banner-nine__content p {
    color: #4569e7
}

.home-nine .banner-nine .banner-nine__content h1 {
    margin: 24px 0px 40px;
    color: #fff
}

.home-nine .banner-nine .banner-nine__content ul {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.home-nine .banner-nine .banner-nine__content ul li {
    list-style-type: disc;
    color: #777
}

.home-nine .banner-nine .banner-nine__thumb {
    text-align: end
}

.home-nine .banner-nine .btn {
    border-color: #4569e7;
    color: #4569e7
}

.home-nine .banner-nine .btn:hover {
    color: #fff
}

.home-nine .language {
    z-index: 2;
    position: relative
}

.home-nine .language__slider-single {
    text-align: center;
    padding: 0px
}

.home-nine .language__slider-single a {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    border-radius: inherit;
    padding: 20px;
    gap: 15px
}

.home-nine .language__slider-single a:hover {
    background-color: #4569e7;
    color: #fff
}

.home-nine .tour {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-nine .tour .tour__content {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #4569e7;
    height: auto;
    position: relative
}

.home-nine .tour .tour__content::before {
    content: none
}

.home-nine .tour .tour__content a {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(144.96deg, rgba(245, 245, 245, 0.2) 15.37%, rgba(217, 217, 217, 0.1) 85.91%);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(7.39766px);
    backdrop-filter: blur(7.39766px);
    color: #fff;
    font-size: 20px;
    z-index: 1;
    border: none;
    box-shadow: inset 1px 1px 0px 0px #bcbcbc,inset -1px -1px 0px 0px #fff,inset 1px -1px 0px 0px #bcbcbc,inset -1px 1px 0px 0px #bcbcbc
}

.home-nine .tour .tour__content a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 1.6px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #fff
}

.home-nine .tour img {
    width: 100%;
    min-height: 300px;
    border-radius: 20px
}

.home-nine .sponsor h4 {
    color: #181818
}

.home-nine .sponsor .sponsor__inner {
    background-image: none;
    padding: 0px;
    padding-top: 80px
}

.home-nine .sponsor .sponsor__slider-item img:hover {
    filter: brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(1482%) hue-rotate(214deg) brightness(92%) contrast(98%)
}

.home-nine .sponsor .slick-center img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(1482%) hue-rotate(214deg) brightness(92%) contrast(98%)
}

.home-nine .tradi .tradi__single {
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px
}

.home-nine .tradi .tradi__single::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    border-radius: 20px;
    background: linear-gradient(180deg, #4569e7 0%, rgba(0, 0, 0, 0) 100%)
}

.home-nine .tradi ul {
    margin-bottom: 170px
}

.home-nine .tradi h2 {
    color: #fff
}

.home-nine .tradi li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    gap: 16px;
    color: #fff
}

.home-nine .tradi li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.home-nine .tradi li i {
    color: #e0013f
}

.home-nine .tradi .btn {
    background-color: #4569e7;
    color: #fff
}

.home-nine .tradi .btn::before {
    background-color: #fff
}

.home-nine .tradi .btn:hover {
    color: #4569e7
}

.home-nine .tradi .wer li i {
    color: #fff !important
}

.home-nine .broadcast h2,.home-nine .broadcast p {
    color: #fff
}

.home-nine .eraser .eraser__slider-item {
    border: 1px dashed #d9d9d9;
    background-color: #f2f2f2
}

.home-nine .eraser .eraser__slider-item .h5 {
    color: #111827
}

.home-nine .eraser .eraser__slider-item p {
    color: #3f3f3f
}

.home-nine .eraser .eraser-cta {
    border: 1px dashed #d9d9d9
}

.home-nine .eraser-pagination button::before {
    background-color: #32325d !important
}

.home-nine .eraser-pagination .slick-active button {
    border-color: #4569e7 !important
}

.home-nine .eraser-pagination .slick-active button::before {
    background-color: #4569e7 !important
}

.home-nine .update-cta .h2 {
    color: #fff
}

.home-nine .ft-en-l #footer-break {
    background-color: #d9d9d9
}

.home-nine .ft-en-l .copyright {
    background-color: #232f47
}

.home-nine .ft-en-l .copyright p {
    color: #949494
}

.home-nine .ft-en-l .copyright p a:hover {
    color: #4569e7
}

.home-nine .ft-en-l .social a {
    color: #818181
}

.home-nine .ft-en-l .social a:hover {
    color: #4569e7
}

.home-nine .ft-en-l p {
    color: #111827
}

.home-nine .ft-en-l .footer__single .h5 {
    color: #111827
}

.home-nine .ft-en-l .footer__single a {
    color: #111827
}

.home-nine .ft-en-l .footer__single a:hover {
    color: #4569e7
}

.home-nine-dark {
    background-color: #111827
}

.home-nine-dark h2,.home-nine-dark h1,.home-nine-dark p,.home-nine-dark h4,.home-nine-dark .h4 {
    color: #fff
}

.home-nine-dark .header {
    background-color: #111827
}

.home-nine-dark .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-nine-dark .header .nav__menu-link {
    color: #fff
}

.home-nine-dark .header .nav__menu-link::after {
    color: #fff
}

.home-nine-dark .header .nav__bar .icon-bar {
    background-color: #fff
}

.home-nine-dark .header-active {
    background-color: #111827 !important;
    background-image: none !important
}

.home-nine-dark .sponsor .h4 {
    color: #fff
}

.home-nine-dark .faq .accordion-item .accordion-button:not(.collapsed) {
    color: #4569e7
}

.home-nine-dark .faq .accordion-item .accordion-button:not(.collapsed)::after {
    color: #4569e7
}

.home-nine-dark .eraser .eraser__slider-item {
    border: 1px dashed #232f47;
    background-color: #111827
}

.home-nine-dark .eraser .eraser__slider-item .h5 {
    color: #fff
}

.home-nine-dark .eraser .eraser__slider-item p {
    color: #fff
}

.home-ten {
    background-size: cover;
    background-position: top center
}

.home-ten .banner-ten {
    padding-top: 230px;
    text-align: center
}

.home-ten .banner-ten h1 {
    color: #fff;
    font-weight: 700
}

.home-ten .banner-ten ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.home-ten .banner-ten ul li {
    padding: 10px 24px;
    background-color: #fff;
    border-radius: 100px;
    color: #e0013f
}

.home-ten .h-t-chat {
    margin-top: 80px
}

.home-ten .h-t-chat .h-t-chat__thumb {
    border-radius: 30px;
    border: 2px solid rgba(255,255,255,.24);
    height: 100%
}

.home-ten .h-t-chat .h-t-chat__thumb img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 24px
}

.home-ten .h-t-chat .h-t-chat__content {
    border-radius: 30px;
    background: rgba(255,255,255,.15)
}

.home-ten .h-t-chat .intro {
    padding: 24px 30px;
    background: rgba(255,255,255,.06);
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.home-ten .h-t-chat .intro .info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.home-ten .h-t-chat .intro .info img {
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.home-ten .h-t-chat .intro .info h5 {
    font-weight: 700;
    color: #fff
}

.home-ten .h-t-chat .intro button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff
}

.home-ten .h-t-chat .content {
    padding: 40px 30px;
    border-radius: 0px 0px 30px 30px;
    height: 550px;
    overflow-y: auto
}

.home-ten .h-t-chat .left-single,.home-ten .h-t-chat .right-single {
    text-align: start;
    margin-bottom: 20px
}

.home-ten .h-t-chat .left-single p,.home-ten .h-t-chat .right-single p {
    color: #fff;
    padding: 16px 24px;
    border-radius: 45px;
    background: rgba(245,173,114,.04);
    display: inline-block
}

.home-ten .h-t-chat .left-single p span,.home-ten .h-t-chat .right-single p span {
    color: #e4fe72
}

.home-ten .h-t-chat .right-single {
    text-align: end
}

.home-ten .h-t-chat .suggestions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 20px 30px
}

.home-ten .h-t-chat .suggestions button {
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    border: .5px solid #fb7574;
    background: rgba(251,117,116,.06)
}

.home-ten .h-t-chat .suggestions button:hover {
    border-color: #0cb37f
}

.home-ten .h-t-chat .chat-wrapper {
    padding: 0px 30px 40px
}

.home-ten .h-t-chat .mail-group {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(245,173,114,.06)
}

.home-ten .h-t-chat .mail-group input {
    background-color: rgba(0,0,0,0);
    color: #fff;
    flex-grow: 1;
    padding: 12px 16px
}

.home-ten .h-t-chat .mail-group input::-moz-placeholder {
    color: #fff
}

.home-ten .h-t-chat .mail-group input::placeholder {
    color: #fff
}

.home-ten .h-t-chat .mail-group img {
    width: 20px;
    height: 20px
}

.home-ten .footer-three {
    padding: 65px 0px
}

.home-ten .footer-three p {
    text-align: center;
    color: #949494
}

.home-ten .footer-three p a {
    transition: all .4s ease-in-out
}

.home-ten .footer-three p a:hover {
    color: #e0013f
}

.home-ten .footer-three a:hover {
    color: #e0013f !important
}

.home-ten-light .header {
    background-color: rgba(0,0,0,0)
}

.home-ten-light .header .nav {
    background-color: rgba(0,0,0,0)
}

.home-ten-light .header-active {
    background-color: #fff
}

.home-ten-light .banner-ten h1,.home-ten-light .banner-ten h2 {
    color: #181818
}

.home-ten-light .h-t-chat .h-t-chat__content {
    border: 2px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.88)
}

.home-ten-light .h-t-chat .intro {
    background: rgba(255,255,255,.06)
}

@media only screen and (min-width: 1400px) {
    .publish .items-gap {
        margin-left:-35px;
        margin-right: -35px
    }

    .publish .items-gap>* {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media only screen and (max-width: 1799.99px) {
    .features .feature__arrows {
        position:static;
        justify-content: center;
        transform: translate(0px);
        opacity: 1;
        visibility: visible;
        margin-top: 40px;
        padding: 0px
    }

    .home-eight .testimonial-er .slide-group {
        right: 40px
    }
}

@media only screen and (max-width: 1399.98px) {
    h1,.h1 {
        font-size:54px;
        line-height: 70px
    }

    h2,.h2,.h2-light {
        font-size: 40px;
        line-height: 56px
    }

    .overview .overview__single {
        padding: 18px;
        gap: 16px
    }

    .overview .overview__single .h6 {
        font-size: 16px
    }

    .clone .clone__thumb {
        background-size: 60px,cover;
        background-position: left 2% bottom 48%,left center
    }

    .clone .clone__thumb-single .content {
        margin-right: 40px
    }

    .use-case .use-case__item {
        padding: 30px 20px
    }

    .generate-three .rangu {
        height: 420px;
        max-height: 420px
    }

    .generate-three .rangu .img {
        background-size: 540px 100%
    }

    .home-four .header .nav__menu-link {
        padding: 10px
    }

    .home-seven .collection .single-item .content .h5 {
        font-size: 16px
    }

    .home-eight .testimonial-er .slide-group {
        position: relative;
        inset: 0px;
        z-index: 9;
        flex-direction: row;
        margin-top: 40px;
        transform: translate(0px)
    }

    .home-eight .testimonial-er .slide-group button {
        transform: rotate(0deg) !important
    }
}

@media only screen and (max-width: 1199.98px) {
    .text-xl {
        font-size:20px;
        line-height: 30px
    }

    .text-lg {
        font-size: 20px;
        line-height: 30px
    }

    a,button {
        font-size: 16px
    }

    h1,.h1 {
        font-size: 44px;
        line-height: 60px
    }

    h2,.h2,.h2-light {
        font-size: 36px;
        line-height: 50px
    }

    h3,.h3 {
        font-size: 36px;
        line-height: 50px
    }

    .header .nav {
        padding: 16px 0px
    }

    .header .nav__menu {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        min-width: 350px;
        max-width: 350px;
        height: 100vh;
        z-index: 99;
        overflow-x: clip;
        overflow-y: auto;
        padding: 40px 20px;
        background: #fff;
        box-shadow: 0px 6px 30px rgba(0,0,0,.08);
        transform: translateX(-110%);
        transition: .3s ease-in-out
    }

    .header .nav__menu::-webkit-scrollbar {
        width: 0px
    }

    .header .nav__menu-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        gap: 20px
    }

    .header .nav__menu-logo img {
        max-width: 130px
    }

    .header .nav__menu-logo .nav__menu-close {
        font-size: 30px;
        color: #111827
    }

    .header .nav__menu-active {
        transform: translateX(0px)
    }

    .header .nav__menu-items {
        flex-direction: column;
        align-items: flex-start
    }

    .header .nav__menu-item {
        width: 100%;
        margin-bottom: 5px
    }

    .header .nav__menu-item:nth-last-of-type(1) {
        margin-bottom: 0px;
        margin-top: 0px
    }

    .header .nav__menu-item:nth-last-of-type(1) .btn {
        border: 1px solid #4569e7;
        color: #4569e7;
        background-color: inherit;
        width: 100%
    }

    .header .nav__menu-item:nth-last-of-type(1) .btn:hover {
        color: #fff
    }

    .header .nav__menu-item--dropdown .nav__dropdown {
        position: static;
        transform: translateY(0px);
        padding: 20px;
        margin-top: 5px;
        display: none;
        opacity: 1;
        visibility: visible;
        min-width: 100%;
        max-height: 305px;
        background-color: #fff;
        box-shadow: 0px 6px 30px rgba(0,0,0,.08)
    }

    .header .nav__menu-item--dropdown .nav__dropdown li {
        margin-bottom: 14px
    }

    .header .nav__menu-item--dropdown .nav__dropdown-item {
        color: #111827 !important
    }

    .header .nav__menu-item--dropdown .nav__dropdown-item:hover {
        color: #4569e7 !important
    }

    .header .nav__menu-item--dropdown .nav__dropdown-active {
        display: block !important;
        animation: atg .4s ease-in-out
    }

    @keyframes atg {
        0% {
            transform: translateY(-10px)
        }

        100% {
            transform: translateY(0px)
        }
    }

    .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
        color: #4569e7 !important
    }

    .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
        transform: rotate(0deg);
        color: #4569e7 !important
    }

    .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
        color: #4569e7 !important
    }

    .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
        transform: rotate(180deg) !important;
        color: #4569e7 !important
    }

    .header .nav__dropdown--alt {
        max-width: 100% !important;
        min-width: 100% !important;
        flex-direction: column;
        gap: 12px
    }

    .header .nav__dropdown--alt ul {
        width: 100%;
        margin: 0px
    }

    .header .nav__dropdown--alt ul:nth-of-type(1) {
        margin-bottom: 12px
    }

    .header .nav__menu-link {
        width: 100%;
        background-color: #f4f7ff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        border-radius: 5px
    }

    .header .social {
        display: flex
    }

    .header .social a {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #4569e7;
        color: #fff
    }

    .header .social a:hover {
        background-color: #e5e5f5;
        color: #4569e7
    }

    .header .backdrop {
        display: block
    }

    .header--dark .nav__menu {
        background-color: #000
    }

    .header--dark .nav__menu-link {
        color: #111827
    }

    .header--dark .nav__menu-link:hover {
        color: #4569e7
    }

    .header--dark .nav__menu-link--dropdown {
        color: #111827
    }

    .header--dark .nav__menu-link--dropdown::after {
        color: #111827
    }

    .header--dark .nav__menu-link--dropdown:hover {
        color: #4569e7
    }

    .header--dark .nav__menu-link--dropdown:hover::after {
        color: #4569e7
    }

    .header--dark .nav__menu-logo .nav__menu-close {
        color: #fff
    }

    .header--dark .nav__menu-item:nth-last-of-type(1) .btn {
        border: 1px solid #fff;
        color: #fff
    }

    .header--dark .nav__menu-item:nth-last-of-type(1) .btn::before {
        background-color: #fff
    }

    .header--dark .nav__menu-item:nth-last-of-type(1) .btn:hover {
        color: #4569e7
    }

    .header-two .nav__menu-link {
        color: #111827
    }

    .header-two .nav__menu-link:hover {
        color: #e0013f
    }

    .header-two .nav__menu-item--dropdown .nav__menu-link--dropdown {
        color: #111827
    }

    .header-two .nav__menu-item--dropdown .nav__menu-link--dropdown::after {
        color: #111827
    }

    .header-two .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
        color: #e0013f !important
    }

    .header-two .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
        color: #e0013f !important
    }

    .header-two .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
        color: #e0013f !important
    }

    .header-two .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
        color: #e0013f !important
    }

    .home-four .header .nav__menu-link {
        padding: 12px 16px
    }

    .mobile-menu {
        position: fixed;
        inset: 0px;
        overflow: hidden;
        transition: all .4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: all .4s ease-in-out;
        z-index: 9999;
        transition: all .6s ease-in-out;
        max-width: 400px;
        background-color: #fff
    }

    .mobile-menu .mobile-menu__header {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        padding: 0px 40px;
        justify-content: space-between
    }

    .mobile-menu .close-mobile-menu {
        font-size: 36px
    }

    .mobile-menu .mobile-menu__wrapper {
        position: fixed;
        inset: 0px;
        max-width: 400px;
        background-color: #fff;
        z-index: 9999;
        padding: 60px 0px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: clip;
        display: flex;
        flex-direction: column;
        transition: .6s ease-in-out;
        transition-delay: .6s;
        gap: 60px;
        transform: translateY(100%);
        opacity: 1;
        visibility: visible
    }

    .mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
        width: 0px
    }

    .mobile-menu .nav__menu-items {
        flex-direction: column;
        border: 0px
    }

    .mobile-menu .nav__menu-items>li>a,.mobile-menu .nav__menu-items>li button {
        border-bottom: 1px solid #e9d6d6
    }

    .mobile-menu .nav__menu-items>li:nth-of-type(1) {
        border-top: 1px solid #e9d6d6
    }

    .mobile-menu .nav__menu-item {
        width: 100%;
        transition: all .4s ease-in-out;
        width: 100%
    }

    .mobile-menu .nav__menu-item .atery {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        border-bottom: 1px solid #e9d6d6
    }

    .mobile-menu .nav__menu-item a,.mobile-menu .nav__menu-item button,.mobile-menu .nav__menu-item .atery {
        color: #000;
        padding: 20px 80px 20px 40px;
        line-height: 1;
        font-size: 16px;
        width: 100%
    }

    .mobile-menu .nav__menu-item a:hover,.mobile-menu .nav__menu-item button:hover,.mobile-menu .nav__menu-item .atery:hover {
        color: #4569e7
    }

    .mobile-menu .nav__menu-item a::after,.mobile-menu .nav__menu-item button::after,.mobile-menu .nav__menu-item .atery::after {
        transition: none
    }

    .mobile-menu .nav-fade {
        transform: translateY(30px);
        opacity: 0;
        transition: all .7s ease-in-out !important
    }

    .mobile-menu .nav__menu-item--dropdown .nav__menu-link--dropdown {
        position: relative
    }

    .mobile-menu .nav__menu-item--dropdown .nav__menu-link--dropdown::after {
        content: "+";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;
        width: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0deg);
        border-left: 1px solid #e9d6d6
    }

    .mobile-menu .nav__menu-item--dropdown:hover .navbar__dropdown-label::after {
        transform: rotate(0deg)
    }

    .mobile-menu .nav__menu-item--dropdown:hover>.navbar__dropdown-label-sub {
        color: #4569e7 !important
    }

    .mobile-menu .navbar__item-active {
        color: #4569e7 !important
    }

    .mobile-menu .navbar__item-active::after {
        content: "" !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900
    }

    .mobile-menu .nav__dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        width: 100%;
        max-width: 100%;
        padding: 0px;
        display: none;
        transition: none;
        background-color: rgba(0,0,0,0);
        border-radius: 0px
    }

    .mobile-menu .nav__dropdown::before {
        content: none
    }

    .mobile-menu .nav__dropdown a,.mobile-menu .nav__dropdown button {
        color: #000;
        padding: 20px 40px;
        font-size: 14px;
        border-bottom: 1px solid #e9d6d6
    }

    .mobile-menu .nav__dropdown a::before,.mobile-menu .nav__dropdown button::before {
        content: none
    }

    .mobile-menu .nav__dropdown li:nth-last-of-type(1) a,.mobile-menu .nav__dropdown li:nth-last-of-type(1) button {
        border-bottom: 1px solid #e9d6d6
    }

    .mobile-menu .mobile-menu__options {
        padding: 0px 40px
    }

    .mobile-menu .mobile-menu__options a,.mobile-menu .mobile-menu__options button {
        width: 100%
    }

    .mobile-menu .mobile-menu__social {
        transition: all .4s ease-in-out;
        padding: 0px 40px
    }

    .mobile-menu .mobile-menu__social a {
        font-size: 16px;
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e9d6d6;
        color: #000
    }

    .mobile-menu .mobile-menu__social a:hover {
        color: #4569e7
    }

    .mobile-menu__backdrop {
        background-color: #302d2b;
        position: fixed;
        inset: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all .6s ease-in-out;
        cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress
    }

    .mobile-menu__backdrop-active {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu .mobile-menu__wrapper {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu .nav-fade {
        animation: navLinkFade .5s ease forwards;
        transition: all .7s ease-in-out !important
    }

    .nav-fade-active {
        animation: navLinkFade 1s ease reverse !important
    }

    .clone .clone__thumb-single .thumb {
        margin-left: 0px
    }

    .clone .clone__thumb-single .fa-signal {
        display: none
    }

    .clone .clone__content {
        padding-left: 0px
    }

    .generate-three .rangu {
        height: 380px;
        max-height: 380px
    }

    .generate-three .rangu .img {
        background-size: 350px 100%
    }

    .tour .tour__content {
        height: 500px;
        padding-top: 53px
    }

    .accordion .accordion-body {
        padding: 0px 20px 30px
    }

    .accordion h5 button {
        padding: 30px 20px
    }

    .generate .generate__content {
        margin-right: 0px
    }

    .generate .tab-content {
        text-align: start
    }

    .generate .generate__thumb .anime img {
        max-width: 100px;
        max-height: 300px
    }

    .faq-two .section__header--secondary {
        text-align: center
    }

    .faq-two .faq-two__switch {
        justify-content: center
    }

    .banner-three {
        padding-top: 90px
    }

    .banner-three .banner-three__content {
        text-align: center
    }

    .banner-three .section__content-cta {
        justify-content: center
    }

    .banner-three .banner-three__thumb {
        text-align: center
    }

    .cmn-banner {
        margin-top: 90px
    }

    .cmn-banner .anime img {
        max-width: 50vw
    }

    .error {
        margin-top: 90px
    }

    .contact-main .contact-main__content .cta-contact a {
        padding: 20px;
        gap: 12px
    }

    .about-main .tour__content-cta .trust .review {
        justify-content: flex-start
    }

    .use-case .use-case__item {
        padding: 30px
    }

    .use-case .container::before,.use-case .container::after,.use-case .items-gap::before,.use-case .items-gap::after {
        content: none
    }

    .footer-two .bt::before {
        content: none
    }

    .home-six .h-s-f .h-s-f-single,.home-six-dark .h-s-f .h-s-f-single {
        width: calc(50% - 12px);
        max-width: 100%
    }

    .home-eight .header .nav {
        padding: 25px 0px 24px
    }

    .home-eight .banner-eight .video-frame {
        bottom: 80px
    }

    .home-eight .he-ln .he-ln__single {
        padding: 30px 20px
    }

    .home-nine .banner-nine .banner-nine__inner {
        background-image: none !important
    }
}

@media only screen and (max-width: 991.98px) {
    h1,.h1 {
        font-size:40px;
        line-height: 56px
    }

    h2,.h2,.h2-light {
        font-size: 30px;
        line-height: 46px
    }

    h3,.h3 {
        font-size: 30px;
        line-height: 40px
    }

    .section {
        padding: 100px 0px
    }

    .pt-140 {
        padding-top: 100px
    }

    .pb-140 {
        padding-bottom: 100px
    }

    .section__content-cta {
        margin-top: 40px
    }

    .section__cta {
        margin-top: 40px
    }

    .section__header {
        margin-bottom: 40px
    }

    .banner-one {
        padding: 180px 0px 140px
    }

    .banner-two {
        padding: 180px 0px 100px
    }

    .banner-two .text-lg {
        font-size: 18px
    }

    .banner-two .anime .three,.banner-two .anime .four,.banner-two .anime .five {
        max-width: 50px
    }

    .banner-two .anime .three,.banner-two .anime .four {
        bottom: 160px
    }

    .banner-two .anime .three {
        left: 4%
    }

    .banner-two .anime .four {
        right: 4%
    }

    .voice .voice-pagination .slick-dots {
        justify-content: flex-start
    }

    .clone .clone__thumb {
        padding: 100px 20px
    }

    .case-sec .slick-dots {
        justify-content: flex-start
    }

    .broadcast .broadcast__inner {
        padding: 100px 40px
    }

    .broadcast .broadcast__inner .section__content-cta {
        margin-top: 40px
    }

    .tools .tools__single {
        text-align: center;
        padding: 25px 20px
    }

    .tools .tools__single .thumb {
        margin-left: auto;
        margin-right: auto
    }

    .workflow .workflow__content {
        padding-left: 0px
    }

    .workflow .workflow-switch-wrapper {
        margin-top: 40px
    }

    .eraser .cmn-pagination .slick-dots {
        justify-content: flex-start
    }

    .eraser .eraser__slider-item {
        padding: 30px 20px
    }

    .testimonial-three .testimonial-three-thumb .testimonial-switch {
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row
    }

    .testimonial-three .testimonial-three-thumb .testimonial-switch button {
        transform: rotate(-90deg)
    }

    .testimonial-three .review__single {
        margin: 15px !important
    }

    .explore .explore-pagination .slick-dots {
        justify-content: flex-start
    }

    .home-four .testimonial .nt-pagination .slick-dots {
        justify-content: flex-start
    }

    .generate-three .generate__thumb {
        padding: 0px
    }

    .generate-three .rangu {
        height: 380px;
        max-height: 380px
    }

    .generate-three .rangu .img {
        background-size: 590px 100%
    }

    .home-four .banner-four {
        padding: 180px 0px 100px
    }

    .home-four .banner-four .ban-spo {
        margin-top: 80px
    }

    .home-four .h-f-vertical {
        padding: 100px 0px
    }

    .home-five .header {
        top: 0px
    }

    .home-five .banner-five {
        padding-top: 180px
    }

    .home-five .h-fi-overview .h-fi-overview-single {
        padding: 40px 24px;
        border-radius: 10px
    }

    .home-five .h-fi-work .line-th::before {
        content: none
    }

    .home-five .h-fi-work .h-content {
        padding: 0px;
        margin-bottom: 40px
    }

    .home-five .h-fi-work .h-content .tag {
        display: none
    }

    .home-five .h-fi-work .h-thumb {
        padding: 0px;
        margin-bottom: 40px
    }

    .home-five .h-fi-work .section__content-cta {
        margin-top: 0px
    }

    .home-six .tour .tour__content,.home-six-dark .tour .tour__content {
        padding: 16px
    }

    .home-six .case-sec .case__slider-single,.home-six-dark .case-sec .case__slider-single {
        max-width: 300px
    }

    .home-six .h-s-f .h-s-f-single,.home-six-dark .h-s-f .h-s-f-single {
        width: calc(50% - 12px)
    }

    .home-seven .banner-seven {
        padding: 180px 0px 100px
    }

    .home-seven .banner-seven .mail-group-two {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .home-seven .banner-seven .mail-group-two .nice-select,.home-seven .banner-seven .mail-group-two input,.home-seven .banner-seven .mail-group-two button {
        width: 100% !important
    }

    .home-seven .banner-seven .mail-group-two .nice-select {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        height: 56px;
        line-height: 56px
    }

    .home-seven .banner-seven .mail-group-two input {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important
    }

    .home-seven .f-media {
        transform: translateY(40px);
        margin-top: -40px
    }

    .home-seven .f-media .f-m-inner {
        padding: 40px 24px
    }

    .home-seven .footer-two {
        padding-top: 140px
    }

    .home-eight .banner-eight {
        padding: 180px 0px 240px
    }

    .home-eight .banner-eight p {
        margin-top: 20px
    }

    .home-eight .banner-eight .video-frame {
        width: 120px;
        min-width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home-eight .global-a .g__inner .video-frame {
        width: 120px;
        min-width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 40px;
        bottom: 40px;
        transform: translate(0px)
    }

    .home-eight .global-a .g__inner .video-frame .in-frame {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home-eight .global-a .accordion-item button {
        padding: 30px 20px
    }

    .home-eight .global-a .accordion-item .accordion-body {
        padding: 0px 20px 30px
    }

    .home-eight .alt-er {
        margin-top: 0px !important
    }

    .home-eight .testimonial-er .testimonial__text-slider {
        margin-bottom: 40px
    }

    .home-eight .testimonial-er .testimonial__text-slider-single h2 {
        margin-top: -14px
    }

    .home-eight .footer-two {
        padding-top: 285px
    }

    .home-nine .banner-nine {
        padding: 160px 0px 100px
    }

    .home-nine .banner-nine .banner-nine__inner {
        padding: 60px 20px
    }

    .home-nine .banner-nine .banner-nine__inner .btn {
        padding: 20px !important
    }

    .home-nine .tour .tour__content {
        padding: 20px
    }

    .home-nine .tradi .tradi__single {
        padding: 40px 20px
    }

    .home-nine .tradi ul {
        margin-bottom: 80px
    }

    .home-ten .banner-ten {
        padding-top: 180px
    }

    .home-ten .h-t-chat .intro {
        padding: 24px 20px
    }

    .home-ten .h-t-chat .content {
        padding: 40px 24px
    }

    .home-ten .h-t-chat .suggestions {
        padding: 24px 20px
    }

    .home-ten .h-t-chat .chat-wrapper {
        padding: 0px 20px 40px
    }

    .home-ten .h-t-chat .mail-group {
        padding: 12px 12px
    }
}

@media only screen and (max-width: 767.98px) {
    h1,.h1 {
        font-size:36px;
        line-height: 50px
    }

    h2,.h2,.h2-light {
        font-size: 30px;
        line-height: 46px
    }

    h3,.h3 {
        font-size: 30px;
        line-height: 46px
    }

    h4,.h4 {
        font-size: 20px;
        line-height: 36px
    }

    h5,.h5 {
        font-size: 18px;
        line-height: 34px
    }

    h6,.h6 {
        font-size: 16px;
        line-height: 24px
    }

    .header .nav {
        padding: 25px 0px 24px
    }

    .header .nav__menu {
        min-width: 300px;
        max-width: 300px
    }

    .header .nav__menu-item:nth-last-of-type(1) {
        margin-top: 20px
    }

    .tour .tour__content {
        height: 360px;
        padding: 38px 20px 20px
    }

    .tour .tour__content video {
        border-radius: 0px 0px 10px 10px
    }

    .case-sec .case__slider-single {
        max-width: 290px
    }

    .testimonial .review__single {
        padding: 30px 20px;
        max-width: 290px
    }

    .publish .publish__single {
        padding: 30px 20px
    }

    .banner-three .banner-three__inner {
        padding: 80px 20px
    }

    .banner-three .banner-three-pagination {
        position: static;
        transform: translate(0px)
    }

    .banner-three .banner-three-pagination .slick-dots {
        flex-direction: row
    }

    .cmn-banner .breadcrumb {
        margin-top: 24px
    }

    .authentication .authentication__inner {
        padding: 65px 20px
    }

    .contact-main .contact-main__form {
        padding: 65px 20px
    }

    .generate-three .rangu {
        height: 380px;
        max-height: 380px
    }

    .generate-three .rangu .img {
        background-size: 410px 100%
    }

    .home-four .f-overview__single .f-content .al {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .home-five .banner-five .authentic {
        flex-direction: column
    }

    .home-six .h-s-f .h-s-f-single,.home-six-dark .h-s-f .h-s-f-single {
        width: 100%;
        max-width: 100%
    }

    .home-eight .case__slider-single-h-e {
        max-width: 280px;
        padding: 60px 20px
    }

    .home-eight .case__slider-single-h-e .content .h4 {
        margin-bottom: 40px
    }

    .home-eight .case__slider-single-h-e .content p {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 575.98px) {
    .mobile-menu {
        max-width:320px
    }

    .mobile-menu .mobile-menu__wrapper {
        max-width: 320px
    }

    .mobile-menu .mobile-menu__header,.mobile-menu .mobile-menu__options,.mobile-menu .mobile-menu__social {
        padding: 0px 24px
    }

    .mobile-menu .mobile-menu__social {
        gap: 16px
    }

    .mobile-menu .mobile-menu__social a {
        width: 46px;
        min-width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .mobile-menu .nav__menu-item a,.mobile-menu .nav__menu-item button,.mobile-menu .nav__menu-item .atery {
        font-size: 14px;
        padding: 20px 70px 20px 24px
    }

    .mail-group-two input {
        max-width: calc(100% - 70px)
    }

    .mail-group-two button {
        padding: 0px;
        width: 54px;
        height: 54px;
        min-height: 54px;
        border-radius: 50%
    }

    .mail-group-two button i {
        font-size: 18px
    }

    .mail-group-two button span {
        display: none
    }

    .comment-group-wrapper {
        flex-wrap: wrap
    }

    .comment-group-wrapper .comment-group {
        width: 100%
    }

    .cmn-pagination .slick-dots button {
        width: 16px;
        height: 16px
    }

    .cmn-pagination .slick-dots button::before {
        width: 7px;
        height: 7px
    }

    .clone .clone__thumb-single button {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .clone .clone__thumb-single button::after {
        right: 10px
    }

    .sponsor .sponsor__inner {
        padding: 60px 20px
    }

    .tour .tour__content-cta {
        flex-direction: column;
        margin-top: 60px
    }

    .tour .tour__content-cta .trust {
        text-align: center
    }

    .tour .tour__content-cta .trust .review {
        justify-content: center
    }

    .tour .tour__content-cta .frame {
        max-width: 60px;
        top: 37%
    }

    .broadcast .broadcast__inner {
        padding: 100px 20px
    }

    .review .review__single {
        padding: 30px 20px
    }

    .review .review-content {
        margin: 40px 0px 40px
    }

    .testimonial .testimonial__arrows {
        position: static;
        justify-content: center;
        margin-top: 30px;
        opacity: 1;
        visibility: visible;
        transform: translate(0px)
    }

    .generate .generate__content-btn {
        flex-direction: column;
        align-items: flex-start
    }

    .pricing-two .pricing-two__single {
        padding: 30px 20px
    }

    .faq-two .faq-two__switch {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .cta-two .cta-two__inner {
        padding: 65px 20px
    }

    .cta-two .cta-two__inner ul {
        flex-direction: column
    }

    .mail-group input {
        width: calc(100% - 36px)
    }

    .banner-three .banner-three__content .try-this {
        width: 100%;
        padding: 9px
    }

    .banner-three .banner-three__content .try-this .thumb img {
        width: 30px;
        height: 30px
    }

    .workflow .workflow__thumb {
        min-height: 540px
    }

    .workflow .workflow__thumb .thumb-top img,.workflow .workflow__thumb .thumb-center img {
        max-width: 200px
    }

    .workflow .workflow__thumb .thumb-transparent {
        width: 200px;
        height: 270px
    }

    .workflow .workflow-switch-wrapper .workflow-switch {
        width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px
    }

    .explore .explore__slider-single .content {
        padding: 30px 20px
    }

    .progress-wrap {
        right: 15px
    }

    .blog-main .blog-main__sidebar {
        padding: 30px 20px
    }

    .blog-main .blog-main__sidebar .widget__list a,.blog-main .blog-main__sidebar .widget__tag a,.blog-main .blog-main__sidebar .widget__latest a {
        font-size: 14px !important
    }

    .blog-main .blog-main__single {
        margin-bottom: 40px
    }

    .blog-main .blog-main__single .thumb,.blog-main .blog-main__single .content {
        padding: 30px 20px
    }

    .blog-details .bd-content {
        padding: 30px 20px
    }

    .blog-details .bd-quote {
        padding: 40px 20px
    }

    .custom-quote .custom-quote__right {
        animation-direction: normal
    }

    .custom-quote .quote-wrapper {
        height: 1200px
    }

    .form-group-wrapper {
        flex-direction: column;
        row-gap: 30px
    }

    .form-group-wrapper .form-group-single {
        width: 100%
    }

    .news-section .news__slider-item .content {
        padding: 36px 20px
    }

    .use-case .use-case__item {
        padding: 30px 20px
    }

    .generate-three .rangu {
        height: 300px;
        max-height: 300px
    }

    .generate-three .rangu .img {
        background-size: cover
    }

    .home-four .trt-c {
        margin-top: 60px
    }

    .home-four .trt-c .tour__content-cta {
        flex-direction: column;
        margin-top: 60px
    }

    .home-four .trt-c .tour__content-cta .trust {
        text-align: center
    }

    .home-four .trt-c .tour__content-cta .trust .review {
        justify-content: center
    }

    .home-four .trt-c .tour__content-cta .frame {
        max-width: 60px;
        top: 37%
    }

    .home-eight .testimonial-er .testimonial__text-slider-single h2 {
        margin-top: -8px;
        -webkit-text-stroke: 1px #181818
    }
}

@media only screen and (max-width: 475.98px) {
    h1,.h1 {
        font-size:30px;
        line-height: 46px
    }

    h2,.h2,.h2-light {
        font-size: 24px;
        line-height: 38px
    }

    h3,.h3 {
        font-size: 22px;
        line-height: 36px
    }

    .clone .clone__thumb-single {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px 30px 16px 20px;
        border-radius: 6px
    }

    .clone .clone__thumb-single .content {
        display: none
    }

    .contact-main .contact-main__content .cta-contact {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .contact-main .contact-main__content .cta-contact a {
        width: 100%;
        justify-content: center
    }
}
/* Active progress */
.active-progress{
    display:none;
   }
.images-new{
    text-align: center;
} 
   
.images-new img{
    max-width: 35%;
}   
@media only screen and (max-width: 424.98px) {
    .btn {
        width:100%
    }

    .blog-details .blog-details__pagination .latest-single {
        flex-direction: column;
        align-items: flex-start
    }

    .thumb-radio {
        padding: 80px 20px
    }

    .thumb-radio .radio {
        margin: 0px -20px
    }
}

.anime .image-container {
    position: relative;
    text-align: center;
  }
  
  .anime .image-container h5 {
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 5px; /* Adjust as needed */
    font-size: /* Your desired h5 size */;
    background: rgba(0, 0, 0, 0.5); /* Optional: Adds a semi-transparent background to the text for better readability */
  }
  @media (max-width:650px){

    .mobile-menu__list .nav__menu-item .nav__menu-link{
        background-color:#151517;
        transform:translatex(0px) translatey(0px);
        color:#ffffff;
        border-color:#352b2b;
       }
       
       /* Navigation */
       .my-app .mobile-menu nav{
        transform:translatex(0px) translatey(0px);
        background-color:#151517;
       }
       
       /* Social */
       .mobile-menu__wrapper .mobile-menu__list .social{
        position:relative;
        top:22px;
       }
       
       /* Font Icon */
       .mobile-menu__social a .fa-facebook-f{
        color:#ffffff;
       }
       
       /* Mobile menu  social */
       .mobile-menu .mobile-menu__wrapper .mobile-menu__social{
        color:#6d6da5;
        transform:translatex(0px) translatey(0px);
       }
       
       /* Link */
       .mobile-menu__wrapper .mobile-menu__social a{
        color:#ffffff;
       }
       
       /* Font Icon */
       .mobile-menu__header i{
        color:#da4dda;
       }
       
       /* Mobile menu  backUnknown active */
       .my-app .mobile-menu__backdrop-active{
        background-color:#1c1c1c;
       }
    /* Banner two  content */
    .my-app .banner-two__content{
     position:relative;
     top:-44px;
    }
    
    /* Paragraph */
    .my-app .section__content-cta p{
     position:relative;
     top:47px;
    }
    
    /* Five */
    .my-app .section .five{
     top:656px;
     right:109px;
    }
    

     /* Paragraph */
 .my-app .section__content-cta p{
    font-size:12px;
    line-height:1.7em;
   }
   
   /* Button */
   .my-app .section__content-cta a{
    top:-19px;
   }
/* Menu */
.header .nav{
    padding-bottom:7px;
    padding-top:8px;
   }


    /* Nav  menu link */
 .mobile-menu__list .nav__menu-item .nav__menu-link{
    background-color:#151517;
    transform:translatex(0px) translatey(0px);
    color:#ffffff;
   }
   
   /* Navigation */
   .my-app .mobile-menu nav{
    transform:translatex(0px) translatey(0px);
    background-color:#151517;
   }
   
   /* Social */
   .mobile-menu__wrapper .mobile-menu__list .social{
    position:relative;
    top:22px;
   }
   
   /* Font Icon */
   .mobile-menu__social a .fa-facebook-f{
    color:#ffffff;
   }
   
   /* Mobile menu  social */
   .mobile-menu .mobile-menu__wrapper .mobile-menu__social{
    color:#6d6da5;
    transform:translatex(0px) translatey(0px);
   }
   
   /* Link */
   .mobile-menu__wrapper .mobile-menu__social a{
    color:#ffffff;
   }
   
   /* Font Icon */
   .mobile-menu__header i{
    color:#da4dda;
   }
   }
   
   /* Svg */
.my-app .banner-two__content svg{
 padding-right:32px;
}

/* Section */
.my-app .section{
 transform:translatex(0px) translatey(0px);
}

/* Banner two  content */
.container .justify-content-center .row .col-7 .banner-two__content{
 text-align:left;
}

/* Section  content cta */
.my-app .banner-two__content .section__content-cta{
 text-align:left;
 transform:translatex(0px) translatey(0px);
 position:relative;
 top:-37px;

}

/* Header */
.my-app header{
 transform:translatex(0px) translatey(0px);
}

/* Header */
.my-app .header{
 background-color:#1a1a1d !important;
}

@media (min-width:992px){

 /* Section */
 .my-app .section{
  padding-bottom: 61px !important;
 }
 
}
.hilinestyle{
    color: #67B6E2;
}

.broadcast .section__content{
    text-align:center;
   }
   
   /* Section  content cta */
   .my-app .banner-two__content .section__content-cta{
    display:inline-flex;
   }

   .download_app {
    display: flex;
    justify-content: left;
    margin-top: 20px;
  }
  
  .download_app > div {
    width: 200px;
    height: 50px;
    
  }
  
  .download_app > div a {
    position: relative;
    display: block;
  }
  
  .download_app > div img {
    max-width: 180px;
    object-fit: contain;
  }
  
  /* Paragraph */
.my-app p:nth-child(4){
 font-size:19px;
}

/* Column 7/12 */
.my-app .col-sm-12:nth-child(1){
 text-align:left;
}

/* Banner two  content */
.my-app .section .banner-two__content{
 text-align:left;
}

/* Svg */
.justify-content-center .row .col-sm-12 .banner-two__content svg{
 display:inline-block;
 min-height:573px;
 padding-right:87px;
 transform:translatex(0px) translatey(0px);
 height:573px;
}

/* Paragraph */
.align-items-center .col-xxl-7 .section__content .paragraph p{
 font-size: 17px;
}

/* Broadcast  inner */
.broadcast .broadcast__inner{
 background-size:auto;
 transform:translatex(0px) translatey(0px);
 box-shadow:0px 0px 2px 0px #111827;
}

/* Banner two */
.my-app .banner-two{
 transform:translatex(0px) translatey(0px);
}

@media (min-width:992px){

 .my-app .broadcast{
  padding-top:50px;
 }
 
}

@media (min-width:1200px){

 /* Text */
 .my-app .text-lg{
  font-size:32px;
 }
 
}

/* Paragraph */
.my-app p:nth-child(4){
 padding-top:23px;
 font-size:18px !important;
}

/* Banner two */
.my-app .banner-two{
 transform:translatex(0px) translatey(0px);
}

@media (min-width:992px){

 /* Banner two */
 .my-app .banner-two{
  padding-top:186px;
 }
 
}


/* e kqyr ma vone */

@media (max-width:900px){

 /* Banner two  content */
 .my-app .section .banner-two__content{
  text-align:center;
 }
 
 /* Paragraph */
 .my-app p:nth-child(4){
  font-size:13px !important;
 }
 
}

@media (max-width:624px){
  .svg{
    display: none;
  }
 /* Section  content cta */
 .my-app .col-sm-12 .section__content-cta{
  margin-top:88px;
 }
 
 /* Svg */
 .my-app .col-sm-12 svg{
  transform:translatex(0px) translatey(0px);
  padding-right:390px !important;
  height:573px;
  display:none !important;
 }
 
 /* Banner two */
 .my-app .banner-two{
  padding-bottom:0px;
 }
 
 /* Download app */
 .case-sec .accordion-body .download_app{
  padding-right:19px;
 }
 
 /* Image */
 .download_app .play_store:nth-child(2) img{
  min-height:59px;
  height:59px !important;
  padding-right:58px;
 }
 
 /* Case sec */
 .my-app .case-sec{
  display:inline-block;
  transform:translatex(6px) translatey(0px) !important;
 }
 
 /* Image */
 .download_app .play_store:nth-child(1) img{
  display:inline-block;
  transform:translatex(6px) translatey(0px) !important;
  padding-left:24px;
 }
 
 /* Broadcast */
 .my-app .broadcast{
  padding-top:38px;
 }
 
}


@media (min-width:625px){

 /* Svg */
 .justify-content-center .row .col-sm-12 .banner-two__content svg{
  padding-right:0px;
 }
 
}


.svg {
    max-width: 90%;
    padding-right: 10px;
 }

/* Heading */
.broadcast .col-xxl-7 h2{
    color:#67b6e2;
   }

@media(max-width:450){
    .svg{
       display: none;
     }
}   

.justify-content-center .row .col-sm-12 .banner-two__content img{
 position:relative;
 left:62px;
}

@media (max-width:524px){

 /* Image */
 .broadcast .text-xl-center img{
  display:inline-block;
  height:176px;
 }
 
 /* Paragraph */
 .broadcast .container .row .fix-scroll .broadcast__inner .align-items-center .col-xxl-7 .section__content .paragraph p{
  font-size:14px !important;
 }
 .broadcast .broadcast__inner {

    position: static;

}
 
}
@media (max-width:524px){

 /* Image */
 .justify-content-center .row .col-sm-12 .banner-two__content img{
  display:none;
 }
 
}

@media (max-width:424px){

 /* Object */
 .broadcast .text-xl-center object{
  display:inline-block;
  height:228px;
  margin-bottom:1px;
 }
 
 /* Broadcast  inner */
 .broadcast .broadcast__inner:nth-child(1){
  padding-top:30px;
  padding-bottom:46px;
 }
 
 /* Broadcast  inner */
 .broadcast .broadcast__inner:nth-child(2){
  padding-top:43px;
  padding-bottom:66px;
 }
 
 /* Broadcast  inner */
 .broadcast .broadcast__inner:nth-child(3){
  padding-top:49px;
  padding-bottom:44px;
 }
 
 /* Broadcast  inner */
 .broadcast .broadcast__inner:nth-child(4){
  padding-top:39px;
 }
 
 /* Paragraph */
 .my-app .case-sec .container .accordion-body p:nth-child(1){
  width:82% !important;
 }
 
 /* Paragraph */
 .my-app .case-sec .container .accordion-body p:nth-child(2){
  width:80% !important;
 }
 
}

input::placeholder {
    color: white;
  }


  .contact-main .contact-main__form input::placeholder {
    color: white;
  }


  .contact-main .contact-main__form textarea::placeholder {
    color: white;
  }

  .foterlogo{
    max-width: 100%;
    margin-top: 40px;
  }
  
  
  
  /* Paragraph */
.broadcast .paragraph p{
 text-align:justify;
}



 /* Broadcast  inner */
 .broadcast .broadcast__inner{
  padding-top:118px;
  padding-bottom:148px;
 }
 /* Nav  logo */
.my-app .section .nav__logo{
 text-align:center;
 display:inline-block;
 transform:translatex(0px) translatey(0px) !important;
}

/* Foterlogo */
.my-app .nav__logo .foterlogo{
 display:inline-block;
 min-height:204px;
}

/* Column 12/12 */
.my-app .col-xxl-4:nth-child(3){
 text-align:center;
}

@media (max-width:524px){

 /* Footer two */
 .my-app .footer-two{
  text-align:center;
  transform:translatex(0px) translatey(0px);
 }
 
 /* Foterlogo */
 .my-app .nav__logo .foterlogo{
  height:204px;
 }
 
}

.redona {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.redona img{
    max-width:350px;
    
}

.redona p
{
    font-size:20px;
}
@media only screen and (min-width: 768px) {
    #hidedesktop {
      display: none;
    }
  }
  
  /* Hide on mobile devices */
  @media only screen and (max-width: 767px) {
    #hidemobile {
      display: none;
    }
  }
  
  @media (max-width:424px){

 /* Broadcast  inner */
 .broadcast .broadcast__inner{
  padding-bottom:49px !important;
  padding-top:43px !important;
 }
 
}
@media (max-width:575px){

 /* Fatures */
 #Fatures{
  padding-top:17px;
  padding-bottom:32px;
 }
 
 /* Hidedesktop */
 #hidedesktop{
  padding-top:31px;
  padding-bottom:64px;
 }
 
 /* Broadcast  inner */
 .broadcast .broadcast__inner{
  padding-top:45px !important;
  padding-bottom:45px !important;
 }
 
 /* Column 12/12 */
 #myForm .col-md-12{
  text-align:center;
 }
 
  /* Paragraph */
 .my-app .col-sm-12 p{
  font-size:14px !important;
  margin-top:0px;
  padding-top:16px;
  transform:translatex(0px) translatey(0px);
 }
 
 /* Broadcast */
 .my-app .broadcast{
  padding-top:0px;
 }
 
 /* Text */
 .my-app .section .container .justify-content-center .row .col-sm-12 .banner-two__content .text-lg{
  font-size:18px !important;
 }
 
 
  .my-app .section{
  padding-top:132px;
 }
  .my-app .col-sm-12 p{
  text-align:justify;
  padding-top:7px;
  margin-top:13px;
 }
 
 /* Banner two  content */
 .my-app .banner-two__content{
  transform:translatex(0px) translatey(0px);
 }
 
 /* Button */
 .my-app .btn--senary{
  margin-top:26px;
 }
 
 /* Text */
 .my-app .text-lg{
  text-align:center !important;
 }
 
 /* Paragraph */
 .my-app p:nth-child(4){
  font-size:14px !important;
 }
 
  .my-app .section .container .justify-content-center .row .col-sm-12 .banner-two__content p{
  font-size:16px !important;
 }
 
 /* Text */
 .my-app .section .container .justify-content-center .row .col-sm-12 .banner-two__content .text-lg{
  font-size:19px !important;
 }
 
 /* Text typed */
 #textTyped{
  font-size:26px;
 }
 
 /* Heading */
 .my-app h1{
  padding-top:14px;
 }
 
 /* Broadcast */
 .my-app .broadcast{
  padding-top:12px;
 }
 
 /* Contact */
 #contact{
  padding-top:67px;
  padding-bottom:51px;
 }
 
  .my-app .col-sm-12 h2{
  min-height:80px;
 }
  .broadcast .container:nth-child(1) .col-12{
  min-height:33px;
  height:33px;
 }
 
 /* Column 7/12 */
 #\#home .col-sm-12:nth-child(1){
  height:627px;
 }
 .broadcast .container:nth-child(1) .col-12{
  min-height:33px;
  height:33px;
 }
  #\#home .col-sm-12:nth-child(1) .banner-two__content{
  transform:translatex(0px) translatey(0px);
 }
 
 /* Section  content cta */
 #\#home .section__content-cta{
  margin-top:36px;
  min-height:82px;
  height:82px !important;
 }
 
 /* Broadcast */
 .my-app .broadcast{
  padding-top:55px;
 }
}
@media (max-width:424px){

 /* Button */
 #\#home .btn--senary{
  top:8px;
 }
 
 /* Paragraph */
 #\#home .container .justify-content-center .row .col-sm-12 .banner-two__content p:nth-child(4){
  font-size:14px !important;
 }
 
}

.label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    
}

.price-label {
    margin-left: auto;
}

#pricestandartprice{
    text-decoration:line-through;
}

.your-selector {
    position: relative;
}


.your-selector:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; /* Increase thickness of the line */
    background-color: red; /* Adjust color as needed */
    transform: translateY(-50%);
}
@media (max-width:650px){

 /* Image */
 .download_app .play_store:nth-child(2) img{
  display:inline-block;
  transform:translatex(0px) translatey(0px) !important;
  padding-right:20px;
  position:relative;
  top:-6px;
 }
 
}

@media (min-width: 1024px){

 /* Nav  menu link */
 .nav__menu .nav__menu-item:nth-child(6) .nav__menu-link{
  display:none;
 }
 
}
