@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --brand: #6c63ff;
    --dark: #091419;
    --gray: #585858;
    --light-gray: #848484;
    --accent: #00A0E0;
  }


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1432px !important;
    }
}
a,p,h1,h2,h3,h4,span,li{
    font-family: "Ubuntu", sans-serif;

}
body {
    scroll-behavior: smooth;
    background: #FAFAFA !important;
    font-family: "Ubuntu", sans-serif;
}

.section-title {
    position: relative;
    padding-bottom: 0.5rem;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: var(--brand);
    border-radius: 999px;
}

.hero {
    background: url("/assets/images/slider.png") no-repeat center center;
    background-size: cover;
    height: 950px; 
    /* position: absolute; 
    top: 0; */
    width: 100%;
    font-family: "Ubuntu", sans-serif;
}
.hero:before{
    content: "";
    background: url(/assets/images/bg-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: luminosity;
    bottom: -170px;
    z-index: -1;
}
.hero h1{
    max-width: 500px;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    color: white;
    letter-spacing: -1px;
    line-height: 40px;
}
.hero p{
    color: white;
    letter-spacing: -0.4px;
    font-weight: 400;
    max-width: 540px;
    width: 100%;
    font-size: 16px;
}
.navbar {
    position: absolute !important; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important; 
    font-family: "Ubuntu", sans-serif;
    padding: 34px !important;
}

.nav-link {
    color:white !important
}
.navbar-brand img{
    max-width: 210px;
    width: 100%;
}
.btnContact{
    max-width: 200px;
    width: 100%;
    padding: 20px 32px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #4e4e4e;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 36px;
}
.btnContact svg{
    margin-right: 10px;
}
.mr-20{
    margin-right: 40px;
}
.aboutSection{
    background: url(/assets/images/bg.svg);
    border-radius: 50px;
    padding: 75px 90px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    margin-top: -210px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
/* .hero::before{
    content: "";
    background: url(/assets/images/bgg.png);
    z-index: 3;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 300px;
} */
.aboutSection h2{
    font-size: 45px;
    letter-spacing: -1.13px;
    color: #091419;
    font-weight: 500;
    margin-bottom: 19px;
}
.aboutSection p{
    color: #546E7B;
    font-size: 22px;
    font-weight: 300;
}
.aboutSection .mb{
    margin-bottom: 58px;
}
.box {
    background: #1c3d7a;
    color: white;
    padding: 40px 70px;
    box-shadow: 0px 5px 50px #00000034;
    border-radius: 30px;
    width: 100%;
    max-width: 429px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.5px;
  }

  .arrow {
    background: white;
    color: #4da6ff;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
    position: absolute;
    right: -71px;
    z-index: 2;
    box-shadow: 0px 5px 20px #00000040;
  }

  .item {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
  }
  .boxGrid{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .boxSection h3{
    font-size: 24px;
    color: #2D5565;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-bottom: 28px;
  }
  .boxSection p{
    font-size: 24px;
    color: #2D5565;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-top: 32px;
    line-height: 28px;
  }
  .cardGrid{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
  }
  .cardContent{
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 40px 44px;
    position: relative;
    height: 723px;
    background: white;
  }
  .cardContent img{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    right: 0px;
  }
  .cardContent h4{
    color: #091419;
    font-size: 32px;
    letter-spacing: #091419;
    margin-bottom: 34px;
  }
  .cardContent ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
  }
  .cardContent ul li{
    letter-spacing: -0.4px;
    color: #434343;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .w-36{
    max-width: 36%;
    width: 100%;
  }
  .smartSection {
    margin-top: 103px;
  }
  .smartContent{
    max-width: 430px;
    width: 100%;
  }
  .smartSection h3{
    display: flex;
    align-items: center;
    letter-spacing: -0.4px;
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .smartSection h4{
    font-size: 60px;
    letter-spacing: -1.5px;
    color: #585858;
    font-weight: 500;
    line-height: 32px;
  }
  .smartSection span{
    font-size: 32px;
    color: #00A0E0;
    letter-spacing: -0.8px;
    font-weight: 500;
    margin-bottom: 32px;
    display: block;
  }
  .smartSection p{
    color: #585858;
    font-size: 16px;
  }
  .smartGrid{
    display: flex;
    align-items: center;
  }
  .smartLottie{
    position: relative;
  }
  .voice{
    position: absolute;
    top: 0px;
    right: -40px;
  }
  .voicetwo{
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .voicethree{
    scale: 1.5;
    margin-top: 180px;
  }
  .brandSection{
    margin:  100px 0px;
  }
  .corporateSection{
    margin-bottom: 155px;
  }
  .corporateSection h2{
    font-size: 50px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .corporateSection p{
    color: #585858;
  }
  .corporateSection img{
    border-radius: 30px;

  }
  .list{
    display: flex;
    margin-bottom: 20px;
    max-width: 653px;
    width: 100%;
  }
  .list img{
    margin-right: 20px;
  }
  .list span{
    color: #00A0E0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
  }


  .corporateList {
    list-style: none; 
    padding-left: 20px;
    position: relative;
}

.corporateList li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 15px; 
    color: #585858;
}


.corporateList li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #00437C; 
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.corporateList li::after {
    content: '';
    width: 2px;
    background: #00437C; 
    position: absolute;
    left: 6px; 
    top: 5px;
    bottom: -20px; 
}
.corporateList li:last-child::after {
    display: none;
}
.corporateList{
    margin-bottom: 65px;
    max-width: 653px;
    width: 100%;
}
.corporateImg{
    width: 100%;
}
.bannerSection .bannerLeft{
    max-width: 50%;
    width: 100%;
}
.bannerLeft:before{
    content: "";
    background: url(/assets/images/bgdark.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.bannerRight:before{
    content: "";
    background: url(/assets/images/right.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.bannerSection .bannerRight{
    max-width: 50%;
    width: 100%;
}
.bannerSection  .content .logo{
    height: 109px;
}
.bannerSection  .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 159px 0px;
    z-index: 2;
    position: relative;
}
.bannerSection  .content p{
    max-width: 590px;
    width: 100%;
    color: white;
    text-align: center;
    margin: 46px 0px;
}
.bannerList{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerListUl{
    display: flex;
    padding-left: 0px;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 80px;
}
.bannerListUl ul li {
    color: white;
    text-decoration: underline;
    margin-bottom: 10px;
}
.bannerListUl li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bannerListUl ul {
    list-style: none;
    padding-left: 0px;
}
.bannerListUl img{
    margin-bottom: 32px;
    min-height: 46px;
    object-fit: contain;
    height: 100%;
    max-width: 46px;
}
.bannerSection{
    display: flex;
}
.originalSection{
    padding: 46px;
    position: relative;
}
.originalSection:before{
    content: "";
    background: url(/assets/images/original.png);
    position: absolute;
    width: 100%;
    max-width: 1033px;
    right: 0px;
    height: 100%;
    background-repeat: no-repeat;
}
.originalContent h3{
    font-size: 65px;
    color: #585858;
    font-weight: 500;
    line-height: 65px;
    margin: 40px 0px;
}
.originalContent h3 span{
    font-size: 32px;
    color: #585858;
    font-weight: 300;
    line-height: 65px; 
}
.originalContent p{
    color: #6C6C6C;
    font-size: 16px;
    max-width: 630px;
    width: 100%;
}
.originalSection .listContent{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
}
.originalSection .listContent li{
   color: #6C6C6C;
   list-style: none;
   font-size: 14px;
   text-decoration: underline;
   line-height: 28px;
}
.originalSection .listContent ul{
    padding-left: 0px;
}
.originalSection .listDetails{
    max-width: 180px;
    width: 100%;
}
.originalSection .listDetails img{
 margin-bottom: 37px;
 object-fit: contain;
 max-width: 46px;
 height: 50px;
}
.footerContact{
    box-shadow: 0px 10px 40px #00000017;
    border-radius: 30px;
    background: white;
    max-width: 1600px;
    width: 100%;
    padding: 40px 95px;
    margin: 0 auto;
    padding-right: 0px;
}
.footerContent{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.callCenter{
    display: flex;
    align-items: center;
    width: 100%;
}
.callCenter .img{
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 45px;
    background: #00437C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.callCenter  span{
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #848484;
    line-height: 9px;
}
.callCenter a{
    font-size: 32px;
    letter-spacing: -1.75px;
    color: #091419;
    font-weight: 500;
    text-decoration: none;
    line-height: 40px;
}
.footer{
   margin-top: 66px;
}
.footer .container{
    border-top: 2px solid #b2cbd574;
}
.contentFooter{
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentFooter li a{
    color: #848484;
    text-decoration: none;
    letter-spacing: -0.4px;
    line-height: 44px;
    font-weight: 300;
}
.contentFooter li{
    list-style: none;
}
.copy{
    text-align: center;
    background: #F8F8F8;
    padding: 20px;
    color: #848484;
    letter-spacing: -0.4px;
    font-size: 16px;
    font-weight: 300;
}
.bannerLeft{
    position: relative;
    overflow: hidden;
}
.bannerRight{
    position: relative;
    overflow: hidden;
}
.hoverImg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
}
.bannerLeft:hover .hoverImg{
    scale: 1.2;
    transition: all .3s;
}
.bannerRight:hover .hoverImg{
    scale: 1.2;
    transition: all .3s;
}
.offer{
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 34px 29px;
}
.offerContent h3{
    font-size: 32px;
    letter-spacing: -0.8px;
    color: #091419;
    font-weight: 500;
    max-width: 305px;
    width: 100%;
    margin-bottom: 40px;
}
.offerFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offerFlex ul{
    padding-left: 0px;
    list-style: none;
    position: relative;
}
.offerFlex ul:before{
    content: "";
    background: url(/assets/images/offer.png);
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
}
.offerFlex ul li{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
    margin-bottom: 20px;
}
.offerFlex ul li b{
    margin-bottom: 20px;
    display: block;
}
.offer{
    background: #FFFFFF;
}
.containers{    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 /* .containers  .step{
    background: url(/assets/images/offer.png);
    background-size: auto 400px;
    background-position: right;
    background-repeat: no-repeat;
}  */
.containers p{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
}
.containers h3{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
}
@media(max-width:992px){
    .navbar{
        padding: 0px !important;
    }
    .hero:before{
        content: none !important;
    }
    .offer{
        padding-bottom: 0px;
    }
    .smartSection h3{
        margin-bottom: 30px;
    }
    .boxSection p{
        margin-top: 0px !important;
    }
    .mr-20{
        margin-right: 10px !important;
        display: none;
    }
    .navbar-nav{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .originalSection{
        margin-bottom: 50px;
    }
    .navbar-brand img{
        max-width: 120px;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
    }
    .navbar-toggler:focus{
        outline: none;
        box-shadow: 0 0 0 0px !important;
    }
    .navbar-toggler{
        display: none !important;
    }
    .hero h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .hero p{
        font-size: 16px;
    }
    .btnContact{
        padding: 10px 22px;
    }
    .aboutSection p{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .hero{
        height: 600px;
    }
    .aboutSection{
        margin-top: -130px;
        padding: 40px 0px;
    }
    .aboutSection h2{
        font-size: 22px;
    }
    .boxSection h3{
        font-size: 22px;
    }
    .step{
        max-width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px;
        padding-right: 0px !important;
    }
    .corporateSection h2{
        font-size: 22px;
    }
    .smartContent{
        max-width: 100%;
    }
    .step::after{
        content: none !important;
    }
    .offer h2{
        font-size: 22px !important;
        margin-bottom: 18px !important;
    }
    .cardContent h4{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .cardContent h4 br{
        display: none;
    }
    .boxSection p{
        font-size: 18px;
    }
    .containers h3 br{
        display: none;
    }
    .boxGrid{
        flex-direction: column;
    }
    .boxGrid .item{
        margin-bottom: 16px;
        width: 100%;
    }
    .arrow{
        position: absolute;      
        bottom: -40px;               
        left: 50%;              
        transform: translateX(-50%) rotate(91deg);
        width: 60px;
        height: 60px;

    }
    .arrow img{
        width: 20px;
    }
    .cardGrid{
        flex-direction: column;
    }
    .cardContent{
        height: max-content;
        padding: 20px;
    }
    .cardContent img{
        z-index: -1;
        position: relative;
        display: none;
    }
    .w-36{
        max-width: 100%;
    }
    .containers{
        flex-direction: column;
    }
    .smartSection{
        margin-top: 0px;
    }
    .smartSection h4{
        font-size: 22px;
    }
    .box{
        padding: 20px !important;
    }
    .originalContent h3 span{
        line-height: 35px;
    }
    .corporateSection{
        margin-bottom: 50px;
    }
    .smartSection span{
        font-size: 20px;
        line-height: 22px;
    }
    .smartGrid{
        flex-direction: column;
    }
    .smartGrid img{
        width: 100%;
    }
    .voice{
        width: 150px !important;
        height: 150px !important;
        top:30px !important;
        right: 0px !important;
    }
    .voicetwo{
        width: 150px !important;
        height: 150px !important;
        bottom:-20px !important;
        left: 0px !important;
    }
    .voicethree{
        width: 150px !important;
        height: 50px !important;
        margin-top: 20px !important;
    }
    .brandSection img{
        width: 100%;
    }
    .bannerSection{
        flex-direction: column;
    }
    .bannerSection .bannerLeft{
        max-width: 100%;
    }
    .bannerSection .bannerRight{
        max-width: 100%;
    }
    .bannerSection .content {
        padding: 50px 10px;
    }
    .bannerSection .content .logo{
        height: 60px;
    }
    .bannerListUl img {
        max-width: 30px;
        margin-bottom: 10px;
    }
    .bannerListUl{
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .bannerListUl li{
        max-width: 300px;
        width: 100%;
    }
    .originalSection:before{
        content: none;
    }
    .originalSection .listContent{
        gap:10px
    }
    .originalContent h3 span{
        font-size: 20px;
    }
    .originalContent h3{
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .originalSection .listDetails{
        max-width: 160px;
    }
    .originalSection{
        padding: 0px;
    }
    .footerContact{
        padding: 20px 20px;
    }
    .footerContent{
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    .callCenter{
        max-width: 280px;
        width: 100%;
    }
    .callCenter .img{
        height: 50px;
        width: 50px;
    }
    .callCenter .img img{
        width: 20px;
    }
    .callCenter{
        margin: 20px 0px;
    }
    .callCenter a{
        font-size: 22px;
    }
    .callCenter span{
        font-size: 16px;
    }
    .contentFooter{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contentFooter .img{
        max-width: 240px;
        margin-bottom: 30px !important;
        margin: 0 auto;
        width: 100%;
    }
    .contentFooter ul{
        padding-left: 0px;
        max-width: 160px;
        width: 100%;
    }
    .qr{
        margin-right: 50px;
    }
    .contentFooter .social{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .bottom{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .box{
        max-width: 100%;
    }
}
.bannerListUl ul li{
    text-align: center;
}
@media(min-width:992px) and (max-width:1440px){
    .boxGrid{
        flex-direction: column;
    }
    .smartSection{
        margin-top: 30px;
    }
    .boxGrid .item{
        margin-bottom: 16px;
        width: 100%;
    }
    .aboutSection{
        padding: 30px 0px;
    }
    .arrow{
        position: absolute;      
        bottom: -40px;               
        left: 50%;              
        transform: translateX(-50%) rotate(91deg);
        width: 60px;
        height: 60px;

    }
    .box{
        max-width: 100%;
    }
    .arrow img{
        width: 20px;
    }
    .cardGrid {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cardContent {
        height: 500px;
        width: 100%;
        background: white;
    }
    .cardContent ul{
        position: relative;
        z-index: 2;
    }
    .w-36 {
       max-width: 60% !important;
    }
    .bannerListUl{
        gap:10px;
        margin-top: 10px;
    }
    .bannerListUl ul li{
        font-size: 14px;
        text-align: center;
        width: 100px;
    }
    .cardContent img {
        width: 450px;
        z-index: 1;
        height: 350px;
    }
    .corporateSection{
        margin-bottom: 50px;
    }
    .corporateImg{
      display: none;
    }
    .list{
        max-width: 100%;
    }
    .corporateList{
        max-width: 100%;
    }
    .brandSection img{
        width: 100%;
    }
    .voicethree{
        margin-top: 50px !important;
        scale: none !important
    }
    .smartContent{
        max-width: 100%;
    }
    .offer h2{
        margin-bottom: 20px !important;
    }
    .smartGrid{
        flex-direction: column;
    }
    .step::after{
        content: none !important;
    }
    .step{
        max-width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px;
    }
    .containers{
        flex-direction: column;
    }
    .originalSection:before{
        content: none;
    }
    .originalContent p{
        max-width: 100%;
    }
    .contentFooter .img{
        max-width: 130px;
    }
    .callCenter .img{
        max-width: 50px;
        height: 50px;
    }
    .callCenter a{
        font-size: 22px;
    }
    .callCenter  span{
        font-size: 18px;
    }
    .callCenter .img img{
        width: 20px;
    }
}
@media(min-width:1440px) and (max-width:1680px){
.aboutSection{
    padding: 40px 0px;
}
.cardContent ul{
    position: relative;
    z-index: 2;
}
.voicethree{
    scale: none;
}
.brandSection img{
    width: 100%;
}
.originalSection .listDetails {
    max-width: 170px;
    width: 100%;
}
.originalSection:before{
    max-width: 853px;
}
}
.bottom{
    display: flex;
    align-items: center;
}
.social li{
    height: 33px;
}

.step::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -140px;
    width: 240px;
    height: 413px;
    background: url(/assets/images/offer.png) no-repeat center center;
    background-size: contain;
  }

  .step p{
    z-index: 1;
    margin-bottom: 6px;
    color: #434343;
    font-weight: 300;
  }
  .step {
    position: relative;
    flex: 1;
    max-width: 260px;
    width: 100%;
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .step{
    padding-right: 10px;
  }
  .step:last-child::after {
    display: none;
  }
.offer h2{
    font-size: 32px;
    color:#091419;
    letter-spacing: -0.8px;
    font-weight: 500;
    max-width: 305px;
    width: 100%;
    margin-bottom: 0px ;
}
.step-1 { max-width: 425px; }
.step-2 { max-width: 214px; }
.step-3 { max-width: 273px; }
.step-4 { max-width: 214px; }