@font-face {
    font-family: 'inter';
    src: url('../font/inter-medium-webfont.woff2') format('woff2'),
        url('../font/inter-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'inter';
    src: url('../font/inter-regular-webfont.woff2') format('woff2'),
        url('inter-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'inter';
    src: url('../font/inter-semibold-webfont.woff2') format('woff2'),
        url('../font/inter-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'inter';
    src: url('../font/inter-thin-beta-webfont.woff2') format('woff2'),
        url('../font/inter-thin-beta-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

body{
    font-family: "inter";
}

.text-blue{
    color: #0199FE;
}

.mycontainer{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.hero-sec{
    background-image: url('../img/hero-banner.png');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.hero-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-style{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 12px 12px;
}

.logo-img{
    width: 100%;
    height: 100%;
    max-width: 250px;
}

.layer{
    height: 709px;
    width: 100%;
    max-width: 750px;
}

.layer-left{
    left: 98px !important;
}

.line{
    position: relative;
}

.line::before{
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    background-color: #008BE7;
    bottom: -8px;
    left: 9px;
}

.product-sec{
    background-color: #F5F5F5;
    border-top-left-radius: 50px;
}

.product-img{
    position: relative;
}

.product-img{
    position: relative;
}

.product-img::before{
    content: '';
    background-color: #0199FE;
    height: 40px;
    width: 5px;
    position: absolute;
    top: 0;
    left: -5px
}

.product-img::after{
    content: '';
    background-color: #0199FE;
    height: 6px;
    width: 45px;
    position: absolute;
    top: -3px;
    left: -5px
}

.mission-sec{
    background-image: url('../img/mission.png');
    position: relative;
    background-size: cover;
    background-position: center;
}

.mission-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.footer-sec{
    background-color: #F1F1F1;
    padding: 80px 0px;
}

.footer-one{
    max-width: 250px;
    width: 100%;
}

.footer-two{
    width: calc(100% - 250px);
}

.foot{
    width: 100%;
    height: 100%;
    max-width: 230px;
    object-fit: cover;
}

.footer-style{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 12px 12px;
}
.bg-gray{
    background-color: #F1F1F1;
}

.half{
    width: calc(50% - 0px);
}

.bg-blue{
    background-color: #1889C1;
}

.submit-btn{
    background-color: #03557E;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 12px
}
.about-img{
    width: 100%;
    height: 424px;
    object-fit: cover;
    filter: brightness(50%);
}

.font-9{
    font-size: 9px;
}

.pointer{
    cursor: pointer;
}

#toggleButton{
    display: none;
}

@media screen and (max-width: 1200px) {
    .layer-left{
        left: 26px !important;
    }
    .hero-sec{
        height: 557px;
    }
    .layer{
        height: 577px;
    }
}

@media screen and (max-width: 992px){
    .footer-one{
        max-width: 250px;
        width: 100%;
    }
    
    .footer-two{
        width: calc(100% - 0px);
    }
}

@media screen and (min-width: 769px){
    .nav-s{
        display: block !important;
    }
}

@media screen and (max-width: 768px){
    .nav-s{
        position: absolute;
        top: 72px;
        background-color: #1889c1;
        width: 100%;
        z-index: 999;
        border-radius: 12px;
        padding: 12px 9px;
        display: none;
    }

    .nav-style{
        margin-bottom: 5px;
        font-size: 14px;
    }

    .dropdown-item{
        font-size: 12px;
    }

    #toggleButton{
        display: block;
    }

    .ham{
        width: 100%;
    }

    .logo-img{
        max-width: 180px;
    }

    .half{
        width: calc(100% - 0px);
    }

    .footer-style {
        font-size: 13px;
        color: #000;
        text-decoration: none;
        padding: 9px 9px;
    }

    .footer-sec {
        padding: 21px 0px;
    }
}