body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Inter", sans-serif !important;
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: #121212 !important;
}

body.dark {
    background-color: #252525 !important;
}

.main-menu a {
    color: #ffffff !important;
}

.dark .sticky .main-menu a {
    color: #ffffff !important;
}

/* HOME PAGE */
#homepage .video-wrapper {
    height: 100vh;
}

#homepage .video {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 440px;
    height: 248px;
    z-index: 10;
    background-color: #252525;
}

#homepage .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#homepage .div1,
#homepage.div2 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: pink;
}

#homepage .div1 {
    background-color: #121212;
}

#homepage .hero {
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #121212;
    display: flex;
    align-items: end;
}

#homepage .hero-wrapper {
    padding: 50px;
    width: 100%;
}

#homepage .subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
}

#homepage .title {
    width: 100%;
}

#homepage .title img {
    width: 100%;
}

#homepage .video-caption {
    position: absolute;
    color: #121212;
    z-index: 100;
    margin: 0;
}

#homepage .video-caption p {
    margin: 3px 0;
    font-size: 14px
}

#homepage .video-caption .caption-title {
    color: #808080;
}

#homepage .video-caption .caption-client {
    font-weight: 500;
}

#homepage .video-caption-section {
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(18, 18, 18, 0) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    padding: 20px;
    padding-bottom: 40px;
}

#homepage .video-caption-section p {
    margin: 5px 0;
    font-size: 20px;
}

#homepage .video-caption-section .caption-title {
    color: rgba(255, 255, 255, 0.5);
}

#homepage .video-caption-section .caption-client {
    font-weight: 500;
    color: #ffffff;
}

#homepage .mobile {
    height: 100vh;
    padding: 20px;
    padding-bottom: 0;
}

#homepage .title-mobile {
    margin-bottom: 10px;
}

#homepage .video-wrapper-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 0;
}

#homepage .video-wrapper-mobile video {
    height: 100%;
    width: 100%;
    max-height: 70vh;
    object-fit: cover;
}

#homepage .video-caption-mobile {
    color: #121212;
    z-index: 100;
    margin: 0;
    margin-bottom: 12px;
}

#homepage .video-caption-mobile p {
    margin: 3px 0;
    font-size: 14px
}

#homepage .video-caption-mobile .caption-title {
    color: #808080;
}

#homepage .video-caption-mobile .caption-client {
    font-weight: 500;
}

#homepage .mobile a {
    color: #121212;
    /* text-decoration: none; */
}

#homepage .mobile h4 {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

@media (min-width: 768px) {
    #homepage .desktop {
        display: block;
    }

    #homepage .mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #homepage .desktop {
        display: none;
    }

    #homepage .mobile {
        display: block;
    }
}


/* PARTIALS CSS */
.client-area-text {
    position: relative
}

.client-area-text .section-title {
    max-width: 340px;
    position: absolute;
    inset-inline-start: 40%;
    top: 55px
}

@media only screen and (max-width: 1199px) {
    .client-area-text .section-title {
        max-width: 280px;
        top: 40px
    }
}

@media only screen and (max-width: 991px) {
    .client-area-text .section-title {
        max-width: 230px;
        top: 25px
    }
}

@media only screen and (max-width: 767px) {
    .client-area-text .section-title {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 575px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

.client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 767px) {
    .client-area .client-box {
        border: none;
        aspect-ratio: 100/50
    }
}

.client-area .client-box:hover img {
    opacity: 1
}

.client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(1) {
        grid-column-start: auto
    }
}

.client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(2) {
        grid-column-start: auto
    }
}

.client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(7) {
        grid-column-start: auto
    }
}

.client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border)
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(12) {
        grid-column-start: auto
    }
}

.client-area .client-box img {
    opacity: .6;
    transition: all .5s
}

.client-area-text-bottom .section-title-bottom {
    max-width: 340px;
    position: absolute;
    inset-inline-start: 40%;
    bottom: 520px;
}


.clients-area {
    background-color: var(--black)
}

.dark .clients-area {
    background-color: #1b1b1b
}

.clients-area-inner {
    padding: 55px 0;
    position: relative;
    padding-inline-start: 120px;
    margin-inline-end: calc((100vw - var(--container-max-widths))/-2)
}

@media only screen and (max-width: 1399px) {
    .clients-area-inner {
        padding: 35px 0;
        padding-inline-start: 80px
    }
}

@media only screen and (max-width: 991px) {
    .clients-area-inner {
        padding-inline-start: 0;
        margin-inline-end: 0
    }
}

.clients-area-inner .shape-1 {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    inset-inline-end: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .clients-area-inner .shape-1 {
        display: none
    }
}

.clients-area-inner .shape-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dir-rtl .clients-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

.client-slider-active .swiper-slide {
    width: auto
}

.client-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-box img {
    opacity: .4
}


.clients-area .swiper {
    height: 100px !important;
}

.clients-area .swiper .client-slider-active {
    display: flex;
    align-items: center;
}

.clients-area .swiper-slide {
    margin: 0;
    display: flex;
    align-items: center;
}

.clients-area .swiper .client-box {
    border: none;
    padding: 0;
}

.clients-area .swiper img {
    height: 100px;
    width: 100%;
}

.clients-area .clients-area-inner {
    padding-inline-start: 0;
}

.cta-area .section-content .section-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 800;
}

.cta-area .section-content .section-subtitle {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}


.footer-area,
.dark .footer-area {
    background-color: var(--black)
}

.footer-area-inner {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: 655px 190px 190px 385px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 94px
}

@media only screen and (max-width: 1919px) {
    .footer-area-inner {
        grid-template-columns: 305px 190px 190px 385px
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area-inner {
        padding-top: 80px;
        padding-bottom: 74px;
        grid-template-columns: 225px 190px 190px 315px
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-inner {
        padding-top: 60px;
        padding-bottom: 54px;
        gap: 50px 60px;
        grid-template-columns: auto auto auto
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-inner {
        grid-template-columns: auto auto
    }
}

@media(max-width: 575px) {
    .footer-area-inner {
        grid-template-columns: auto
    }
}

.footer-area .footer-area-inner>* {
    min-width: 130px
}

.footer-area .footer-area-inner>*:first-child {
    grid-row: span 2;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child {
        grid-row: auto
    }
}

.footer-area .footer-area-inner>*:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 400px);
    background-color: #202020;
    top: -200px;
    inset-inline-end: 0
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child:after {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: span 2
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner>*.newsletter {
        order: 1
    }
}

@media(max-width: 575px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: auto
    }
}

.footer-area .footer-logo img {
    max-height: 54px
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-logo img {
        max-height: 34px
    }
}

.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 30px;
    line-height: .73
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px
    }
}

.footer-area .footer-nav-list {
    margin-top: 27px
}

.footer-area .footer-nav-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2)
}

.footer-area .footer-nav-list li a:hover {
    color: var(--white)
}

.footer-area .footer-nav-list li .location {
    margin-bottom: 22px;
    display: inline-block
}

.footer-area .social-links {
    display: flex;
    gap: 20px;
    margin-top: 36px
}

.footer-area .social-links li {
    line-height: 1
}

.footer-area .social-links li a {
    color: var(--white-2)
}

.footer-area .social-links li a:hover {
    color: var(--white)
}

.footer-area .newsletter-text {
    margin-top: 29px
}

.footer-area .newsletter-text .text {
    color: var(--white-2)
}

.subscribe-form {
    margin-top: 38px
}

.subscribe-form .input-field {
    background-color: #202020;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 25px 25px
}

@media only screen and (max-width: 1399px) {
    .subscribe-form .input-field {
        padding: 18px 25px
    }
}

.subscribe-form .input-field input {
    border: 0;
    background-color: #202020;
    color: var(--primary);
    width: 100%
}

.subscribe-form .input-field input::-moz-placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input::placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.subscribe-form .input-field input:focus {
    outline: 0
}

.subscribe-form .input-field .subscribe-btn img,
.subscribe-form .input-field .subscribe-btn i {
    color: var(--white)
}

.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
    transform: rotateY(180deg)
}

.subscribe-form .input-field .icon {
    color: var(--white-2)
}

.subscribe-form .policy-field {
    margin-top: 20px
}

.subscribe-form .policy-field label {
    font-size: 14px;
    margin-inline-start: 6px
}

.subscribe-form .policy-field label span {
    color: var(--primary);
    font-weight: 500
}

.copyright-area {
    border-top: 1px solid #202020
}

.copyright-area-inner {
    padding: 32px 0;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .copyright-area-inner {
        padding: 22px 0
    }
}

.copyright-area .copyright-text .text {
    text-align: center;
    font-weight: 500;
    color: var(--white-2)
}

.copyright-area .copyright-text .text a {
    color: var(--white)
}

.offcanvas-3__area {
    background-color: #121212 !important;
}


.feature-area {
    background-color: #252525;
    ;
}

.feature-area .section-title {
    max-width: 730px;
    margin-inline: auto;
    color: #ffffff;
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-title {
        max-width: 610px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-title {
        max-width: 460px
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-title {
        max-width: 460px;
        margin: 0
    }
}

.feature-area .section-header .text {
    max-width: 300px;
    margin-inline-start: 580px;
    color: rgb(153, 153, 153);
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-header .text {
        margin-inline-start: 520px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text {
        margin-inline-start: 430px
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-header .text {
        max-width: 460px;
        margin: 0
    }
}

.feature-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.feature-area .section-header .section-title-wrapper {
    position: relative
}

.feature-area .section-header .section-title-wrapper .shape-1 {
    position: absolute;
    width: 93px;
    top: -60px;
    inset-inline-start: 43%;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .section-title-wrapper .shape-1 {
        display: none
    }
}

.feature-area .features-wrapper-box {
    margin-top: 73px;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper-box {
        margin-top: 53px
    }
}

.feature-area .features-wrapper {
    display: grid;
    gap: 0 0;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -100px
}

@media only screen and (max-width: 1399px) {
    .feature-area .features-wrapper {
        margin: 0 -80px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper {
        margin: 0 -30px
    }
}

@media only screen and (max-width: 767px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-box {
    padding: 0 100px 132px;
    border-inline-end: 1px solid rgba(255, 255, 255, .12)
}

@media only screen and (max-width: 1399px) {
    .feature-box {
        padding: 0 80px 72px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-box {
        padding: 0 30px 52px
    }
}

.feature-box .title {
    font-size: 32px;
    line-height: .88;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .feature-box .title {
        font-size: 28px
    }
}

.feature-box .content {
    margin-top: 48px
}

@media only screen and (max-width: 1199px) {
    .feature-box .content {
        margin-top: 38px
    }
}

.feature-box .text {
    margin-top: 19px;
    color: rgb(153, 153, 153);
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
}