.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.gradient-overlay {
    background: linear-gradient(-205deg, var(--main-color) 10%, var(--main-color) 0%, var(--main-second) 100%);
    opacity: 0.2;
    z-index: 1;
}

.image-overlay {
    z-index: 2;
    pointer-events: none;
    /* So the image won't block clicks */
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    /* Adjust image transparency */
}

.text-area {
    position: relative;
    z-index: 3;
}

#sec-banner {
    background: -webkit-linear-gradient(60deg, var(--main-second) 20%, var(--main-color) 100%) !important;
    background: linear-gradient(60deg, var(--main-second) 20%, var(--main-color) 100%) !important;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    /* Allows clicks to pass through to buttons */
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, var(--main-second) 20%, #000000 100%) !important;
    opacity: 0.7;
    /* Adjust transparency here */
    z-index: 1;
    pointer-events: none;
}

#sec-banner .bg-video {
    height: auto;
}

#sec-banner::before {
    z-index: 2 !important;
    opacity: .15;
}

.process-desc {
    font-size: 19px;
}

@media (min-width:992px) and (max-width: 1600px) {
    #head-banner .title {
        font-size: 85px;
        line-height: 90px;
        letter-spacing: 0px;
    }

    #head-banner .banner-desc li {
        font-size: 30px;
        line-height: 40px;
    }


}

#service .accordion-body {
    font-size: 20px;
}



@media (max-width: 575px) {
    .bg-video {
        height: 75vh !important;
    }

    #process {
        padding-top: 0px !important;
    }

    #head-banner .title {
        font-size: 70px !important;
        line-height: 70px !important;
        letter-spacing: 0px !important;
    }

    #head-banner p.banner-desc {
        font-size: 20px;
    }

    #head-banner .banner-desc li {
        font-size: 18px;
    }

    .text-area {
        transform: none !important;
    }

    #service .accordion-body {
        font-size: 16px;
    }

    .site-btn .btn span {
        font-size: 18px !important;
    }


    #head-banner p.sm-desc {
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    #head-banner .bg-video {
        height: 100vh !important;
    }
}


@media (min-width:1400px) and (max-width:1600px) {
    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    #head-banner .title {
        font-size: 110px;
        line-height: 115px;
        letter-spacing: 0px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    .overlap-text {
        font-size: 80px;
    }

    h2 {
        font-size: 80px;
    }

    #service .ques-card button {
        font-size: 48px;
    }

    #case .case-box h3 {
        font-size: 65px;
    }

    #works h3 {
        font-size: 30px;
    }

    #benifit .card-ico h3 {
        font-size: 40px;
    }

    #benifit .card-ico p {
        font-size: 19px;
    }

    #head-banner p.banner-desc {
        font-size: 26px !important;
        line-height: 42px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 24px;
    }
}


#head-banner {
    height: 100vh;
}

#works h3 {
    cursor: pointer;
}

#brands-logo .owl-item {
    height: 70px;
}
#pp #head-banner .banner-list .list-ico {
    width: 23px;
}
@media screen and (max-width:575.99px) {
    .section {
        padding: 2rem 0 !important;
    }

    .bul {
        margin-top: 15%;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    /* #head-banner {
        height: 90vh;
    }

    #head-banner .title {
        font-size: 70px!important;
        line-height: 70px!important;
        letter-spacing: 0px;
    } */
    #head-banner::before {
        opacity: 0.15 !important;
    }

    #head-banner .gradient-overlay {
        background: linear-gradient(-205deg, var(--main-color) 10%, var(--main-color) 0%, #000000 100%);
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100%;
        padding-bottom: 0px !important;
    }

    #head-banner .title {
        /*font-size: 105px;
        line-height: 105px;
        letter-spacing: 0px; */
        letter-spacing: 0px;
        font-size: 9.8vw !important;
        line-height: 100% !important;
    }

    #brands-logo .owl-item {
        height: 70px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 25px !important;
        line-height: 28px;
        font-weight: 500;
        max-width: 650px;
    }

    #head-banner .banner-list {
        font-size: 18px;
        font-weight: 500;
        padding: 15px 0px;
    }
    .banner-list li{
        display: flex;
    }
    .site-btn span {
        font-size: 22px;
        font-weight: 700 !important;
    }

    .process-desc {
        font-size: 14px !important;
    }

    #about.section {
        padding-top: 40px !important;
    }

    #about h4 {
        font-size: 30px;
        font-weight: 600;
    }

    #about p {
        font-size: 16px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .team-detail p {
        font-size: 16px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    #process h2.overlap-text {
        font-size: 44px !important;
    }

    h2 {
        font-size: 35px !important;
    }

    #service .ques-card button {
        font-size: 24px;
    }

    #case .case-box h3 {
        font-size: 28px;
    }

    #works h3 {
        font-size: 22px;
    }

    #works p {
        font-size: 16px;
    }

    #benifit .card-ico h3 {
        font-size: 24px;
    }

    #benifit .card-ico p {
        font-size: 16px;
        padding-bottom: 35px;
    }

    #about-us h3 {
        font-size: 40px;
    }

    #sec-banner p {
        font-size: 20px;
    }

    #faq button {
        font-size: 18px;
        padding: 20px 0;
    }

    .disclaim {
        font-size: 14px !important;
    }

}

@media screen and (min-width:576px) and (max-width:767.99px) {
    .bul {
        margin-top: 15%;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100%;
        padding-bottom: 0px !important;
    }

    #head-banner::before {
        opacity: 0.15 !important;
    }

    #head-banner .gradient-overlay {
        background: none;
    }

    #head-banner .title {
        /*font-size: 105px;
        line-height: 105px;
        letter-spacing: 0px; */
        letter-spacing: 0px;
        font-size: 6.5vw !important;
        line-height: 100% !important;
    }

    #brands-logo .owl-item {
        height: 70px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 3vw !important;
        line-height: 120%;
        font-weight: 500;
        max-width: 650px;
    }

    #head-banner p.sm-desc {
        font-size: 2.3vw;
    }

    #head-banner .banner-list {
        font-size: 3vw;
        font-weight: 500;
        padding: 15px 0px;
    }
    .banner-list li{
        display: flex;
    }
    .site-btn span {
        font-size: 3vw;
        font-weight: 700 !important;
    }

    #about.section {
        padding-top: 30px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    .overlap-text {
        font-size: 50px;
    }

    h2 {
        font-size: 50px !important;
    }

    #service .ques-card button {
        font-size: 35px;
    }

    #case .case-box h3 {
        font-size: 38px;
    }

    #works h3 {
        font-size: 22px;
    }

    #works p {
        font-size: 16px;
    }

    #benifit .card-ico h3 {
        font-size: 24px;
    }

    #benifit .card-ico p {
        font-size: 16px;
        padding-bottom: 35px;
    }

    #about-us h3 {
        font-size: 40px;
    }

    #sec-banner p {
        font-size: 20px;
    }

    #faq button {
        font-size: 22px;
    }
}

@media screen and (min-width:768px) and (max-width:991.99px) {
    .bul {
        margin-top: 15%;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100%;
        padding-bottom: 0px !important;
    }

    #head-banner .title {
        /* font-size: 125px;
        line-height: 125px;
        letter-spacing: -5px; */
        letter-spacing: 0px !important;
        font-size: 6.5vw !important;
        line-height: 100% !important;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 3vw !important;
        line-height: 120%;
        font-weight: 500;
        max-width: 650px;
    }
    #head-banner p.sm-desc {
        font-size: 2vw;
    }
    #head-banner .banner-list {
        font-size: 3vw;
        font-weight: 500;
        padding: 15px 0px;
    }

    .banner-list li{
        display: flex;
    }
    .site-btn span {
        font-size: 2.4vw;
        
    }
    #about.section {
        padding-top: 30px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    .overlap-text {
        font-size: 60px;
    }

    h2 {
        font-size: 60px;
    }

    #service .ques-card button {
        font-size: 40px;
    }

    #case .case-box h3 {
        font-size: 40px;
    }

    #works h3 {
        font-size: 25px;
    }

    #benifit .card-ico h3 {
        font-size: 28px;
    }

    #benifit .card-ico p {
        font-size: 18px;
        padding-bottom: 35px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 22px;
    }
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
    .bul {
        margin-top: 15%;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100%;
        padding-bottom: 0px !important;
    }

    #head-banner .title {
        /*font-size: 100px;
        line-height: 100px;*/
        letter-spacing: 0px;
        font-size: 6vw;
        line-height: 110%;
        padding-top: 65px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 2.4vw !important;
        line-height: 120%;
        font-weight: 500;
        max-width: 750px;
    }
    #head-banner p.sm-desc {
        font-size: 2vw;
    }
    #head-banner .inline-list {
        font-size: 1.7vw;
    }
    #head-banner .banner-list {
        font-size: 3vw !important;
        line-height: 150%;
    }
    .site-btn span {
        font-size: 2.4vw;
        
    }

    #about.section {
        padding-top: 30px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    .overlap-text {
        font-size: 80px;
    }

    h2 {
        font-size: 80px;
    }

    #service .ques-card button {
        font-size: 48px;
    }

    #case .case-box h3 {
        font-size: 65px;
    }

    #works h3 {
        font-size: 30px;
    }

    #benifit .card-ico h3 {
        font-size: 40px;
    }

    #benifit .card-ico p {
        font-size: 19px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 24px;
    }
        #team h2{
        font-size:45px!important;
    }
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
    #header {
        margin-top: -15px;
    }

    .bul {
        margin-top: 50px;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: flex;
        height: 100vh !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding-bottom: 0px !important;
    }

    #head-banner .title {
        /*font-size: 100px;
        line-height: 100px;*/
        letter-spacing: 0px;
        font-size: 6vw;
        line-height: 100%;
        padding-top: 0px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 22px !important;
        line-height: 30px;
        font-weight: 500;
        max-width: 620px;
    }

    .site-btn span {
        font-size: 24px !important;
    }

    #head-banner p.sm-desc {
        font-size: 18px !important;
    }

    #head-banner .inline-list {
        font-size: 22px !important;
    }

    #about.section {
        padding-top: 30px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }


    .overlap-text {
        font-size: 100px !important;
    }

    h2 {
        font-size: 80px;
    }

    #service .ques-card button {
        font-size: 48px;
    }

    #case .case-box h3 {
        font-size: 65px;
    }

    #works h3 {
        font-size: 30px;
    }

    #benifit .card-ico h3 {
        font-size: 40px;
    }

    #benifit .card-ico p {
        font-size: 19px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 24px;
    }
    #team h2{
        font-size:45px!important;
    }
}

@media screen and (min-width:1400px) and (max-width:1899.99px) {
    #header {
        margin-top: -15px;
    }

    .bul {
        margin-top: 110px;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100vh;
        padding-bottom: 30px !important;
    }

    #head-banner .title {
        /*font-size: 100px;
        line-height: 100px;*/
        letter-spacing: 0px;
        font-size: 6vw;
        line-height: 100%;
        padding-top: 65px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 24px !important;
        line-height: 30px;
        font-weight: 500;
        max-width: 650px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-btn span {
        font-size: 35px !important;
    }

    .disclaim {
        font-size: 18px !important;
    }

    #head-banner p.sm-desc {
        font-size: 18px !important;
    }

    #head-banner .inline-list {
        font-size: 22px !important;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }

    #about .about-box {
        padding: 25px 15px 15px;
    }

    .overlap-text {
        font-size: 90px !important;
    }

    h2 {
        font-size: 80px;
    }

    #service .ques-card button {
        font-size: 48px;
    }

    #case .case-box h3 {
        font-size: 65px;
    }

    #works h3 {
        font-size: 30px;
    }

    #benifit .card-ico h3 {
        font-size: 40px;
    }

    #benifit .card-ico p {
        font-size: 19px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 24px;
    }

    #works .step-detail p {
        font-size: 20px;
    }

    #trust .team-card {
        padding: 20px;
    }

    #trust .team-card img {
        height: 260px;
        object-fit: cover;
        object-position: top;
        padding-bottom: 15px !important;
    }

    #trust .team-card .card-detail h6 {
        padding-bottom: 5px !important;
    }

    #trust .team-card p {
        margin-bottom: 0px;
        font-size: 14px;
    }
}

@media screen and (min-width:1900px) {

    .bul {
        margin-top: 170px;
    }

    .navbar, navbar-brand {
        padding-top: 0px;
    }

    #head-banner {
        display: block;
        height: 100% !important;
        min-height: 100vh;
        padding-bottom: 30px !important;
    }

    #head-banner .title {
        /*font-size: 100px;
        line-height: 100px;*/
        letter-spacing: 0px;
        font-size: 6vw;
        line-height: 100%;
        padding-top: 65px;
    }

    #head-banner .banner-desc {
        max-width: 750px;
    }

    #head-banner p.banner-desc {
        font-size: 26px !important;
        line-height: 42px;
        font-weight: 500;
        max-width: 750px;
    }

    #team .team-box {
        height: 450px;
    }

    #team .p-4 {
        padding: 15px !important;
    }

    #team .team-box .team-detail {
        padding: 10px !important;
    }


    .overlap-text {
        font-size: 100px !important;
    }

    h2 {
        font-size: 80px;
    }

    #service .ques-card button {
        font-size: 48px;
    }

    #case .case-box h3 {
        font-size: 65px;
    }

    #works h3 {
        font-size: 30px;
    }

    #benifit .card-ico h3 {
        font-size: 40px;
    }

    #benifit .card-ico p {
        font-size: 19px;
    }

    #trust h2 {
        font-size: 55px;
    }

    #about-us h3 {
        font-size: 50px;
    }

    #sec-banner p {
        font-size: 22px;
    }

    #faq button {
        font-size: 24px;
    }
}

#brands-logo {
    padding: 0px 0px !important;
}
#head-banner .banner-list {
    line-height: 150%;
}
@media screen and (min-width:1200px) {
    #head-banner {
        display: flex;
        height: 100vh !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0px !important;
        padding-top: 5% !important;
    }

    #head-banner .title {
        /*font-size: 100px;
    line-height: 100px;*/
        letter-spacing: 0px;
        font-size: 6vw;
        line-height: 100%;
        padding-top: 0px;
    }

    #head-banner::before{
        opacity: 0.25!important;
    }

    #head-banner .gradient-overlay{
        background: linear-gradient(-205deg, var(--main-color) 10%, var(--main-color) 0%, #000000 100%);
    }
    #header .navbar-brand, #header .navbar-toggler b {
        font-size: 2vw !important;
    }

    .site-btn span {
        font-size: 1.7vw !important;
    }

    .brands-logo img {
        max-width: 150px;
    }

    #head-banner p.sm-desc {
        font-size: 1vw !important;
        line-height: 100%;
    }
    #head-banner p.banner-desc{
        font-size: 2.6vw !important;
    }
    #head-banner .banner-list {
        font-size: 1.4vw !important;
        line-height: 150%;
    }

    #head-banner .inline-list {
        font-size: 1.4vw !important;
        line-height: 100%;
    }

    #brands-logo .owl-item {
        height: 70px;
    }

    .bul {
        margin-top: 10vh;
    }

    #header .menu-link a {
        font-size: 0.82vw;
    }

    #trust .team-card img {
        height: auto !important;
        width: 100% !important;
    }
    #case .case-detail h4{
        font-size:28px!important;
    }
}

@media screen and (min-width:1200px) and (max-width:1899.99px) {
    .fokat {
        max-width: 1140px;
        zoom: 80%;
    }
}