html{
    scroll-behavior: smooth;
}
body{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
  }
  
  .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; 
    width: 0;
    height: 2px;
    background-color: #0498B2;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
  }
  
  .nav-link:hover::after {
    width: 80%;
  }
  .nav-link:hover{
    color: #0498B2 !important;
  }
  
.navbar-toggler{
    background: linear-gradient(160deg, #308cae, #00bbff);
}
.header{
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.header .header-top{
    border-bottom: 1px solid #000;
}
.header .header-top .header-top-right{
    display: flex;
    align-items: center;
}
.header .header-top .header-top-right .contact ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.header .header-top .header-top-right .contact ul li{
    padding: 0 10px;
    display: block;
    border-right: 1px solid #000;
}
.header .header-top .header-top-right .contact ul li a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.header .header-top .header-top-right .contact ul li a i{
    color: #0498B2;
}
.header .header-top .header-top-right .social ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.header .header-top .header-top-right .social ul li{
    padding: 0 10px;
    display: block;
}
.header .header-top .header-top-right .social ul li a{
    color: #0498B2;
    font-size: 14px;
}
.header .header-bottom{
    padding: 20px 0;
}
.header .navbar{
    padding: 0;
    background-color: transparent !important;
}
.header .navbar .navbar-brand{
    padding: 0;
}
.header .navbar .navbar-brand img{
    width: 150px;
}
.header .navbar a{
    color: #000;
    font-family: "teko", sans-serif;
    font-size: 25px;
    padding: 0 20px;
}
.section .banner{
    padding: 100px 0;
}
.section .banner .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section .banner .text-wrap h1{
    font-size: 110px;
    font-family: "teko", sans-serif;
    line-height: 80px;
    font-weight: 900;
    color: #000028;
    letter-spacing: 5px;
}
.section .banner .text-wrap h1 span{
    color: #0498B2;
    /* text-shadow: 2px 2px 0 #000028; */
}
.section .banner .text-wrap p{
    font-size: 20px;
}
.section .banner .text-wrap .mouse-down{
    width: 35px;
    height: 55px;
    border: 2px solid #000028;
    display: inline-flex;
    border-radius: 20px 20px 22px 22px;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}
.section .banner .text-wrap .mouse-down i{
    color: #0498B2;
    font-size: 16px;
    margin-top: 5px;
    animation: mouse 1s infinite;
    text-shadow: 1px 1px 0 #000028;
}
@keyframes mouse{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0px);
    }
}
.section .banner .img-container img{
    width: 100%;
}
.section .clients{
    background-color: #000028;
    padding: 20px 0;
}
.section .clients h2{
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    font-size: 50px;
    font-family: "teko", sans-serif;
    margin: 0;
    text-transform: capitalize;
}
.section .clients h2 span{
    color: #0498B2;
    font-weight: 900;
}
.section .clients .owl-carousel{
    height: 100px;
    display: flex;
    align-items: center;
}
.section .clients .owl-carousel .owl-stage{
    height: 100%;
    display: flex;
    align-items: center;
}
.section .clients .owl-carousel .owl-item{
    display: flex;
    height: 100%;
}
.section .clients .owl-carousel .owl-item img{
    filter: brightness(200%);
    width: 100px;
}
.section .clients .owl-carousel .owl-item img.white{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    
}
.section .clients .owl-carousel .owl-item .item{
    display: flex;
    height: 100%;
    align-items: center;
}
.section .about{
    padding: 100px 0;
}
.section .about .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section .dark{
    background-color: #000028;
}
.section .dark h2{
    color: #fff;
}
.section h2{
    font-size: 70px;
    font-family: "teko", sans-serif;
    text-transform: capitalize;
    margin: 0;
    font-weight: 900;
    line-height: 60px;
    color: #000028;
}
.section h2 span{
    color: #0498B2;
    font-weight: 900;
}
.section h2 small{
    font-size: 20px;
    margin-right: 50px;
}
.section .about .img-container{
    position: relative;
}
.section .about img{
    width: 100%;
}
.section .about .img-container .box{
    background-color: #000028;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    position: absolute;
    top: -70px;
    right: -70px;
    width: 70%;
}
.section .about .img-container .box img{
    width: 30px;
}
.section .about .img-container .box h3{
    color: #fff;
    font-size: 25px;
    font-family: "teko", sans-serif;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.section .about .img-container .box .speed{
   position: relative;
}
.section .about .img-container .box .speed h4{
    color: #0498B2;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.section .about .img-container .box .speed h1{
    color: #fff;
    font-size: 120px;
    font-family: "teko", sans-serif;
    margin: 0;
    text-transform: capitalize;
    font-weight: 900;
    margin: 0;
    line-height: 100px;
    display: inline-block;
}
.section .about .img-container .box .speed h1 small{
    font-size: 35px;
}
.section .about .img-container .box .speed h5{
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;   
    display: inline-block;
}
.section .services{
    padding: 100px 0;
}
.section .services h2 {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.section .services .panel{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #000028;
}
.section .services .panel h6{
    font-size: 25px;
}
.section .services .panel i{
    color: #0498B2;
    font-size: 40px;
    margin-bottom: 20px;
}
.section .choose{
    padding: 100px 0;
}
.section .choose ul.nav{
    border-left: 2px solid rgba(18, 18, 18, 0.08);
    margin-top: 50px;
    border-bottom: none;
}
.section .choose ul.nav li {
    outline: unset;
    border: none;
}
.section .choose ul.nav li a.active,
.section .choose ul.nav li a{
    border: none;
    position: relative;
}
.section .choose ul.nav li a{
    display: flex;
    color: #000028;
}
.section .choose ul.nav li a .icon{
    max-width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background-color: #000028;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 25px;
}
.section .choose ul.nav li a.active .icon{
    background-color: #0498B2;
}
.section .choose ul.nav li a.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 100%;
    background-color: #0498B2;
}
.section .choose ul.nav li a .text h4{
    font-family: "teko", sans-serif;
    font-size: 30px;
}
.section .choose ul.nav li a .text p{
    font-size: 14px;
}
.section .choose .tab-content{
    margin-top: 50px;
}
.section .choose .tab-content img{
    width: 100%;
}
.section .portfolio{
    padding: 100px 0;
}
.section .portfolio .owl-carousel{
    margin-top: 50px;
}
.section .portfolio .owl-carousel .owl-item.active.center{
    transform: scale(2);
}
.section .testimonials{
    padding: 100px 0;
}
.section .testimonials p{
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
}
.section .testimonials .item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
}
.section .testimonials .owl-carousel{
    position: relative;
    z-index: 9999;
}
.section .testimonials .item .text-wrap{
    padding: 30px 20px;
}
.section .testimonials .item .text-wrap .rating h3{
    margin: 0;
    font-family: "teko",sans-serif;
    font-weight: 700;
    line-height: 16px;
    font-size: 30px;
}
.section .testimonials .item .text-wrap .rating i{
    color: #FEC414;
    font-size: 13px;
}
.section .testimonials .item .text-wrap .rating p{
    margin: 0;
    color: #999999;
}
.section .testimonials .item .text-wrap p{
    margin: 20px 0;
    font-size: 14px;
    color: #000;
}
.section .testimonials .item .text-wrap .quotes{
    display: flex;
    justify-content: flex-end;
}
.section .testimonials .item .text-wrap .quotes img{
    max-width: 50px;
    flex: 0 0 50px;
}
.section .testimonials .item .client{
    background-color: #000;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}
.section .testimonials .item .client .img-container{
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.section .testimonials .item .client .text-wrap{
    color: #fff;
    padding: 0 20px;
}
.section .testimonials .item .client .text-wrap h4{
    margin: 0;
    font-size: 18px;
}
.section .testimonials .item .client .text-wrap h5{
    font-size: 12px;
    margin: 0;
}
.section .testimonials .owl-carousel{
    position: relative;
}
.section .testimonials .owl-carousel::before{
    height: 100%;
    width: 200px;
    border-radius: 15px;
    content: "";
    position: absolute;
    background-color: #ccc;
    border-bottom: #000 solid 60px;
    right: -20px;
    transform: rotate(3deg);
}
.section .testimonials .owl-carousel::after{
    height: 100%;
    width: 200px;
    border-radius: 15px;
    content: "";
    position: absolute;
    background-color: #999;
    border-bottom: #000 solid 60px;
    right: -40px;
    transform: rotate(6deg);
    top: 0;
    z-index: -1;
}
footer{
    padding: 100px 0 0;
}
footer .text-wrap{
    text-align: center;
}
footer .text-wrap h3{
    color: #0498B2;
    font-size: 30px;
    font-weight: 700;
}
footer .text-wrap h1{
    font-size: 130px;
    color: #000028;
    font-weight: 900;
    font-family: "teko",sans-serif;
    line-height: 120px;
    text-transform: uppercase;
}
footer .text-wrap a{
    color: #0498B2;
    font-size: 40px;
    line-height: 20px;
    text-decoration: none;
    font-family: "teko",sans-serif;
    position: relative;
    margin-right: 50px;
}
footer .text-wrap a::before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0498B2;
    position: absolute;
    bottom: 10px;
    transition: all ease-in-out 0.3s;
}
footer .text-wrap a:hover::before{
    width: 0;
}
footer address{
    margin: 0;
    font-family: "teko",sans-serif;
    font-size: 20px;
}
footer .social ul{
    display: flex;
    justify-content: flex-end;
}
footer .social ul li{
    padding: 0 10px;
    display: block;
    font-size: 20px;
}
footer .social ul li a{
    color: #0498B2;
}

/* WhatApp Pop Up */
.whatsappPopup a{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    justify-content: center;
    align-items: center;
    z-index: 15;
    border-radius: 100%;
    background: linear-gradient(160deg, #308cae, #00bbff);
    display: flex;
    transition: background 0.5s ease;
}
.whatsappPopup a:hover{
    background: linear-gradient(160deg, rgb(0, 0, 40),rgba(41, 41, 105, 0.623));
}

/* About us Start */
.about-1{
    height:600px;
}
.about-right-side{
    width:600px; 
    height:100%;
}
.about-right-side-text{
    background-color: rgba(0, 0, 40, 0.8);
    margin: 0 auto;
    bottom: 0;
    left: 15%;
    z-index: 200;
    width: 25rem;
    border-radius: 10px;
}
.about-right-side-text h2{
font-family: "teko", sans-serif;
color: #0498B2;
font-size: 40px;
}
.about-right-side-text p{
    color: #fff;
    font-size: 14px
}
.about-left-side{
    z-index:10;
    margin-right:-30px;
}

.about-bar-left-side>.position-sticky> a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    color: #000000;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    border-bottom: 1px solid transparent;
}
.about-bar-left-side>.position-sticky> a:hover{
    color: rgb(4, 152, 178);
    border-bottom-color: rgb(4, 152, 178);
}
.about-bar-left-side a.active {
    color: rgb(4, 152, 178);
    border-bottom-color: rgb(4, 152, 178);
}
.about-bar-right-side{
    border-left:1px solid rgb(4, 152, 178);
    padding-left:20px; 
}
.heading-paragraph{
    margin-bottom:30px;
}
.heading-paragraph h2{
    font-family: teko, sans-serif;
    color: rgb(4, 152, 178);
    font-weight: bold;
    margin-bottom: 0;
}
.heading-paragraph h3{
    font-family: teko, sans-serif;
    color: rgb(4, 152, 178);
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 1.5rem
}
.about-paragraph{
    margin-left: 1.5rem;
    line-height: 1.5;
}
/* About Faqs Css Start */
.about-faqs{
    display: none;
}
.faq-button{
    font-size: 30px;
    font-family: teko, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}
.faq-button:focus{
    z-index: 3;
    outline: 0;
    box-shadow:none; 
}
.faq-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
    width: 1.25rem;
    height: 2.25rem;
    content: "-";
}
.faq-button::after {
    width: 1.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "+";
    background-image: none;
}
.faq-button:not(.collapsed) {
    background-color: rgb(4, 152, 178);
    color: #ffffff;
}

/* Contact Start */
.contact-hero-section{
    background: url('../images/contact-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;   
    position: relative;
}
.contact-hero-section::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.75;
}
.contact-heading h2{
    font-size: 5rem;
    color: #ffffff;
}
.contact-bar span{
    font-size:1.2rem;
    font-weight: 300;
    color: #ffffff;
}
.contact-bar span a{
    text-decoration: none;
    color: #ffffff;
    transition: .4s;
}
.contact-bar-active{
    color: #B0B0B0 !important;
    transition: .4s;
}
.contact-bar-active:hover{
    color: #ffffff !important;
    transition: .4s;
}

/* contact Us form Css */
.icon{
    font-size: 2.5rem;
}
.contact-h-p h3{
    margin-bottom: 0rem;
}
.contact-h-p p{
    font-size:20px;
}
.contact-form-heading h2{
    font-size: 65px;
    font-family: teko, sans-serif;
}
.contact-form-heading h2 span{
    background: linear-gradient(160deg, #308cae, #00bbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form-label{
    font-weight: 500;
    font-size: 20px;
}
.icon i{
    background: linear-gradient(160deg, #308cae, #00bbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-left-side-shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}
/* Solution Start */
.solution-hero-section{
    background: url('../images/contact-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;   
    position: relative;
}
.solution-hero-section::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.75;
}

/* Solution Items css start */
.solution-list{
    position: sticky;
    top: 40px;
    left: 0;
    right: 0;
}
.solution-list>.active1{
    text-decoration: none;
    background-color: #f7f7f7;
    color: #000;
    position: relative;
    font-size: 20px;
    transition: .3s;
    font-weight: 500;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
}
.solution-list>.active1:hover{
    color: rgb(4, 152, 178);
    transition: .3s;
    border: 2px solid rgb(4, 152, 178);
}
.solution-list>.active1>button{
    border-radius: 20px;
    border: none;
    background-color: transparent;
    color: #000;
    right: 0;
    position: absolute;
    transition: .3s;
}
.solution-list>.active1:hover>button{
    background-color: rgb(4, 152, 178);
    color: white;
    transition: .3s;
}


/* Solution Details css start */
.solution-description>h2{
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.solution-description>p{
    color: #696969;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}
.solution-sub-description>h2{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.solution-sub-description>p{
    color: #696969;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}




/* Portfolio start */
.portfolio-hero-section{
    background: url('../images/contact-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;   
    position: relative;
}
.portfolio-hero-section::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.75;
}

.grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(300px , 300px));
    justify-content: center;
    column-gap: 30px;
    row-gap: 40px;
}
.portfolio-card{
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}
.portfilio-heading>span{
    font-size: 18px;
    font-weight: 400;
}
.portfolio-card>a{
    text-decoration: none;
    color: #151515;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.portfolio-card > a > .portfilio-heading>span {
    position: relative;
    display: inline-block;
}
.portfolio-card > a > .portfilio-heading>span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0498B2;
    transition: width 0.4s ease-in-out;
}
.portfilio-image{
    width: 300px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.897);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientLogo-Image{
    width: 150px;
    height: 100px;
    filter: grayscale(1);
}

.portfolio-client-image>img{
    border-radius: 20px;
}
.portfolio-client-heading>h2{
    font-size: 60px;
    font-family: teko, sans-serif;
}
.portfolio-details>h4{
    font-size: 20px;
    font-weight: 500;
    color: #7878788c;
}
.portfolio-details>h3{
    background: linear-gradient(160deg, rgb(48, 140, 174), rgb(0, 187, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    display: inline;
}
.portfolio-details>p{
    /* margin-top: -20px; */
    margin-left: 3px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    font-family: sans-serif;
}
.container:nth-child(even) {
    flex-direction: row-reverse;
}
.portfolio-card > a:hover > .portfilio-image{
    background-color: #fff;
    transition: .5s;
}
.portfolio-card > a:hover > .portfilio-image > .clientLogo-Image{
    filter: none;
    transition: .5s;
}
.portfolio-card > a:hover > .portfilio-heading>span::after {
    width: 100%;
}
.portfolio-card > a:hover > .portfilio-heading>span {
    color: #0498B2; 
}


@media screen and (max-width: 1200px){
    .section .about .img-container .box{
        right: -7%;
    }
    .section .testimonials .owl-carousel::after{
        display: none;
    }
    .text-wrap a{
        font-size: 30px !important;
        margin-right: 20px !important;
    } 
}
@media screen and (max-width: 1024px){
    .contact-form-details{
     max-width: 100%;   
    }
}
@media screen and (max-width: 992px){
    .text-wrap a{
        font-size: 25px !important;
    } 
    .section .about .img-container .box{
        top:-19px;
    }
    .Solution-Details-Containter{
        width: 90%;
    }
    .solution-list-col{
        width: 40%;
    }
}
@media screen and (max-width: 767px){
    .about-1{
        height: 100% !important;
    }
    .about-right-side-text{
        width: 20rem !important;
        left: 23%;
    }
    .solution-detail-col{
        margin-left: 0rem !important;
    }
    .contact-left-side-shadow{
        margin-right: 0rem !important;
    }
    .section .about .img-container .box{
        right: 0%;
    }
    .text-wrap h1{
        font-size: 100px !important;
    }
    .text-wrap a{
        font-size: 30px !important;
    } 
    .about-1{
        flex-direction: column
    }
    .about-left-side{
        margin-right: 0px;
    }
    .about-detail{
        margin-top: 200px;
    }
    .contact-left-side{
        width: 100%;
    }
    .contact-right-side{
        width: 100%;
    }
    .solution-list-col{
        width: 100%;
        margin-bottom: 50px;
    }
    .solution-list-deatl-flex{
        flex-wrap: wrap ;
    }
    .solution-detail-col{
        width: 100%;
    }
    .solution-image img{
        height: auto;
    }
    .portfolio-detail-container{
        flex-wrap: wrap-reverse;
    }
    .portfolio-detail-container>div{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .contact-left-side-shadow{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .section .testimonials .owl-carousel::before{
        display: none;
    }
    .text-wrap a{
        font-size: 25px !important;
        margin-right: 15px !important;
    } 
    .text-wrap h1{
        font-size: 80px !important;
    }
    .section h2{
        font-size: 50px
    }
    .about-bar-left-side{
        display: none;
    }
    .about-bar-right-side{
        border-left: 0px;
        width: 100%;
    }
}
