*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
body{
        font-family: 'Montserrat', sans-serif;
}
.row-nav{
    /* display: flex; */
    align-items: center;
}
.nav-bar{
padding-left: 0px;
display: flex;
justify-content: end;
gap: 50px;
margin-bottom: 0px;
}
.nav-bar li{
    list-style: none;

}
.nav-bar li a.active{
    color: black;
}
.nav-bar li a{
    text-decoration: none;
    color: #f46569;
}
nav{
    padding: 35px 0px;
    background-color: #bee5fb;
}
.section-hero{
    background-color: #bee5fb;
    padding-bottom: 100px;
    padding-top: 100px;
}
.hero-h1{
        padding-left: 200px;
    position: relative;
}
.hero-h1 h1{
    font-size: 60px;
        color: #f46569;
        font-weight: bold;
}
.hero-h1 a{
    display: inline-block;
    padding: 8px 20px;
    border:1px solid #f46569;
    text-decoration: none;
    color: #f46569;
    font-size: 15px;
}
.div-hero-box{
      border-bottom: 2px solid #f46569;
      padding-bottom: 5px;
    h4{
        color: #f46569;
        font-size: 40px;
    }
    p{
        color: #f46569;
    }
  
}
.div-hero-box-main{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.hero-img{
    position: absolute;
    right: 24%;
    width: 198px;
}
.solution-section{
    background-color: #f46569;
    padding: 100px 0px;
    color: white;
}
.solution-h{
    padding-left: 150px;
}
.solution-c{
      max-width: 700px;
    margin: auto;
}
.solution-h{
    margin-bottom: 100px;
}
.solution-h h2{
    font-weight: bold;
    font-size: 42px;
}
.solution-c h5{
    font-size: 15px;
    padding-bottom: 20px;
}
.solution-c .col-md-4{
    padding: 0px 30px;
}
.solution-c h5::after{
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: white;
    margin-top: 40px;
}
.solution-c p{
    font-size: 14px;
}
.about-section{
    padding: 100px 0px;
    background-color: #ffe6e6;
}
.about-section-h h2{
    font-size: 42px;
    font-weight: bold;
    color: #40667c;
    padding-left: 150px;
    margin-bottom: 100px;
}
.about-section-c{
        max-width: 700px;
    margin: auto;
    padding-left: 50px;
    position: relative;
}
.about-section-c p{
    font-size: 14px;
    color: #40667c;
    max-width: 500px;
    text-align: justify;
}
.about-section-c a{
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #40667c;
    text-decoration: none;
    color: #40667c;
    font-size: 15px;
    margin-top: 100px;
}
.circleicon1{
        position: absolute;
    right: 0px;
}
.video-section video{
    width: 100%;
    object-fit: cover;
}
.partner{
    padding: 100px 0px;
    background-color: #8fd0cc;
    margin-top: -10px;
}
.partner-h h2{
    font-size: 42px;
    font-weight: bold;
    color: white;
    padding-left: 150px;
    margin-bottom: 100px;
}
.svg-border-m svg{
width: 100%;
color: white;
fill: white;
}
.svg-border-m{
       max-width: 700px;
    margin: auto;
    align-items: center;
}
.svg-border-m .col-md-4{
    padding: 0px 50px;
}
.svg-border{
    position: relative;
    margin-bottom: 40px;
}
.svg-border::after{
      display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: white;
    margin-top: 40px;
}
.popup{
    img{
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
    .col-md-4{
        padding: 5px;
    }
      .col-md-3 , .col-md-6{
 padding: 5px;
      }
}
.popup{
    background-color: #f2a7a7;
}
.gettouch{
    /* padding: 100px 0px; */
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #40667c;
}
.gettouch-h h2{
    font-size: 42px;
    color: #ffe6e6;
    font-weight: bold;
    padding-left: 150px;
    margin-bottom: 50px ;
}
.gettouch-c{
       max-width: 700px;
    margin: auto;
    color: #ffe6e6;
    padding-left: 40px;
}
.gettouch-c-b{
    margin-bottom: 50px;
}
.gettouch-c-b::after{
   display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: white;
    margin-top: 40px;
}
.frame{}
.map{
    width: 100%;
}
footer{
    background-color: #40667c;
    padding: 14px 0px;
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0px;
}
.close-x{
    display: none;
}
.open-nav{
    display: none;
}
@media screen and (max-width: 767px) {
    .open-nav{
    display: block;
}
    .close-x{
        display: block;
            position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    }
    .nav-bar{
            position: fixed;
    top: 0px;
    width: 100%;
    flex-direction: column;
    background: white;
    right: -100%;
    gap: 13px;
    height: 100%;
    justify-content: flex-start;
    padding-top: 48px;
    z-index: 1;
    transition: 0.5s all;
    }
    .hero-h1 {
    padding-left: 10px;
    position: relative;
}
    .nav-bar.active{
        right: 0%;
    }
    .nav-bar li a {
    text-decoration: none;
    color: #f46569;
    width: 100%;
    display: block;
    padding: 0px 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.hero-h1 h1 {
    font-size: 31px;
    color: #f46569;
    font-weight: bold;
}
.section-hero {
    background-color: #bee5fb;
    padding-bottom: 100px;
    padding-top: 40px;
}
.hero-img {
    position: absolute;
    right: 24%;
    width: 80px;
    top: 0px;
    top: -49px;
}
.div-hero-box-main {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding-left: 10px;
    margin-top: 38px;
        flex-direction: column;
    width: fit-content;
}
.solution-h {
    margin-bottom: 10px;
    padding-left: 15px;
}
.solution-h h2 {
    font-weight: bold;
    font-size: 35px;
}
.solution-section {
    background-color: #f46569;
    padding: 50px 0px;
    color: white;
}
.section-hero{
    padding-bottom: 40px;
}
.solution-c .col-md-4 {
    padding: 0px 10px;
}
.about-section {
    padding: 50px 0px;
    background-color: #ffe6e6;
}
.about-section-h h2 {
    font-size: 42px;
    font-weight: bold;
    color: #40667c;
    padding-left: 15px;
    margin-bottom: 20px;
}
.about-section-c {
    max-width: 700px;
    margin: auto;
    padding-left: 30px;
    position: relative;
}
.circleicon1 {
    position: absolute;
    right: 0px;
    width: 100px;
}

.about-section-c a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #40667c;
    text-decoration: none;
    color: #40667c;
    font-size: 15px;
    margin-top: 20px;
}
.about-section-h h2 {
    font-size: 35px;
    font-weight: bold;
    color: #40667c;
    padding-left: 15px;
    margin-bottom: 20px;
}
.partner-h h2 {
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    margin-bottom: 50px;
}
.partner {
    padding: 60px 0px;
    background-color: #8fd0cc;
    margin-top: -10px;
}
.div-hero-box {
    h4 {
        color: #f46569;
        font-size: 29px;
    }
}
.div-hero-box {
    p {
        color: #f46569;
        font-size: 13px;
    }
}
.mobile-n{
    display: flex;
    justify-content: space-between;
    img{
        width: 167px;
    }
}
nav {
    padding: 15px 0px;
    background-color: #bee5fb;
}
.open-nav{
    i{
        font-size: 24px;
        cursor: pointer;
    }
}



.svg-border-m .col-md-4 {
    position: relative;
    margin-bottom: 40px;
}
.svg-border-m .col-md-4 svg {
    width: 100%;
    color: white;
    fill: white;
}
.svg-border-m .col-md-4::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: white;
    margin-top: 40px;
}
.gettouch-h h2 {
    font-size: 35px;
    color: #ffe6e6;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 30px;
}
.gettouch{
    padding-top: 50px;
}
footer p a{
    color: white;
}
}