﻿@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");
@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}
body {
  font-family: "Poppins", sans-serif;
}

header {
  background: #ffffff;
  background-image: url("/images/top-fold1.jpg");
  color: #495057;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 50px 0 150px 0;
}
.product-bg {
  background: #ffffff;
  background-image: url(/images/top-fold2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
a:hover {
  text-decoration: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
  
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
  content: "<<";
  font-size: 20px;
  color: black;
}

.carousel-control-next-icon:after {
  content: ">>";
}
@media (max-width: 1440px) {
  .product-bg {
    background-size: 500px auto;
    margin-top: 50px;
   
  }
}
.textGreen {
  color: #c3c2c2;
  font-family: poppins;
  font-size: 1.5em !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: capitalize;
  margin-left: 10px;
}
.top-fold-btn {
  width: 211px;
  padding: 10px;
  flex-shrink: 0;
  border-radius: 40px;
  background: linear-gradient(257deg, #b02026 16.73%, #f56154 86.44%);
}
.top-fold-btn1 {
  padding: 10px;
  flex-shrink: 0;
  border-radius: 40px;
  background: linear-gradient(257deg, #b02026 16.73%, #f56154 86.44%);
}
.top-fold-btn1:hover {
  background: linear-gradient(257deg, #f56154 16.73%, #b02026 86.44%);
}

.copyright-sec {
  background: linear-gradient(257deg, #b02026 16.73%, #f56154 86.44%);
}
/* .card-body{
    flex: none !important;
padding:2px !important;
} */
.card-text {
  color: #575757;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card {
  height: 32rem !important;
  width: 22rem !important;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
  padding: 25px;
}
.card1 {
  height: 388px !important;
  width: 22rem !important;
  border-radius: 50px;
  background: #fff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  padding: 25px;
  margin: auto;
}

.card3 {
  width: 22rem !important;
  /* border-radius: 13px; 
    background: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    padding: 25px; */
}
.card:hover {
  background: #f8eef3;
}
.btn-card {
  border-radius: 36px;
  background: linear-gradient(257deg, #b02026 16.73%, #f56154 86.44%);
  width: 56px;
  height: 57px;
  flex-shrink: 0;
}
.btn-card:hover {
  background: linear-gradient(257deg, #f56154 16.73%, #b02026 86.44%);
}
.top-fold-btn a {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.top-fold-btn:hover {
  background: linear-gradient(257deg, #f56154 16.73%, #b02026 86.44%);
}

header h3 {
  padding-top: 150px;
  color: #333;
  font-weight: 400;
  font-size: 28px;

  font-family: Poppins;
}
.h1 {
  color: #333;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  font-family: Poppins;
}
/* main {
  padding: 60px 0;
} */
 
h1 {
  color: #333;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  font-family: Poppins;
}
.textRed {
  color: #ce4146 !important;
  font-family:  poppins !important;
  font-size: 2em !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal;
  text-transform: capitalize;
}
h5 {
  color: #333;
  font-family: Poppins;
}
main h4 {
  color: #fff;
  margin-top: -60px;
  padding: 0 0 0 34px;
}
/* .bg-sec-2{
  background-image: url("/images/sec-1.png");
  background-position: top center;
  background-repeat: no-repeat;
} */
main img {
  border-radius: 10px;
}
.prod-name:hover{
  color:#b02026 !important;
}
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: #ffffff;
}

@media (max-width: 810px) {
  .logo {
    width: 150px;
  }

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

  header h1 {
    font-size: 20px !important;
    line-height: unset;

    padding-top: 0px;
    width: 90%;
    margin: 0 auto !important;
  }
  header p {
    width: 90%;
    margin: 0 auto;
  }
  .top-img {
    width: 50% !important;
    text-align: center;
  }
  
  header {
    /* background-image: none !important;
    height: auto !important;
    padding: 0px !important; */
    background: #ffffff;
    background-image: url("/images/top-fold-md-bg.png");
    color: #495057;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0 100px 0;
  }
  .box {
    margin-bottom: 45px;
  }
  .card1 {
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07) !important;
  }

  .header1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 25px !important;
  }
.cards{
  gap:15px;
  display: flex;
  justify-content: center;
  align-content: center;
}
  .section-1{
    margin-top:30px;
  }
  .top-fold-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px !important;
  }
}

@media (max-width: 810px) {
  .custom-hide {
    display: none !important;
  }
}
@media (min-width: 811px) {
  .custom-show {
    display: none;
  }
  
}
@media (max-width: 810px) {
  .custom-style {
    position: static !important;
    right: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1500px) {
  
}

@media (max-width: 500px) {
  .h1 {
    font-size: 30px;
  }
  .text-center-mobile {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .card-sm {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
   
  }
  .text-center-mobile {
    text-align: center !important;
  }
}

@media (max-width:440px){
  .card1 {
    width:auto !important;
    height: 440px !important;
  }
}