.home-section {
    /* background: #483225 url("../images/shebha-new-banner-06-06.webp");
    background-size: cover;
    background-position: center center; */
    width: 100%;
    min-height: 100vh;
    /* display: flex;
    align-items: center; */
}

.home-section .carousel {
    height: 100vh;
}

.home-section .carousel .carousel-item {
    height: 100%;
}

.home-section .carousel img {
    height: 100%;
    object-fit: cover;
}

.home-section .carousel .carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.home-section .carousel-caption p {
    font-size: calc(2.8vw + 12px);
    color: #716158;
    font-weight: 300;
    font-family: Peignot;
}

.home-section .carousel-caption .btns-container {
    display: flex;
    gap: 12px;
    margin-top: 2vw;
}

.home-section .carousel-caption .btns-container .btn {
    text-decoration: none;
    font-size: calc(0.6vw + 12px);
    background-color: #0000;
    color: #716158;
    padding: 8px 36px;
    border: 1px solid #716158;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition-duration: 0.1s;
    font-family: Peignot;
}

.home-section .carousel-caption .btns-container .btn:hover {
    background-color: #DCCCBD;
    color: #483225;
}

.carousel-indicators [data-bs-target] {
    background-color: #483225;
}

.about-us {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 0 24px;
}

.about-us .about-content {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: stretch;
    justify-content: center;
}

.about-us .image-container {
    flex: 0 0 50%;
}

.about-us .image-container img {
    display: block;
    width: 100%;
}

.about-us .text-container {
    flex: 0 0 50%;
    padding: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.about-us h2 {
    font-size: calc(5vw + 18px);
    padding: 6px 0px 6px 18px;
    color: #483225;
}

.about-us p {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 18px;
    color: #696969;
}

.contact-section {
    display: flex;
    align-items: stretch;
}

.contact-section .img-container {
    display: flex;
    width: 40%;
}

.contact-section .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section .form-container {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background-color: #DCCCBD;
}

.contact-section .form-container h2 {
    font-size: 28px;
}

.contact-section .form-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-section .input-row {
    display: flex;
    gap: 12px;
}

.contact-section .input-row>* {
    width: calc(50% - 6px);
}

.contact-section .input-group {
    display: flex;
}

.contact-section .input-group img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px;
    z-index: 2;
}

.contact-section input,
.contact-section textarea {
    border: 1px solid #483225;
    width: 100%;
    padding: 12px 8px;
    background-color: #0000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.contact-section input {
    padding: 12px 8px 12px 40px;
}

.contact-section textarea {
    resize: none;
    height: 80px;
}

.contact-section .btn {
    text-decoration: none;
    font-size: calc(0.6vw + 12px);
    background-color: #0000;
    color: #483225;
    padding: 8px 40px;
    border: 1px solid #483225;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition-duration: 0.1s;
    font-family: Peignot;
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-section .btn:hover {
    background-color: #483225;
    color: #DCCCBD;
}

@media screen and (max-width: 768px) {
    .home-section .carousel .carousel-caption {
        left: 6%;
    }

    .about-us {
        padding: 0;
    }

    .contact-section .form-container {
        width: 100%;
    }

    .contact-section .img-container {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .about-us h2 {
        font-size: calc(4vw + 16px);
    }

    .about-us p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .about-us .about-content {
        display: grid;
    }

    .about-us .about-content>* {
        grid-row-start: 1;
        grid-column-start: 1;
    }

    .about-us h2 {
        font-size: 42px;
        margin-bottom: 0;
        font-weight: 400;
        padding: 0;
    }

    .about-us p {
        font-size: 14px;
        padding: 0;
    }

    .about-us .image-container {
        display: none;
    }

    .about-us .text-container {
        flex: 0 0 100%;
        padding: 36px 18px;
    }

    .about-us .about-header {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: calc(1.2vw + 4px);
    }

    .about-us .about-header h2 {
        font-size: calc(3vw + 14px);
        word-spacing: 1.5px;
        color: #483225;
        width: max-content;
    }

    .about-us .about-header .title-separator {
        flex: 1;
        height: 2px;
        background-color: #483225;
        position: relative;
        top: -8px;
        opacity: 0.6;
    }
}

@media screen and (max-width: 680px) {
    .contact-section .carousel-caption form .input-group {
        flex-direction: column;
    }

    .about-section .line-separator {
        width: 100%;
    }

    .about-section .second-paragraph {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .home-section .carousel-caption {
        margin: 24px;
    }

    .home-section .carousel-caption h1 {
        font-size: 54px;
    }

    .home-section .carousel-caption p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .home-section .carousel-caption .btns-container .btn {
        font-size: 16px;
        font-family: Galvji;
    }
}

@media screen and (max-width: 400px) {
    .home-section .carousel-caption .btns-container {
        gap: 8px;
    }
}


/* products carousel */
.carouselP {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
}

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

.carouselP-slide {
    min-width: 100%;
}

.carouselP-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.carouselP-prev,
.carouselP-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.product-description span {
    word-wrap: break-word;
}

.carouselP-prev {
    left: 10px;
}

.carouselP-next {
    right: 10px;
}

.read-more,
.read-less {
    color: ;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.full-description.inactive {
    display: none;
}

.full-description.active {
    display: block;
}

.short-description.inactive {
    display: none;
}

.short-description.active {
    display: block;
}