/*CATEGORY DIVS*/
.category-hl h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
}   
.slider-container {
  width: 100%;
}    
.carousel-div-box {
    width: 100%;
}
.shop-style-img-2 {
    width: 100%;
    background: #F4F4F1;
    height: 100%;
        padding: 2% 8%;
}    
.shop-style-img-2 img{ 
    margin-top: 30px;
    }

/*SHAPES DIVS   */  
.labor-day-blankets-info {
    text-align: center;
    padding: 0 3%;
    padding-top: 30px;
}
.labor-day-blankets-info h2 {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: "Inter";
    margin-top: 5px !important;
    line-height: 23px;

} 
.shop-throws-info-pink h1, .shop-throws-info-pink h3 {
    color: #fff !important;
}   
.shop-throws-info-pink .shapes-percent-div-1 {
    color: #FF4BF7 !important;
} 
.style-info-aqua .shapes-percent-div-1 {
    color: #36FFE8 !important;
} 
.pattern-info-pink .shapes-percent-div-1 {
    color: #FF4BF7 !important;
}     
.labor-day-blankets-info h3 {
    font-size: 15px !important;
    text-align: center;
    margin: 5px 0;
    color: #fff;
}   
.shapes-percent-div-1 {
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 0 19%;
}
.shapes-number-1 {
    width: 70%;
    float: left;
    font-size: 80px !important;
    font-weight: bold;
    line-height: 90%;
    text-align: right;
}
.shapes-discount-1 {
    width: 30%;
    float: left;
      line-height: 23px;
}
.shapes-percentage-1 {
    font-size: 45px !important;
    font-weight: bold;
    line-height: 107%;
}
.shapes-off-1 {
    font-size: 20px !important;
    font-weight: bold;
}      
.labor-day-blankets-info-img {
    height: auto !important;

}   
.style-img img, .patterns-img img {
        margin-top: 40px;
        float: left;
        border-radius: 0 0 10px 10px !important;
    }    

/* Carousel container */
.swiper_slider {
  width: 100%;
  padding-block-end: 35px;
}

/* Carousel items */
.carousel-items-2 {
  display: flex;
  transition: transform 0.5s;
}
.shop-style-div-1 {
  width:100%;
  background: #F4F4F1;
  padding: 3% 0 0;
  height: 100%;
    }
.shop-throws-info-pink .shop-style-div-1 {
border-bottom: 10px solid #FF4BF7;
    }    

/* Navigation buttons (optional) */
.carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.carousel-nav button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.carousel-nav button:focus {
  outline: none;
}
/* CSS for the dots */
.carousel-dots-1 {
  text-align: center;
  margin-top: 10px;
}
.carousel-dots-2 {
  text-align: center;
  margin-top: 10px;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff !important;
    transition: .3s;
    border-radius: 50%;
    margin: 0 15px !important;
    opacity: unset;
}
.swiper-pagination-bullet-active {
  background-color: #ff0000 !important; /* You can adjust the active dot color */
}
.white-dots .swiper-pagination-bullet {
        background-color: #fff !important;
        opacity: 100% !important;
    }
.white-dots .swiper-pagination-bullet-active {
    background-color: #A37E08 !important;
    opacity: 100% !important;
}

    
a:hover {
/*    opacity: 80%;*/
    text-decoration: none;
}    
.zoom {
  transition: transform .4s;
}
.zoom:hover {
  -ms-transform: scale(101%); /* IE 9 */
  -webkit-transform: scale(101%); /* Safari 3-8 */
  transform: scale(101%); 
}   
hr {
    border-top: 2px solid rgba(0,0,0,.1);
    background: #00FBFF;
    width: 20%;
    margin: 15px auto 0; 
}
.ls-2 {
    letter-spacing: 2px;
} 
.round-corners {
    border-radius: 10px !important;
}    
.center-content {
    text-align: center;
}
.center-image {
    margin: 0 auto; /* This centers a block-level element horizontally */
    display: block; /* Ensures that the margin works as expected */
}
.clear-space {
    margin-bottom: 30px; /* Adjust the value as needed */
}   
.banner-img img {
    object-fit: cover;
    width: 100%;
} 
.no-margin {
    margin: 0 !important;
}  
.color-blue {
    color: #5270B6 !important;
}    
   
/*SLIDE UP FX*/
.slide-up-fx-1.visible, .slide-up-fx-2.visible, .slide-up-fx-3.visible, .slide-up-fx-slow.visible, .slide-down-fx-1.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-left-fx-1.visible, .slide-right-fx-1.visible {
    opacity: 1;
    transform: translateX(0);
}
.slide-up-fx-1 {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s ease-in-out, opacity .5s ease-out;
} 
.slide-down-fx-1 {
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 1s ease-in-out, opacity .5s ease-out;
}        
.slide-up-fx-2 {
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1s ease-in-out, opacity 1s ease-out;
}   
.slide-up-fx-3 {
    opacity: 0;
    transform: translateY(200px);
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-out;
} 
.slide-up-fx-slow {
    opacity: 0;
    transform: translateY(400px);
    transition: transform 2.5s ease-in-out, opacity 1.5s ease-out;
} 

/*SLIDE LEFT RIGHT FX*/    
.slide-left-fx-1 {
    opacity: 0;
    transform: translateX(300px);
    transition: transform 1.5s ease-in-out, opacity 2s ease-out;
} 
.slide-right-fx-1 {
    opacity: 0;
    transform: translateX(-300px);
    transition: transform 1.5s ease-in-out, opacity 2s ease-in-out;
}     

.zoom-rug {
      transition: transform .4s;
    }
.zoom-rug:hover {
      -ms-transform: scale(107%); /* IE 9 */
      -webkit-transform: scale(107%); /* Safari 3-8 */
      transform: scale(107%); 
    }     
    
    
    
/*LABOR DAY BANNER SECTION*/ 
.labor-day-banner-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.labor-day-banner {
    position: relative;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/banner/labor-day-pattern-gif.gif);
    background-position: top;
    background-attachment: fixed;
    background-size: 19%;
    width: 100%;
    height: 700px;
    transition: height 1.5s ease-in-out; /* Smooth transition for height */
}
.labor-day-banner-text {
    position: absolute;
    width: 750px;
    z-index: 1; /* Ensure the text is above the video */
    top: 50%;
    left: 50%; /* Center the image horizontally */
    transform: translate(-50%,-50%); /* Adjust the horizontal centering */
    transition: padding-top 1.5s ease-in-out; /* Smooth transition for height */
    }
.labor-day-banner-text img {
    box-shadow: 2px 10px 15px rgba(0, 0, 0, .1); /* Shadow for the image */
    border-radius: 15px; /* Rounded corners */
}
    
/*-- END OF SUMMER --*/
#lab-day-background {
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/right-stars-bg.png);
    background-repeat: no-repeat;
    background-position: 650px -120px;
    background-size: 100%;
} 
.labor-day-hl {
    padding-top: 150px !important;
}     
.labor-day-hl h2 {
    font-size: 50pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    text-align: center;
    line-height: 50px !important;
    margin: 0 !important;
}
.lab-day-about p {
    font-size: 25px !important;
    font-family: "Inter";
    color: #808080;
    text-align: center;
    padding: 0 12%;
    letter-spacing: 1pt;
    font-weight: 300;
    padding-top: 90px;
}
.shop-now-button-div {
    padding-top: 90px;
    margin: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.shop-now-button {
    background-color: #CB212A; /* Red color */
    color: #FFFFFF; /* White text */
    padding: 20px; /* Padding for the button */
    border: none; /* Remove border */
    border-radius: 10px; /* Rounded edges */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make it inline-block */
    font-size: 25px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition */
    width: 300px;
    height: 75px;
}
.shop-now-button:hover {
    color: #FFFFFF; /* White text */
    background-color: #5270B6; /* Darker red on hover */
}     
    
/*3 RUGS    */
.labor-day-3-rugs {
    position: relative;
    width: 1500px;
    height: 750px;
    margin: auto;
    margin-top: 100px;
}    
.labor-day-left {
    position: absolute;
    left: 5%;
    z-index: -1;
    width: 450px;
}    
.labor-day-center {
    position: absolute;
    width: 800px;
    z-index: 2;
    left: 25%;
    top: 105px;
}
.labor-day-right {
    position: absolute;
    right: 4%; /* Initial position */
    z-index: -1;
    width: 580px;
    top: 270px;
}    

/*NEW/SUMMER DIVS*/
.lab-day-new-div {
    position: relative;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/banner/new-arrivals-bg.jpg);
    background-size: 150%;
    background-position: center;
    width: 100%;
    height: 800px;
    transition: height 1.5s ease-in-out; /* Smooth transition for height */
}
.lab-day-sum-div {
    position: relative;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/banner/summer-bg.jpg);
    background-size: 150%;
    background-position: center;
    width: 100%;
    height: 800px;
    transition: height 1.5s ease-in-out; /* Smooth transition for height */
}
.lab-day-new-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(203, 33, 42, 0.6); /* Updated to the new color with 90% opacity */
    z-index: 1; /* Ensure the overlay is on top of the background */
}
.lab-day-sum-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 112, 182, 0.6); /* Updated to the new color with 90% opacity */
    z-index: 1; /* Ensure the overlay is on top of the background */
}    
.lab-day-new-div, .lab-day-sum-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.lab-day-box {
/*        padding: 0 25%;*/

    }
.lab-day-box h1 {
    font-size: 85px !important;
    color: #fff;
    z-index: 2;
    width: 100%;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 35%;
    line-height: 80px;
    font-weight: 700 !important;
}
.shop-now-button-div-1 {
    padding-top: 40%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.shop-now-button-1 {
    color: #FFFFFF; /* White text */
    padding: 15px 20px; /* Padding for the button */
    border: 1px solid #fff; /* Remove border */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make it inline-block */
    font-size: 30px; /* Font size */
    font-weight: 400;
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, border-radius 0.3s ease; /* Smooth transition */
    width: 300px;
    height: 75px;
}
.shop-now-button-1:hover {
    color: #000; /* White text */
    background-color: #ffffff; /* Darker red on hover */
    border-radius: 50px;
}       
 
/*SHAPE RUG */
.rug-shape {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}   
.white-bg {
    background-color: #fff;
}    
.rug-shape h3{
        font-size: 40px !important;
        font-weight: 700 !important;
        letter-spacing: 1px;
        color: #808080;
        font-family: "Inter";
        text-align: center;
    }
.rug-shape p{
        font-size: 15px !important;
        font-weight: 300 !important;
        letter-spacing: 1px;
        color: #808080;
        font-family: "Inter";
        text-align: center;
        padding: 0 17%;
    }     
.rug-shape p.shape-size {
    font-size: 20px !important;
    padding-bottom: 25px;
}       
.shape-img {
        transition: transform 0.5s ease; /* Transition effect for the image */
    }
.round-shape-1:hover .shape-img,
.oval-shape-1:hover .shape-img,
.square-shape-1:hover .shape-img {
    transform: translateY(-30px) rotate(-5deg); /* Adjust the rotation angle as needed */
    transform-origin: center; /* Ensure the rotation happens around the center */
    transition: transform 0.3s ease; /* Smooth transition effect */
}
.round-shape-1,
.oval-shape-1,
.square-shape-1 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.round-shape-1 a{
    text-align: center;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.oval-shape-1 a{
    text-align: center;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.square-shape-1 a{
    text-align: center;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.round-shape-1:hover a,
.oval-shape-1:hover a,
.square-shape-1:hover a {
    color: #BE141B;
    cursor: default;
}    

/*ROTATING BED*/
.rotating-container {
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/banner/ribbons-bg.png);
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
}
.section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    padding: 0 15%;
  }
#section1 {
    position: relative;
    margin: auto;
}
#changingImage {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;    
    border-radius: 90px; /* Adjust the radius based on your preference */
}
.rotating-hl {
    background-color: #BE141B;
    position: absolute;
    top: 20%;
    width: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    padding: 30px 0;
    border-radius: 30px;    
}
.rotating-hl h2 {
    font-size: 55px !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #ffffff;
    text-align: center;
    line-height: 45px !important;
}
.rotating-hl h3 {
    font-size: 35px !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #ffffff;
    text-align: center;
    line-height: 45px !important;
}
.rotating-hl p {
    font-size: 15px !important;
    font-family: "Inter";
    font-weight: 300 !important;
    color: #fff;
    text-align: center;
    padding: 0 23%;
}
 
/*COZY BLANKETS*/
.lab-day-background {
    position: relative;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/left-stars-bg.png);
    background-color: #23335A;
    background-repeat: no-repeat;
    background-position: -510px 80%;
    background-size: 85%;
    margin-top: 50px;
    padding-top: 150px !important;
    padding-bottom: 80px;
    z-index: 3;
}
.lab-day-hl h2 {
    font-size: 65pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #ffffff;
    text-align: center;
    font-style: italic;
    line-height: normal !important;
}  
.lab-day-hl h3 {
    font-size: 35pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #ffffff;
    text-align: center;
    font-style: italic;
    line-height: normal !important;
}    
.lab-day-outdoor p{
    padding: 0 24%;
    font-size: 25px !important;
    color: #fff;
    text-align: center;
    letter-spacing: 1pt;
    font-weight: 300;
    font-family: "Inter";
    padding-bottom: 50px;
}      
.lab-day-content {
    display: flex;
    overflow: hidden; /* Hide overflow to prevent horizontal scrollbars */
}
.lab-day-copy-box {
    opacity: 0; /* Initially hide element */
    transform: translateY(300px); /* Move the box downwards initially */
    transition: opacity 1s, transform 2s; /* Add transition effects */
}       
.lab-day-box-left {
    flex: 0 0 40%;
    max-width: 40%;
}
.lab-day-box-right {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}
.lab-day-copy {
    width: 60%;
    letter-spacing: 1px;
    margin-right: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lab-day-copy a{
    font-size: 25px;
}
.lab-day-copy a:hover{
    color:red !important;
}    
.lab-day-copy h2 {
    text-align: right;
    font-size: 40px !important;
    font-weight: Bold !important;
    font-family: "Inter";
    color: #ffffff;
}
.lab-day-copy p {
    text-align: right;
    font-size: 25px !important;
    font-family: "Inter";
    color: #ffffff;   
}
    
/*RUG IMAGE    */
.rug-image-1 {
    width: 95%;
    opacity: 0; /* Initially hide elements */
    transform: translateX(600px); /* Initial position off-screen to the right */
    transition: opacity 1s, transform 3.5s; /* Add transition effects */
}
.rug-image-1 img {
    border-radius: 20px;
}    
.rug-image-1-copy {
        position: absolute;
        bottom: -140px;
        left: 160px;
        z-index: 4;
    }
.rug-image-1 {
  position: relative;
  width: fit-content;
}
.rug-image-1 .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rug-image-1:hover .image-hover {
  opacity: 1;
}
.rug-image-1:hover .image-normal {
  opacity: 0;
}   
   
/*BLANKET GALLERY*/
.swiper-slide h2 {
    color: #ffffff;
} 
.labor-day-blankets img {
border-radius: 10px;
}

/*OUTDOOR IN OUT BANNER*/
.lab-day-in-out-div {
        position: relative;
    margin-top: 30px;
    }    
.lab-day-in-out-banner {
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/indoor_outdoor.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 1000px;
}    
.lab-day-in-out-title {
    font-size: 50pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}   
.lab-day-in-out-content {
    position: absolute;
    z-index: 4;
    width: 100%;
}
.lab-day-in-out-info {
    position: absolute;
    top: 20%;
/*    top: 20%; Use when info is inside image*/
    right: 16%;
    background-color: #fff;
    padding: 39px 40px 30px;
    border-radius: 20px;
    width: 320px;
    z-index: 1;
}
.lab-day-in-out-info h3 {
        font-family: "Inter";
        font-size: 25px !important;
        font-weight: 700 !important;
        color: #808080;
        padding-bottom: 20px;
    }    
.lab-day-in-out-info p {
    font-family: "Inter";
    color: #808080;
    font-size: 15px !important;
/*    padding-bottom: 20px;*/
    line-height: 30px;
}
.in-out-door-rug {
        position: absolute;
        left: 50%;
        top: 680px;
        transform: translateX(-50%);
    }    
.lab-day-in-out-image-1 {
    position: absolute;
    width: 1200px;
    height: 530px;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/indoor-outdoor-botanical-rug.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 50%; /* Move the image 50% from the left edge of its container */
    top: 598%; /* Move the image 50% from the top edge of its container */
    transform: translate(-50%, -50%); /* Center the image both horizontally and vertically */
    margin: 0 auto; /* Center horizontally if needed */
}    
.in-out-slider {
    position: relative;
    width: 100%;
    height: 900px; /*This set the heigh depending on screen*/
    overflow: hidden;
    transition: height 1.5s ease-in-out; /* Smooth transition for height */
}
.in-out-slides {
    display: flex;
    transition: transform 0.5s ease;
}
.in-out-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}
.in-out-slide img {
    width: 100%;
    height: 900px; /*This set the heigh depending on screen*/
    object-fit: cover;
}
.arrow-in-out {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    cursor: pointer;
    color: white;
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
}
.prev-in {
    left: 10px;
}
.next-out {
    right: 10px;
}   
    
/*SEASONAL SECTION*/
.lab-day-seasonal-bg {
    position: relative;
    background-image: url(https://assets.rugimg.com/webpage/Rugs.com/Labor-Day/2024/blocks/banner/seasonal-bg.jpeg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
/*    background-size: contain;*/
    margin-top: 20px;
/*    background-attachment: fixed;*/
}
.lab-day-seasonal-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86); /* White overlay with 40% opacity */
    pointer-events: none; /* Allows interaction with elements below the overlay */
}
.lab-day-seasonal-hl {
    margin-bottom: 100px;
}
.lab-day-seasonal-hl h2 {
    font-size: 75pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #808080;
    text-align: center;
    font-style: italic;
    line-height: normal !important;
    padding: 5% 0 0 0;
    margin-bottom: 0 !important;    
}
.lab-day-seasonal-hl h3 {
    font-size: 45pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    color: #808080;
    text-align: center;
    font-style: italic;
    line-height: normal !important;
}
.do-dont-vertical-line {
    position: absolute;
    width: 5px;
    height: 370px;
    background-color: #808080;
    border-radius: 2px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}    
.seasonal-left-box {
    width: 100%;
    padding-left: 25%;
    padding-right: 8%;
}
.seasonal-left-box h3 {
    font-family: "Inter";
/*    color: #C15E5E;*/
    color: #808080;
    font-size: 35pt !important;
    font-weight: Bold !important;
    font-style: italic;
    transition: color 0.3s ease; /* Add transition for color change */
}
.seasonal-left-box:hover h3 {
    color: #E02F27; /* Change the color on hover */
}    
.seasonal-hover:hover h3 {
    color: #375595 !important; /* Change the color on hover */
}      
.seasonal-left-box h4 {
    font-family: "Inter";
    color: #000;
    font-size: 20pt !important;
    font-weight: 700 !important;
    padding-bottom: 30px;
}     
.seasonal-left-box p {
    font-family: "Inter";
    color: #808080;
    font-size: 20px !important;
    text-align: right;
    padding-bottom: 30px;
} 
.seasonal-left-box ul li {
    font-family: "Inter";
    color: #808080;
    font-size: 20px !important;
    text-align: left;
    padding-bottom: 30px;
    list-style-type: disc; /* Ensures bullet points are displayed */
    list-style-position: inside; /* Optional: keeps bullet points inside the padding area */
}    
.seasonal-right-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 25%;
}
.seasonal-right-box h3 {
    font-family: "Inter";
    color: #808080;
    font-size: 35pt !important;
    font-weight: Bold !important;
    font-style: italic;
}
.seasonal-right-box:hover h3 {
    color: #E02F27; /* Change the color on hover */
}
.seasonal-right-box h4 {
    font-family: "Inter";
    color: #000;
    font-size: 20pt !important;
    font-weight: 700 !important;
    padding-bottom: 30px;
}     
.seasonal-right-box p {
    font-family: "Inter";
    color: #808080;
    font-size: 20px !important;
    text-align: left;
    padding-bottom: 30px;
}
.seasonal-right-box ul li {
    font-family: "Inter";
    color: #808080;
    font-size: 20px !important;
    text-align: left;
    padding-bottom: 30px;
    list-style-type: disc; /* Ensures bullet points are displayed */
    list-style-position: inside; /* Optional: keeps bullet points inside the padding area */
}   
.your-are-here {
    position: absolute;
    right: 0;
    width: 120px;
    top: -70px;
    transition: top 1.5s ease-in-out; /* Smooth transition for height */    
}   
    
/* Initial positions */
#seasonal-left{
    opacity: 0;
    transition: opacity 1s, transform 2s;
    transform: translateY(150px); /* Initial position */
}
#seasonal-right {
    opacity: 0;
    transition: opacity 1s, transform 2s;
    transform: translateY(150px); /* Initial position */
}

/* When scrolled and in view, show the elements */
.show {
    opacity: 1;
    transform: translateY(0);
}
.hover-word {
    display: inline-block; /* Ensures that the span element behaves like an inline element */
    transition: color 0.3s; /* Smooth transition effect */
}
.hover-word:hover {
    color: #CB212A; /* Color when hovered */
}
    
@media screen and (max-width: 1399.99px){ 
.labor-day-left {
    left: 8%;
    width: 390px;
}
 .labor-day-center {
    width: 700px;
}   
.labor-day-right {
    right: 5%;
    width: 507px;
    top: 230px;
}
.lab-day-box h1 {
    padding: 0 10% !important;
}    

/*NEW/SUMMER DIVS    */    
.lab-day-new-div, .lab-day-sum-div {
    height: 700px;

}    
/*ROTATING*/
#section1 {
    position: relative;
    margin: 0 15%;
}    

/*COZY BLANKETS*/
.lab-day-copy {
    width: 80%;
}    
.lab-day-copy p {
    font-size: 20px !important;
}    
    
    
    
}
@media screen and (max-width: 1200px) { 
    
/*BANNER*/
.labor-day-banner {
    height: 600px;
}
.labor-day-banner-text {
    width: 600px;
}    
    
/*END OF SUMMER*/  
.labor-day-hl {
    padding-top: 100px !important;
}
.lab-day-about p {
    padding-top: 60px;
}    
    
/*3 RUGS*/
.labor-day-3-rugs {
    width: 100%;
    height: 600px;
    margin-top: 70px;
}
.labor-day-left {
    width: 350px;
}    
.labor-day-center {
    width: 600px !important;
    left: 25%;
    top: 18%;
}
.labor-day-right {
    width: 410px;
    top: 210px;
}
.slide-left-fx-1 {
    transform: translateX(150px);
} 
.slide-right-fx-1 {
    transform: translateX(-150px);
}
    
/*NEW/SUMMER DIVS*/
.lab-day-new-div, .lab-day-sum-div {
    height: 600px;
}    
.lab-day-box h1 {
    font-size: 65px !important;
    top: 30%;
    line-height: 62px;
}
.shop-now-button-div-1 {
    padding-top: 25%;
}    
.shop-now-button-1 {
    padding: 1.5% 20px;
    font-size: 25px;
    width: 250px;
    height: 55px;
} 
    
/*ROTATING */     
.rotating-hl {
    width: 80%;
}    
.lab-day-outdoor p {
    padding: 0 11%;
}    
.lab-day-copy h2 {
    font-size: 35px !important;
    margin: 10px 0 !important;
} 
    
/*INDOOR/OUTDOOR*/
.lab-day-in-out-title {
    font-size: 40pt !important;
} 
.lab-day-in-out-info {
    right: 6%;
} 
    
/*SEASONAL*/
.lab-day-seasonal-hl h2 {
    font-size: 45pt !important;
}    
.lab-day-seasonal-hl h3 {
    font-size: 30pt !important;
}
.seasonal-right-box {
    padding-right: 15%;
}    
.seasonal-left-box, .seasonal-right-box {
    height: 400px;
} 
.your-are-here {
    top: -40px;
}    

} 
@media screen and (max-width: 992px) {
/*BANNER*/    
.labor-day-banner {
    height: 450px;
}
.labor-day-hl {
    padding-top: 70px !important;
}    

/*END OF SUMMER*/     
.lab-day-about p {
    font-size: 20px !important;
    padding: 0 10%;
}    
 
/*3 RUGS*/
.labor-day-3-rugs {
    width: 100%;
    height: 550px;
    margin-top: 70px;
}    
.labor-day-left {
    left: 4%;
    width: 320px;
}    
.labor-day-center {
    width: 530px !important;
    left: 22%;
    top: 17%;
}    
.labor-day-right {
    width: 350px;
    top: 210px;
}    

/*NEW/SUMMER DIVS*/    
.lab-day-new-div, .lab-day-sum-div {
    height: 500px;
}    
.lab-day-box h1 {
    font-size: 50px !important;
    top: 37%;
    line-height: 50px;
}    
.shop-now-button-div-1 {
    padding-top: 35%;
}
.shop-now-button-1 {
    padding: 1.5% 20px;
    font-size: 17px;
    width: 200px;
    height: 40px;
}
 
/*SHAPE*/
.labor-day-hl h2 {
    font-size: 35pt !important;
    font-family: "Inter";
    font-weight: Bold !important;
    text-align: center;
    line-height: 50px !important;
    margin: 0 !important;
}    
.rug-shape p {
    padding: 0 5%;
}    

    
.rotating-hl h3 {
    font-size: 25px !important;
    line-height: 25px !important;
}    
.rotating-hl h2 {
    font-size: 45px !important;
    margin: 10px 0 !important;
}    
.rotating-hl p {
    padding: 0 3%;
}
 
/*COZY BLANKETS*/
.lab-day-background {
    padding-top: 100px !important;
}    
.lab-day-hl h3 {
    font-size: 30pt !important;
}    
.lab-day-hl h2 {
    font-size: 45pt !important;
}
.lab-day-copy h2 {
    font-size: 25px !important;
    line-height: 28px !important;
}
.lab-day-outdoor p {
    padding: 0 11%;
    font-size: 20px !important;
}    
.lab-day-copy p {
    font-size: 17px !important;
}    
.lab-day-copy a {
    font-size: 15px;
}
/*SEASONAL*/
.lab-day-seasonal-hl h2 {
    padding: 2% 0 0 0;
}    
.lab-day-seasonal-hl {
    margin-bottom: 50px;
}  
.seasonal-left-box, .seasonal-right-box {
    height: auto;
}    
.seasonal-left-box {
    padding-left: 5%;
}
.seasonal-right-box {
    padding-right: 5%;
}
.seasonal-left-box h3, .seasonal-right-box h3 {
    font-size: 25pt !important;
}    
.seasonal-left-box h4, .seasonal-right-box h4 {
    font-size: 15pt !important;
} 
.seasonal-left-box ul li, .seasonal-right-box ul li {
    font-size: 15px !important;
}    
.your-are-here {
    width: 100px;
    top: -70px;
}    
    
}
@media screen and (max-width: 768px){
    
.labor-day-banner {
        height: 550px;
    } 
.labor-day-banner-text {
    width: 500px;
}   
.lab-day-about p {
    font-size: 16px !important;
    padding: 20px 6%;
} 
.shop-now-button-div {
    padding-top: 30px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
/*3 RUGS*/
.labor-day-3-rugs {
    width: 100%;
    height: 600px;
    margin-top: 70px;
    margin-bottom: 60px;
}    
.labor-day-left {
    width: 100% !important;
    left: 0%;
    padding: 0 20%;
}
.labor-day-center {
    width: 100% !important;
    left: 0%;
    top: 45%;
    padding: 0 10%;
}
    
    
/*NEW/SUMMER*/
.shop-now-button-1 {
    padding: 1% 20px;
    font-size: 17px;
    width: 200px;
    height: 40px;
}    
    
/*SHAPE RUG*/
.labor-day-hl h2 {
        margin: 15px 0 !important;
    }    
.versatile-detail {
    left: 12%;
}
.versatile-img {
    left: 100%;
    top: 16%;
}    
.lively-color {
    left: 13%;
}
.color-img {
    left: 64%;
    top: -36%;
}
.practical-surface {
    bottom: 9%;
}    
.practical-img {
    top: -20%;
}
#round-shape, #oval-shape, #square-shape {
    padding: 0% 10% 40px !important;
}
.round-shape-1 img, .oval-shape-1 img, .square-shape-1 img {
    width: 80%;
    object-position: bottom;
    margin: auto;
}    
.rug-shape {
     display: unset; 
}
    
    
    
/*ROTATING*/
.rotating-container {
    background-size: 200%;
}    
#section1 {
    position: relative;
    margin: 0 2%;
}  
#changingImage {
    border-radius: 50px;
}    
.rotating-hl {
    width: 60%;
}  
.rotating-hl h2 {
    font-size: 26pt !important;
    margin: 0px 0 !important;
    line-height: 30pt !important;
}
.rotating-hl p {
    margin-top: 15px;
}    
    
    
/*COZY BLANKETS*/
    
.labor-day-blankets {
    padding-left: 3%;
    padding-right: 3%;
}    

.lab-day-background .slide-up-fx-2 {
    padding-top: 5px !important;
}   
.lab-day-copy p {
    font-size: 12px !important;
}
    .labor-day-blankets {
        padding-left: 10%;
        padding-right: 10%;
    }
    
/*INDOOR/OUTDOOR    */
 .lab-day-in-out-title {
    font-size: 30pt !important;
}   
.lab-day-in-out-info {
    right: 8%;
    padding: 25px 23px 15px;
    width: 230px;
}    
.lab-day-in-out-info h3 {
    font-size: 25px !important;
}    
.lab-day-in-out-info p {
    font-size: 15px !important;
    line-height: 22px;
}
    .in-out-slider, .in-out-slide img {
        height: 700px;
    }   
    
.arrow-in-out {
    font-size: 60px;
}    
    
/*SEASONAL*/
    
.lab-day-seasonal-hl h2 {
    font-size: 35pt !important;
}    
.seasonal-left-box, .seasonal-right-box {
    height: 350px;
}    
    
.seasonal-left-box {
    padding-left: 5%;
}    
.seasonal-right-box {
    padding-right: 5%;
}     
 
    
    
}  
@media screen and (max-width: 576px) {
.labor-day-banner {
    height: 650px;
    background-size: 40%;
}    
.labor-day-banner-text {
    width: 500px;
}
    
/*ROTATING*/
#section1 {
    position: relative;
    margin: 0 10%;
}
#changingImage {
    border-radius: 20px;
}
.rotating-hl {
    width: 80%;
    top: 20%;
    border-radius: 10px;
    padding: 20px 0;    
}
.rotating-hl h3 {
    font-size: 20px !important;
    line-height: 20px !important;
}    
.rotating-hl h2 {
    font-size: 20pt !important;
    margin: 0px 0 !important;
    line-height: 30pt !important;
}
.rotating-hl p {
        margin-top: 10px;
        font-size: 12px !important;
        padding: 0 30px;
    }    
    
/*COZY BLANKETS    */ 
.lab-day-hl h3 {
    font-size: 25pt !important;
}    
.lab-day-hl h2 {
    font-size: 35pt !important;
}    
.lab-day-outdoor p {
    font-size: 15px !important;
}  
.lab-day-box-left {
    flex: 0 0 50%;
    max-width: 50%;
}    
.lab-day-copy h2 {
    font-size: 20px !important;
    line-height: 25px !important;
}    
.lab-day-copy {
    margin-right: 10px;
}    
.lab-day-copy p {
    font-size: 11px !important;
}    
   
    
    
/*INDOOR/OUTDOOR*/
.in-out-slider, .in-out-slide img {
    height: 450px;
}    
.lab-day-in-out-div {
    padding-bottom: 140px;
}    
.lab-day-in-out-info {
    padding: 40px;
    left: 0%;
    border-radius: 0px;
    width: 100%;
    top: 70%;
}
.lab-day-in-out-title {
    line-height: 40px;
}  
    
/*SEASONAL    */
.lab-day-seasonal-hl h2 {
    padding: 10% 0 0 0;
}    
.lab-day-seasonal-hl h3 {
    font-size: 23pt !important;
    }    
.do-dont-vertical-line {
    display: none;
}  
.seasonal-left-box, .seasonal-right-box {
    height: auto;
}    

}
@media screen and (max-width: 480px){
.labor-day-banner {
    height: 450px;
}    
.labor-day-banner-text {
    width: 320px;
}    

.labor-day-hl {
    padding-top: 30px !important;
}    
.labor-day-hl h2 {
    font-size: 25pt !important;
}    
.labor-day-3-rugs {
    height: 500px;
    margin-bottom: 0px;
}    
    
    
/*ROTATING    */
#section1 {
    position: relative;
    margin: 0 5%;
    padding-bottom: 10px !important;
}
.rotating-hl {
    top: 25%;
    padding: 15px 0;
}    
.rotating-hl h3 {
    font-size: 16px !important;
    line-height: 16px !important;
}
.rotating-hl h2 {
    font-size: 16pt !important;
    margin: 0px 0 !important;
    line-height: 20pt !important;
}    
.lab-day-box h1 {
    font-size: 40px !important;
    top: 35%;
    line-height: 40px;
}  
.rotating-hl p {
    margin-top: 10px;
    font-size: 12px !important;
    padding: 0 20px;
}    
.lab-day-new-div, .lab-day-sum-div {
    height: 390px;
}  
    
/*  COZY BLANKETS*/
.lab-day-background {
    padding-top: 50px !important;
}    
.lab-day-hl h3 {
    font-size: 19pt !important;
}    
.lab-day-hl h2 {
    font-size: 30pt !important;
}    
.lab-day-box-left {
    flex: 0 0 50%;
    max-width: 50%;
    height: 310px;
    padding-bottom: 10px !important;
}
.lab-day-background .slide-up-fx-2 {
    padding-top: 25px !important;
}
.lab-day-outdoor {
    padding-bottom: 20px !important;
}
.swiper-pagination-bullet {
    margin: 0 10px !important;
}    
.lab-day-in-out-div {
    padding-bottom: 200px;
    height: 660px;
}  
 .labor-day-blankets {
    padding-left: 2%;
    padding-right: 2%;
}      
    
/*SEASONAL*/
.lab-day-seasonal-hl h2 {
    padding: 15% 0 0 0;
}    
.lab-day-seasonal-bg {
    margin-top: 100px;
}    
.your-are-here {
    width: 110px;
    top: -50px;
}


.seasonal-left-box, .seasonal-right-box {
    padding-left: 15%;
    padding-right: 15%;
} 
    
.lab-day-seasonal-bg {

    background-size: 900px;
}    
    
    
    
}
