/* body {
  margin: 0;
  line-height: normal;
} */
html {
  scroll-behavior: smooth;
}
:root {
  /* fonts */
  --font-montserrat: Montserrat;
  --font-poppins: Poppins;

  /* font sizes */
  --font-size-sm: 14px;
  --font-size-lg: 18px;
  --font-size-13xl: 32px;
  --font-size-2xl: 21px;
  --font-size-3xs: 10px;
  --font-size-xs: 12px;
  --font-size-5xl: 24px;
  --font-size-base: 16px;

  /* Colors */
  --color-white: #fff;
  --color-indianred: #bb434e;
  --color-gray-100: #181818;
  --color-gray-200: rgba(0, 0, 0, 0.2);
  --color-gray-300: rgba(0, 0, 0, 0.75);
  --color-gray-400: rgba(0, 0, 0, 0.5);
  --color-gray-500: rgba(24, 24, 24, 0.7);
  --color-gray-600: rgba(255, 255, 255, 0.2);
  --color-gray-700: rgba(0, 0, 0, 0.05);
  --color-gray-800: rgba(255, 255, 255, 0.1);
  --color-black: #000;
  --color-lightgray: rgba(203, 203, 203, 0.05);

  /* Gaps */
  --gap-xs: 12px;
  --gap-6xs-6: 6.6px;
  --gap-base: 16px;
  --gap-5xs: 8px;
  --gap-5xl: 24px;
  --gap-181xl: 200px;
  --gap-12xl: 31px;
  --gap-11xs: 2px;

  /* Paddings */
  --padding-xs: 12px;
  --padding-3xs: 10px;
  --padding-base: 16px;
  --padding-3xl: 22px;

  /* Border radiuses */
  --br-31xl: 50px;
  --br-21xl: 40px;
  --br-5xs: 8px;
  --br-11xl-9: 30.9px;
  --br-92xl-8: 111.8px;
  --br-29xl: 48px;
  --br-xs: 12px;
  --br-3xs: 10px;


}

.main{
 
    box-sizing: border-box;
}

.row {
 
  margin-right: 0px !important;
  margin-left: 0px !important;
}

#more {display: none;}
/* Navigation and header bar */

.bg-nav-header {
  background: linear-gradient(90deg, #1F2B3B 4.63%, #9C3F4B 100%);
  /* background: #BB434E; */
  width: 100%;
  height: 85px;
  flex-shrink: 0;
  position: fixed;
  top:0px;
  z-index:100;
}

.coolstra-logo {
  width: 228px;
  height: 72px;
  background: rgba(211, 211, 211, 0) -35px -16.155px / 140.828% 169.237% no-repeat;
}

.x-content {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}

.mukunda-logo {
  width: 36px;
  height: 46px;
  background: rgba(211, 211, 211, 0) -35px -16.155px / 140.828% 169.237% no-repeat;
}

.logos-section {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 44px;

}

.mukunda-logo-text {
  display: flex;
  width: 138px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 17px;
  /* 150% */
}

.navigation-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 28px;
  padding-left: 25%;
  margin-top: 25px;
}

.menu-item {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.601px;
  /* 81.116% */
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  color: #01023f;
}

.navbar-toggler {
  margin-right: 1%;
  padding: 0.25rem 0.75rem;

  line-height: 0;
  background-color: #ffffff00;
  border: 1px solid white;
  border-radius: 0.25rem;
}



.custom-toggler.navbar-toggler {
  width: 21px;
  height: 3px;
  border-radius: 11px;
  background: #FFF;
}

.navbar-toggler {
  margin-right: 1%;
  display: flex;
  padding: 13px 10px 12px 9px;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);


}

.navbar-toggler-icon {
  font-size: 2.25rem;
  color: white;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


/* banner design css */

.banner {
  width: 100%;
  margin-top:75px;
  flex-shrink: 0;
  /* background: #BB434E; */
  background: linear-gradient(135deg, #1F2B3B 2.9%, #BB434E 85.63%);
}

.banner-text{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 31.5px; /* 164.063% */
}

.coolstra-logo-in-banner{
  height: 72px;
}

.banner-text-outline{
  padding: 70px 10px 20px 10px;
}

.banner-text-outline-mobile{
  padding: 70px 10px 20px 10px;
  display: none;
}


.banner-text-mobile{
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 138.095% */
}

.banner-text-mobile-bold{
  color: #FFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.banner-button{
  border:none;
  display: flex;
width: auto;
height: 40px;
padding: 12px 40px;
justify-content: center;
align-items: center;
gap: 10px;

border-radius: 50px;
background: #FFF;
box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.banner-button-text{
  color: #5C3543;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.banner-button-outline{
  text-align: -webkit-center;
  padding: 10px 10px 25px 10px;
}


.banner-subtext-outline{
  text-align: -webkit-center;
  padding: 0px 10px 25px 10px;
}

.banner-subtext{
  color: rgba(255, 255, 255, 0.65);
text-align: center;
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 400;
}

.banner-scrolling-items-outline{
  /* display: inline-flex; */
flex-direction: column;
align-items: center;
gap: 88px;
padding-top: 40px;
padding-bottom: 40px;
}

.banner-scrolling-box-items{
  display: flex;
align-items: flex-start;
gap: 10.873px;
}

.banner-scrolling-box{
  width: 157.744px;
  height: 195px;
  cursor: pointer !important;
}
.box-rectangle{
  width: 157.744px;
  height: 195px;
  flex-shrink: 0;
  border-radius: 111.768px;
  border: 0.793px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  /* text-align: center; */
  padding-top: 20%;
  /* padding-left: 49px; */
}

.box-image{
  margin: auto;
  height: 140px;
  /* width: 100%;
  height: 140.176px !important; */
  flex-shrink: 0;
  background: rgba(211, 211, 211, 0) -164.723px -0.085px / 410.976% 100.121% no-repeat;
}


/* scroll button */

.banner-scroll-outline{
  text-align: -webkit-center;
  padding: 20px 10px 60px 10px;
}

.scroll-button{
  display: flex;
  width: 70px;
  height: 29px;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.10);
  border:none;
}

.scroll-text{
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}


.scroll-vector{
  width: 8px;
height: 4px;
flex-shrink: 0; 
stroke-width: 1px;
stroke: #FFF;
}

/* topology image  */

.topology-1-icon {
  position: absolute;
  top: 275px;
  left: 0%;
  width: 100%;
  height: 1473.04px;
  z-index:-5;
}

/* products  */

.products{
  padding: 1px 4%;
}

.product-text-outline{
  padding: 45px 10px 10px 10px;
}

.product-text{
  
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
}



.product-buttons-outline{
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin: 3% 3% 3% 3%;
  justify-content: center;
}

.product-button{
  display: flex;
  padding: 10px 22px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 48px;
  border: 0.5px solid rgba(24, 24, 24, 0.70);
  background: #FFF;
  width: fit-content;
  color: #181818;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.product-button:focus{
  display: flex;
padding: 10px 22px;
align-items: flex-start;
gap: 10px;
  border-radius: 48px;
  background: #181818;
  color: #FFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.product-button-text{
 
}

.product-button-text:focus{

}

.product-card-outline{
  display: flex;
  align-items: flex-start;
  /* gap: 31px; */
  margin: 0% 3% 6% 3%;
}

.product-card{
      margin-top: 3%;
  padding: 0% 0% 0% 0%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.50);
  background: rgba(203, 203, 203, 0.05);
  box-shadow: 0px 4px 24px 0px rgba(25, 25, 25, 0.08);
}

.card-image-frame{
  width: 100%;
  height: 292px;
  flex-shrink: 0;
  background: #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
}

.card-image{
  width: 282px;
height: 282px;
flex-shrink: 0;
background:  rgba(211, 211, 211, 0) 50% / cover no-repeat;
}

.product-popup-buttons-outline{
  display:none;
}

.product-web-popup-buttons-outline{
  margin: 34px 1%;
  width: -webkit-fill-available;
  display: inline-flex;
  padding: 31px 27.5px 36px 28.5px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(100deg, #202C3C -23.2%, #BB434E 85.91%);
}

.product-web-popup-button{
  display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    align-items: center;
}

.align-center-popup-buttons{
  text-align: -webkit-center;
}


.card-body-outline{
  margin: 4% 3%;
}

/* .product-web-popup-button-text{
  width: 100%;
height: 51px;
color: #FFF;
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: -0.42px;
} */
.product-web-popup-button-row{
  width:100%;
  gap: 4%;
}

.product-web-popup-button-text{
  width: fit-content;
  height: 36px;
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.5px; /* 128.125% */
  letter-spacing: -0.32px;
}

.product-web-popup-button-1{
  display: flex;
  width:fit-content;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
border: 1px solid #FFF;
background: rgba(24, 24, 24, 0.10);

color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.product-web-popup-button-2,.product-web-popup-button-2:hover{
  display: flex;
width: fit-content;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 22px;
background: #FFF;

color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
border: none;
}

.card-body-frame{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 50%;
  padding: 0px 0px 6% 0px;
}
.card-body-product-name{
  color: #000;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 123.81% */
  letter-spacing: 0.42px;
}

.card-body-product-subname{color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  letter-spacing: 0.32px;
  width: 70%;
}

.card-body-price-frame{
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* width: 0%; */
  float: right;
  padding: 50px 1px 1px 19px;
  gap:20px;
}

.card-body-price-tax{
  color: rgba(0, 0, 0, 0.50);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.165px;
  text-decoration-line: strikethrough;
}

.card-body-product-price-tax{
  color: rgba(0, 0, 0, 0.50);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
 line-height: 3px; 
letter-spacing: -0.165px;
text-decoration-line: strikethrough;
}

.card-body-product-price{
  color: #BB434E;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.165px;
}


.card-body-hr-line{
  width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.20);
}

.card-body-first-frame-height{
  height: 100px ;
}

.card-body-product-price-type {
  color: #BB434E;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.165px;
}
.card-body-rating-frame{
  display: inline-flex;
flex-direction: column;
/* align-items: flex-end; */
gap: 8px;
}


.ratings-frame{
  display: flex;
  align-items: center;
  gap: 2px;
}

.ratings{
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.165px;
}

.star{
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background:  rgba(211, 211, 211, 0) 50% / contain no-repeat;
}

.vector-vertical{
  width: 13px;
  height: 17px;
  stroke-width: 1px;
  stroke: rgb(0 0 0 / 52%);
}

.review_number{
  color: rgba(24, 24, 24, 0.75);
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.165px;
text-decoration-line: underline;
}

.product-description{
 
height: auto;
flex-shrink: 0;
color: rgba(0, 0, 0, 0.879);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
letter-spacing: -0.2px;
}

.know-more{
color: rgba(0, 0, 0, 0.75);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: -0.2px;
text-decoration-line: underline;
cursor: pointer;
}

.product-enquiry-button-frame{
  display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
}

.get-quote-product,.get-quote-product:hover{
  display: flex;
width: 100%;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
background-color: #db97ad00;
border-radius: 10px;
border: 1px solid #BB434E;
color: #BB434E;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 157.143% */
letter-spacing: -0.28px;
cursor: pointer;
}

.call-us-product, .call-us-product:hover{
  display: flex;
width: 100%;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 10px;
background: #BB434E;
color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 157.143% */
letter-spacing: -0.28px;
cursor: pointer;
}

.questions-frame{
  display: flex;
width:100%;
flex-direction: column;
align-items: flex-start;
gap: 24px;
margin: 2% 4%;
}

.faq-questions{
  width: 32%;
flex-shrink: 0;
color: #000;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 38.4px */
letter-spacing: 0.16px;
text-transform: capitalize;

}

.faq-hor-bar{
  width: 100%;
height: 1px;
opacity: 0.3;
background: #000;
}

.question-frame{
  display: flex;
width: 100%;
height: 75px;
padding: 10px 16px;
align-items: center;
gap: 200px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.05);
}

.question-tab{
  display: flex;
width: 100%;
height: auto;
padding: 10px 16px;
align-items: center;
gap: 200px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.05);
}

.question{
  width: 100%;
flex-shrink: 0;
color: #181818;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.36px;
}

.question-svg{
  display: flex;
width: 24px;
height: 24px;
padding: 5.141px 4.29px 3.431px 4.281px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 30.857px;
border: 0.429px solid #211D1A;
  /* width: 15.429px;
height: 15.429px; */
flex-shrink: 0;
float: right;
}

/* footer section */

.footer-section{
  width: 100%;
height: 231px;
flex-shrink: 0;
/* background: #BB434E; */
background: linear-gradient(135deg, #1F2B3B 2.9%, #BB434E 85.63%);
}

.mukunda-footer, mukunda-footer:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.641px;
  padding: 37px 0px 27px 0px;
  text-decoration: none !important;
  color: white !important;
}
.mukunda-logo-footer{
  width: 56px;
  height: 70px;
  background:  rgba(211, 211, 211, 0) 0px -0.711px / 100% 113.143% no-repeat;
}
.mukunda-logo-text-footer,.mukunda-logo-text-footer:hover{
  display: flex;
  width: 226px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24.241px; /* 134.674% */
}

.social-apps-icons{
  display: flex;
align-items: flex-start;
gap: 24px;
}

.social-icon-div{
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 40px;
background: rgba(255, 255, 255, 0.10);
}

.social-icons{
  width: 20px;
  height: 20px;
}

.origin-footer{
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.rights-footer{
  width: auto;
  color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.middle-footer{

padding: 30px 1px;;
}

.contact-footer{
  text-align: center;
}

.middle-footer-text,.middle-footer-text:hover{
  width: auto;
  color: #FFF;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */

}

.devider-footer{
  width: 1px;
  height: 28px;
  background: #FFF;
}

.terms-footer{
  width: 323px;
  flex-shrink: 0;
  color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}
.mukunda-footer-1,.mukunda-footer-1:hover {
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.641px;
    padding: 37px 0px 27px 0px;
    text-decoration: none !important;
    color: white !important;
}

.private-import-policy,.private-import-policy:hover{
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin-top:2%;
}

.mobile-footer{
  display: none;
}


/* model  */

.model-box{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  /* border-radius: 20px; */
background: #FFF;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
border:0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.model-box-header{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: #BB434E;
}

.modal-title {
    /* margin-bottom: 0; */
    line-height: 1.5;
    margin: auto;
}

.model-box-title{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 31.5px */
text-transform: capitalize;
margin: 0px !important;
}

.model-box-body{

}

.model-box-footer{

}

.model-input {
  display: flex;
  width: 100%;
  padding: 16px 1%;
 
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  /* margin: 0px 25%; */

  color: #818080;
/* font-feature-settings: 'clig' off, 'liga' off;
font-family: Avenir; */
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.model-input1 {
  display: flex;
  width: 100%;
  padding: 16px 1%;
 
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  /* margin: 0px 25%; */

  color: #818080;
  /* font-feature-settings: 'clig' off, 'liga' off;
  font-family: Avenir; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.input-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin: 18px 25%;
}

.input-frame-udjust{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.model-button{
  display: flex;
  width: 100%;
  height: 59px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 39px;
background: rgba(0, 0, 0, 0.80);
}

.model-button-text{
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


/* category search layer */

/* #wrapper {
  margin-top:30px;
} */
#filter {
  list-style-type: none;
  padding-left: 0px;
  li {
    display:inline-block;
    /* margin-right:15px; */
    &:hover {
      color: red;
      cursor:pointer;
    }
    &.active {
      color: red;
    }
  }
}
#portfolio {
  list-style-type: none;
  padding-left:0;
  li {
    float:left;
    /* margin:20px; */
    img {
      max-width:100%;
    }
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff00;
    background-color: #04040400;
}
.model-button1 {
  border: none;
  display: flex;
  width: auto;
  height: 40px;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.25);
  color: #5C3543;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.model-button1.active {
  border: none;
  display: flex;
  width: auto;
  height: 40px;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #000000;
  box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gap-between-model-buttons{
  gap: 10px;
}

.description-body{
  padding: 4% 2%;
  text-align: justify;
}

.dropdown-toggle-nav-menu,.dropdown-toggle-nav-menu:focus,.dropdown-toggle-nav-menu:active{

  background: #faebd700 !important;
  border: 0px !important;
}

.dropdown-item{
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.601px;
}

.align-right-navbar{
  justify-content: end !important;
  
}


.model-body-price-frame{
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: flex-end; */
  /* width: 0%; */
  /* float: right; */
  padding: 9px 6px 20px 19px;
  gap:20px;
}


/* // X-Large devices (large desktops, less than 1400px) */
@media only screen and (max-width: 1399.98px) {

  /* navigation menu */
  .navigation-menu {
      display: inline-flex;
      align-items: flex-start;
      gap: 28px;
      /* padding-left: 20px; */
      width: 100%;
      margin-top: 0px;
  }

  .product-web-popup-button-1{
    display: flex;
    width:fit-content;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 22px;
  border: 1px solid #FFF;
  background: rgba(24, 24, 24, 0.10);
  
  color: #FFF;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  }
  
  .product-web-popup-button-2,.product-web-popup-button-2:hover{
    display: flex;
  width: fit-content;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  background: #FFF;
  
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  }

  
}
/* // Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) {

  /* navigation menu */
  .navigation-menu {
      display: inline-flex;
      align-items: flex-start;
      gap: 18px;
      /* padding-left: 5px; */
      width: 100%;
      margin-top: 0px;
  }

  .product-web-popup-button-1{
    display: flex;
    width:fit-content;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 22px;
  border: 1px solid #FFF;
  background: rgba(24, 24, 24, 0.10);
  
  color: #FFF;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  }
  
  .product-web-popup-button-2,.product-web-popup-button-2:hover{
    display: flex;
  width: fit-content;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  background: #FFF;
  
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  }
  

}
/* // Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991.98px) {

  /* navigation menu */
  .navigation-menu {
      display: inline-flex;
      align-items: flex-start;
      gap: 28px;
      padding-left: 0px;
      width: 100%;
      margin-top: 0px;
  }

  .navbar-nav {
      background: linear-gradient(90deg, #1F2B3B 4.63%, #9C3F4B 100%);
  }

  .card-image-frame{
    width: 100%;
    height: 263px;
    flex-shrink: 0;
    background: #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
  }

  .card-image{
    width: 226px;
  height: 226px;
  flex-shrink: 0;
  background:  rgba(211, 211, 211, 0) 50% / cover no-repeat;
  }

  .input-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin: 18px 5%;
  }

  .product-web-popup-buttons-outline{
    display:none;
  }
  
  
    .product-popup-buttons-outline{
      display: inline-flex;
  padding: 15px 36px 20px 36px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #1F2B3B 2.9%, #BB434E 85.63%);
  margin: 0px auto 30px auto;
  width: 100%;
    }
  
    .product-popup-button{
      display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100% !important;
  
    }
  
    .product-popup-button-row{
      width:100% !important;
      gap: 4%;
    }
  
    .product-popup-button-text{
      max-width:100% !important;
      width: 100% !important;
      height: 36px;
      color: #FFF;
      text-align: center;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20.5px; /* 128.125% */
      letter-spacing: -0.32px;
    }
  
    .product-popup-button-1{
      max-width:100% !important;
      display: flex;
      width:100% !important;
      height: 32px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 22px;
  border: 1px solid #FFF;
  background: rgba(24, 24, 24, 0.10);
  
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
    }
  
    .product-popup-button-2{
      max-width:100% !important;
      display: flex;
  width: 100% !important;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  background: #FFF;
  
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
    }
  
  
  
  .align-center-popup-buttons{
    text-align: -webkit-center;
  }

  .card-body-product-name {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.42px;
}

.card-body-product-price-tax {
  color: rgba(0, 0, 0, 0.50);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 3px; 
  letter-spacing: -0.165px;
  text-decoration-line: strikethrough;
}

.card-body-product-price {
  color: #BB434E;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: -0.165px;
}

.card-body-price-frame {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* width: 0%; */
  float: right;
  padding: 57px 1px 1px 19px;
  gap: 20px;
}

.card-body-product-subname {
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.32px;
  width: 70%;
}

}


/* // Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {

  .banner-text-outline-mobile{
    padding: 100px 10px 20px 10px;
    display: block;
  }

  .banner-text-outline{
    padding: 100px 10px 20px 10px;
    display: none;
  }

  .box-rectangle{
    width: 122px;
    height: 175.452px;
    flex-shrink: 0;
    border-radius: 79.357px;
border: 0.563px solid #FFF;
background: rgba(255, 255, 255, 0.20);
  }
  
  .box-image{
    margin: auto;
  height: 112px;
  max-width: -webkit-fill-available;
    /* width: 100%;
    height: 100.176px !important; */
    flex-shrink: 0;
    background: rgba(211, 211, 211, 0) -164.723px -0.085px / 410.976% 100.121% no-repeat;
  }

  .card-image-frame{
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    background: #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
  }

  .card-image{
    width: 226px;
  height: 226px;
  flex-shrink: 0;
  background:  rgba(211, 211, 211, 0) 50% / cover no-repeat;
  }

  .extra-product-text{
    display:none;
  }

  .web-footer{
    display:none;
  }
  
  .mobile-footer{
    display: block;
  }
  
  .mukunda-footer, mukunda-footer:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.641px;
    padding: 37px 0px 27px 0px;
    text-decoration: none !important;
    color: white !important;
}

  .coolstra-logo-in-banner{
    height: 49px;
  }
  
  .hor-footer{
    width: 100%;
    margin: 1% auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  }
  
  
  
  
  .origin-footer{
    color: #FFF;
  
    /* Body 4/12 - Regular */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
  }
  
  .rights-footer{
    width: auto;
    color: #FFF;
  
    /* Body 4/12 - Regular */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
  }
  
  
  
  .terms-footer{
    width:100%;
    flex: 1 0 0;
    color: #FFF;
  
  /* Body 4/12 - Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  }
  .mukunda-footer-1,.mukunda-footer-1:hover {
  
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6.641px;
      padding: 5px 0px 5px 0px;
      text-decoration: none !important;
      color: white !important;
  }
  .private-import-policy,.private-import-policy:hover{
    color: #FFF;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  
  }

  .input-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin: 18px 5%;
  }

  .card-body-price-frame{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    /* width: 0%; */
    float: right;
    padding: 61px 1px 1px 9px;
    gap:10px;
  }

 
  .product-web-popup-buttons-outline{
    display:none;
  }

  .footer-section {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    /* background: #BB434E; */
    background: linear-gradient(135deg, #1F2B3B 2.9%, #BB434E 85.63%);
  }

  .card-body-product-name {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.42px;
}

.card-body-product-subname {
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.32px;
  width: 70%;
}

.card-body-price-frame {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* width: 0%; */
  float: right;
  padding: 57px 1px 1px 51px;
  gap: 0px;
}

.card-body-product-price {
  color: #BB434E;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: -0.165px;
}

.card-body-product-price-tax {
  color: rgba(0, 0, 0, 0.50);
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 3px; 
  letter-spacing: -0.165px;
  text-decoration-line: strikethrough;
}

.card-body-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
   gap: 0px; 
  width: 50%;
  padding: 0px 0px 0px 0px;
}

.card-body-price-frame {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  float: right;
  padding: 67px 1px 1px 3px;
  gap: 0px;
}
}


/* // X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {

  /* navigation icons hide */
  .x-content,
  .mukunda-logo,
  .mukunda-logo-text {
      /* display: none; */
  }

  .box-rectangle{
    width: 112px;
    height: 138.452px;
    flex-shrink: 0;
    border-radius: 79.357px;
border: 0.563px solid #FFF;
background: rgba(255, 255, 255, 0.20);
  }
  
  .box-image{
    margin: auto;
  height: 102px;
  max-width: -webkit-fill-available;
    /* width: 100%;
    height: 100.176px !important; */
    flex-shrink: 0;
    background: rgba(211, 211, 211, 0) -164.723px -0.085px / 410.976% 100.121% no-repeat;
  }

  .card-image-frame{
    width: 100%;
    height: 243px;
    flex-shrink: 0;
    background: #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
  }

  .card-image{
    width: 216px;
  height: 216px;
  flex-shrink: 0;
  background:  rgba(211, 211, 211, 0) 50% / cover no-repeat;
  }

  .banner {
    width: 100%;
    margin-top:75px;
    flex-shrink: 0;
    /* background: radial-gradient(50% 45.21% at 50% 50%, rgba(117, 39, 43, 0.75) 8.85%, rgb(173 75 80) 100%); */
    /* filter: blur(57.33085632324219px); */
    background: linear-gradient(135deg, #1F2B3B 2.9%, #BB434E 85.63%);
  }

  .banner-subtext {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coolstra-logo-in-banner{
  height: 41px;
}


  .banner-button{
    border:none;
    display: flex;
  width: auto;
  height: 40px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
  border-radius: 50px;
  background: #FFF;
  box-shadow: -5px 4px 8px 0px rgba(0, 0, 0, 0.25);
  }


  .banner-button-text{
    color: #5C3543;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  }

  .product-card {
    margin-top: 3%;
    padding: 0% 0% 0% 0%;
    width: 100%;
    height: auto;
    border-radius: 12px;
   
    border: 1px solid #C0C0C0;
    background: rgba(24, 24, 24, 0.05);
   
    box-shadow: 0px 4px 24px 0px rgba(25, 25, 25, 0.08);
}



  
.extra-product-text{
  display:none;
}

.web-footer{
  display:none;
}

.mobile-footer{
  display: block;
}



.mukunda-footer, mukunda-footer:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.641px;
    padding: 37px 0px 27px 0px;
    text-decoration: none !important;
    color: white !important;
}

.hor-footer{
  width: 100%;
  margin: 6% auto;
height: 1px;
background: rgba(255, 255, 255, 0.10);
}




.origin-footer{
  color: #FFF;

  /* Body 4/12 - Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.rights-footer{
  width: auto;
  color: #FFF;

  /* Body 4/12 - Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}



.terms-footer{
  flex: 1 0 0;
  color: #FFF;

/* Body 4/12 - Regular */
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
}
.mukunda-footer-1,.mukunda-footer-1:hover {
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.641px;
    padding: 5px 0px 5px 0px;
    text-decoration: none !important;
    color: white !important;
}

.private-import-policy,.private-import-policy:hover{
  color: #FFF;

font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */

}


.logos-section {
  display: inline-flex;
  align-items: center;
   gap: 7px; 
   padding-left: 0px;
}
.coolstra-logo {
  width: 175.039px;
height: 58px;
  background: rgba(211, 211, 211, 0) -35px -16.155px / 140.828% 169.237% no-repeat;
}

.x-content {
  color: #FFF;
font-family: Montserrat;
font-size: 9.375px;
font-style: normal;
font-weight: 600;
line-height: 14.063px; /* 150% */
}

.mukunda-logo {
  width: 21.913px;
  height: 28px;
  background: rgba(211, 211, 211, 0) -35px -16.155px / 140.828% 169.237% no-repeat;
}

.mukunda-logo-text {
  display: flex;
width: 78.499px;
height: 22.753px;
flex-direction: column;
justify-content: center;
color: #FFF;
font-family: Montserrat;
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: 11.946px; /* 149.319% */
}

.product-text {
  color: #181818;
text-align: center;
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 29px; /* 138.095% */
}

.product-button {
  display: flex;
padding: 10px;
align-items: flex-start;
gap: 10px;
border-radius: 22px;
border: 0.5px solid rgba(24, 24, 24, 0.70);
background: #FFF;
color: #181818;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
}

.product-button:focus, .product-button:active, .product-button:hover{
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 48px;
  background: #181818;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.card-body-product-name {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.36px;
}

.card-body-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 68%;
  padding: 0px 0px 7% 0px;
}

.card-body-product-subname {
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.24px;
  width: 70%;
}

.card-body-product-price-tax {
  color: rgba(24, 24, 24, 0.50);
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 3px;
  letter-spacing: -0.165px;
  text-decoration-line: strikethrough;
}

.card-body-product-price {
  color: #BB434E;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.165px;
}

.question {
  width: 100%;
  flex-shrink: 0;
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.input-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin: 18px 5%;
}

/* model  */

.model-box-title{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 31.5px */
text-transform: capitalize;    
margin: 0px !important;
}





.model-button-text{
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.model-input {
  display: flex;
  width: 100%;
  padding: 16px 1%;
 
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  /* margin: 0px 25%; */

  color: #818080;
/* font-feature-settings: 'clig' off, 'liga' off;
font-family: Avenir; */
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.model-input1 {
  display: flex;
  width: 100%;
  padding: 16px 1%;
 
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  /* margin: 0px 25%; */

  color: #818080;
  /* font-feature-settings: 'clig' off, 'liga' off;
  font-family: Avenir; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.model-lg{
  width:100%
}



.card-body-product-name {
  color: #181818;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.36px;
}

.card-body-price-frame {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* width: 0%; */
  float: right;
  padding: 56px 1px 1px 9px;
  gap: 0px;
}
.card-body-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 50%;
  padding: 0px 0px 7% 0px;
}
.mukunda-logo-footer{
  width: 46px;
  height: 55px;
  background:  rgba(211, 211, 211, 0) 0px -0.711px / 100% 113.143% no-repeat;
}

.mukunda-logo-text-footer,.mukunda-logo-text-footer:hover{
  display: flex;
  width: 226px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24.241px; /* 134.674% */
}

.middle-footer-text,.middle-footer-text:hover{
  width: auto;
  color: #FFF;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */

}

.product-popup-button-text{
  max-width:100% !important;
  width: 100% !important;
  height: 36px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.5px; /* 128.125% */
  letter-spacing: -0.32px;
}
}

@media only screen and (max-width: 333.98px) {
  /* navigation icons hide */
  .x-content,
  .mukunda-logo,
  .mukunda-logo-text {
      display: none;
  }

 

}











