* {
    margin: 0;
    padding: 0;
    font-family: system-ui;
}
.page-width {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.announcement-bar {
    background-color: #f8d570;
    color: black;
    padding: 5px 0;
    text-align: center;
}
.announcement-slider {
    max-width: 100%;
    margin: 0 auto;
}
.announcement-slider .slide {
    font-size: 16px;
    padding: 5px;
}
.announcement-slider .slide a{
color:black;
}
.slick-arrow svg {
    fill: black;
}
/*Header Desktop Start*/
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}
header.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 999999;
    box-shadow: 0px 0px 4px #8080804d;
}
.header-logo img {
    width: 130px;
}

.header-logo {
    width: max-content;
}

header.header-wrapper {
    padding: 15px 0px;
}
.header-shop-now a {
    color: white;
    text-decoration: none;
    background: #000923;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 30px;
    font-size:18px;
}
.marquee-wrapper {
  background-color: #000923;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  padding: 7px 0;
  position: relative;
  width: 100%;
}
.marquee {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-scroll 30s linear infinite;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.marquee span {
  font-size: 16px;
  padding-right: 85px;
}
/*Image with Text Start*/
.image-with-text-wrapper{
    background:linear-gradient(180deg,#FFD870 0,rgba(248,213,112,0.5) 75%,rgba(248,213,112,0) 100%);
}
.image-with-text-content {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.text-section, .image-section {
   width:48% 
}
.text-section {
    text-align: left;
    padding: 0px 30px;
}
.text-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: black;
    line-height: 1.2;
}
.text-section p {
    font-size: 22px;
    margin-bottom: 20px;
    color: black;
    width: 65%;
}
.text-section .shop-now-btn {
    padding: 8px 5px;
    background-color: #091c33;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3sease;
    display: inline-block;
    width: 230px;
    text-align: center;
}
.shop-now-btn:hover {
    background-color: #0056b3;
}
.image-section img {
    max-width: 90%;
    height: auto;
    margin:0 auto;
    display: flex

}
/*Grid Slider Start*/
.grid-slider-content .slick-slide {
    margin: 0px 15px;
    margin-bottom: 5px;
}

.grid-slider-item-image img {
    width: 100%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.grid-slider-item {
    box-shadow: 0 2px 5px #00000024;
    border-radius: 30px;
}
.grid-slider-item-image {
    position: relative;
}

.grid-discount {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #e74715;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border-radius: 10px;
}
.grid-slider-item-description {
    text-align: center;
    padding: 15px 12px;
}

.grid-slider-item-description h3 {
    font-weight: 500;
    color: #091c33;
    font-size: 16px;
    margin-bottom: 5px;
}

.grid-slider-item-description p {
    font-size: 14px;
    color: #7c7c81;
    line-height: 1.2;
    margin-bottom: 15px;
}
.shop-now-btn-txt {
    background: #000923;
    padding: 7px 0px;
    border-radius: 30px;
    font-size: 14px;
}
.grid-slider-item-description a {
    text-decoration: none;
    color: white;
}
.grid-slider-title {
    text-align: center;
    margin-bottom: 30px;
}

section.grid-slider-wrapper {
    padding: 30px 0px;
}
/*Brand Section Start*/
section.marquee-wrapper.logo-marque .marquee {
    align-items: center;
}
section.marquee-wrapper.logo-marque .marquee img {
    padding-right: 65px;
    width: 125px;
    height: 65px;
    object-fit: contain;
}
.logo-marquee-heading {
    text-align: center;
    margin-bottom: 30px;
}
/*Review Css Start*/
.reviews-top-heading {
    margin-bottom: 30px;
}

section.reviews-main-wrapper {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.reviews-top-heading h2 {
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 10px;
}
.reviews-top-heading h2 br{
   display:none;
}
.reviews-top-heading p {
    font-size: 24px;
}

.reviews-top-grid-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-top-grid-item {
    width: 25%;
    padding: 10px 10px;
    margin:0px 5px;
}
section.marquee-wrapper.logo-marque {
    padding: 20px 0px;
}
.reviews-top-grid-item h3 {
    font-size: 50px;
}
.reviews-top-grid-item p {
    font-size: 18px;
    margin-top: 5px;
}
.reviews-client-star img {
    width: 100%;
}

.reviews-client-grid-item {
    background: #946fc640;
    border-radius: 25px;
}

.reviews-client-star {
    width: 32%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.reviews-client-grid-item {
    padding: 30px 10px;
    width: 90% !important;
}

.reviews-client-description h4 {
    font-weight: normal;
    font-size: 18px;
    height: 54px;
    overflow: hidden;
}

.reviews-client-description p {
    margin-top: 10px;
}

.reviews-client-grid-content .slick-slide {
    margin: 0px 5px;
}
.reviews-client-grid-content {
    margin-top: 35px;
}
.new-slider-slide-dots {
    text-align: center;
    margin-top: 15px;
}
.new-slider-slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.new-slider-slide-dots li button {
  position: relative;
  text-indent: -9999px;
      padding: 0px 4px;
  background:none;
      border: none;
}
.new-slider-slide-dots li button:before {
  content: "";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
}
.new-slider-slide-dots li.slick-active button:before {
  content: "";
      width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
  background:black;
}
.client-slider {
    margin-bottom: 0 !important;
}
.diffrence-content img {
    width: 100%;
}
img.desktop-image {
    display: flex;
}
img.mobile-image {
    display: none;
}
/*Icons Section Start*/
.icons-main-wrapper{
    background: linear-gradient(180deg,white 0%,#FFD871 100%);
    padding-top: 40px;
    padding-bottom: 35px;
}
.icons-item img {
    width: 60%;
}

.icons-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.icons-item {
    width: 18%;
    padding: 0px 5px;
}

.icons-item p {
    font-size: 20px;
    margin-top: 5px;
}

.icons-title {
    text-align: center;
}

.icons-title h2 {
    font-size: 30px;
    font-weight: normal;
}
footer.footer-main-wrapper {
    background: #f6f3ef;
    padding: 35px 0px;
}

.footer-logo {
    width: 10%;
}

.footer-logo img {
    width: 100%;
}
.footer-desciption {
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-desciption p {
    line-height: 1.8;
}
.footer-desciption a {
    color: black;
    font-weight: 500;
}
.footer-social-wrapper {
    display: flex;
}

.footer-social-item {
    margin-right: 30px;
}
/*back to top*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #e4dbf1;
    border: none;
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  
  .back-to-top:hover {
    background-color: #e4dbf1;
  }
  .back-to-top img {
    width: 16px;
    display: flex;
}
@media (max-width: 768px) {
    .header-logo img {
        width: 100px;
    }
    .header-shop-now a {
        font-size: 14px;
    }
    .page-width {
        max-width: 100%;
        margin: 0 auto;
        width: 90%;
        padding: 0px 0px;
    }
    img.desktop-image {
        display: none;
    }
    img.mobile-image {
        display: flex;
    }
    .announcement-slider button.slick-arrow {
        display: none !important;
    }
    .header-content {
        padding: 0px 0px;
    }
    header.header-wrapper {
        padding: 10px 0px;
    }
    .marquee span {
        font-size: 16px;
        padding-right: 50px;
    }
    .image-with-text-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    row-gap: 20px;
    }
    .text-section {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .text-section h2 {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .text-section p {
        font-size: 20px;
        width: 100%;
    }
    .image-section {
        width: 100%;
        margin-top: 15px;
    }
    .shop-now-btn-txt {
        padding: 2px 0px;
        font-size: 18px;
    }
    .grid-slider-content .slick-slide {
        margin: 0px 8px;
        margin-bottom: 5px;
    }
    .logo-marquee-heading {
        margin-bottom: 10px;
    }
    section.marquee-wrapper.logo-marque {
        padding: 15px 0px;
    }
    .reviews-top-heading h2 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .reviews-top-heading h2 br{
        display:block;
     }
     section.reviews-main-wrapper {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .reviews-top-heading p {
        font-size: 16px;
    }
    .reviews-top-grid-item h3 {
        font-size: 34px;
    }
    .reviews-top-grid-content {
        align-items: flex-start;
    }
    .reviews-top-grid-item {
        width: 32%;
        padding: 5px 5px;
        margin: 0px 0px;
    }
    .reviews-top-grid-item p {
        font-size: 12px;
        margin-top: 5px;
    }
    .reviews-top-heading {
        margin-bottom: 5px;
    }
    .reviews-client-grid-content {
        margin-top: 25px;
    }
    .reviews-client-description h4 {
        font-size: 16px;
        height: 52px;
        font-weight: 500;
    }
    .new-slider-slide-dots li.slick-active button:before {
        width: 8px;
        height: 8px;
    }
    .new-slider-slide-dots li button:before {
        width: 8px;
        height: 8px;
    }
    .icons-title h2 {
        font-size: 24px;
    }
    .icons-content {
        margin-top: 35px;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .icons-item {
        width: 40%;
        padding: 0px 5px;
    }
    .icons-item p {
        font-size: 16px;
        margin-top: 2px;
        line-height: 1.2;
    }
    footer.footer-main-wrapper {
        padding: 25px 0px;
    }
    .footer-logo {
        width: 25%;
    }
}



