﻿
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500&display=swap');

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Playball', cursive !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

    .btn.btn-primary:hover {
        background: #c76c8a !important;
        color: white !important;
    }

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

    .service-item .service-content-icon i,
    .service-item .service-content-icon p {
        transition: 1s;
    }

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

    .video .btn-play {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        border: none;
        outline: none;
        padding: 18px 20px 18px 28px;
    }

        .video .btn-play:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: var(--bs-primary);
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        .video .btn-play:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: var(--bs-white);
            border-radius: 50%;
            transition: all 200ms;
        }

        .video .btn-play img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        .video .btn-play span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 32px solid var(--bs-dark);
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

    #videoModal .modal-dialog {
        position: relative;
        max-width: 800px;
        margin: 60px auto 0 auto;
    }

    #videoModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #videoModal .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: -30px;
        z-index: 999;
        font-size: 30px;
        font-weight: normal;
        color: #FFFFFF;
        background: #000000;
        opacity: 1;
    }
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

    .blog-item img {
        transition: 0.5s;
    }

    .blog-item:hover img {
        transform: scale(1.3);
    }

    .blog-item .blog-content {
        position: relative;
        transform: translateY(-50%);
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    }

        .blog-item .blog-content a.btn h5 {
            transition: 0.5s;
        }

    .blog-item:hover .blog-content a.btn h5 {
        color: var(--bs-primary) !important;
    }
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

    .team-item .team-icon {
        position: absolute;
        top: 0;
        right: 0;
    }

        .team-item .team-icon .share-link {
            opacity: 0;
            transition: 0.9s;
        }

    .team-item:hover .share-link {
        opacity: 1;
    }

    .team-item .team-content {
        transition: 0.9s;
    }

    .team-item:hover .team-content {
        background: var(--bs-primary) !important;
        color: var(--bs-dark) !important;
    }

    .team-item .team-content h4,
    .team-item .team-content p {
        transition: 0.5s;
    }

    .team-item:hover .team-content h4 {
        color: var(--bs-dark) !important;
    }

    .team-item:hover .team-content p {
        color: var(--bs-white);
    }
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/


.navbar-brand img {
    height: 50px;
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 40px;
    }

    .navbar-brand h1 {
        font-size: 1.5rem !important;
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

    .whatsapp-float:hover {
        color: #fff;
        transform: scale(1.1);
    }

@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
        bottom: 15px;
        right: 15px;
    }
}

.gallery-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    transition: .3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

    .gallery-img:hover {
        transform: scale(1.05);
    }

@media (max-width:768px) {
    .gallery-img {
        height: 180px;
    }
}

@media (max-width:576px) {
    .gallery-img {
        height: 140px;
    }
}
/* Desktop */
.carousel-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

/* Laptop */
@media (max-width:1200px) {
    .carousel-img {
        height: 550px;
    }
}

/* Tablet */
@media (max-width:992px) {
    .carousel-img {
        height: 420px;
    }
}

/* Mobile */
@media (max-width:768px) {
    .carousel-img {
        height: 280px;
    }
}

/* Small Mobile */
@media (max-width:576px) {
    .carousel-img {
        height: 220px;
    }
}

.carousel {
    position: relative;
}

    .carousel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78%; /* Overlay শুধুমাত্র 75% height নেবে */
        background: rgba(0,0,0,.3);
        z-index: 2;
    }

.carousel-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}



@media (max-width:992px) {

    .carousel-img {
        height: 500px;
    }
}

@media (max-width:768px) {

    .carousel-img {
        height: 280px;
    }
}

#hero-container {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    filter: url(#threshold) blur(0.3px);
    pointer-events: none;
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 60px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: 3px;*/
    color: #f9f700; /* RED */
    /*text-shadow: 0 0 8px rgba(255,0,0,.8), 0 0 18px rgba(255,0,0,.6), 3px 3px 10px rgba(0,0,0,.8);*/
    user-select: none;
    white-space: nowrap;
}

@media (max-width:992px) {
    #hero-container {
        top: 35%;
    }

    #text1,
    #text2 {
        font-size: 52px;
    }
}

@media (max-width:768px) {
    #hero-container {
        top: 32%;
    }

    #text1,
    #text2 {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

.topbar {
    background: #8B0000;
    color: #fff;
    padding: 8px 0;
    font-size: 15px;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .top-contact a {
        color: #fff;
        text-decoration: none;
        transition: .3s;
    }

        .top-contact a:hover {
            color: #FFD700;
        }

    .top-contact i {
        margin-right: 6px;
        color: #FFD700;
    }

.top-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

    .top-social a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255,255,255,.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        transition: .3s;
    }

        .top-social a:hover {
            background: #FFD700;
            color: #8B0000;
            transform: translateY(-3px);
        }

@media (max-width:768px) {

    .top-contact {
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }

    .top-social {
        justify-content: center;
    }
}

.gallery-img {
    width: 100%;
    transition: .4s;
    filter: brightness(130%) /*contrast(108%) saturate(120%)*/;
}

.feature-font {
    font-family: 'Playball';
    font-size: 20px;
    font-weight: 500;
}

.page-header {
    background: linear-gradient(rgba(0,0,0,.60), rgba(0,0,0,.60)), url("../images/bg.jpg") center center/cover no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
}

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }

    .page-header .breadcrumb-item a {
        text-decoration: none;
    }

        .page-header .breadcrumb-item a:hover {
            color: #ffc107 !important;
        }

.services {
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
    border-bottom: 4px solid #c89b3c;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

    .service-card i {
        font-size: 45px;
        color: #c89b3c;
        margin-bottom: 20px;
    }

    .service-card h5 {
        font-weight: 700;
        margin-bottom: 12px;
    }

    .service-card p {
        color: #6c757d;
        font-size: 15px;
        line-height: 1.8;
    }

@media (max-width:767px) {
    .service-card {
        padding: 25px 20px;
    }

        .service-card i {
            font-size: 38px;
        }
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-left: 5px solid #b8860b;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
}

    .feature-item:hover {
        transform: translateX(8px);
        border-left-color: #8b0000;
    }

.feature-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg,#b8860b,#d4af37);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.feature-item h5 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #222;
}

.feature-item p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.why-us {
    background: linear-gradient(135deg,#fffdf8,#f7f2e8);
}

.sub-heading {
    color: #c59d35;
    letter-spacing: 2px;
    font-weight: 700;
}

.why-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border: 1px solid #f2e3bb;
    height: 100%;
}

    .why-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.15);
    }

.why-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg,#c59d35,#e8c86c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    flex-shrink: 0;
}

.why-box h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.why-box p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

@media (max-width:768px) {

    .why-box {
        text-align: left;
        padding: 20px;
    }

    .why-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
}

.bg-maroon {
    background: linear-gradient(135deg,#5c0d22 0%, #811331 55%, #a11d42 100%);
    color: #fff;
    border-top: 4px solid #d4af37;
    border-bottom: 4px solid #d4af37;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 20px;
}

.drink-list {
    padding-left: 20px;
    margin-bottom: 0;
}

    .drink-list li {
        color: #555;
        margin-bottom: 6px;
        font-size: 15px;
    }

.image-stack {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.main-img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 12px 35px rgba(0,0,0,.25);
}

.overlay-img {
    position: absolute;
    bottom: -35px;
    right: -20px;
    width: 45%;
    border: 8px solid #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    transition: .4s;
    z-index: 2;
    background: #fff;
}

    .overlay-img:hover {
        transform: scale(1.05) rotate(-2deg);
    }

/* Mobile */
@media (max-width:768px) {

    .image-stack {
        max-width: 350px;
    }

    .overlay-img {
        width: 42%;
        right: 10px;
        bottom: -15px;
        border-width: 5px;
    }
}

.about-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border-left: 5px solid #d67b94;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .35s;
}

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(0,0,0,.15);
    }

.icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg,#d67b94,#f2b38c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    flex-shrink: 0;
}

.info-card h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #d67b94;
}

.info-card p {
    margin: 5px 0 0;
    color: #444;
    font-size: 16px;
}

@media (max-width:768px) {

    .about-info {
        margin-top: 25px;
    }

    .info-card {
        padding: 15px;
    }

    .icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .info-card h6 {
        font-size: 16px;
    }

    .info-card p {
        font-size: 15px;
    }
}

.about-content p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}
/* Mobile (392px and below) */
@media (max-width: 392px) {

    .navbar-brand {
        width: 78% !important;
    }

        .navbar-brand img {
            width: 55px !important;
            height: 55px !important;
        }

        .navbar-brand h1 {
            font-size: 22px !important;
            line-height: 1.2;
        }

    .navbar-toggler {
        padding: 6px 10px;
    }
}

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 85px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    z-index: 9999;
    animation: floating 2.5s ease-in-out infinite;
}

    .whatsapp-float:hover {
        animation-play-state: paused;
    }

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.footer-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 3px solid #0d6efd;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
    transition: .3s;
}

    .footer-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(13,110,253,.3);
    }

/* Mobile */
@media (max-width:576px) {
    .footer-img {
        padding: 4px;
        border-width: 2px;
    }
}


.tagline {
    display: block;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #777;
    letter-spacing: 0.4px;
}

.brand-text {
    line-height: 1.1;
}
/* Mobile */
@media (max-width: 576px) {

    .navbar-brand {
        flex: 1;
        min-width: 0;
        margin-right: 5px !important;
    }

        .navbar-brand img {
            width: 48px !important;
            height: 48px !important;
            border-width: 2px !important;
            margin-right: 8px !important;
        }

    .brand-title {
        font-size: 18px;
        white-space: nowrap;
    }

    .tagline {
        font-size: 9px;
        margin-top: 3px;
        letter-spacing: 0;
        font-family:'Playfair Display', serif;
    }

    .navbar-toggler {
        flex-shrink: 0;
        padding: 5px 8px;
    }
}
