/*white #c9c1ac*/
/*red color #d3325f*/ 

.info{
    background: #c9c1ac;
}

body{
   font-family: 'Stylish', sans-serif;
    color: #a65e47;
    background: url(../img/MSB3.jpg)center/cover fixed no-repeat;

}

.info-icons a:hover {
    color: #E1306C; /* Instagram pink */
    transform: scale(1.2);
    transition: 0.3s;
}

.primary-color{
    color: #750707;
}

.info h2{
    word-spacing: 0.6rem;
}

.info a{
    transition: color 2s ease-in-out ;
}
.info a:hover{
    color: #242424;
}
/*header*#############*/
#header{
    min-height:calc(100vh - 94px);
    background: url('../img/MSB1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.height-98{
    min-height:calc(100vh - 94px);
}

.banner h1{
    border-top: 6px dotted #c9c1ac;
    border-bottom: 6px dotted #c9c1ac;
    animation: fromLeft;
    animation-duration: 4s;
    animation-delay: 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fromLeft{
    0%{
        transform:translateX(-100px);
        opacity: 0;
    }
    50%{
        transform:translateX(30px);
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

.main-btn{
    color: #a65e47;
    font-size: 2rem;
    border: 2px solid #520e0e;
    transition:all 1s ease-in-out;
}

.main-btn:hover{
    color: #242424;
    border: 2px solid #c9c1ac;
    background: #c9c1ac;
}
.sushi-btn{
    animation: fromRight;
    animation-duration: 4s;
    animation-delay: 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fromRight{
    0%{
        transform:translateX(100px);
        opacity: 0;
    }
    50%{
        transform:translateX(-30px);
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

.header-link{
    display: inline block;
    position:absolute;
    bottom: 5%;
    left: 50%;
    background: #c9c1ac;
    border-radius:10px;
    transition: all 2s ease;
    animation:fromBottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.header-link:hover{
    color: #224422;
}
@keyframes fromBottom{
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform:translateY(-10px);
    }
}

/* navbar*/
.navbar {
    background: #c9c1ac;
    padding: 20px 20px;
    transition: all 2s ease;
}

.navbar-background {
    padding: 5px 20px;
    
}

.navbar-brand {
    font-size: 30px;
    transition: all 1s ease;
}

.navbar-brand:hover {
   color: #242424;
}

.nav-link{
    color: #242424;
    text-decoration: none;
    transition: all 2s ease;
    font-size: 23px;
}

.nav-link:hover{
    color: #d3325f;
}

.nav-btn{
    background: transparent;
    color: #d3325f;
    border: 2px solid #d3325f;
    font-size: 23px;
    transition: all 2s ease;
}

.nav-btn:hover{
    color: #242424;
    border: 2px solid #242424;
    transform: rotate(10deg)
}

.toggler-btn{
    border: 2px solid #d3325f;
    padding: 5px;
    transition: all 2s ease;
}

.bar {
    width: 30px;
    height: 3px;
    margin: 5px;
    background: #d3325f;
    transition: all 0.5s ease;
}

.show-location{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

@media (max-width:768px){

    .nav-buttons{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .nav-buttons .btn{
        width: 100%;
        text-align: center;
    }

    .location-menu{
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}

.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
   opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-5px, -8px);
}

/*####menuitems#*/

.item-container{
    position: relative;
    /*for the link*/
    overflow: hidden;
    background: linear-gradient(rgb(0,0,0),rgb(0,0,0));
    transition: all 2s ease;
}

.item-img{
    transition: all 2s ease;
}
.item-container:hover .item-img{
    transform: scale(1.2);
    opacity: 0.5; 
}

.item-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%,-50%);
    color: #d3325f;
    font-size: 2rem;
    border-top: 3px solid  #d3325f;
    border-bottom: 3px solid #d3325f;
    transition: all 2s ease;
    opacity: 0;
}

.item-container:hover .item-link{
    opacity: 1;
}

.item-link:hover{
    color: #c9c1ac;
    border: 3px solid #c9c1ac;
    background: #c9c1ac;
    color: #242424;
}
.item-container:hover{
    outline: 10px solid #d3325f;
    outline-offset: 0.8rem;
}

/*######MENU*/
 
#menu{
    background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)); 
}

.special{
    border: 3px solid #d3325f;
    position: relative;
}

.special-text{
    position: absolute;
    top: 0;
    right: 10%;
    background: #d3325f;
    padding: 0 0.4 rem;

}

/* aboutttttttttttttttt*/
.about-picturtes {
    position: relative;
}

.about-image {
    position: absolute;
    width: 150px;
    transition: all 2s ease;
    opacity: 0.9;
}

.img-1{
    left: 0%;
    top: 0%;
}

.img-2{
    left: 20%;
    top: 20%;
    z-index: 10;
}

.img-3{
    left: 40%;
    top: 45%;
    z-index: 20;
}

.img-4{
    left: 40%;
    top: -20%;
}

.img-5 {
    left: 0%;
    top: 45%;
}

.about-image:hover {
    outline: 10px solid #d3325f;
    outline-offset: 0.8rem;
    transform: scale(1.3) rotate(20deg);
    z-index: 30;
    opacity: 1;
}

.about-pictures:hover .about-image:not(:hover) {
    opacity: 0.5;

}

.explore-btn{
background: linear-gradient(45deg, #8e3a3a, #6d1919);
color: #fff;
padding: 12px 30px;
border-radius: 50px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
transition: 0.3s ease;
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
display: inline-block;
}

.explore-btn:hover{
transform: scale(1.05);
background: linear-gradient(45deg, #5c1b1b, #8d3d3d);
box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

/*review section*/
.review-item {
    background: rgba(255, 255, 255, 0.7);
    clip-path: polygon(5% 0, 100% 0, 90% 100%, 0 100%)

}

.review-img {
    width: 150px;
}
/*footer*/
#back-to-top {
    background: #c9c1ac;
    border-radius: 10px;
    display: inline-block;
}

.scrollTop {
    position: fixed;
    bottom: 70px;
    right: 10px;
}

.dropdown-menu{
    border-radius: 12px;
    border: none;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.dropdown-item:hover{
    background: #821818;
    color: #fff;
}

/* ================= LOCATION MEGA PANEL ================= */

.location-dropdown{
    position: relative;
}

/* Button */
.location-btn{
    position: relative;
}

/* Arrow rotation */
.arrow{
    display: inline-block;
    transition: transform 0.4s ease;
}

/* MEGA PANEL */
.location-menu{
    position: absolute;
    top: 120%;
    right: 0;
    width: 600px;
    padding: 30px;
    display: flex;
    gap: 30px;

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border-radius: 20px;

    /* Golden Glow */
    border: 1px solid rgba(201,162,77,0.6);
    box-shadow: 
        0 0 20px rgba(201,162,77,0.6),
        0 25px 60px rgba(0,0,0,0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 999;
}

/* Hover show (Desktop only) */
@media (min-width: 992px){
    .location-dropdown:hover .location-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .location-dropdown:hover .arrow{
        transform: rotate(180deg);
    }
}

/* Columns */
.location-column{
    flex: 1;
}

.location-column h6{
    color: #821818;
    font-weight: 700;
}

.location-column a{
    text-decoration: none;
    font-weight: 600;
    color: #821818;
    transition: 0.3s;
}

.location-column a:hover{
    color: #c9a24d;
}

/* Map Preview */
.location-map{
    flex: 1.2;
}

.location-map iframe{
    width: 100%;
    height: 150px;
    border-radius: 15px;
    border: none;
}

/* Responsive (Mobile fallback) */
@media(max-width:991px){
    .location-menu{
        width: 95vw;
        right: -50%;
        flex-direction: column;
    }
}

/* ===== NAV RIGHT BUTTONS ALIGNMENT ===== */

.nav-buttons{
    display: flex;
    align-items: center;
    gap: 15px; /* spacing between Location & WhatsApp */
}

/* Remove weird rotate on hover */
.nav-btn:hover{
    transform: none;
}

/* Make both buttons same height */
.nav-buttons .btn{
    padding: 8px 20px;
}



/* ===== LUXURY GOLD THEME ===== */
#plans {
    position: relative;
    padding: 120px 0;
    background: url('images/construction-bg.jpg') center/cover no-repeat;
    color: #812626;
}

#plans .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51), rgba(20, 20, 20, 0.592));
}

#plans .container {
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #651212;
}

/* ===== TIMELINE LINE ===== */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background: #721717;
    top: 0;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    transition: height 1s ease;
}

.timeline.animate-line::before {
    height: 100%;
}

/* ===== TIMELINE ITEMS ===== */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 40px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

/* ===== 3D FLOATING CARD ===== */
.card3d {
    background: rgba(255,255,255,0.95);
    color: #222;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.card3d:hover {
    transform: rotateY(8deg) rotateX(8deg) scale(1.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.card3d h4 {
    color: #480d0d;
    margin-bottom: 15px;
}

.icon {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

/* ===== SCROLL ANIMATION ===== */
.fade-in {
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.9s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===== MOBILE RESPONSIVE ===== */
@media(max-width: 768px) {

    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 10px;
        text-align: left !important;
    }

    .timeline-item.right {
        left: 0;
    }
}

/* ===== OPPOSITE SIDE POINT ===== */
.timeline-point {
    position: absolute;
    top: 40px;
    width: 40%;
    color: #782424;
    font-weight: 600;
}

.timeline-item.left .timeline-point {
    right: -45%;
    text-align: left;
}

.timeline-item.right .timeline-point {
    left: -45%;
    text-align: right;
}

.timeline-point h6 {
    font-size: 18px;
    margin-bottom: 5px;
    background: #822323;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
}

.timeline-point p {
    font-size: 14px;
    color: #ddd;
}

@media(max-width:768px){

    .timeline-point {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
    }

}

/* ===== KNOW MORE BUTTON ===== */
.know-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    background: linear-gradient(45deg, #7f1c1c, #7d2222);
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(143, 38, 38, 0.4);
}

.know-btn:hover {
    background: #00000082;
    color: #892727;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(145, 40, 40, 0.7);
}


/* ================= MOBILE (≤768px) ================= */
@media (max-width: 768px) {

    /* GENERAL */
    body {
        background-attachment: scroll;
    }

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    p {
        font-size: 14px !important;
    }

    /* HEADER */
    .banner h1 {
        width: 100% !important;
        font-size: 32px !important;
    }

    .main-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* NAVBAR */
    .navbar-brand {
        font-size: 18px;
    }

    .nav-link {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }

    .nav-buttons {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }

    /* LOCATION DROPDOWN */
    .location-menu {
        width: 95vw;
        right: 0;
        flex-direction: column;
        padding: 20px;
    }

    .location-map iframe {
        height: 200px;
    }

    /* GALLERY */
    .item-container {
        margin-bottom: 20px;
    }

    .item-link {
        font-size: 1.2rem;
    }

    /* ABOUT SECTION */
    .about-image {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    /* TIMELINE */
    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 10px;
        text-align: left !important;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-point {
        position: relative;
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        text-align: left !important;
        margin-bottom: 10px;
    }

    /* CAROUSEL (TEAM) */
    .review-item {
        flex-direction: column;
        text-align: center;
    }

    .review-img {
        width: 100px;
        margin-bottom: 10px;
    }

    .review-text {
        padding: 10px !important;
    }

    /* FOOTER */
    .info {
        text-align: center;
    }

    .info h2 {
        font-size: 14px;
    }

    /* BACK TO TOP */
    #back-to-top {
        font-size: 14px;
        bottom: 20px;
        right: 10px;
    }
}

.btn-dark {
    background: linear-gradient(45deg, #000, #444);
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background: linear-gradient(45deg, #ff9800, #ff5722);
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
