@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    /* background-color: rgba(0, 0, 0, 0.972); */
    background-color: #eeeeee !important;
    color: #fff;
    overflow-x: hidden;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.image-responsive-header {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/4;
}

.margin-container {
    margin: 0 50px !important;
}

.text-orange {
    color: #ff69b4;
}
.bg-orange {
    background-color: #ff69b4;
    color: black;
}
.bg-orange:hover {
    background-color: #ff69b4;
    color: black;
}

.border-orange {
    border: 1px solid #ff69b4 !important;
}

.border-radius {
    border-radius: 20px;
}
.border-radius-image {
    border-radius: 40px;
}

.menu a {
    font-size: 17px !important;
    /* letter-spacing: 1px; */
}

.container-fluid-custom {
    padding: 0px 50px !important;
}

.text-medium {
    font-size: 19px;
}

.font-size-medium {
    font-size: 19px;
}

.header-text-1 {
    /* margin-top: -35px; */
    font-size: 5.6rem;
    font-weight: bolder;
    font-family: kinghood;
}
.header-text-2 {
    /* margin-top: -35px; */
    font-size: 3rem;
    font-weight: bolder;
    color: #ff69b4;
}

.font-size-lg {
    font-size: 7rem;
}

.bg-black {
    background-color: black;
}

/* .black-bg{
    width: 100% !important;
    height: 600px !important;
    background-image: url("../image/black-bg.png") !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} */

.service-bg-image-one {
    /* background-image:
                linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url(
'../image/s-1-1.png'); */
    background-image: url("../image/i5.jpeg");
    /* border-radius: 40px; */
    width: 100%;
    height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.service-bg-image-two-n {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../image/number5-photo-10.jpg");
    /* background-image: url("../image/s-2.jfif"); */
    /* border-radius: 40px; */
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.service-bg-image-two {
    background-image: url("../image/staff1.jpeg");
    border-radius: 40px;
    width: 100%;
    height: 670px;
    background-position: center;
    background-size: cover;
}
.service-bg-image-three {
    background-image: url("../image/staff2.jpeg");
    border-radius: 40px;
    width: 100%;
    height: 670px;
    background-position: center;
    background-size: cover;
}
.service-bg-image-four {
    background-image: url("../image/staff3.jpeg");
    border-radius: 40px;
    width: 100%;
    height: 670px;
    background-position: center;
    background-size: cover;
}

.service-bg-image-two-n {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../image/number5-photo-10.jpg");
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
.service-bg-image-three-n {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../image/number5-photo-6.jpg");
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.service-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 40%;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
}

/* Image Styling */
.image img {
    width: 75%;
    border-radius: 8px;
}

/* Text Block Styling */
.content__block {
    padding: 20px;
}

.mbr-section-title {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.mbr-text {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 20px;
    line-height: 28px;
}

/* Button Styling */
.mbr-section-btn .btn {
    text-decoration: none;
    color: #ff5e1a;
    border: 2px solid #ff5e1a;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s, color 0.3s;
}

.mbr-section-btn .btn:hover {
    background-color: #ff5e1a;
    color: #fff;
}

h1 {
    color: #fff;
}

.about_wrapper {
    padding: 10.375rem;
    display: flex;
}

.blog_wrapper .blog-content {
    margin: -5rem 0 0 4.375rem;
    box-shadow: 0 0.125rem 0.25rem rgb(34 30 31 / 40%);
    text-align: center center;
    justify-content: center;
}
.our-partner-slider {
    background-color: var(--bg-color);
    padding: 3.125rem 0;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* scroll divs image hover effect */
.fadeIn-left {
    left: 20%;
}
/* .card:hover {
    box-shadow: 0 4px 8px rgb(248, 248, 248), 0 10px 10px rgba(0, 0, 0, 0.22);
} */

.white-placeholder::placeholder {
    color: white;
    opacity: 1; /* This ensures the color is fully opaque */
}

.name-length {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
}

.image-responsive {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    aspect-ratio: 4/4;
}

.margin-top-video {
    margin-top: 700px;
}

.logo-size {
    width: 90px;
}

.font-size-heading {
    font-size: 60px;
}

@media (max-width: 575.98px) {
    .desktop {
        display: block;
    }

    .container-fluid-custom {
        padding: 0px 10px !important;
    }

    .mobile-view {
        display: none !important;
    }

    .margin-top-video {
        margin-top: 350px;
    }
    #firstOrder {
        order: 1 !important;
    }
    #secondOrder {
        order: 2 !important;
    }
    #thirdOrder {
        order: 3 !important;
    }

    .newyork-saloon {
        overflow-x: auto; /* Enable horizontal scrolling if needed */
    }

    .menu a {
        font-size: 15px !important;
        letter-spacing: 2px;
    }

    .logo-size {
        width: 60px;
    }

    .menu-scroll .first-item {
        margin-left: 210px;
    }

    .menu-scroll {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping to the next line */
        white-space: nowrap; /* Prevent text from wrapping to the next line */
    }

    .menu-scroll .nav-item {
        flex: 0 0 auto; /* Ensure the flex items don't shrink or grow */
    }

    .menu-scroll::-webkit-scrollbar {
        display: none; /* Hide scrollbar on WebKit browsers for a cleaner look */
    }

    .header-text-1 {
        margin-top: -25px;
        font-size: 5rem;
        font-weight: bolder;
        font-family: kinghood;
    }
    .header-text-2 {
        margin-top: -15px;
        font-size: 1.7rem;
        font-weight: bolder;
        color: #ff5e1a;
    }

    .font-size-lg {
        font-size: 2.56rem;
    }

    .font-size-heading {
        font-size: 30px;
    }

    .text-medium {
        font-size: 16px;
    }

    .service-bg-image-one,
    .service-bg-image-two,
    .service-bg-image-three,
    .service-bg-image-four {
        width: 100%;
        height: 380px;
    }

    .paragraph-length {
        display: -webkit-box;
        -webkit-line-clamp: 5; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Add ellipsis if text overflows */
    }

    .btn-mobile {
        font-size: 16px !important;
    }

    .display-2 {
        font-size: 2rem;
    }
    .display-1 {
        font-size: 2.4rem;
    }

    h5 {
        font-size: 15px;
    }
}

@media (min-width: 600px) and (max-width: 1260px) {
    .mobile-view {
        display: none !important;
    }

    .desktop {
        display: block;
    }
}
