@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Global Styles */
h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color:#000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border:none;
    outline: none;
    transition: 0.2s;
}

body {
  width: 100%;
}

#header{
    background-color: #e3e6f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    position: sticky; 
    top: 0;
    left: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

#mobile{
    display: none;
    align-items: center;
}

#navbar{
    display: flex;   
}


#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a{
    text-decoration: none;
    color:black;
    font-weight: 500;
    font-size: 15px;
    transition:0.4s ease;
}

#navbar li a:hover{
    color:rgb(11, 134, 134);
}

#navbar li a.active{
    color:rgb(11, 134, 134);
}

#navbar li a.active::after{
    content:"";
    width:30%;
    height:2px;
    background: rgb(11, 134, 134);
    position:absolute;
    bottom: -4px;
    left: 20px;
}

#navbar li a:hover::after{
    content:"";
    width:30%;
    height:2px;
    background: rgb(11, 134, 134);
    position:absolute;
    bottom: -4px;
    left: 25px;
}

/* hero secrtion */
#hero{
    background-image: url("hero4.png");
    height:90vh;
    width: 100%;
    background-position: top 25% right 0%;
    background-size: cover;
    padding:0px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#hero h4{
    padding: 5px  0px;
}

#hero h1{
    color: rgb(51, 225, 129);
}

.span-num{
    font-weight: 700;
    color:rgb(0, 0, 0);
}

#hero button{
    background-image: url(button.png);
    background-color: transparent;
    color: rgb(1, 55, 25);
    border: none;
    padding: 14px 80px 14px 65px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}


/* features */

#container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#feature .fe-box{
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0,0,0,0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0px;
}

#feature .fe-box:hover{
    box-shadow: 15px 15px 54px rgba(70,62,221,0.1);
}

#feature .fe-box img{
    margin-bottom: 10px;
    width:100%;
}

#feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
}

/* product */


#product{
    text-align: center;
}

#product .pro-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product .pro{
    width:23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 34px rgba(0,0,0,0.02);
    margin: 15px 0;
    transition: 0.3s ease;
    position: relative;
}

#product .pro:hover{
    box-shadow: 20px 20px 34px rgba(0,0,0,0.06);

}

#product .pro img{
    width: 100%;
    border-radius: 20px;   
}

#product .pro .des{
    text-align: start;
    padding:10px 0;
}

#product .pro .des span{
    color:#606063;
    font-size: 12px;
}

#product .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}

#product .pro .des i{
    font-size: 12px;
    color: rgb(243,181,25);
}

#product .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}

#product .pro .cart{
    width: 40px;
    height:40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #0e4441;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

/* banner */
#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(b2\ \(1\).jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#banner h4{
    color: #fff;
    font-size: 12px;
}

#banner h2{
    color: #fff;
    padding: 12px 0px;
    font-size: 30px;
}

#banner h2 span{
    color: #ef3636;
}

#banner button:hover{
    background-color: #088178;
    color: #fff;
}

#close{
    display: none;
}

#nbanner{
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}

#nbanner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    background-image: url(b17.jpg);
    min-width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
}


#nbanner .banner-box2{
    background-image: url(b10.jpg);
}

#nbanner h4{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
}

#nbanner h2{
    color:#fff;
    font-size: 28px;
    font-weight: 800;   
}

#nbanner span{
    color:#fff;
    font-size: 14px;
    font-weight:500;   
    padding-bottom: 15px;
}

#nbanner button:hover{
    background-color: #088178;
    color: #fff;
}
 
/* banner 3 */
#banner3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 80px;
}

#banner3 .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-image: url(b7\ \(1\).jpg);
    min-width: 30%;
    height: 30vh;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

#banner3 .banner-box2{
    background-image:url(b4.jpg) ;
}

#banner3 .banner-box3{
    background-image:url(b18.jpg) ;
}

#banner3 h2{
    color:#fff;
    font-size: 22px;
    font-size: 22px;
}

#banner3 h3{
    color: #ec544e;
    font-weight: 800;
    font-size: 15px;
}

/* news leeter */
#newsletter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #041e42;
}

#newsletter .inputtext{
    display: flex;
    width: 40%;
}
#newsletter h4{
    font-size:22px;
    font-weight: 700;
    color:#fff;
}

#newsletter p{
    font-size:22px;
    font-weight: 700;
    color:#818ea0;
}


#newsletter p span{
    color: rgb(170, 219, 10);
}

#newsletter input{
    height: 40px;
    padding: 0 2px;
    font-size: 14px;
    width:100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    margin-bottom: 9px;
    font-weight: 500;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#newsletter input:hover{
    border-radius: 5px;
    border: 2px solid rgb(1, 1, 47);
}

#newsletter button{
   padding: 0px;
   font-size: 12px;
   width: 75px;
   height: 40px;
   background-color: #088178;   
   color:#fff;
}

/* footer */

.section-p2 {
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

footer .col img{
    margin-top: 0;
}

footer .col h4{
    padding: 10px 0px;
}

footer .col h6{
  margin-top: 10px;
}

footer .col p{
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

footer .col ul li span{
    color: #000;
    font-weight: 700;
 }
footer .col ul li {
   list-style: none;
   font-size: 12px;
   line-height: 2;
}

footer .about h4{
    margin-top: 8px;
}

footer .about ul li{
   list-style: none;
   font-size: 12px;
   line-height: 2;
}

footer .about ul li a{
   text-decoration: none;
   font-size: 12px;
   color: #000;
   font-weight: 500;
}

footer .MyAccount ul li{
    list-style: none;
    font-size: 12px;
    line-height: 2;
 }
 
 footer .MyAccount ul li a{
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: 500;
 }
 

#In h4{
    margin-top: 74px;
}

#In .image_payments h4{
    margin-top: 8px;
}

#In .image_payments img{
border:2px solid #088178 ;
border-radius: 4px;
cursor: pointer;
}

#In  img{
    cursor: pointer;
}

#web ul{ 
    display: flex;
    align-items: center;
}

#web ul li{
    padding: 2px 5px;
    font-size: 20px;
    font-weight: 600;
}

#foot{
    text-align: center;
}

#foot p{
    background-color: #041e42;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}


#page-header{
    background-image: url(b1\ \(1\).jpg);
    height: 40vh;
    width: 100%;
    border-radius: 4px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 14px;
}

#page-header h2,
#page-header p{
    color: #fff;
}

#page-header p span{
    color: red;
}

#page{
    text-align: center;
}

#page a{
    padding: 15px 20px;
    text-decoration: none;
    background-color: #088178;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

#page a i{
    font-size: 16px;
    font-weight: 600;
}


#product-details {
    display: flex;
    margin-top: 20px;
}

#product-details .single-image{
    width: 40%;
    margin-right: 50px;
}

.small-image-group{
    display: flex;
    justify-content: space-between;
}

.small-image-row{
    cursor: pointer;
    flex-basis: 24%;
}

#product-details .singledetails{
    width: 50%;
    padding-top: 30px;
}

#product-details .singledetails h4{
     padding: 40px 0 20px 0;
}

#product-details .singledetails h2{
    font-size: 25px;
}

#product-details .singledetails select{
      display: block;
      padding: 5px 10px;
      margin-bottom: 10px;
      outline: none;
}

#product-details .singledetails input{
    width: 50px;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 10px;
    outline: none;
}

#product-details .singledetails button{
    background-color: rgb(26, 197, 26);
    color: #fff;
}

#product-details .singledetails span{
    line-height: 25px;
}

#page-header.blogimg{
    background-image: url(b19.jpg);
}

#blog {
    padding:150px 150px 0 150px;
}

#blog .blog-box{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

#blog .blog-img{
    width:50%;
    margin-right: 40px;
}

#blog img{
    width:100%;
    height: 300px;
    object-fit: cover;
}

#blog .blog-details{
    width: 50%;
}

#blog .blog-details a{
    text-decoration: none;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    position: relative;
    transition: 0.3s;
}


#blog .blog-details a::after{
   content: "";
   width: 50px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: 4px;
   right: -60px;
}

#blog .blog-details a:hover{
        color: #0e4441;
 }
 

 #blog h1{
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 70px;
    font-weight: 700;
    color: #c9cbce;
    z-index: -9;
}

#img_k{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(banner.png);
    height: 40vh;
    width: 100%;
    background-size: cover;
}

#img_k h1{
    color: #fff;
}

#img_k p{
    font-size: 20px;
    color: #fff;
}

#abbr{
    cursor: pointer;
}

#about  img{
    width: 50%;
    height: auto;
}

#about{
    display: flex;
    align-items: center;
}

.info{
    margin-left: 20px;
}

#app h1{
    text-align: center;
}

#app .video {
    width: 70%;
    height: 100%;
    margin:30px auto  0px auto;
}

#app .video video{
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

/* contact page  */
#details{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


#details span{
    display: block;
    margin-bottom: 12px;
}

#details h3{
    display: block;
    margin-bottom: 12px;
}

#details .list-add{
    list-style: none;
    line-height: 2;
}

#details .list-add li i{
    display: inline;
}

#details .list-add li p{
    display: inline;
}

#details .map{
    width: 55%;
    height: 400px;
}

#details .map iframe{
    width: 100%;
    height: 100%;
}

/* form */
.people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
}

.person{
    line-height: 2;
}

#form-details form{
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


#form-details span{
    margin-bottom: 12px;
}

#form-details h2{
    margin-bottom: 12px;
}

#form-details form  input,
#form-details form textarea{
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.button-div{
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-details  button{
    background-color: #0e4441;
}
#form-details form button:hover{
    background-color: #3276d5;
}


/* cart */
#cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cart_table table{
    border-collapse: collapse;
    /* table-layout: fixed; */
    /* white-space: nowrap; */
}

#tab_img img{
   width: 70px;
}

#cart_table table td:nth-child(1){
    width: 100px;
    text-align: center;
}
#cart_table table td:nth-child(2){
    width: 150px;
    text-align: center;
}
#cart_table table td:nth-child(3){
    width: 250px;
    text-align: center;
}
#cart_table table td:nth-child(4),#cart_table table td:nth-child(5),#cart_table table td:nth-child(6){
    width: 150px;
    text-align: center;
}

#cart_table table td:nth-child(5) input{
    padding: 10px 5px 10px 10px;
    width: 70px;
}

#cart_table table thead{
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}

#cart_table table thead td{
    font-weight: 700;
    font-size: 13px;
    padding: 18px 0px;
}

#cart_table table tbody tr td{
    padding-top: 15px;
}

#cart_table table tbody td{
    font-size: 14px;
}
.coupon{
width: 50%;
}

#cart .coupon{
    background-image: url(123.png);
    background-size: contain;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart .coupon label{
    font-weight: 700;
    font-size: 22px;
    color: blue;
}

.coupon input{
    font-size: medium;
    padding: 5px 10px;
    min-width: 60%;
    border-radius: 2px;
    outline: none;
    border: 1px solid #e3e6f3;
}

#cart .coupon button{
    margin-left: 3px;
    background-color: #20ab78;
    color: #fff;
    padding:7px 10px;
    font-size: medium;
}


#cart .bill button{
    background-color: #20ab78;
    color: #fff;
    font-size: medium;
    padding:7px 10px;
}

.bill{
    border: 1px solid #cad0d7;
    padding:20px;
    width: 40%;
}

.bill table{
    border-collapse: collapse;
}

.bill table td{
    padding: 10px;
    border: 1px solid #e2e9e1;
    width: 50%;
    font-size: 13px;
}

.bill table tr td{
    padding: 5px;
}


/* media queries */
@media(max-width:799px){
    .section-p1 {
        padding: 20px 40px;
      }
      
    #navbar{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6f3;
        padding: 80px 0 0  10px;
        line-height: 4;
        transition: 0.3s;
    }

    #shopbag{
         display: none;
    }

    #navbar.active{
        right: 0px;
    }

    #mobile{
        display: flex;
        align-items: center;
    }

    #mobile i{
        color: #000;
        font-size: 24px;
        padding-left: 20px;
    }

   #close{
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    color: #222;
    font-size: 24px;
    font-weight: 500;
   }   

   #hero{
    height:90vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
   }
   
   #feature{
    justify-content: center;
   }

    #feature .fe-box{
        margin: 15px 10px;
    }
    
    #product .pro-container{
    justify-content: center;
    }
    
    #product .pro{
        margin: 15px;
    }

    #banner{
        height: 30vh;
    }

    #nbanner .banner-box{
        min-width: 100%;
        height: 30vh;
        margin-bottom: 12px;
        background-size: cover;
    }

    #banner3 {
        padding: 0 40px;
    }

    #banner3 h2{
        font-size: 12px;
        line-height: 23px;
    }

    #banner3 h3{
        font-size: 12px;
    }
    
    #banner3 .banner-box{
        width: 28%;
    }
    #newsletter .inputtext{
        width: 100%;
    }

    #In{
        margin-left: 80px ;
    }

    #form-details form{
        width: 100%
    }

}

@media (max-width: 477px){
    #header{
        padding: 10px 30px;
    }
    h2{
        font-size: 30px;
    }
    h1{
        font-size: 38px;
    }
    #hero{
        padding: 0 20px;
        background-position: 87%;
    }

    .section-p1{
        padding: 20px;
    }

    #feature .fe-box{
        width: 155px;
        margin: 0 0 15px 0;
    }

    #product .pro{
        width:100%;
    }
    
    #banner{
        margin-bottom: 10px;
        height: 40vh;
    }

    #nbanner .banner-box{
       height: 40vh;
    }

    #nbanner .banner-box2{
        margin-top: 20px;
    }

    #banner3 .banner-box {
        width: 100%;
    }

    #banner3 h3{
       font-size: 9px;
    }

    #newsletter{
        padding: 20px;
    }

    footer .about{
        margin-top: 30px;
        padding-right: 20px;
    }

    footer .MyAccount{
        margin-top: 35px;
        margin-left: -12px;
    }
    
    #In h4{
        margin-top: 20px;
        margin-left: 0;
    }

    footer .copyright{
        text-align: start;
    }
    /* single product */

    #product-details{
        display: flex;
        flex-direction: column;
    }

    #product-details .single-image {
        width: 100%;
        margin-right: 0px;
    }

    #product-details .singledetails{
        width: 100%;
        margin-right: 0px;
    }
    
    .singledetails{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .singledetails input{
        margin-bottom: 10px;
   }
   
   .singledetails span{
    text-align: center;
}
#blog .blog-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#blog {
    padding: 100px 20px 0 20px;
}

#blog .blog-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
}

#blog .blog-details {
    width: 100%;
}

/* about page */
#about{
    flex-direction: column;
}

#about img{
    width: 100%;
    margin-bottom: 20px;
}

#app h1{
    font-size: 25px;
}

#app .video{
    width: 100%;
}
/* details */

#details {
    flex-direction: column;
}
#details .details-box{
    width: 100%;
    margin-bottom: 30px;
}

#details  .map{
    width: 100%;
    margin-bottom: 30px;
}

#form-details{
    margin: 10px;
    padding: 30px 10px;
    flex-wrap: wrap;
}

#img_k p{
    font-size: 10px;
}

#form-details form{
    width: 100%;
    margin-bottom: 30px;
}
#form-details .people{
    padding: 20px 80px;
}

}



/*  */
/* 
#form-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid black;
    margin: 0px 20px 0px 20px;
}

#form-details form{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 29px;
}


#form-details span{
    margin-bottom: 12px;
}

#form-details h2{
    margin-bottom: 12px;
}

#form-details form  input,
#form-details form textarea{
    width: 50%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

#form-details form button{
    background-color: #0e4441;
}
#form-details form button:hover{
    background-color: #3276d5;
}

#form-details .people p span{
    color: black;
    font-weight: 700;
}

#form-details .people{
    line-height: 1.5;
}
 */
