/** Shopify CDN: Minification failed

Line 417:5 Unexpected "{"

**/
/* h1 ,h2, h3, h4 {
  font-family: 'Josefin Sans' !important;
} */
@media screen and (min-width: 990px){
.menu-center  {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
}
}
.discount-logo {
  width:60% !important;
}
@media screen and (max-width:768px) {
  .discount-logo {
  width:100% !important;
}
}
.discount-acc {
  background: #470C7C;
    margin: 0 auto;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-family: 'Josefin Sans';
    font-size: 16px;
    margin-right:5rem;
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
  .discount-acc {
    margin-right:0 ;
}
}
@media screen and (max-width:768px) {
  .discount-acc {
    margin:0 auto;
  }
}
 .d-country {
   padding-top:0.9rem !important ;

 }
/* ul li:nth-child(2) .multicolumn-card__info {
  gap:7rem;
}
ul li:nth-child(3) .multicolumn-card__info {
  gap:7rem;
}
 */

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
  .discount-logo {
  width:60% !important;
}
}



/* image-banner */

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.banner-text p {
  animation: zoomIn 1s ease-in-out;
}

.banner-text p {
  font-size: 70px;
  margin-bottom: 7rem;
  margin-top: 15rem;
  font-weight: 600;
}
.banner-content {
  position:absolute;
  margin-left: 15rem;
}

.banner {
  display:flex;
  flex-direction:column;
}
    .banner-image {
      float: right;
    }
    .banner-button {
      display: block;
      margin-top: 20px;
    }
.img-with-text img {
  width:auto;
}
.img-with-text {
  display: flex;
    align-items: center;
    gap: 2rem;
}
.img-with-text p {
  margin:0;
}
.custom-discount {
  font-family: 'Josefin Sans';
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: auto;
  height: 8.4rem;
  border-radius: 5rem;
  background:#470C7C;
  color:white;
  margin-top: 4rem;
  padding: 4rem;
  text-decoration:none;
}

.custom-discount img {
  width:auto;
  height:auto;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
   .banner-content {
    position: absolute;
    margin-left: 13rem;
  }
  .banner-text p {
    font-size: 6rem;
    margin-bottom: 5rem;
    margin-top: 10rem;
}
  
 }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.banner-content h2 {
    font-size: 41px;
}
  .img-with-text p {
    font-size:12px;
  }
  .banner-content {
    margin-left:8rem;
  }
  .banner-text p {
    font-size: 4rem;
    margin-bottom: 1rem;
    margin-top: 6rem;
}
  .custom-discount {
    gap: 1rem;
    height: 5.4rem;
    padding: 3.5rem;
    font-size: 16px;
   
}
  .contact-detail img {
    width:50px;
  }
} 

.banner-image {
  display: none;
}

.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}
.banner-text h2 {
  font-size:50px;
}
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
  }
  .banner-text  {
   font-size: 36px !important;
}
  .custom-discount {
    gap: 1rem;
    height: 6.4rem;
    padding: 3.5rem 1rem;
    font-size: 16px;
     justify-content: flex-start;
    width:fit-content;
}
  .custom-discount img {
    width:40px;
  }
  .banner-content .banner-text,
  .banner-content .img-with-text,
  .banner-content .custom-discount {
    order: 1;
  }
  .banner-image.mobile-banner {
    order: 2;
  }
  .custom-discount {
    margin-top:2rem;
    margin-bottom: 2rem;
  }
  .banner-text br {
  content: "";
  }
  .banner-text br:after {
    content: " ";
  }
  .img-with-text p {
    font-size: 15px;
}
  .img-with-text {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
  .img-with-text p {
    padding-bottom: .5rem;
  }
  .banner-text p {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0;
}
.banner-content {
  position:relative;
  margin-left:0;
  padding: 0 2rem;
}
  .img-with-text img {
  padding-top:0.5rem;
}
}


/* section2 */
.main-content {
  display:flex;
  align-items:center;
  justify-content: space-around;
  width:100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.icon-text {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0 0 2rem;
    font-family: 'Josefin Sans';
    font-size: 22px;
    color: #470C7C;
    font-weight: 600;
}

.icon-text p {
  margin:0;
}

  .head-des {
    width:40%;
}


.head-des h2 {
  font-family: 'Josefin Sans';
  font-size: 40px;
   width: 53%;
  font-weight: bold;
  margin-bottom:0;
}
.head-des p {
  margin-bottom:0;
}

.icon-text img {
  padding: 8px 18px;
  width: 60px;
  box-shadow: 0px 1px 2px #0000004d;
}
 @media only screen and (min-width: 768px) and (max-width: 1024px)  {

    .main-content {
    display:block;
    }
    .head-des {
      width:100%;
    }
   .icon-text {
     margin: 2rem 0px 2rem;
     gap:2rem;
   }
   .icon-text img {
  padding:0;
  width: auto;
  box-shadow: none;
}
  /* .custom-discount {
    font-size: 16px;
    gap: 1rem;
    width: 100%;
    height: 6.4rem;
    padding-left: 2rem;
  }
  .icon-text p {
    font-size:2px;
  } */
} 

@media screen and (max-width: 767px) {
  .icon-text img {
    padding: 6px 6px;
    width: auto;
    box-shadow:none;
}
  .head-des p {
    margin-bottom: 2rem;
}
  .head-des h2 {
   width: 100%;
}
  .icon-text {
    align-items: flex-start;
}
.head-des {
  width:100%;
}
  .icon-text p {
    font-size: 22px;
}
  .main-content {
  display:block;
  padding: 0 1.5rem;
}

}
.icon-content {
 width: 50%;
}

@media screen and (max-width: 767px) {
.icon-content {
 width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .icon-content {
 width: 100%;
}
}
/* section3  */

.D-main {
  border-top-left-radius: 10rem;
  border-top-right-radius:10rem;
  padding-bottom:6rem;
}
 .D-video {
   width:67%;
   text-align:center;
   color:white;
 } 
.D-heading {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
 .D-message {
    font-family: Josefin Sans !important;
    font-size: 22px;
    width: fit-content;
    letter-spacing: 0;
 }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .D-main {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom:0;
  }
  
  .D-video {
   width:100%;
 } 
  .D-heading {
  font-size: 40px;
}
}
@media screen and (max-width: 768px) {
   .D-video {
     width:100%;
   } {
  
   }
  .D-main {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom:0;
}
   .D-message {
    font-size: 17px;
    
 }
.D-heading {
  font-size:33px;
}
}



/* section 4 */

.d-background {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) { 
    .d-background:hover {
        transform: scale(1.05); 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    }
}

.bottom-space {
  padding-bottom:15rem;
}
.heading-center {
  justify-content:center;
}
.subhead-center {
  width: 83%;
  margin: 0 auto;
  text-align:center;
  font-size:18px;
  margin-bottom: 4rem;

}
.D-gap {
  gap:1.5rem;
}

.d-button {
    background: #470C7C;
    margin: 0 auto; 
    margin-top: 2rem !important;
    padding: 15px 30px;
    border-radius:50px;
    color:white ;
   text-decoration:none;
}
.discount-media {
      padding: 30%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.d-background {
   box-shadow: 0 10px 50px rgba(250, 152, 63, 0.4);
}
.dicon-text {
  display:flex;
  align-items:center;
  gap:1.5rem;
  justify-content:left;
  padding:6px 0;
  font-weight:700;
  font-size: 15px;
}
.dicon-text img {
  width:30px;
  height:30px;
}
.dicon-with-text {
  width:auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .subhead-center {
    width: 100%;
}
  .standard-tab {
    flex-grow:0 !important;
    width: calc(49% - 1rem* 2 / 3) !important;
  }
}

@media screen and (max-width: 768px)  {
  .subhead-center {
  width: 100%;
  font-size:17px;
 }
  .bottom-space {
  padding-bottom:5rem;
}
}



/* newsletter section */
/* Newsletter section */
.contact-detail {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.discount-info {
  display: flex;
  position: absolute;
  justify-content: space-evenly;
  box-shadow: 0px 1px 23px #0000004d;
  background: white;
  border-radius: 2rem;
  padding: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
}

.contact-detail h2 {
  color: #470C7C;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-detail {
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .discount-info  {
    padding: 3rem;
    gap: 2rem; /* Changed gap from 5rem to 2rem for better spacing */
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .discount-info  {
    display: block;
    padding: 3rem;
  }
  .contact-detail {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .contact-detail img {
    width: 33px;
  }
}
/* @media screen and (max-width: 383px) {
.contact-detail {
  flex-direction:column;
  align-items:flex-start;
}
} */

/* footer */
.top-space {
  padding-top:18rem !important;
  padding-bottom: 0rem !important;
}
.footer-background {
  background:#470C7C;
}
.left {
  padding-left:0 !important;
  padding-right:2rem;
}
.footer-img-text p {
      width: 65%;
    font-size: 12px;
}
.d_input {
  
  background-color:white !important;
  opacity:1 !important;
  border-radius: 5px !important;
}
.D-hide {
  display:none;
}
.d-label {
  color:black !important;
}
.d-icon {
  background-color:orange !important;
  height: 4.5rem !important;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;

}

.line-height {
border-bottom:1px solid white;
  padding-bottom: 7rem;
}
.custom-copyright {
  font-size: 16px;
  font-family: 'Josefin Sans';
  padding:2rem;
  text-align:center !important;
}
.custom-width {
  width:100%;
}
.hide-copyright {
  display:none !important;
}
.custom-center {
  display:flex;
  align-items:center;
  gap:1rem;
  justify-content:center;
}
.d-social-icons {
    display: flex;
    gap: 2rem;
    margin: 2rem 0px;
}
@media (min-width: 747px) and (max-width: 1024px) {

  .d-social-icons {
    gap: 1rem;
}
}
.foot-img {
  margin-bottom:0;
  text-align:left !important;
}
.footer-d-heading {
  text-align:left;
  font-size:19px;
}
.discount-footer-block__heading {
  text-align:left !important;
  margin-top:2rem !important;
}

@media screen and (max-width: 767px) {
.d-links {
  justify-content:left !important;
}
}