:root {
    --primary-color: #0098da;
    --secondary-color: #ed3237;
    --grey: #474747;
}



body{
    font-family: "Gowun Dodum", Sans-serif !important;
}

section{
    padding: 40px 0;
}

.custom-container{
    max-width: 1140px;
    width: 95%;
    margin: 0 auto;
}

.top-bar{
    width: 100%;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a{
    color: #ffffff;
    text-decoration: none;
}

.top-bar a:hover{
    color: var(--secondary-color);
}

.navbar-wrapper {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
}

.content-container {
    padding: 0 20px;
}

.nav-item a {
    color: #0098da !important;
    text-decoration: none !important;
    font-family: "Gowun Dodum", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.nav-item a:hover {
    color: #ed3237 !important;
}

.navbar-nav .nav-link.active {
    color: #ed3237 !important;
}

.navbar-toggler {
    background-color: none !important;
    color: #0098da !important;
    box-shadow: none !important;
}

.fa-bars:hover {
    color: #ed3237 !important;
}

.logo-wrapper {
    max-width: 230px;
    width: 100%;
}

.logo-wrapper img {
    width: 100%;
}

.social-media-wrapper {
    margin-left: 100px;
}

.social-media-wrapper i {
    padding: 10px;

}

.social-media-wrapper i:hover {
    background-color: var(--secondary-color);
    color: #fff !important;
    cursor: pointer;
}

.dropdown-item {
    width: 80% !important
}

.dropdown-item:hover {
    background-color: #fff !important;
}

.mobile-socialmedia-wrapper {
    display: none;
}

@media screen and (max-width: 576px) {
    .logo-wrapper {
        max-width: 130px;
        width: 100%;
    }

    .top-bar{
        justify-content: flex-end;
    }
    .top-bar a{
        display: none;
    }
    
}


/* hero-section */
.hero-section{
    padding: 0;
    margin-top: 80px;
    height: 600px;
    animation: zoom-in 1s 1 ease-in-out;

}

.slider-container{
    background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 600px;
}

.slider-one-container{
   background-image: url("Assets/slider-img.png");
   
}

.slider-two-container{
    background-image: url("Assets/slider-img-two.webp");
}

.slider-three-container{
    background-image: url("Assets/slider-img-three.webp");
}

.slider-image-1{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-one-content{
    position: absolute;
    right: 350px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
}


@keyframes zoom-in{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.hero-content-wrapper{
    margin-top: 100px;
    margin-left: 210px;
    animation: slideup  1s  1 ease-in-out;
}

@keyframes slideup{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.hero-section h1{
    font-size: 50px;
    font-weight: bold !important;
    color: var(--primary-color) !important;
    font-family: "Poppins", sans-serif !important;
}

.head{
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: bold;
}

.sub-head{
    font-size: 20px;
    font-weight: 600;
    color: var(--grey);
    opacity: 0.8;
}


/* sub hero section */

.sub-hero-section{
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
}

.sub-hero-section h1{
    font-size: 60px;
    font-family: "Roboto Slab", serif !important;
}

.info-para{
    font-family: "Roboto", sans-serif;
    opacity: 0.8;
    line-height: 1.7;
}

.count-wrapper{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 35px 35px 35px;
    border-style: solid;
    border-width: 10px 3px 3px 20px;
    border-color: var(--secondary-color);
    border-radius: 50px 5px 50px 5px;
    text-align: center;
    font-family: "Roboto Slab", serif !important;
}

.count-para{
    margin-bottom: 0px !important;
    font-size: 19px;
    opacity: 0.8;
}

.count-num{
    font-size: 90px;
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

/* about us section  */
.about-us-section{
    padding: 60px 0;
}
.about-img-wrapper{
    max-width: 500px;
    width: 100%;
}

.about-us-section .about-para{
    margin-bottom: 10px !important;
    opacity: 1 !important;
}

.about-img-wrapper img{
    width: 100%;
}

.counting-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "Roboto Slab", serif !important;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    flex-wrap: wrap;
}

.counter-content{
    border: 1px solid;
    border-color: #C9C9C9;
    color: var(--primary-color);
    padding: 30px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.counter-content .count-num{
   margin: -10px !important;
}

/* cts section  */
.cta-section{
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
}

.cta-section h1{
    font-family: "Roboto Slab", serif !important;
    margin-bottom: 0 !important;
    font-size: 50px;
}
.section-head{
    text-align: center;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px !important;
}
.section-head-mobile{
    text-align: center;
    font-family: "Roboto Slab", serif !important;
    font-size: 45px;
    color: var(--primary-color);
}

.products-wrapper{
    margin-top: 60px;
}



.product {
    transition: all .3s ease;
    border-radius: 10px !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;

}

.product:hover {
    transform: translateY(-10px);

}

.img-container {
    background-color: #F5F6F6;
    border-radius: 10px;
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-container img {
    width: 180px !important;
    height: 180px !important;
    box-shadow: 6px 10px 38px #00000030 !important;
    border-radius: 10px;
}

.product-name {
    margin-top: 15px;
    margin-bottom: 7px;
}

.product-name h6 {
    margin: 0 !important;
    font-size: 1.05rem !important;
    font-weight: bold !important;
    color: var(--primary-color) !important;
    font-family: "Poppins", sans-serif !important;
}

.product-name a {
    width: 70%;
    text-decoration: none !important;
}

.product-desc {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.5;
}

.view-more-btn {
    width: 120px;
    padding: 5px 10px;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 30px !important;
    background: transparent !important;
    transition: all .3s ease;
    margin-bottom: 15px;
}

.view-more-btn:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border: 1px solid var(--secondary-color) !important;
}

/* why choose us section  */

.why-choose-us-section{
    background-color: #f0f7fd;
}

.why-choose-us-wrapper{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}

.card-head{
    font-size: 20px;
    font-family: "Roboto Slab", serif !important;
    font-weight: 600 !important;
    margin-top: 30px;
}

/* contact-us-section  */

.contact-us-section {
    background-color: var(--primary-color);
    background-image: url("Assets/contactbg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-x: hidden;
    padding: 0;
}

.contact-img-wrapper{
   width: 100%;
   
}

.contact-img-wrapper img{
    width: 85%;
    max-height: 600px;
    object-fit: cover;
    height: fit-content;
}

.contact-content-container{
    padding: 40px;
    padding-right: 60px;
}

.contact-content-container h2{
    color: #fff;
    font-family: "Roboto Slab", serif !important;
    font-size: 30px;
    margin-bottom: 15px !important;
}

.contact-content-container p{
    font-family: "Roboto", sans-serif;
    color: var(--grey);
}

.contact-form-container{
    border: 1px solid #fff;
    padding: 30px;
}

.contact-form-container input, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #69727d;
    outline: none;
    border-radius: 10px;
    color: #69727d;
    margin-bottom: 20px;
}

.submit-btn{
    width: 100%;
    background-color: var(--secondary-color);
    border: none;
    outline: none;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}

/* app section  */

.app-section{
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
}

.app-section h1{
    font-family: "Roboto Slab", serif !important;
    font-size: 28px;
    margin-bottom: 0px !important;
}

.play-store-img-wrapper{
    max-width: 300px;
    width: 100%;
}

.play-store-img-wrapper img{
    width: 100%;
}

/* call section  */

.call-section{
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    text-align: center; 
    border-top: 1px solid #C9C9C9;
    position: relative;
}

.call-section h2{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin-bottom: 0 !important;
}

.call-section a{
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}

.triangle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -39px;
    width: 50px;
    height: 40px;
    background-color: var(--primary-color);
    clip-path: polygon(47% 50%, 0 0, 100% 0);
}

.footer-section{
    padding: 50px;
    padding-bottom: 40px;
}

.footer-content{
    padding-left: 40px;
}
.footer-section h3{
    font-family: "Roboto Slab", serif !important;
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
}

.contact-info-wrap{
    padding: 25px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.underline{
    width: 50px;
    height: 3px;
    background-color: var(--secondary-color);
    margin-bottom: 30px;
}

.contact-info-head{
    font-family: "Roboto Slab", serif !important;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info-para{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px !important;
}

.contact-info-para a{
    text-decoration: none;
    color: var(--grey);
    word-break: break-all;
}

.contact-info-para a:hover{
    color: var(--secondary-color);
}


/* rights section  */

.rights{
    background-color: var(--secondary-color);
    padding: 10px 0;
    color: #fff;
}

.rights p{
    font-size: 13px;
    margin-bottom: 0px !important;
    font-family: "Roboto", sans-serif;
    
}

.rights a{
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
    font-size: 14px;
    margin-bottom: 0px !important;
    font-family: "Roboto", sans-serif;
    
}

.rights a:hover{
    color: var(--primary-color);
}

/* common css  */
.top-bar-section {
    background-color: #0098da;
    min-height: 191px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.top-bar-section h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    font-family: "Roboto Slab", serif !important;
}

.profile-form-wrapper{
    display: none;
}


.update-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* media queries  */

@media screen and (max-width: 1766px) {
    .slider-one-content{
        right: 13%;
    } 
}

@media screen and (max-width: 1563px) {
    .slider-one-content{
        right: 8%;
    } 
}

@media screen and (max-width: 1340px) {
    .slider-one-content{
        top: 69%;
    } 
}


@media screen and (max-width: 1200px) {
    .slider-one-content{
        right: 4%;
    } 
}


@media screen and (max-width: 991px) {
    .slider-one-content{
        top: 76%;
        width: 300px;
    } 
}

@media screen and (max-width: 768px) {
    .slider-one-content{
        right: 2%;
        top: 76%;
        width: 285px;
    } 
}

@media screen and (max-width: 1440px) {
    .hero-section{
        height: 550px;
    }

    .slider-container{
        height: 550px;
    }
    .hero-section h1{
        font-size: 45px;
    }

    .sub-head{
      font-size: 18px;
    }

    .sub-hero-section h1 {
        font-size: 50px;
       
    }

    .cta-section h1{
        font-size: 50px;
    }

    .section-head-mobile {
        font-size: 40px;
    }
}


@media screen and (max-width: 1350px) {
    .hero-section{
        height: 500px;
    }

    .slider-container{
        height: 500px;
    }
    .hero-section h1{
        font-size: 40px;
    }

    .sub-head{
      font-size: 16px;
    }

    .hero-content-wrapper {
      margin-left: 116px;
    }

    .sub-hero-section h1 {
        font-size: 40px;
       
    }

    .cta-section h1{
        font-size: 40px;
    }

    .section-head-mobile {
        font-size: 30px;
    }
}



@media screen and (max-width: 991px) {
    
    .about-img-wrapper{
        margin-bottom: 30px;
    }

    .contact-img-wrapper img{
        width: 100%;
    }
    .hero-content-wrapper {
        margin-top: 184px;
        margin-left: 565px;
    
    }


    .first-wrapper{
        margin-top: 30px;
    }
   
    .contact-content-container{
        padding: 20px;
    }

    .contact-form-container{
        padding: 20px 10px;
    }

    .footer-section{
         padding: 20px;
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .sub-head{
        font-size: 16px;
    }

    .sub-hero-section h1 {
        font-size: 30px;
       
    }
    
    .cta-section h1{
        font-size: 30px;
    }

    .footer-content{
       padding-left: 0;
    }

    .top-bar-section {
        
        margin-top: 60px;
    }

    .products-wrapper{
        margin-top: 40px;
    }
    
}


@media screen and (max-width: 850px) {
    .hero-content-wrapper {
        margin-top: 174px;
        margin-left: 510px;
    
    }
}

@media screen and (max-width: 778px) {
    .hero-section{
        height: 600px;
    }

    .slider-container{
        height: 600px;
    }
    .hero-content-wrapper {
        margin-left: 425px;
        margin-top: 300px;
   
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .sub-head{
        font-size: 16px;
    }

    .sub-hero-section h1 {
        font-size: 25px;
    }

      
    .cta-section h1{
        font-size: 25px;
    }
}


@media screen and (max-width: 767px) {
    .counting-wrapper{
         margin-top: 35px;
    }
    .count-num{
        font-size: 40px;
    }
    .hero-section{
        height: 600px;
    }

    .slider-container{
        height: 600px;
    }


    .hero-section h1 {
        font-size: 20px;
    }

    .sub-head{
        font-size: 14px;
    }
}


@media screen and (max-width: 650px) {
    .hero-content-wrapper {
        margin-left: 365px;
        margin-top: 325px;
   
    }
}

@media screen and (max-width: 600px) {
    .hero-content-wrapper {
        margin-left: 323px;
        margin-top: 325px;
   
    }
}


@media screen and (max-width: 567px) {
    .hero-section{
        margin-top: 60px;
    }
  
}



@media screen and (max-width: 445px) {
 
    .hero-section{
        height: 100vh;
        position: relative;
    }
 

    .slider-container{
        height: 100vh;
    }

    .slider-one-content {
        position: absolute;
        right: 0%;
        bottom: 10%;
        transform: translateY(-50%);
        width: 240px;
    }

    .head{
        font-size: 16px;
    }
}




@media screen and (max-width: 360px) {
   
    
    .contact-info-wrap{
        flex-direction: column;
    }
}

@media screen and (max-width: 340px) {
   
    .hero-content-wrapper {
        margin-top: 322px;
    }
}

/* ////////////////////////////////// */





.why-us-title{
    color: var(--primary-color);
    font-family: "Roboto Slab", serif !important;
    font-size: 20px;
}

.aim-section{
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.aim-btn{
    background-color: var(--secondary-color);
    font-family: "Roboto Slab", serif !important;
    color: #fff;
    padding: 20px 50px;
    text-decoration: none;
}


.aim-btn:hover{
    color: #fff;
}


.aim-section h2{
      text-align: left;
      font-family: "Roboto Slab", serif !important;
      font-size: 35px;
}

.vm-section h4{
    font-family: "Roboto Slab", serif !important;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.vm-section p{
    font-size: 17.3px;
    margin-bottom: 25px;
 
}

.vm-img-wrapper{
    max-width: 490px;
}

.vm-img-wrapper img{
    width: 100%;
}


.vm-content{
    padding: 0 50px;
}


.core-values-section h2{
    text-align: center;
    font-family: "Roboto Slab", serif !important;
    font-size: 50px;
    color: var(--primary-color);
}

.core-value-wrapper {
    margin-top: 40px;
    position: relative;
}


.line{
    position: absolute;
    top: 0;
    left: 19px;
    width: 1px;
    height: 86%;
    background-color: #000;
}

.core-value-wrapper img{
    transform: rotate(45deg);
}

.core-value-head{
    font-family: "Roboto Slab", serif !important;
    font-size: 25px;
}

.core-value-para{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    opacity: 0.7;
    width: 90%;
}

.our-team-section{
    background-color: #f5f5f5;
}

.our-team-section h2{
    text-align: center;
    font-family: "Roboto Slab", serif !important;
}

.team-wrapper{
    margin-top: 40px;
}

.teamimg-wrapper{
    background-color: #f5f5f5;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamcontainer{
    margin-top: 60px;
}

.teamimg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    margin-top: 112px;
   
}

.teamimg img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.teamcontent{
    background-color: #f4d3d4;
    padding-top: 120px;
    text-align: center;
    padding-bottom: 40px;
}

.teamname{
    margin-top: 22px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

.teamrole {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}




@media screen and (max-width: 991px) {
    .core-values-section h2{
        font-size: 30px;
    }

    .vm-content{
        margin-top: 30px;
    }

    .aim-btn-wrapper{
        margin-top: 40px;
    }
}


@media screen and (max-width: 538px) {
   .line{
     height: 79%;
   }

   .team-wrapper{
    margin-top: 0px;
   }
}


