@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", serif;
    background-color: #ffffff;
    padding-top: 110px;
}

.slider-container {
position: relative;
max-width: 100%;
overflow: hidden;
height: 100%;
}

.slider {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide {
min-width: 100%;
position: relative;
}

.slide img {
width: 100%;
display: block;
object-fit: cover;
}


button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(188 179 179 / 50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50px;
    width: 36px;
}

button.prev { left: 10px; }
button.next { right: 10px; }

@media (max-width: 768px) {
    .slider-container {
      height: 80vh; /* Adjust height for tablets */
    }
  
    button.prev, button.next {
      width: 30px;
      height: 30px;
      padding: 5px;
    }

    .slide img {
        height: 650px;
    }
  }
  
  @media (max-width: 480px) {
    .slider-container {
      height: 70vh; /* Adjust height for mobile */
    }
  
    button.prev, button.next {
      width: 25px;
      height: 25px;
      padding: 0px;
    }
  }

.categories {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
    /* padding-left: 5%; */
    /* padding-right: 5%; */
}

.category {
    padding: 20px;
    text-decoration: none;
    color: #000000;
}

.category img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 200px;
    background-position: top;
}

.categories p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

@media (max-width: 768px) {

    .categories{
        padding-left: 5%;
        padding-right: 5%;
        gap: 75px;
    }

    .categories p {
        font-size: 14px;
    }

    .category{
        padding: 0%;
    }
    
    .category img {
        height: 80px;
        width: 80px;    
    }

}

@media (max-width: 480px) {

    .categories{
        padding-left: 5%;
        padding-right: 5%;
        gap: 15px;
    }

    .categories p {
        font-size: 12px;
    }

    .category{
        padding: 0%;
    }
    
    .category img {
        height: 60px;
        width: 60px;    
    }

}

@media (max-width: 320px) {
    .categories {
        gap: 5px;
    }

    .categories p {
        font-size: 10px;
    }
}

.featured-collection {
    padding-top: 5%;
}

.featured-collection h2 {
font-size: 28px;
color: #222;
display: flex;
justify-content: center;
}

.featured-collection p {
    padding: 0% 24%;
    padding-bottom: 2%;
    font-size: 15px;
}

.subtitle {
font-size: 16px;
color: #666;
margin-bottom: 20px;
display: flex;
justify-content: center;
}


/* Card container */
.featured-collection .card-container {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(364px, 1fr)); */
    gap: 32px;
    /* justify-content: center; */
    padding: 0% 10%;
    padding-bottom: 32px;
}

.card {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Text overlay */
.overlay {
    position: absolute;
    bottom: 0;
    width: 90%;
    color: white;
    padding: 15px;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    transition: 0.3s ease;
}

/* Hover effect */
.card:hover {
transform: scale(1.05);
}


@media (max-width: 768px) {
    .card-container {
        display: flex;
        gap: 7px;
        align-items: center;
        padding: 0 5%;
    }

    .card {
        width: 100%;
    }

    .featured-collection{
        padding-top: 5%;
    }

    .featured-collection p {
        padding: 0% 11% 5%;
        font-size: 14px;
    }

    .featured-collection h2 {
        font-size: 20px;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        width: 85%;
        color: white;
        padding: 15px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        transition: 0.3s ease;
    }

}

@media (max-width: 480px) {
    
    .card-container {
        padding: 0 3%;
    }

    .card {
    }

    .overlay {
        font-size: 12px;
        padding: 20px;
    }

    .featured-collection .card-container {
        display: flex
    ;
        /* grid-template-columns: repeat(auto-fit, minmax(364px, 1fr)); */
        gap: 32px;
        /* justify-content: center; */
        padding: 0% 10%;
        padding-bottom: 32px;
        flex-direction: column;
    }
}


@media (max-width: 480px) {

    .featured-collection p {
        padding: 0% 11% 5%;
        font-size: 12px;
    }

    .pashmina-section {
        padding: 0% !important;
    }
}



.pashmina-section {
    text-align: center;
    padding: 50px 0;
}

.pashmina-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.pashmina-section .subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* Fake Play Button */
.play-icon {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgb(152 152 152 / 60%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 5px solid #b1b1b1; /* Added white border */
}


.play-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 75%; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevents any unwanted overflow */
}

video {
    width: 100%;
    height: 100%; /* Ensures it always fills the container */
    object-fit: cover; /* Crops and fills while maintaining aspect ratio */
    cursor: pointer;
}

/* Hide Play Button When Video Plays */
.video-container.playing .play-icon {
    display: none;
}

@media (max-width: 768px) {

    .container {
        margin-top: 15px;
    }

    .image1 h4 {
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .pashmina-section .subtitle {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .video-container {
        height: 60%;
    }

    .image2 {
        display: flex;
        flex-direction: column-reverse;
    }
    
}


@media (max-width: 768px) {


    .pashmina-section .subtitle {
        font-size: 12px;
    }
    
}


/* Contact Section */
.container {
display: flex;
gap: 19%;
}

.text-content {
    max-width: 100%;
    padding-left: 10%;
    font-size: 50px;
}

.text-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
}
.text-content h2 {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    line-height: 47px;
    max-width: 75%;
}

.social-icons-home {
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 10px;
}

/* Contact Form */
.contact-form {
width: 80%;
margin: auto;
display: flex;
flex-direction: column;
gap: 32px;
padding-bottom: 7%;
}

.inner{
    display: flex;
    gap: 15px;
} 

.contact-form input {
    width: 383px;
    height: 78px;
    padding: 10px;
    border: none;  /* Remove all borders */
    border-bottom: 1px solid #CACACA;  /* Add only bottom border */
    font-size: 16px;
    outline: none;  /* Remove focus outline */
    background: transparent;  /* Ensure background remains clean */
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 2px solid #F8D486;  /* Darker border on focus */
    transition: border-bottom 0.3s ease-in-out;
}


.contact-form textarea {
width: 100% !important;
padding: 10px;
border: none;  /* Remove all borders */
border-bottom: 1px solid #CACACA;  /* Add only bottom border */
outline: none;  /* Remove focus outline */
background: transparent;  /* Ensure background remains clean */
font-size: 16px;
padding-top: 5%;
}

.contact-form button {
    display: inline-block;
    width: 25%;
    height: 75px;
    padding: 12px;
    background: linear-gradient(45deg, #000, #000000);
    color: #F8D486;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    border: none;
    /* border-radius: 30px; */
    cursor: pointer;
    margin-top: 20px;
    /* transition: all 0.3s ease-in-out; */
}


/* Hover Effect */
.contact-form button:hover {
    background: linear-gradient(45deg, #F8D486, #F8D486);
    color: #000000;
}

/* Styling for response message */
#responseMessage {
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    /* border-radius: 5px; */
    display: none;
    width: 48%;
}

/* Success message style */
.response-success {
    color: #F8D486;
}

/* Error message style */
.response-error {
    color: #721c24;
}


@media (max-width: 768px) {

    .inner {
        display: block;
    }

    .contact-form input {
        padding: 0%;
        width: 100%;
    }

    .contact-form button {
        height: 25%;
        width: 100%;
    }

    .container {
        padding-right: 10%;
    }

    .social-icons-home {
        display: none;
    }
}

@media (max-width: 480px) {
    .text-content h2 {
        font-size: 25px;
        font-weight: 400;
        color: #000;
        line-height: 40px;
        max-width: 100%;
    }

    .testimonial-slider {
        padding-left: 5% !important;
    }

    .social-icons-home {
        padding-top: 10%;
    }
    
}

@media (max-width: 320px) {
    .text-content {
        max-width: 100%;
        padding-left: 10%;
        font-size: 50px;
        padding-top: 12%;
    }

    .text-content h4 {
        font-size: 19px;
        font-weight: 600;
        color: #777;
        text-transform: uppercase;
    }

    .text-content h2 {
        font-size: 23px;
        font-weight: 400;
        color: #000;
        line-height: 26px;
        max-width: 75%;
    }

  
    
}

.testimonial-container {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 5%;
    padding-bottom: 10%;
}

/* Subtitle Styling */
.testimonial-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}

/* Slider Container */
.testimonial-slider {
    display: flex
;
    /* flex-direction: column; */
    /* align-items: center; */
    position: relative;
    padding-left: 36%;
}

/* Testimonial Cards Wrapper */
.testimonial-cards {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 50px;
}

/* Individual Testimonial Card */
.testimonial-card {
    display: flex;
    align-items: center;
    background: white;
    padding: 27px;
    transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    text-align: left;
    gap: 20px;
    width: 290px;
    opacity: 0.8;
    transform: scale(0.95);
}

/* Image Styling */
.testimonial-card img {
    width: 33%;
    height: 100%;
    object-fit: cover;
    box-shadow: -5px 5px 0px rgba(77, 77, 77, 0.2);
}

/* Content Styling */
.testimonial-content {
    flex: 1;
    height: 85%;
}

/* Fixed Text Size */
.testimonial-content p {
    margin: 0;
    font-size: 10px;
    color: #555;
}

.testimonial-content hr {
    border: none;
    height: 1px;
    background: #ddd;
}

.testimonial-content h4 {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-content span {
    font-size: 10px;
    color: #777;
}

/* Active Card - With Smooth Scale and Shadow Effect */
.testimonial-card.active {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

/* Active Image */
.testimonial-card.active img {
    width: 35%;
    box-shadow: -5px 5px 0px rgba(77, 77, 77, 0.3);
}

/* Inactive Cards - Reduced Opacity but No Position Change */
.testimonial-card:not(.active) {
    opacity: 0.6;
    transform: scale(0.95);
}

/* Navigation Buttons */
.prev-btn,
.next-btn {
    background: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -90px;
}

/* Button Hover Effects */
.prev-btn:hover,
.next-btn:hover {
    background: #000000;
    color: white;
    transform: scale(1.1);
}

/* Positioning Buttons */
.prev-btn {
    left: 45%;
}

.next-btn {
    right: 45%;
}

@media (max-width: 768px) {

    .testimonial-slider {
        padding-left: 27% !important;
    }

    .container {
        padding-right: 10%;
    }

    .social-icons-home {
        padding-top: 5%;
    }

    .prev-btn {
        display: none;
    }
    
    .next-btn {
        display: none;
    }
}

@media (max-width: 480px) {

    .testimonial-subtitle {
        font-size: 12px;
    }

    .testimonial-slider {
        padding-left: 15% !important;
    }

    .testimonial-card {
        width: 200px;
    }
    
}

@media (max-width: 320px) {

    .testimonial-slider {
        padding-left: 5% !important;
    }
    
}

