* {

    margin: 0;

    padding: 0;

    box-sizing: border-box !important;

    font-family: 'Poppins', sans-serif;
/* 
    overflow-x: hidden; */

}




h1 {

    font-size: 5rem;

    font-weight: 900;

}



h2 {

    font-size: 3rem;

    font-weight: 600;

}



h5 {

    font-size: 22px;

    font-weight: 600;

}



h6 {

    font-size: 20px;

    font-weight: 600;

}



p {

    font-size: 16px;

}



span {

    font-size: 18px;

}



li,

a {

    font-size: 1rem;

    font-weight: 400;

    text-decoration: none;

}



 .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .slides {
    display: flex;
    width: 300%; /* 3 images side by side */
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .slides img {
    width: 100vw;
    height: 98vh;
    object-fit: cover;
    flex-shrink: 0;
  }
  /* Cursor container */
  .cursor {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .dot.active {
    background-color: #fff;
  }




.hero-banner {

    background: url('/img/slider2-01.png') no-repeat center center;

    background-size: cover;

    background-position: bottom;

    background-repeat: no-repeat;

    min-height: 100vh;

    position: relative;

    overflow: hidden;

}

@media (max-width: 576px) {

    .hero-banner {

    background: url('/img/slider2-01.png') no-repeat center center;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    min-height: 100vh;

    position: relative;

    overflow: hidden;

}
}



.navbar {

    position: absolute;

    top: 40px;

    width: 60%;

}



.nav-wrapper {

    background: linear-gradient(to right, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    border-radius: 50px;

}



.navbar-nav {

    display: flex;

    justify-content: space-around;

    width: 100%;

}



.nav-link {

    color: white !important;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 18px;

    padding: 0.5rem 1rem;

}



.nav-link:hover {

    background-color: rgba(255, 255, 255, 0.1);

    border-radius: 30px;

}



.title-with-border {

    background: linear-gradient(to right, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    position: relative;

    display: inline-block;

    margin-bottom: 20px;

}



.title-without-border,

.title-with-border-end,

.title-with-border-center {

    background: linear-gradient(to right, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    position: relative;

    display: inline-block;

}



.title-with-border::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: -5px;

    height: 5px;

    width: 75%;

    background: linear-gradient(to left, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

}



.title-with-border-end::after {

    content: '';

    position: absolute;

    right: 0;

    bottom: -5px;

    height: 5px;

    width: 75%;

    background: linear-gradient(to left, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

}



.title-with-border-center::after {

    content: '';

    position: absolute;

    right: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    bottom: -5px;

    height: 5px;

    width: 90%;

    background: linear-gradient(to left, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

}



.gradient-border {

    padding: 0 30px 30px;

    border-radius: 52px;

    background: linear-gradient(to bottom, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    display: inline-block;

    height: 320px !important;

}



.card-inner {

    border-radius: 30px;

    overflow: hidden;

    font-size: 16px;

    padding-top: 60px;

}



.card-img-top {

    border-radius: 30px;

    height: 300px;

    object-fit: cover;

    width: 100%;

}



.party-title {

    font-weight: bold;

    margin-top: 10px;

    font-size: 1.1rem;

}



.review-img {

    position: absolute;

    top: -12%;

    left: 50%;

    transform: translate(-50%);

    border-radius: 50%;

        width: 100px !important;

    height: 100px !important;

    object-fit: cover;

}



.stats-section {

    background: linear-gradient(to right, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    color: white;

    padding: 40px 20px;

}



.stat-number {

    font-size: 3rem;

}



.stat-label {

    font-size: 18px;

}



.ride-img {

    border: 4px solid;

    border-radius: 20px;

    overflow: hidden;

    transition: transform 0.3s;

}



.ride-img img {

    width: 100%;

    height: auto;

    display: block;

    border-radius: 16px;

}



.ride-img:hover {

    transform: scale(1.05);

}



.gallery-section {

    padding: 40px 0;

}



.socialMedia_icon {

    border: 1px solid white;

    width: 30px;

    height: 30px;

    line-height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 6px;

}



.socialMedia_icon i {

    font-size: 16px;

    color: white;

}



.review-quote {

    position: absolute;

    top: 0;

    left: 10%;

    font-size: 70px;

    padding-top: 30px;

}



.branch_sbr li i {

    font-size: 20px;

    background: linear-gradient(to right, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.ifram {

    padding: 6px 6px 0 6px;

    border-radius: 52px;

    background: linear-gradient(to left, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    border-radius: 40px !important;

}



.ifram iframe {

    border-radius: 40px;

}



.contect-form form input {

    border: 1px solid black;

    border-radius: 50px;

    padding: 10px 20px;

}



.contect-form form textarea {

    border: 1px solid black;

    border-radius: 20px;

    padding: 10px 20px;

}



.submit-btn {

    background: linear-gradient(to left, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

    color: white;

    border-radius: 50px;

    padding: 10px;

    font-size: 18px;

}



.achevement_one {

    margin-top: 70px;

}



.achevement_two {

    margin-top: 140px;

}



.achevement_three {

    margin-top: 210px;

}



/* MOBILE VIEW STYLES */

@media (max-width: 991.98px) {

    h1 {

        font-size: 4rem;

        font-weight: 900;

    }



    .navbar {

        background: none !important;

        top: 20px;

        width: auto;

        right: 20px;

        left: auto;

    }



    .navbar-toggler {

        background-color: transparent;

        border: none;

        float: right;

    }



    .navbar-collapse {

        position: fixed;

        top: 0;

        right: 0;

        height: 100vh;

        width: 100%;

        background: linear-gradient(to bottom, #2d57e8, #9e3d95, #cc3374, #ed2b5c);

        z-index: 999;

        padding: 3rem 1rem;

        transform: translateX(100%);

        transition: transform 0.3s ease-in-out;

    }



    .navbar-collapse.show {

        transform: translateX(0);

    }



    .navbar-nav {

        flex-direction: column;

        justify-content: center;

        height: 100%;

    }



    .nav-link {

        font-size: 22px;

        padding: 1rem;

    }



    #menuCloseBtn {

        position: absolute;

        top: 30px;

        right: 30px;

        z-index: 1000;

        border: 1px solid white;

        background-color: white;

        border-radius: 50%;

    }



    .achevement_one {

        margin-top: 50px;

    }



    .achevement_two {

        margin-top: 50px;

    }



    .achevement_three {

        margin-top: 50px;

    }

}



.loved-rides-img {

    height: 300px;

    object-fit: cover;

    border-radius: 5px;

}



.about {

    background-image: url('/img/elements/2.png');

    background-repeat: no-repeat;

    background-position: center;



}



.Parties {

    background-image: url('/img/elements/3.png');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.counter {

    background-image: url('/img/elements/1.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.achievement-img {

    height: 400px;

    width: 100%;

    object-fit: cover;

}



.moments-img {

    height: 200px;

    width: 100%;

    object-fit: cover;

}



.left-second-top {

    height: 450px;

}



.left-second-bottom {

    height: 600px;

}



.moments-center-img {

    height: 400px;

    width: 100%;

    object-fit: cover;

}



.contect-about-img {

    height: 600px;

}



.parties-img {

    width: 100%;

    height: 500px;

    object-fit: cover;

}



.gradient-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(135deg, rgba(255, 0, 122, 0.3), rgba(0, 0, 255, 0.3));

    z-index: 1;

    overflow: hidden;

}



.gradient-overlay-left {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 95%;

    background: linear-gradient(135deg, rgba(255, 0, 122, 0.3), rgba(0, 0, 255, 0.3));

    z-index: 1;

    overflow: hidden;

}



.play-button {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border: 1px solid white !important;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    font-size: 20px;

    cursor: pointer;

    z-index: 2;

    transition: background-color 0.3s ease;

}



.play-button:hover {

    background-color: rgba(255, 255, 255, 1);

}



.explore-world {

    background-image: url('/img/elements/1.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    width: 100%;

    height: 250px;

    position: absolute;

    bottom: 0;

    z-index: -1;

}



.branch-review-card {

    background-size: cover;

    background-position: center;

    padding: 3px;

    border-radius: 52px;

}



.branch-review-card-two {

    background-image:

        linear-gradient(to bottom, rgba(45, 87, 232, 0.8), rgba(158, 61, 149, 0.7), rgba(204, 51, 116, 0.7), rgba(237, 43, 92, 0.7)),

        url('/img/SGROAD - ok/untitled (6 of 10).jpg');

}



.branch-review-card-one {

    background-image:

        linear-gradient(to bottom, rgba(45, 87, 232, 0.8), rgba(158, 61, 149, 0.7), rgba(204, 51, 116, 0.7), rgba(237, 43, 92, 0.7)),

        url('/img/SGROAD - ok/untitled (8 of 8).jpg');

}



.branch-review-card-three {

    background-image:

        linear-gradient(to bottom, rgba(45, 87, 232, 0.8), rgba(158, 61, 149, 0.7), rgba(204, 51, 116, 0.7), rgba(237, 43, 92, 0.7)),

        url('/img/SBR%20-%20ok/_PP_0035.jpg');

}



.fan-review-image-box {

    background: linear-gradient(to bottom right, #2d57e8, #ed2b5c);

    padding: 20px;

    border-radius: 0 80px 0 80px;

    max-width: 100%;

    width: 90%;

    overflow: hidden;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);

}



.fan-review-image-box img {

    border-radius: 0 60px 0 60px;

    width: 100%;

    height: auto;

    object-fit: cover;

}



.carousel-wrapper {

    gap: 15px;

    flex-wrap: nowrap;

    overflow: hidden;

}



.circle-img {

    border: 5px solid transparent;

    border-radius: 50%;

    overflow: hidden;

    width: 120px;

    height: 120px;

    transition: transform 0.3s ease;

    position: relative;

}



.circle-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* Center Highlight */

.center-img {

    width: 220px;

    height: 220px;

    border: 6px solid;

    border-image: linear-gradient(to right, #2d57e8, #ed2b5c) 1;

    z-index: 2;

}



/* Faded sides */

.faded {

    opacity: 0.5;

    border: 2px solid #ccc;

}



/* Arrows */

.nav-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: linear-gradient(to right, #2d57e8, #ed2b5c);

    color: white;

    border: none;

    width: 50px;

    height: 50px;

    font-size: 24px;

    font-weight: bold;

    border-radius: 50%;

    z-index: 3;

    cursor: pointer;

}



.left-arrow {

    left: -10px;

}



.right-arrow {

    right: -10px;

}











/* Required for swiper to render */

.swiper {

    width: 100%;

    padding: 50px 0;

}



.swiper-slide {

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 0.3;

    transform: scale(0.75);

    transition: all 0.3s ease;

}



/* Active center slide */

.swiper-slide-active {

    opacity: 1 !important;

    transform: scale(1) !important;

    z-index: 10;

}



/* Slides one step left/right from active */

.swiper-slide-next,

.swiper-slide-prev {

    opacity: 0.7;

    transform: scale(0.85);

    z-index: 5;

}



/* Slides two steps left/right from active */

.swiper-slide-next-next,

.swiper-slide-prev-prev {

    opacity: 0.5;

    z-index: 2;

}



.ride-img {

    border-radius: 50%;

    height: 280px;

    width: 280px;

    object-fit: cover;

    transition: transform 0.3s ease, opacity 0.3s ease;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);

}





/* branch page swiper */



.carousel-slider {

    width: 100%;

    height: 60vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 40px;

    position: relative;

}



.swiper-wrapper {

    margin-left: 60px;

}



.carousel-slider .swiper-wrapper {

    display: flex;

    align-items: center;

    max-height: 200px;

    max-width: 100%;

}



.carousel-slider .swiper-slide {

    width: 450px;

    height: 450px;

    border-radius: 50% !important;

    aspect-ratio: 1 / 1;

    box-sizing: border-box;

    padding: 1rem;

    display: flex;

    justify-content: center;

    align-items: center;

}



.carousel-slider .swiper-slide {

    background: linear-gradient(to right, #2d57e8, #ed2b5c);

    border-radius: 25px;

}



.carousel-slider .swiper-slide.swiper-slide-next,

.carousel-slider .swiper-slide.swiper-slide-prev {

    background: linear-gradient(to right, #2d57e8, #ed2b5c);

}



.carousel-slider .swiper-slide.swiper-slide-active {

    background: linear-gradient(to right, #2d57e8, #ed2b5c);

    box-shadow: 0 0 25px 2px rgba(255, 255, 255, 0.7);

}



.carousel-slider .item-content {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

}



.custom-nav-btn {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 60px;

    height: 60px;

    border-radius: 50%;

    background: linear-gradient(135deg, #ff2c7d, #6144f2) !important;

    color: #fff;

    font-size: 2rem;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    z-index: 10;

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);

    user-select: none;

}



.swiper-button-prev {

    left: 10px;

}



.swiper-button-next {

    right: 10px !important;

}



.slide-image {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 50%;

    transition: transform 0.3s ease;

    transform: scale(1.03);

}



.slide-image:hover {

    transform: scale(1.04);

}





/* branch  */

.section-title {

    display: inline-block;

    background: linear-gradient(to right, #0044ff, #ff0066);

    color: #fff;

    padding: 12px 40px;

    border-radius: 8px;

    margin-bottom: 30px;

}



.branch-card {

    position: relative;

    overflow: hidden;

    border-radius: 15px;

    border: 2px solid #ddd;

    transition: transform 0.3s ease;

}



.branch-card:hover {

    transform: scale(1.02);

}



.branch-card img {

    width: 100%;

    height: 400px;

    object-fit: cover;

    border-radius: 13px;

}



.branch-name {

    position: absolute;

    bottom: 0;

    width: 100%;

    color: white !important;

    font-weight: bold;

    text-align: right;

    font-size: 40px;

    padding: 30px 10px 30px 0;

}



.branch-red-bg {

    background-color: rgba(255, 0, 60, 0.55);

}



.branch-blue-bg {

    background-color: rgba(0, 68, 255, 0.55);

}