body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 132px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.navbar-custom .dropdown-menu {
    min-width: 210px;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
    .navbar-custom .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-custom .dropdown-item {
    color: #1c1c1c !important;
    padding: 9px 18px;
    font-size: 14px;
    margin: 0;
}

.navbar-custom .dropdown-item::after {
    display: none;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #112b47 !important;
    background-color: #f8f8f8 !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}

.sticky-scroll .header-social-media a {
    border-color: #000000;
    color: #000000;
}



.sticky-scroll .navbar-toggler span {
    color: #000000 !important;
}



.offcanvas-body {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0;
}


.navbar-nav {
    display: flex;
    gap: 38px;
}

.navbar-nav a {
    color: #000000 !important;
    margin: 0;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;

    transition: color 0.3s ease;
    position: relative;

    font-family: "Domine", serif;

    /* text-align: center !important; */
}


.navbar-nav a:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #112b47;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #112b47 !important;
}

.navbar-nav a:not(.dropdown-toggle):hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #1e4570 !important;
} */




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* Header social media */

.header-social-media {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-social-media a {
    width: 38px;
    height: 38px;
    border: 1px solid #112b47;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #112b47;
    text-decoration: none;
    transition: all .3s ease;
}

.header-social-media i {
    font-size: 15px;
}

.header-social-media a:hover {
    color: #ffffff;
    background: #112b47;
    border-color: #112b47;
    transform: translateY(-3px);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
        padding: 1rem;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar-custom .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 16px;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 110px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */




/* home  banner start */


.watch-hero {
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    overflow: hidden;
}

.watch-hero .container {
    width: 100%;
    padding: 0 0px;
}


.watch-banner-wrap {
    width: 100%;
    position: relative;
}


.watch-banner-slider {
    width: 100%;
    position: relative;
}

.watch-banner-slider .owl-stage {
    display: flex;
}

.watch-banner-slider .owl-item {
    display: flex;
    width: 100%;
}


.watch-banner {
    width: 100%;
    height: clamp(500px, 82vh, 720px);

    overflow: hidden;

    border-radius: 15px;

    position: relative;

    background: #f4f4f4;
}

.watch-banner img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transform: scale(1.01);

    transition: transform 1.2s
        cubic-bezier(.2,.8,.2,1);
}

.watch-banner-slider
.owl-item.active
.watch-banner img {
    transform: scale(1.04);
}


/* =====================================================
   STATS
   INSIDE IMAGE
===================================================== */

.watch-stats {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 65px;

    z-index: 10;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    background: transparent;
}


/* =====================================================
   STAT
===================================================== */

.watch-stat {
    min-height: 125px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
    padding: 20px 35px;
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .5);
}

.watch-stat:last-child {
    border-right: none;
}


/* NUMBER */

.watch-stat strong {
    display: block;

    font-family: "Playfair Display", serif;

    font-size: clamp(38px, 4vw, 58px);

    line-height: .9;

    font-weight: 500;

    color: #ffffff;
    
}

.watch-stat strong span {
    color: #ffffff;
}


/* LABEL */

.watch-stat h4 {
    margin: 10px 0 0;

    font-size: 11px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 3px;

    color: #ffffff;
    
}


.watch-slider-dots {
    position: absolute;

    left: 50%;

    bottom: 22px;

    z-index: 20;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin: 0;
    padding: 8px 11px;
    /* border: 1px solid rgba(255, 255, 255, .45); */
    border-radius: 999px;
    /* background: rgba(0, 0, 0, .22); */
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
}

.watch-slider-dots .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0 !important;

    margin: 0 !important;

    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .65) !important;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .25); */
    line-height: 0;
    transition: width .35s ease, background .35s ease, box-shadow .35s ease;
}

.watch-slider-dots .owl-dot span {
    display: none;
}

.watch-slider-dots .owl-dot.active {
    width: 30px;
    background: #fff !important;
    /* box-shadow: 0 1px 8px rgba(255, 255, 255, .55); */
}



.watch-banner-slider .owl-nav {
    display: none !important;
}



@media (min-width: 1600px) {

    .watch-hero {
        padding: 0;
    }

    .watch-hero .container {
        padding: 0 50px;
    }

    .watch-banner {
        height: 720px;
    }

    .watch-stats {
        left: 35px;
        right: 35px;
        bottom: 70px;
    }

    .watch-stat {
        min-height: 140px;
    }

}

@media (max-width: 1399px) {

    .watch-banner {
        height: 650px;
        min-height: 500px;
    }

    .watch-stats {
        bottom: 65px;
    }

}



@media (max-width: 991px) {

    .watch-hero {
        padding: 20px 0px;
    }

    .watch-hero .container {
        padding: 0 20px;
    }

    .watch-banner {
        height: 580px;
        min-height: 480px;
    }

    .watch-stats {
        left: 20px;
        right: 20px;
        bottom: 58px;
    }

    .watch-stat {
        min-height: 105px;
        padding: 18px 25px;
    }

    .watch-stat strong {
        font-size: 42px;
    }

    .watch-stat h4 {
        margin-top: 8px;
        font-size: 8px;
        letter-spacing: 2px;
    }

    .watch-slider-dots {
        bottom: 18px;
    }

}



@media (max-width: 767px) {

    /* .watch-hero {
        padding: 0;
    } */

    .watch-hero .container {
        padding: 0 15px;
    }

    .watch-banner {
        height: 560px;
        min-height: 0;

        border-radius: 15px;
    }

    .watch-banner img {
        object-position: center;
    }


    /* STATS */

    .watch-stats {
        left: 12px;
        right: 12px;
        bottom: 52px;
    }

    .watch-stat {
        min-height: 88px;

        padding: 13px 8px;

        align-items: center;

        text-align: center;
    }

    .watch-stat strong {
        font-size: 29px;
    }

    .watch-stat h4 {
        margin-top: 7px;

        font-size: 6px;

        letter-spacing: 1.5px;
    }


    /* DOTS */

    .watch-slider-dots {
        bottom: 16px;

        gap: 6px;
    }

    .watch-slider-dots .owl-dot {
        width: 8px;
        height: 8px;
    }

    .watch-slider-dots .owl-dot.active {
        width: 24px;
    }

}



@media (max-width: 480px) {

    .watch-banner {
        height: 500px;
    }

    .watch-stat {
        min-height: 82px;
    }

    .watch-stat strong {
        font-size: 32px;
    }

    .watch-stat h4 {
        font-size: 8.5px;
        letter-spacing: 1.2px;
    }

    .watch-slider-dots {
        bottom: 16px;
    }

}



@media (max-width: 360px) {

    .watch-banner {
        height: 460px;
    }

    .watch-stats {
        left: 9px;
        right: 9px;
        bottom: 48px;
    }

    .watch-stat {
        min-height: 75px;
        padding: 10px 5px;
    }

    .watch-stat strong {
        font-size: 23px;
    }

    .watch-stat h4 {
        font-size: 5px;
        letter-spacing: 1px;
    }

    .watch-slider-dots {
        bottom: 14px;
    }

}


/* banner end */














/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #1e4570;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #1e4570;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */





/* footer section */

.watch-footer {
    width: 100%;
    background: #112b47;
    color: #ffffff;
    padding: 55px 0 25px;
    overflow: hidden;
}

.watch-footer .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.footer-top {
    display: grid;

    grid-template-columns:
        2fr
        1fr
        1.2fr
        1.5fr;

    gap: 60px;

    padding-bottom: 65px;

    border-bottom: 1px solid rgba(255,255,255,.14);
}


/* =========================================================
   BRAND LOGO IMAGE
========================================================= */

.footer-logo {
    display: inline-flex;
    align-items: center;

    margin-bottom: 20px;

    text-decoration: none;
}

.footer-logo img {
    display: block;

    width: 180px;
    max-width: 100%;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   BRAND DESCRIPTION
========================================================= */

.footer-brand p {
    max-width: 310px;

    margin: 0 0 25px;

    font-size: 13px;
    line-height: 1.8;

    color: rgba(255,255,255,.65);
}


.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.2);

    color: #ffffff;

    text-decoration: none;

    transition:
        background .35s ease,
        border-color .35s ease,
        color .35s ease,
        transform .35s ease;
}

.footer-social a:hover {
    background: #de9144;
    border-color: #de9144;
    color: #112b47;
    transform: translateY(-3px);
}

.footer-social i {
    font-size: 12px;
}



.footer-column h4 {
    margin: 5px 0 25px;

    font-size: 20px;
    line-height: 1;

    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Playfair Display", serif;

    /* color: #de9144; */
    color: #ffffff;
}

.footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-column ul li {
    margin-bottom: 14px;
}

.footer-column ul li a {
    position: relative;

    font-size: 14px;

    color: rgba(255,255,255,.68);

    text-decoration: none;
    font-family: "Domine", serif;
    letter-spacing: 1.5px;

    transition: color .3s ease;
}

.footer-column ul li a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -4px;

    width: 0;
    height: 1px;

    background: #de9144;

    transition: width .3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-column ul li a:hover::after {
    width: 100%;
}



.footer-contact > a,
.footer-contact > p {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin: 0 0 17px;

    font-size: 14px;
    line-height: 1.6;

    color: rgba(255,255,255,.68);

    text-decoration: none;

    transition: color .3s ease;
}

.footer-contact > a:hover {
    color: #ffffff;
}

.footer-contact i {
    width: 15px;
    flex-shrink: 0;

    margin-top: 3px;

    color: #de9144;

    font-size: 12px;
}



.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-top: 25px;
}



.footer-copyright {
    
    align-items: center;

    gap: 25px;
}

.footer-bottom-logo {
    display: inline-flex;
    align-items: center;

    text-decoration: none;
}

.footer-bottom-logo img {
    display: block;

    width: 105px;
    max-width: 100%;
    height: auto;

    object-fit: contain;
}

.footer-copyright p {
    margin: 0;

    font-size: 14px;
    line-height: 1;

    color: rgba(255,255,255,.45);
}



.powered-by {
    margin: 0;

    font-size: 14px;
    line-height: 1;

    color: rgba(255,255,255,.45);
}

.powered-by a {
    margin-left: 4px;

    color: rgba(255,255,255,.45);

    
    text-decoration: none;
    font-size: 14px;

    transition: color .3s ease;
}

.powered-by a:hover {
    color: #ffffff;
}



@media (min-width: 1600px) {

    .watch-footer {
        padding-top: 100px;
    }

    .footer-top {
        gap: 80px;
    }

    .footer-logo img {
        width: 200px;
    }

}


@media (max-width: 991px) {

    .watch-footer {
        padding: 65px 0 25px;
    }

    .watch-footer .container {
        padding: 0 25px;
    }

    .footer-top {
        grid-template-columns:
            1.5fr
            1fr
            1fr;

        gap: 45px;
    }

    .footer-brand {
        grid-column: span 3;
    }

    .footer-contact {
        grid-column: span 1;
    }

}



@media (max-width: 767px) {

    .watch-footer {
        padding: 55px 0 20px;
    }

    .watch-footer .container {
        padding: 0 18px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;

        gap: 40px 25px;

        padding-bottom: 45px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-contact {
        grid-column: span 2;
    }

    .footer-logo img {
        width: 155px;
    }

    .footer-brand p {
        font-size: 12px;
    }

    .footer-column h4 {
        margin-bottom: 20px;
    }

    .footer-column ul li {
        margin-bottom: 11px;
    }

    .footer-column ul li a,
    .footer-contact > a,
    .footer-contact > p {
        font-size: 12px;
    }


    /* BOTTOM */

    .footer-bottom {
        

        justify-content: center;
        align-items: center;

        flex-direction: column;

        gap: 18px;
        text-align: center;

        padding-top: 22px;
    }

    .footer-copyright {
        width: 100%;

        gap: 15px;

        flex-wrap: wrap;
        text-align: center;
    }

    .footer-bottom-logo img {
        width: 95px;
    }

    .footer-copyright p,
    .powered-by {
        font-size: 14px;
        text-align: center;
    }

}

@media (max-width: 400px) {

    .watch-footer {
        padding-top: 45px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 1;
    }

    .footer-logo img {
        width: 145px;
    }

    .footer-bottom-logo img {
        width: 90px;
    }

    .footer-copyright {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }

}


/* footer end */




/* featured start  */

.featured-watch-section {
    width: 100%;

    padding: 50px 0;

    background: #ffffff;

    overflow: hidden;
}

.featured-watch-section .container {
    max-width: 1400px;

    padding: 0 30px;

    margin: auto;
}



.featured-heading {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 55px;
}

.featured-heading > div span {

    display: block;

    margin-bottom: 14px;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #de9144;
}

.featured-heading h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #112b47;
}

.featured-heading h2 em {

    color: #de9144;

    font-weight: 400;

    font-style: italic;
}

.featured-heading > p {

    max-width: 330px;

    margin: 0;

    font-size: 13px;

    line-height: 1.8;

    color: #777;
}


/* =========================================================
   IMAGE GRID
========================================================= */

.featured-watch-grid {

    display: grid;

    grid-template-columns: 1.5fr 1fr;

    gap: 18px;

    height: 720px;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.featured-main-image {

    position: relative;

    height: 100%;

    overflow: hidden;

    border-radius: 15px;

    background: #112b47;
}

.featured-main-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 1s cubic-bezier(.2,.8,.2,1);
}

.featured-main-image:hover img {

    transform: scale(1.05);
}


/* Overlay */

.featured-main-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(17,43,71,.9),
            rgba(17,43,71,.05) 65%
        );

    pointer-events: none;
}


/* Main Content */

.featured-image-content {

    position: absolute;

    left: 45px;

    bottom: 45px;

    z-index: 2;

    color: #ffffff;
}

.featured-image-content span {

    display: block;

    margin-bottom: 15px;

    font-size: 9px;

    letter-spacing: 3px;

    font-weight: 700;

    color: #de9144;
}

.featured-image-content h3 {

    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 400;
}

.featured-image-content a {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    padding-bottom: 8px;

    border-bottom: 1px solid rgba(255,255,255,.6);
}

.featured-image-content a i {

    transition: transform .3s ease;
}

.featured-image-content a:hover i {

    transform: translateX(6px);
}


/* =========================================================
   SIDE
========================================================= */

.featured-side {

    display: grid;

    grid-template-rows: 1fr 1fr;

    gap: 18px;
}


/* =========================================================
   SMALL IMAGE
========================================================= */

.featured-small-image {

    position: relative;

    overflow: hidden;

    border-radius: 15px;

    background: #112b47;
}

.featured-small-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 1s cubic-bezier(.2,.8,.2,1);
}

.featured-small-image:hover img {

    transform: scale(1.06);
}


/* Overlay */

.featured-small-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(17,43,71,.85),
            transparent 65%
        );
}


/* Small Content */

.small-image-content {

    position: absolute;

    left: 30px;

    bottom: 30px;

    z-index: 2;

    color: #ffffff;
}

.small-image-content span {

    display: block;

    margin-bottom: 8px;

    font-size: 9px;

    color: #de9144;

    font-weight: 700;

    letter-spacing: 2px;
}

.small-image-content h3 {

    margin: 0 0 15px;

    font-family: "Playfair Display", serif;

    font-size: 31px;

    line-height: 1;

    font-weight: 400;
}

.small-image-content a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;
}

.small-image-content a i {

    transition: transform .3s ease;
}

.small-image-content a:hover i {

    transform: translateX(5px);
}




.brand-names {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

.brand-names strong {

    font-family: "Playfair Display", serif;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;

    color: #112b47;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .featured-watch-section {

        padding: 80px 0;
    }

    .featured-watch-section .container {

        padding: 0 20px;
    }

    .featured-heading {

        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 35px;
    }

    .featured-heading h2 {

        font-size: 55px;
    }

    .featured-watch-grid {

        height: 600px;

        grid-template-columns: 1.3fr 1fr;

        gap: 12px;
    }

    .featured-side {

        gap: 12px;
    }

    .featured-image-content {

        left: 30px;

        bottom: 30px;
    }

    .featured-image-content h3 {

        font-size: 43px;
    }

    .brand-names strong {

        font-size: 14px;
    }

}


@media (max-width: 767px) {

    .featured-watch-section {

        padding: 50px 0;
    }

    .featured-watch-section .container {

        padding: 0 15px;
    }

    .featured-heading {

        gap: 25px;

        margin-bottom: 30px;
    }

    .featured-heading h2 {

        font-size: 43px;

        letter-spacing: -1px;
    }

    .featured-heading > p {

        font-size: 12px;
    }


    /* Grid */

    .featured-watch-grid {

        height: auto;

        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;
    }

    .featured-main-image {

        height: 520px;
    }

    .featured-side {

        height: 500px;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: 1fr;

        gap: 12px;
    }

    .featured-small-image {

        height: 100%;
    }


    /* Main */

    .featured-image-content {

        left: 25px;

        bottom: 25px;
    }

    .featured-image-content h3 {

        font-size: 40px;
    }


    /* Small */

    .small-image-content {

        left: 18px;

        bottom: 20px;
    }

    .small-image-content h3 {

        font-size: 25px;
    }


   
    

}

@media (max-width: 450px) {

    .featured-heading h2 {

        font-size: 30px;
        line-height: 37px;
    }

    .featured-main-image {

        height: 450px;
    }

    .featured-side {

        /* height: 420px; */
        height: 220px;
    }

    .featured-image-content h3 {

        font-size: 35px;
    }

    .small-image-content h3 {

        font-size: 22px;
    }

}

/* featured end */



/* wachets page */

.watch-brands-section {
    width: 100%;

    padding: 50px 0;

    background: #f7f7f5;

    overflow: hidden;
}

.watch-brands-section .container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 0 30px;
}



.watch-brands-heading {
    display: flex;

    justify-content: center;

    text-align: center;

    margin-bottom: 80px;
}

.watch-heading-inner {
    width: 100%;
    max-width: 800px;

    display: flex;

    flex-direction: column;

    align-items: center;
}



.watch-breadcrumb {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-bottom: 24px;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.watch-breadcrumb a {
    color: #112b47;

    text-decoration: none;

    transition: color .3s ease;
}

.watch-breadcrumb a:hover {
    color: #de9144;
}

.watch-breadcrumb span {
    color: #de9144;
}

.watch-breadcrumb span:last-child {
    color: #999999;
}



.watch-brands-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #112b47;
}

.watch-brands-heading h2 em {
    color: #de9144;

    font-weight: 400;

    font-style: italic;
}


/* =========================================================
   HEADING DESCRIPTION
========================================================= */

.watch-brands-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}


/* =========================================================
   WATCH BRAND ITEM
========================================================= */

.watch-brand-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 570px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;
}


/* =========================================================
   CONTENT
========================================================= */

.watch-brand-content {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 70px 75px;

    background: #ffffff;

    z-index: 2;
}

.brand-number {
    display: block;

    margin-bottom: 30px;

    font-size: 10px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2px;

    color: #de9144;
}

.watch-brand-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 50px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -1px;

    color: #112b47;
}

.watch-brand-content p {
    max-width: 430px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}



.brand-view-more {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding-bottom: 8px;

    border-bottom: 1px solid #112b47;

    color: #112b47;

    font-size: 14px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.brand-view-more i {
    transition: transform .3s ease;
}

.brand-view-more:hover {
    color: #de9144;

    border-color: #de9144;
}

.brand-view-more:hover i {
    transform: translateX(6px);
}


/* =========================================================
   IMAGE
========================================================= */

.watch-brand-image {
    position: relative;

    width: 100%;

    height: 570px;

    min-height: 0;

    overflow: hidden;

    background: #112b47;

    z-index: 1;
}

.watch-brand-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.watch-brand-item:hover .watch-brand-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.watch-brand-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(17,43,71,.12),
            transparent 65%
        );

    pointer-events: none;
}


/* =========================================================
   REVERSE DESKTOP LAYOUT
========================================================= */

.watch-brand-item.reverse .watch-brand-content {
    order: 2;
}

.watch-brand-item.reverse .watch-brand-image {
    order: 1;
}


/* =========================================================
   GSAP INITIAL STATES
========================================================= */

.watch-brand-content,
.watch-brand-image {
    will-change: transform, opacity;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .watch-brands-section {
        padding: 85px 0;
    }

    .watch-brands-section .container {
        padding: 0 20px;
    }

    .watch-brands-heading {
        margin-bottom: 55px;
    }

    .watch-brands-heading h2 {
        font-size: 52px;
    }

    .watch-brand-item {
        min-height: 470px;

        margin-bottom: 25px;
    }

    .watch-brand-content {
        padding: 50px 40px;
    }

    .watch-brand-content h3 {
        font-size: 48px;
    }

    .watch-brand-content p {
        font-size: 12px;
    }

    .watch-brand-image {
        height: 470px;
        min-height: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .watch-brands-section {
        padding: 65px 0;
    }

    .watch-brands-section .container {
        padding: 0 15px;
    }


    /* HEADING */

    .watch-brands-heading {
        display: block;

        margin-bottom: 40px;
    }

    .watch-heading-inner {
        max-width: 100%;
    }

    .watch-breadcrumb {
        margin-bottom: 20px;

        font-size: 9px;
    }

    .watch-brands-heading h2 {
        font-size: 43px;

        letter-spacing: -1px;
    }

    .watch-brands-heading p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* BRAND CARD */

    .watch-brand-item {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /*
       On mobile always show image first,
       then content.
    */

    .watch-brand-image {
        order: 1 !important;

        width: 100%;

        height: clamp(300px, 92vw, 400px);

        min-height: 0;
    }

    .watch-brand-content,
    .watch-brand-item.reverse .watch-brand-content {
        order: 2;

        padding: 38px 25px 42px;
    }


    /* CONTENT */

    .brand-number {
        margin-bottom: 18px;

        font-size: 9px;
    }

    .watch-brand-content h3 {
        margin-bottom: 18px;

        font-size: 43px;
    }

    .watch-brand-content p {
        margin-bottom: 25px;

        font-size: 12px;

        line-height: 1.8;
    }

    .brand-view-more {
        font-size: 9px;
    }

}


@media (max-width: 450px) {

    .watch-brands-section {
        padding: 55px 0;
    }

    .watch-brands-heading h2 {
        font-size: 37px;
    }

    .watch-brand-image {
        height: clamp(280px, 92vw, 350px);

        min-height: 0;
    }

    .watch-brand-content,
    .watch-brand-item.reverse .watch-brand-content {
        padding: 32px 20px 35px;
    }

    .watch-brand-content h3 {
        font-size: 38px;
    }

}


/* watches page end */




/* mobile page start */


.mobile-services-section {
    width: 100%;
    padding: 50px 0;
    background: #f7f7f5;
    overflow: hidden;
}

.mobile-services-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.mobile-services-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 80px;
}

.mobile-heading-inner {
    width: 100%;
    max-width: 800px;

    display: flex;
    flex-direction: column;
    align-items: center;
}



.mobile-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-bottom: 24px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mobile-breadcrumb a {
    color: #112b47;
    text-decoration: none;
    transition: color .3s ease;
}

.mobile-breadcrumb a:hover {
    color: #de9144;
}

.mobile-breadcrumb span {
    color: #de9144;
}

.mobile-breadcrumb span:last-child {
    color: #999;
}



.mobile-services-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #112b47;
}

.mobile-services-heading h2 em {
    color: #de9144;
    font-weight: 400;
    font-style: italic;
}



.mobile-services-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;
    line-height: 1.9;

    color: #777;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.mobile-service-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 570px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;
}


/* =========================================================
   CONTENT
========================================================= */

.mobile-service-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 75px;

    background: #ffffff;

    z-index: 2;
}

.service-number {
    display: block;

    margin-bottom: 30px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #de9144;
}

.mobile-service-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 50px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -1px;

    color: #112b47;
}

.mobile-service-content p {
    max-width: 430px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777;
}


.service-view-more {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding-bottom: 8px;

    border-bottom: 1px solid #112b47;

    color: #112b47;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.service-view-more i {
    transition: transform .3s ease;
}

.service-view-more:hover {
    color: #de9144;
    border-color: #de9144;
}

.service-view-more:hover i {
    transform: translateX(6px);
}


/* =========================================================
   IMAGE
========================================================= */

.mobile-service-image {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 570px;

    overflow: hidden;

    background: #112b47;

    z-index: 1;
}

.mobile-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.mobile-service-item:hover .mobile-service-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.mobile-service-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(17,43,71,.12),
            transparent 65%
        );

    pointer-events: none;
}


/* =========================================================
   REVERSE
========================================================= */

.mobile-service-item.reverse .mobile-service-content {
    order: 2;
}

.mobile-service-item.reverse .mobile-service-image {
    order: 1;
}


/* =========================================================
   GSAP
========================================================= */

.mobile-service-content,
.mobile-service-image {
    will-change: transform, opacity;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .mobile-services-section {
        padding: 85px 0;
    }

    .mobile-services-section .container {
        padding: 0 20px;
    }

    .mobile-services-heading {
        margin-bottom: 55px;
    }

    .mobile-services-heading h2 {
        font-size: 52px;
    }

    .mobile-service-item {
        min-height: 470px;
        margin-bottom: 25px;
    }

    .mobile-service-content {
        padding: 50px 40px;
    }

    .mobile-service-content h3 {
        font-size: 48px;
    }

    .mobile-service-content p {
        font-size: 12px;
    }

    .mobile-service-image {
        min-height: 470px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mobile-services-section {
        padding: 65px 0;
    }

    .mobile-services-section .container {
        padding: 0 15px;
    }

    .mobile-services-heading {
        display: block;
        margin-bottom: 40px;
    }

    .mobile-breadcrumb {
        margin-bottom: 20px;
        font-size: 9px;
    }

    .mobile-services-heading h2 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .mobile-services-heading p {
        margin-top: 22px;
        font-size: 12px;
        line-height: 1.8;
    }


    /* CARD */

    .mobile-service-item {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /* IMAGE ALWAYS FIRST */

    .mobile-service-image {
        order: 1 !important;

        width: 100%;

        height: 400px;

        min-height: 400px;
    }


    /* CONTENT */

    .mobile-service-content,
    .mobile-service-item.reverse .mobile-service-content {
        order: 2;

        padding: 38px 25px 42px;
    }

    .service-number {
        margin-bottom: 18px;
        font-size: 9px;
    }

    .mobile-service-content h3 {
        margin-bottom: 18px;
        font-size: 43px;
    }

    .mobile-service-content p {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 1.8;
    }

    .service-view-more {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .mobile-services-section {
        padding: 55px 0;
    }

    .mobile-services-heading h2 {
        font-size: 37px;
    }

    .mobile-service-image {
        height: 350px;
        min-height: 350px;
    }

    .mobile-service-content,
    .mobile-service-item.reverse .mobile-service-content {
        padding: 32px 20px 35px;
    }

    .mobile-service-content h3 {
        font-size: 38px;
    }

}


/* mobile page end */



/* home category */

.home-category-section {
    width: 100%;

    padding: 50px 0;

    background: #f7f7f5;

    overflow: hidden;
}

.home-category-section .container {
    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 30px;
}



.home-category-heading {
    display: flex;

    justify-content: center;

    text-align: center;

    margin-bottom: 75px;
}

.home-category-heading-inner {
    width: 100%;

    max-width: 800px;

    display: flex;

    flex-direction: column;

    align-items: center;
}




.home-category-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #112b47;
}

.home-category-heading h2 em {
    color: #de9144;

    font-weight: 400;

    font-style: italic;
}


.home-category-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777;
}



.home-category-card {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 580px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;
}



.home-category-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 75px;

    background: #ffffff;

    z-index: 2;
}

.home-category-number {
    display: block;

    margin-bottom: 28px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #de9144;
}

.home-category-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: clamp(50px, 5vw, 76px);

    line-height: .9;

    font-weight: 500;

    letter-spacing: -2px;

    color: #112b47;
}

.home-category-content h3 em {
    color: #de9144;

    font-weight: 400;

    font-style: italic;
}

.home-category-content p {
    max-width: 440px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777;
}


.home-category-btn {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding-bottom: 9px;

    border-bottom: 1px solid #112b47;

    color: #112b47;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.home-category-btn i {
    transition: transform .3s ease;
}

.home-category-btn:hover {
    color: #de9144;

    border-color: #de9144;
}

.home-category-btn:hover i {
    transform: translateX(7px);
}


.home-category-image {
    position: relative;

    width: 100%;

    height: 100%;

    min-height: 580px;

    overflow: hidden;

    background: #112b47;

    z-index: 1;
}

.home-category-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.home-category-card:hover .home-category-image img {
    transform: scale(1.05);
}


.home-category-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(17,43,71,.18),
            transparent 70%
        );

    pointer-events: none;
}



.home-category-image-label {
    position: absolute;

    left: 30px;

    bottom: 28px;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 14px;

    color: #ffffff;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;
}

.home-category-image-label span:first-child {
    color: #de9144;
}



.home-category-card.reverse .home-category-content {
    order: 2;
}

.home-category-card.reverse .home-category-image {
    order: 1;
}



.home-category-content,
.home-category-image {
    will-change: transform, opacity;
}


@media (max-width: 991px) {

    .home-category-section {
        padding: 60px 0;
    }

    .home-category-section .container {
        padding: 0 20px;
    }

    .home-category-heading {
        margin-bottom: 55px;
    }

    .home-category-heading h2 {
        font-size: 52px;
    }

    .home-category-card {
        min-height: 480px;

        margin-bottom: 25px;
    }

    .home-category-content {
        padding: 50px 40px;
    }

    .home-category-content h3 {
        font-size: 50px;
    }

    .home-category-content p {
        font-size: 12px;
    }

    .home-category-image {
        min-height: 480px;
    }

}


@media (max-width: 767px) {

    .home-category-section {
        padding: 50px 0;
    }

    .home-category-section .container {
        padding: 0 15px;
    }


    /* HEADING */

    .home-category-heading {
        display: block;

        margin-bottom: 40px;
    }

 
    

    .home-category-heading h2 {
        font-size: 43px;

        letter-spacing: -1px;
    }

    .home-category-heading p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* CARD */

    .home-category-card {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /* IMAGE FIRST */

    .home-category-image,
    .home-category-card.reverse .home-category-image {
        order: 1;

        width: 100%;

        height: 390px;

        min-height: 390px;
    }


    /* CONTENT */

    .home-category-content,
    .home-category-card.reverse .home-category-content {
        order: 2;

        padding: 38px 25px 42px;
    }

    .home-category-number {
        margin-bottom: 18px;

        font-size: 9px;
    }

    .home-category-content h3 {
        margin-bottom: 18px;

        font-size: 43px;
    }

    .home-category-content p {
        margin-bottom: 25px;

        font-size: 12px;

        line-height: 1.8;
    }

    .home-category-btn {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .home-category-section {
        padding: 50px 0;
    }

    .home-category-heading h2 {
        font-size: 37px;
    }

    .home-category-image,
    .home-category-card.reverse .home-category-image {
        height: 340px;

        min-height: 340px;
    }

    .home-category-content,
    .home-category-card.reverse .home-category-content {
        padding: 32px 20px 35px;
    }

    .home-category-content h3 {
        font-size: 38px;
    }

}


/* category end */


/* about start */

.blackstone-about-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}


.blackstone-about-images {
    position: relative;
    padding-right: 75px;
    padding-bottom: 70px;
}

.about-main-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.about-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-main-image:hover img {
    transform: scale(1.03);
}


/* Small Image */

.about-small-image {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 230px;
    height: 250px;

    padding: 10px;

    background: #ffffff;

    box-shadow: 0 20px 50px rgba(17, 43, 71, 0.15);
}

.about-small-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Experience */

.about-experience {
    position: absolute;
    top: 40px;
    left: -25px;

    width: 120px;
    height: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #112b47;
    color: #ffffff;
}

.about-experience span {
    color: #de9144;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.about-experience small {
    margin-top: 8px;

    font-size: 11px;
    line-height: 1.4;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.blackstone-about-content {
    padding-left: 30px;
}


/* Subtitle */

.about-subtitle {
    position: relative;

    display: inline-block;

    padding-left: 42px;

    color: #de9144;

    font-size:9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-subtitle::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 30px;
    height: 2px;

    background: #de9144;

    transform: translateY(-50%);
}



.blackstone-about-content h2 {
    margin: 20px 0 25px;

    color: #112b47;

    font-family: "Playfair Display", serif;

    font-size: 55px;
    line-height: 1.15;
    font-weight: 500;
}

.blackstone-about-content h2 span {
    color: #de9144;
    font-style: italic;
}



.blackstone-about-content > p {
    margin-bottom: 16px;

    color: #66717c;

    font-size: 15px;
    line-height: 1.9;
}


/* =========================
   FEATURES
========================= */

.blackstone-about-features {
    margin-top: 32px;
    margin-bottom: 32px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 22px;
}


/* Icon */

.feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #112b47;
    color: #ffffff;

    font-size: 20px;
}

.about-feature-item h5 {
    margin: 0 0 5px;

    color: #112b47;

    font-size: 17px;
    font-weight: 500;
}

.about-feature-item p {
    margin: 0;

    color: #777f87;

    font-size: 13px;
    line-height: 1.6;
}



.blackstone-about-btn {
    display: inline-flex;
    align-items: center;

    gap: 14px;

    border-radius: 50px;
    padding: 15px 28px;

    background: #112b47;
    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    transition: all 0.3s ease;
}

.blackstone-about-btn i {
    color: #de9144;
    transition: transform 0.3s ease;
}

.blackstone-about-btn:hover {
    background: #de9144;
    color: #ffffff;
}

.blackstone-about-btn:hover i {
    color: #ffffff;
    transform: translateX(5px);
}



@media (max-width: 991px) {

    .blackstone-about-section {
        padding: 50px 0;
    }

    .blackstone-about-content {
        padding-left: 0;
    }

    .blackstone-about-content h2 {
        font-size: 45px;
    }

    .blackstone-about-images {
        max-width: 700px;
        margin: 0 auto;
    }

}


@media (max-width: 575px) {

    .blackstone-about-section {
        padding: 50px 0;
    }

    .blackstone-about-images {
        padding-right: 35px;
        padding-bottom: 45px;
    }

    .about-main-image {
        height: 430px;
    }

    .about-small-image {
        width: 150px;
        height: 170px;
        padding: 7px;
    }

    .about-experience {
        top: 25px;
        left: -10px;

        width: 90px;
        height: 90px;
    }

    .about-experience span {
        font-size: 23px;
    }

    .about-experience small {
        font-size: 8px;
    }

    .blackstone-about-content h2 {
        font-size: 37px;
        line-height: 1.2;
    }

    .blackstone-about-content > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .about-feature-item {
        gap: 13px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;

        font-size: 17px;
    }

    .about-feature-item h5 {
        font-size: 15px;
    }

    .about-feature-item p {
        font-size: 12px;
    }

}


/* about end */




/* contact page start */

.blackstone-contact-section {
    padding: 50px 0;
    background: #f7f7f5;
}


.blackstone-contact-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.blackstone-contact-heading > span {
    color: #de9144;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blackstone-contact-heading h2 {
    margin: 15px 0 18px;
    color: #112b47;
    font-family: "Playfair Display", serif;
    font-size: 55px;
    line-height: 1.15;
    font-weight: 500;
}

.blackstone-contact-heading h2 em {
    color: #de9144;
    font-style: normal;
    font-style: italic;
}

.blackstone-contact-heading p {
    margin: 0;
    color: #6d747b;
    font-size: 15px;
    line-height: 1.8;
}



.blackstone-contact-info {
    margin-bottom: 55px;
}

.contact-info-item {
    height: 100%;
    padding: 28px;
    background: #ffffff;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    border-bottom: 3px solid #de9144;

    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(17, 43, 71, 0.08);
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #112b47;
    color: #ffffff;

    font-size: 19px;
}

.contact-info-item span {
    display: block;
    margin-bottom: 6px;

    color: #de9144;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-info-item h5 {
    margin: 0 0 5px;

    color: #112b47;

    font-size: 17px;
    font-weight: 500;
}

.contact-info-item h5 a {
    color: #112b47;
    text-decoration: none;
}

.contact-info-item p {
    margin: 0;

    color: #7a8188;

    font-size: 13px;
    line-height: 1.6;
}



.blackstone-contact-main {
    background: #ffffff;

    box-shadow: 0 25px 60px rgba(17, 43, 71, 0.10);
}



.blackstone-contact-form {
    padding: 55px 45px;
}

.form-subtitle {
    color: #de9144;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blackstone-contact-form h3 {
    margin: 12px 0 30px;

    color: #112b47;

    font-family: "Playfair Display", serif;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 500;
}

.blackstone-contact-form h3 strong {
    display: block;
    color: #de9144;
    font-weight: 500;
}


/* Form Group */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;

    color: #112b47;

    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;

    padding: 13px 15px;

    border: 1px solid #e1e1e1;
    outline: none;

    background: #fafafa;

    color: #112b47;

    font-size: 13px;

    transition: all 0.3s ease;
}

.form-group textarea {
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #de9144;
    background: #ffffff;
}


/* Button */

.blackstone-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding: 15px 27px;

    border: 0;

    background: #112b47;
    color: #ffffff;

    font-size: 14px;
    font-weight: 400;

    border-radius: 50px;
    cursor: pointer;

    transition: all 0.3s ease;
}

.blackstone-contact-btn i {
    color: #de9144;
    transition: transform 0.3s ease;
}

.blackstone-contact-btn:hover {
    background: #de9144;
}

.blackstone-contact-btn:hover i {
    color: #ffffff;
    transform: translateX(5px);
}


/* =========================
   MAP
========================= */

.blackstone-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.blackstone-map iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}


/* Map Label */

.map-location {
    position: absolute;

    left: 25px;
    bottom: 25px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 14px 18px;

    background: #112b47;
    color: #ffffff;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.map-location > i {
    color: #de9144;
    font-size: 20px;
}

.map-location span {
    display: block;

    color: #de9144;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.map-location p {
    margin: 3px 0 0;

    color: #ffffff;

    font-size: 12px;
}



@media (max-width: 991px) {

    .blackstone-contact-section {
        padding: 60px 0;
    }

    .blackstone-contact-heading h2 {
        font-size: 45px;
    }

    .blackstone-map {
        min-height: 500px;
    }

}

@media (max-width: 575px) {

    .blackstone-contact-section {
        padding: 50px 0;
    }

    .blackstone-contact-heading {
        margin-bottom: 40px;
    }

    .blackstone-contact-heading h2 {
        font-size: 37px;
    }

    .blackstone-contact-heading p {
        font-size: 14px;
    }

    .contact-info-item {
        padding: 22px;
    }

    .blackstone-contact-form {
        padding: 40px 25px;
    }

    .blackstone-contact-form h3 {
        font-size: 30px;
    }

    .blackstone-map {
        min-height: 420px;
    }

    .map-location {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

}