@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');




/* global styling */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: Poppins, sans-serif;
}

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-size: 12px;
   font-weight: 700;
}

p {
   font-size: 16px;
   margin: 15px 0px 20px 0;
   color: #465b52;
}

body {

   width: 100%;
}
















/* navbar styling */

#header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 40px;
   background-color: #c7c9d4;
   box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
   position: sticky;
   top: 0;
   left: 0;
  
}

#header .logo {
   width: 150px;
   height: auto;
}

#navbar {
   display: flex;
   align-items: center;
   justify-content: center;
}

#navbar li {
   list-style: none;
   padding: 0 20px;
   position: relative;
}

#navbar li a {
   text-decoration: none;
   font-weight: 600px;
   font-size: 16px;
   color: #010101;
   transition: 0.3s ease;

}

#navbar li a:hover,
#navbar li a.active {
   color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after {
   content: "";
   width: 30%;
   height: 2px;
   background-color: #088178;
   position: absolute;
   bottom: -4px;
   left: 20px;
}

#mobile {
   display: none;
   align-items: center;
}

#close {
   display: none;
}



















/* home page  */

#hero {
   width: 100%;
   height: 90vh;
   display: flex;
   justify-content: space-around;
   align-items: center;
   background-color: #c7c9d4;

}

#hero .bg-image img {
   width: 450px;
   height: auto;
   margin-left: 30px;
   margin-top: 20px;
   margin-bottom: 20px;
}

#hero h4 {
   padding-bottom: 15px;
}

#hero h1 {
   color: #088178;
}

#hero button {
   background-color: #f5b87ff8;
   color: #088178;
   padding: 10px;
   font-weight: 600;
   font-size: 15px 30px;
   letter-spacing: 3px;
   border: 1px groove;
   border: none;
   border-radius: 10px;
   cursor: pointer;
   transition: 0.2s;
}

#hero button:hover {
   background-color: #2ba8a0;
   color: #fff;
}

hr {
   color: #f5fdfd;
}

.section-p1 {
   padding: 20px 60px;
}

#feature {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

#feature .fe-box {
   width: 180px;
   text-align: center;
   padding: 25px 15px;
   box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.04);
   border: 1px solid #cce7d0;
   border-radius: 5px;
   margin: 15px 0;
}

#feature .fe-box:hover {
   box-shadow: 10px 10px 55px rgba(70, 62, 221, 0.1);
}

#feature .fe-box img {
   width: 100%;
   margin-bottom: 10px;
}

#feature .fe-box h6 {
   display: inline-block;
   padding: 9px 8px 6px 8px;
   line-height: 1;
   border-radius: 5px;
   background-color: #fddde4;
   color: #088178;
}

#feature .fe-box:nth-child(2) h6 {
   background-color: #cdebbc;
}

#feature .fe-box:nth-child(3) h6 {
   background-color: #d1e8f2;
}

#feature .fe-box:nth-child(4) h6 {
   background-color: #cdd4f8;
}

#feature .fe-box:nth-child(5) h6 {
   background-color: #f6dbf6;
}

#feature .fe-box:nth-child(6) h6 {
   background-color: #fff2e5;
}

#product1 {

   text-align: center;
}

#product1 h2 {
   color: #089187;
}

#product1 .pro-container {
   display: flex;
   justify-content: space-between;
   padding-top: 20px;
   flex-wrap: wrap;
}

#product1 .product {
   background-color: whitesmoke;
   width: 23%;
   min-width: 250px;
   padding: 5px 10px;
   border-radius: 10px;
   border: 1px solid #cce7d0;
   cursor: pointer;
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
   margin: 15px 0;
   transition: 0.2s all;
}

#product1 .product:hover {
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .product img {
   width: 100%;
   height: 290px;
   border-radius: 20px;
}

#product1 .product .descript {
   text-align: start;
   padding: 10px 0;
}

#product1 .product.descript span {
   color: #606063;
   font-size: 12px;
}

#product1 .product .descript h5 {
   padding-top: 5px;
   padding-right: 40px;
   color: #010101;
   font-size: 14px;
}

#product1 .product .descript i {
   margin-top: 10px;
   font-size: 14px;
   color: #e7be06;
}

#product1 .product .descript h4 {
   padding-top: 5px;
   font-size: 15px;
   font-weight: 700;
   color: #088178;
}

#product1 .product .cart-btn {
   border: 1px solid #088178;
   border-radius: 6px;
   background-color: #088178;
   color: #fff;
   text-decoration: none;
   display: inline-block;
   margin-bottom: 17px;
   margin-top: 5px;
   font-size: 17px;
   padding: 5px 30px;
}

#product1 .product .cart-btn:hover {
   background-color: #fff;
   color: #088178;
   border: 1px solid #088178;
}

.section-m1 {
   margin: 40px 0;
}

#banner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   background-image: url("images/banner.avif");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
   height: 30vh;
}

#banner h4 {
   color: #000;
   font-size: 18px;
}

#banner h2 {
   color: #000;
   font-size: 30px;
   padding: 10px 0;
}

#banner h2 span {
   color: #ef3636;
}

#banner button {
   background-color: #fff;
   color: #000;
   padding: 15px 30px;
   font-weight: 600;
   font-size: 15px;
   letter-spacing: 3px;
   border: none;
   outline: none;
   border-radius: 4px;
   cursor: pointer;
   transition: 0.2s;
}

#banner button:hover {
   background-color: #088178;
   color: #fff;
}

#sm-banner {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

#sm-banner .banner-box {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   border-radius: 20px;
   background-image: url("images/banner.avif");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   min-width: 580px;
   height: 50vh;
   padding: 30px;
}

#sm-banner h4 {
   color: #fff;
   font-size: 20px;
   font-weight: 300;
}

#sm-banner h2 {
   color: #fff;
   font-size: 30px;
   font-weight: 800;
}

#sm-banner span {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   padding-bottom: 15px;
}

.banner-box button {
   background-color: transparent;
   color: #fff;
   padding: 11px 18px;
   font-weight: 600;
   font-size: 13px;
   letter-spacing: 3px;
   border: 1px solid white;
   outline: none;
   cursor: pointer;
   transition: 0.2s;
}

.banner-box button:hover {
   background-color: #088178;
   border: 1px solid #088178;
}

#sm-banner .banner-box2 {
   background-image: url("images/banner2.jpeg");
}






















/* footer styling */
#newsletter {
   width: 100%;
   height: 130px;
   margin-top: 40px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   background-position: 20% 30%;
   background-color: #041e42;
}



#newsletter h4 {
   font-size: 22px;
   font-weight: 700;
   color: #fff;
}

#newsletter p {
   font-size: 14px;
   font-weight: 600;
   color: #818ea0;
}

#newsletter p span {
   color: #ffbd27;
}

#newsletter .form {
   display: flex;
   width: 40%;
}

#newsletter input {
   height: 40px;
   padding: 0 15px;
   font-size: 15px;
   width: 60%;
   border-radius: 4px;
   border: 1px solid transparent;
   outline: none;
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
}

#newsletter .form button {
   background-color: #088178;
   color: #fff;
   height: 40px;
   padding: 10px 30px;
   font-weight: 600;
   font-size: 15px;
   letter-spacing: 3px;
   border: none;
   outline: none;
   border-radius: 4px;
   cursor: pointer;
   transition: 0.2s;
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
}

footer {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   background-color: #d4d6da;
}

footer .col {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   margin-bottom: 20px;
}

footer .logo {
   width: 150px;
   height: auto;
   margin-bottom: 30px;
}

footer h4 {
   font-size: 18px;
   padding-bottom: 20px;
}

footer p {
   font-size: 15px;
   margin-bottom: 8px;
}

footer a {
   text-decoration: none;
   color: #222;
   font-size: 15px;
   margin-bottom: 12px;
}

footer .follow {
   margin-top: 20px;
}

footer .follow i {
   color: #064743;
   padding-right: 4px;
   cursor: pointer;
}

footer .install .row img {
   border: 1px solid #088178;
   border-radius: 6px;

}

footer .install img {
   margin-top: 10px;
   margin-bottom: 15px;
}

footer .follow i:hover,
footer a:hover {
   color: #088178;
}

footer .copyright {
   width: 100%;
   text-align: center;
}

















/* shop page  styling */

#prodetails {
   display: flex;
   margin-top: 20px;
}

#prodetails .pro-img {
   width: 30%;
   margin-right: 50px;
}

.small-img-group {
   display: flex;
   justify-content: space-between;
}

.small-img-col {
   flex-basis: 24%;
   cursor: pointer;
}

#prodetails img {
   border: 1px solid rgb(12, 12, 12);

}

#prodetails .pro-details {
   width: 50%;
   padding: 30px;
}

#prodetails .pro-details h4 {
   padding: 40px 0 20px 0;
}

#prodetails .pro-details h2 {
   font-size: 26px;
}

#prodetails .pro-details select {
   display: block;
   padding: 5px 10px;
   margin-bottom: 10px;
}

#prodetails .pro-details input {
   width: 50px;
   height: 38px;
   padding-left: 10px;
   font-size: 16px;
   margin-right: 10px;
}

#prodetails .pro-details input:focus {
   outline: none;
}

#prodetails .pro-details button {
   background: #088178;
   color: #fff;
   height: 40px;
   padding: 10px 30px;
   font-weight: 600;
   font-size: 15px;
   letter-spacing: 3px;
   border: none;
   outline: none;
   border-radius: 4px;
   cursor: pointer;
   transition: 0.2s;
}

#prodetails .pro-details button:hover {
   background-color: rgb(134, 132, 132);
}

#prodetails .pro-details span {
   line-height: 25px;
}



















/* about us page  styling */

#page-header {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   background-image: url("images/about banner.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
   height: 20vh;
}

#page-header h2 {
   color: #fff;
   font-size: 40px;
   padding: 10px 0;
}

#page-header p {
   color: #fff;
   font-size: 20px;
}

#about-head {
   margin-top: 50px;
   margin-bottom: 50px;
   display: flex;
   align-items: center;
}

#about-head h2 {
   color: #088178;
}

#about-head img {
   width: 50%;
   height: auto;
}

#about-head div {
   padding-left: 40px;
   width: 50%;
}

.service-head {
   color: #fff;
}






















/* contact us page styling  */


.container {
   width: 100%;
   height: 88vh;
   display: flex;
   align-items: center;
   justify-content: center;
   background-image: url('images/login2.jpg');
   background-repeat: no-repeat;
   background-size: cover;
}

.contact-head {
   color: #088178;
   text-align: center;
   padding-top: 20px;
   background-color: #f1eeee;

}




form {
   background-color: #0c0c0c;
   opacity: .9;
   z-index: 1;
   display: flex;
   flex-direction: column;
   padding: 20px;
   width: 88%;
   max-width: 600px;
   border-radius: 15px;
   border: 1px solid #f3f1f1;
   box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}

form h3 {
   color: #06756e;
   font-weight: 800;
   margin-bottom: 20px;
}

form input,
form textarea {
   border: 0;
   border-radius: 6px;
   margin: 10px 0;
   padding: 10px;
   outline: none;
   background-color: #f5f5f5;
   font-size: 16px;
}

form button {
   padding: 10px;
   background: #088178;
   color: #fff;
   font-size: 18px;
   border: 0;
   outline: none;
   cursor: pointer;
   width: 150px;
   margin: 20px auto 0;
   border-radius: 30px;
}























/* media queries  */
@media(max-width:799px) {
   .section-1 {
      padding: 40px 40px;
   }

   /* home page */
   #navbar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: fixed;
      top: 0px;
      right: -300px;
      height: 75vh;
      width: 200px;
      background-color: #e3e6e3;
      box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
      padding: 80px 0 0 10px;
      transition: 0.3s;
   }

   #navbar.start {
      right: 0px;
   }

   #navbar li {
      margin-bottom: 25px;

   }

   #mobile {
      display: flex;
      align-items: center;
   }

   #mobile i {
      color: #1a1a1a;
      font-size: 24px;
      padding-left: 20px;
   }

   #close {
      display: initial;
      position: absolute;
      top: 30px;
      left: 30px;
      color: #222;
      font-size: 24px;
   }

   #cart-bag {
      display: none;
   }

   #hero {
      width: 100%;
      height: 70vh;
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #c7c9d4;
   }

   #hero .bg-image img {
      width: 390px;
      height: auto;
      margin-left: 30px;
   }

   #feature {
      justify-content: center;
   }

   #feature .fe-box {
      margin: 15px 15px;
   }

   #product1 .pro-container {
      justify-content: center;
   }

   #product1 .product {
      margin: 15px;
   }

   #banner {
      height: 20vh;
      border-radius: 0px;
      ;
   }

   #sm-banner .banner-box {
      min-width: 100%;
      height: 30vh;
      margin-bottom: 20px;
   }

   #newsletter {
      height: 160px;
   }

   #newsletter .form {
      width: 70%;
   }



}