.intro {
    padding: 54px 0 !important;
    gap: 64px;
}

.intro h1 {
    color: #484848;
    font-size: 58px;
    letter-spacing: 2.589px;
    font-weight: 700;
    font-family: var(--font-Libre-Baskerville);

}

.intro h1,
.intro p {
    line-height: 126%;
    max-width: 400px;
}

.intro p {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 2.119px;
    font-family: var(--font-EB-Garamond);
    font-style: italic;


}

.intro .lft {
    flex-basis: 500px;
}

.intro-about {
    background: #CDE4E1;
    padding: 42px 0 !important;
}

.intro-about p {
    max-width: 950px;
    font-family: var(--font-EB-Garamond);

}

.intro-about p:first-child {
    font-size: 20px;
    font-weight: 400;
    color: #484848;
}

.intro-about p:nth-child(2) {
    color: #484848;
    font-weight: 500;
    font-size: 28px;
    font-style: italic;
    max-width: 490px;
    line-height: 1.5;
    margin: 46px 0 19px 0 !important;
}

.intro-about p:nth-child(3) {
    color: #000;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
}

.intro-about .obtn {
    margin-top: 46px !important;
}

.home__sec-3 {
    padding: 50px 0 !important;
    gap: 55px;
}

.home__sec-3 p {
    color: #484848;
    font-size: 20px;
    font-weight: 400;
    line-height: 146.5%;
    font-family: var(--font-EB-Garamond);
    max-width: 576px;
}

.home__sec-3 p:not(:last-child) {
    margin-bottom: 14px !important;
}

.home__sec-3 .lft p {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFE5B4;
    font-size: 48px;
    font-family: var(--font-Libre-Baskerville);
    padding: 0 52px 0 92px !important;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}

.sec_fourth {
    padding: 57px 0 !important;
}

.sec_fourth .obtn {
    background: #F8E8C7;
    margin-top: 43px !important;
}

.sec_fourth p {
    font-size: 32px;
    line-height: normal;
    font-family: var(--font-EB-Garamond);

}

.sec_fourth p:first-child {
    max-width: 665px;
    font-weight: 400;

}
.leaf-first{
    top: 110px;
    left: 0;
}
.leaf-second{
    bottom: 0;
    left: 22vw;
}
.sec_fourth p:first-child span {
    font-style: italic;
}

.sec_fourth p:nth-child(2) {
    font-style: italic;
    font-weight: 500;
    max-width: 703px;
}

.sec_fifth {
    padding: 50px 0 !important;
    gap: 160px;
}

.sec_fifth h2 {
    font-size: 48px;
    max-width: 280px !important;
    color: #484848;
    font-weight: 700;
    letter-spacing: 2.16px;
    line-height: 126%;
    max-width: 568px;
    font-family: var(--font-Libre-Baskerville);
}

.sec_sixth {
    background: #F8E8C7;
    padding: 22px 0 !important;
}
/* 
.sec_sixth .carousel-inner {
    padding-bottom: 60px !important;

} */

.sec_sixth h2 {
    color: #484848;
    font-family: var(--font-Libre-Baskerville);
    font-size: 48px;
    font-weight: 700;
    line-height: 126%;
    letter-spacing: 2.16px;
}

/* .sec_sixth .carousel-item,
.sec_sixth .carousel,
.sec_sixth .carousel {
    width: 940px;
} */

.sec_sixth .card {
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.63);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
    max-width: 915.349px;
    width: 915.349px;
    height: max-content;
    padding: 46px 32px !important;
}


.sec_sixth .carousel-indicators button {
    background-color: #FFF !important;
    height: 19px;
    width: 19px;
    margin-right: 14px !important;
    border-width: 0 !important;
    border-radius: 50%;
}

.sec_sixth .carousel-indicators button.active {
    background-color: #AC905D !important;
}

/* .sec_sixth .carousel-inner {
    width: 2000px;
} */

/* .sec_sixth .carousel {
    overflow: hidden;
} */

.sec_sixth .card p:first-child {
    color: #484848;
    font-family: var(--font-EB-Garamond);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.sec_sixth .card p:last-child{
    padding-top: 2px;
    color: #000;
    font-family: var(--font-EB-Garamond);
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: normal; 
    max-width: 300px; 
    margin: auto !important;  
    margin-top: 25px !important;
}
.sec_sixth .carousel-item{
    padding-bottom: 60px !important;
}
.sec_sixth .carousel-item .card{
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.sec_sixth .carousel-item.active .card{
    opacity: 1;
}

.carousel-item-next, .carousel-item-end{
    display: none;
}
.sec_sixth .carousel{
    max-width: 930px;
    width: 930px;
}

@media (max-width:1360px) {
    .intro, .home__sec-3, .sec_fourth, .sec_fifth, .sec_sixth{
        padding: 54px 40px !important;
    }
    .intro img, .home__sec-3 img, .sec_fifth img {
        width: 480px !important;
    }
    .intro-about{
        padding: 42px 40px !important;
    }
}
.sec_fifthp .rgt h2{
    display: none;
}

@media (max-width:1020px) {
    .sec_fifth  .lft h2{
        display: none;
    }
    .sec_fifth .rgt h2{
        display: block !important;
    }
    .sec_fifth{
        gap: 0 !important;
    }
    .sec_fifth{
        gap: 30px;
        align-items: flex-start !important;
    }
    .intro, .home__sec-3, .sec_fifth {
        flex-direction: column;
    }
    .intro .rgt, .sec_fifth .rgt{
        order: -1;
    }
    .main-contain img, .intro h1 ,.intro p{
        max-width: 620px !important;
        width: 620px !important;
    }
    .intro .lft{
        flex-basis: auto;
    }
    .carousel, .sec_sixth .carousel-item .card{
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
    }
    .main-contain .leaf-first, .main-contain .leaf-second {
        width: 260px !important;
    }
    .sec_fifth .rgt img{
        display: block;
        margin-top: 30px !important;
    }
}

@media (max-width:575px) {
    .sec_fifth h2 {
        max-width: 100% !important;
    }
    .intro img, .home__sec-3 img, .sec_fifth img, .intro h1 ,.intro p {
        width: 100% !important;
    }
    .intro, .home__sec-3, .sec_fourth, .sec_fifth, .sec_sixth{
        padding: 54px 20px !important;
    }
    .intro h1, .home__sec-3 .lft p, .sec_fifth h2, .sec_sixth h2{
        font-size: 28px;
        line-height: 1.4;
    }
    .intro,.home__sec-3 {
        gap: 40px;
    }
    .intro-about p:first-child {
        font-size: 18px;
    }
    .intro-about p:nth-child(2){
        margin-bottom: 8px !important;
    }
    .intro-about p:nth-child(2){ 
        margin-top: 16px !important;
    }
    .intro-about p:nth-child(2), .intro-about p:nth-child(3){
        font-size: 20px;
    }
    .intro p, .sec_fourth p, .sec_fourth p:nth-child(2), .sec_sixth p  {
        font-size: 22px !important;
    }
    .sec_fourth p:nth-child(2){
        margin-top: 16px !important;
    }
    .sec_fourth
    .intro-about .obtn, .sec_fifth .obtn{
        margin-top: 30px !important;
    }
    .sec_sixth .card {
        height:  auto;
        padding:16px 20px !important;
    }
}