﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif!important;
}

header {
    background: #29b3ad;
   
}

header h3 {
  color: #fff;
  font-weight: 400;
  font-size: 37px;
  line-height: 55px;
}

/*main {
  padding: 50px 0;
}*/
.navbar-collapse {
    flex-basis: auto !important;
}
.prod-selection {
    margin-top: -90px;
}
.cartCount {
    position: absolute;
    right: -8px;
    top: -8px;
    display: block;
    background-color: red;
    padding: 0px;
    width: 21px;
    height: 21px;
    border-radius: 23px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
/*.cartItem {
    background: rgba(255,255,255, 0.9);
    padding: 17px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.15);
    right: 10px;
    top: 47px;
    z-index: 100
}*/

.cart svg {
    width: 24px;
    height: 19px;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}



.cart svg {
    margin: auto 0;
}

.cart label {
    position: absolute;
    right: -22px;
    top: -11px;
    display: block;
    background-color: red;
    padding: 1px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    text-align: center;
    color: white;
    font-family: 'Chivo', serif;
    font-weight: 400;
}

.banner h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 43px;
    font-family: 'Montserrat', serif !important;
}
main h5 {
  color: #fff;
  margin-top: -40px;
  padding: 0 0 0 34px;
}

main img {
  border-radius: 10px;
}

main .box {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}

main .box:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  color: #ffc706;
}

main a:hover {
  text-decoration: none;
  color: #ffc706;
}

.spacer {
  padding: 17px;
}

.padd-25 {
  padding: 20px;
}

.product-details {
  background: #fff;
}

footer {
  background: #525252;
  padding: 30px 0 10px 0;
  color: #fff;
}

@media (max-width: 768px) {

    .banner h3 {
        font-weight: 400;
        font-size: 25px;
         line-height: 30px; 
         margin-top: 20px;
    }
    .logo {
        width: 150px;
    }

  main h4 {
    padding: 15px 0 0 34px;
  }

  header h3 {
    font-size: 30px;
    line-height: unset;
    margin: 30px 0;
  }

  .box {
    margin-bottom: 45px;
  }
}

/* .new-product2 {
  margin-top: 0px;
  color: #6bb945;
  text-align: center;

  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  flex-shrink: 0;
}
.new-product {
  margin-top: 50px;
  margin-bottom: 0px;
  flex-shrink: 0;
  color: #000;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.product {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.prod-details {
  width: 312px;
  height: 217px;
  flex-shrink: 0;
}

.prod-details p {
  color: #000;

  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
}
.prod-details p span {
  color: #000;

  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.prod-details > p:nth-child(2) {
  color: #040404;

  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.prod-details > p:nth-child(2) > span:nth-child(1) {
  color: #c3c2c2;

  font-size: 35px;
  font-style: normal;
  font-weight: 800;

  line-height: normal;
  text-decoration-line: strikethrough;
  text-transform: capitalize;
}

.prod-details > p:nth-child(3) {
  color: #000;

  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.prod-details > button:nth-child(4) {
  width: 204px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #efc12c;
  color: #000;
  text-align: center;

  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
#featured-products {
  margin-top: 50px;

  flex-shrink: 0;
  background: #005cc1;
}

#featured-products > p:nth-child(1) {
  flex-shrink: 0;
  color: #fff;
  text-align: center;

  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 76px;
}

.prod-details button {
  border: none;
  background-color: #1fc093;
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 5px;
}
.prod-details button a {
  color: #fff !important;
} */


.prod {
    background-color: transparent;
    padding: 2em 3em;
    border: none;
    border-radius: 0.25rem !important;
    transition: 0.2s all cubic-bezier(0.35, 0, 0.65, 1) !important;
}

    .prod:hover {
        /*margin-top: -5px;
        border-top: none;
        box-shadow: 0 15px 92px 0 rgb(50 55 81 / 10%);*/
    }
.btn-green {
    background: #29b3ad; 
    cursor: pointer;
    transition: transform 0.3s;
}
.new-prod {
    padding: 50px 0;
}
    .new-prod h2 {
        color: #29b3ad;
        padding: 0;
        font-weight: bold;
    }
    .new-prod button {
        background-color: #29b3ad;
        border: none;
        padding: 15px 20px;
        color: #fff;
        border-radius: 10px;
        font-weight: bold;
        margin-top: 20px;
    }
.new-prod .images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-prod .images .content {
  text-align: left;
}
.new-prod .images .content p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.new-prod .images img {
  width: 30%;
}
.new-prod .images .content a {
  color: #ffff;
}

@media (max-width: 768px) {
  .new-prod .images {
    display: block;
  }
  .new-prod .images img {
    width: 100%;
  }
  .new-prod .images .content {
    text-align: center;
  }
  .new-prod button {
    margin-bottom: 20px;
  }
  .new-prod h1 {
    font-size: 35px;
  }
  .new-prod h2 {
    font-size: 30px;
  }
    .prod-selection {
        margin: 0;
    }
}
