body,
html {
    width: 100%;
    overflow-x: hidden;

}

.offcanvas.offcanvas-start {
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.offcanvas.show {
    transform: translateX(0);
    opacity: 1;
}


.table-custom th,
      .table-custom td {
        border: 2px solid #7a5a35;
        text-align: center;
        padding: 1rem;
        font-family:Palatino ;
      }

/* Toggle Button Icon Animation */
.toggle-btn img {
    transition: transform 0.4s ease;
}

.toggle-btn.open img {
    transform: rotate(90deg);
}

/* Nav Links Hover Animation */
.offcanvas-body a {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.offcanvas-body a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C89F43;
    transition: width 0.3s ease;
}

.offcanvas-body a:hover::after {
    width: 100%;
}


.inhouse-head{
    font-family: Cormorant Garamond;
        font-weight: 700;
        color: #B08E3C;
        font-size: 66px;
}

.inhouse-text {
    font-family: Cormorant Garamond;
    font-weight: 700;
    color: white;
    font-size: 56px;
}

.inhouse-handle{
    font-family: Cormorant Garamond;
        font-weight: 700;
        color: white;
        font-size: 46px;
        line-height: 110%;
}

.packages{
    font-family: Palatino ;

}

.exclusive{
    font-family: Palatino ;
}

.carousel {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 100%;
    overflow: hidden;
    display: flex;
}

.carousel-img{
    border-radius: 75px;
}

.card {
    width: 100%;
    color: white;
    border: none;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.carousel>* {
    flex: 0 0 100%;
}

.group {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



.footer {
    background-color: #2C2C2C;
}

footer {
    background-color: #2C2C2C;
    color: #fff;
    padding: 40px 0;
}

.footer-title {
    font-family: Cormorant Garamond;;
    font-size: 24px;
    font-weight: 500;
    color: #F6F6F6;
}

.head-tag {
    font-size: 26px;
    font-weight: 300;
    font-family: Cormorant Garamond;;
    color: #D2AA50;
}

footer p,
footer a,
footer li {
    font-family: Cormorant Garamond;;
    font-weight: 300;
    color: #F6F6F6;
    font-size: 24px;

}

footer a:hover {
    color: #F6F6F6;
    text-decoration: none;
}



.social-icons a:hover {
    color: #F6F6F6;
}

.footer-links li {
    border: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-info {
    font-family:platino;
    font-weight: 300;
    font-size: 20px;

}

.newsletter-form .form-control {
    background-color: #333;
    border: none;
    color: #F6F6F6;
    padding: 10px;
}

.newsletter-form .btn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

.footer-bottom {
    border-top: 1px solid #444;


    color: #888;
}

.footer-bottom a {
    font-size: 16px;
    color: #888;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.form-label {
    font-weight: 500;
    color: #7a5a35;
}

@media (max-width: 576px){
	inhouse-head{
		font-size: 10px;
	}
}