* {
    font-family: poppins;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.centerContainerLogin {
    background-color: rgb(49, 49, 49);
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formAction {
    background-color: rgb(241, 241, 241);
    width: 23%;
    padding: 10px;
    border-radius: 10px;
}

#loginItem {
    margin: 0 0 10px 0;
}

#loginItem label {
    font-size: 14px;
}

#loginButton {
    width: 100%;
}

.headerFormTitle {
    text-align: center;
    margin: 30px 0 30px 0;
}

.headerFormTitle h4 {
    font-weight: 600;
    font-size: 25px;
}

.headerFormTitle p {
    font-size: 14px;
}

.forgotPass {
    margin: 0 0 5px 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.forgotPass a {
    font-size: 14px;
    color: rgb(49, 49, 49);
}

#loginButton {
    font-size: 14px;
}

.messagerr {
    display: none;
}


/* Home Page */

body {
    width: 100%;
    overflow-x: hidden;
    background: #0f0f0f !important;
}

.navContainer {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-around;

    background-color: transparent;
}

.headerLogo {
    width: 80px;
}

nav {
    width: 100%;
    height: 10vh;
    background-color: transparent;
    z-index: 2;
}

.navContainer .links a {
    text-decoration: none;
    cursor: pointer;
    margin: 0 20px;
    position: relative;
    color: #fff;
    transition: 0.3s linear;
}

.links a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    color: rgb(184, 21, 21);
    height: 3.5px;
    transition: 0.3s linear;
}

.links a::before,
.links a:hover {
    width: 100%;
    color: rgb(184, 21, 21);
}



.search {
    color: #fff;
}

section {
    width: 100%;
    height: 100vh;
    margin-top: -80px;
}

section .content {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
}

section .content2 {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.content {
    background-image: url(../img/cover\ \(7\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.content2 {

    width: 100%;
    z-index: 0;
}

.content .main-content {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
}

.content2 .main-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


.main-content h1 {
    font-size: clamp(2rem, 1rem + 5vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -3px;
    color: #fff;
}

.main-content h2 {
    font-size: clamp(2rem, 1rem + 5vw, 3.5rem);
    font-weight: 600;
    color: rgb(179, 29, 29);
    letter-spacing: -3px;
    line-height: 50px;
}

.main-content p {
    margin-top: 40px;
    color: rgb(185, 185, 185);
}

.image2 {
    width: 900px;
}

.image3 {
    width: 500px;
}

.rnContainer {
    z-index: 5;
    position: fixed;
    bottom: 100px;
}

.fbContainer,
.igContainer,
.ttContainer {

    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px
}

a i {
    color: #fff;
}

.fbContainer,
.ttContainer {
    background-color: rgb(24, 24, 24);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.igContainer {
    background-color: rgb(180, 180, 180);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.fbContainer:hover {
    background-color: rgb(48, 108, 185);
    transition: all ease-in-out .5s;
}

.igContainer:hover {
    background-color: rgb(221, 74, 111);
    transition: all ease-in-out .5s;
}

.ttContainer:hover {
    background-color: rgb(0, 0, 0);
    transition: all ease-in-out .5s;
}

.checkout {
    margin-top: 30px;
}

.seeMoreButton {
    background-color: rgb(179, 29, 29);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    width: 30%;
    outline: none;
    font-weight: 500;
    letter-spacing: 2px;
}

.seeMoreButton:hover {
    background-color: rgb(150, 32, 24);
    transition: all ease .5s;
}

.fastMovingContainer {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 30px 0 200px 0;
}

.fastMovingContainer h2 {
    font-size: 30px;
    font-weight: 600;
}

.featured {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0 0;
}

.item {
    border: 1px solid #dbdbdb;
    margin: 5px;
}

.imageItem {
    width: 300px;
}

.promotionContainer {
    width: 100%;
    background-color: #000000;
}

.promotionContainer h2 {
    font-size: 30px;
    font-weight: 600;
    color: #dbdbdb;
}

.postContainer {
    display: flex;
    width: 75%;
    justify-content: center;
    padding: 50px;
    margin: auto;
}

.containerLeft,
.containerRight {
    width: 50%;
}

.postImage {
    width: 650px;
}

.containerRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.containerRight h2 {
    margin: 0 0 40px 0;
}

.containerRight p {
    color: #777777;
    font-size: 15px;
}

.checkProductsButton {
    padding: 10px;
    font-size: 15px;
    width: 40%;
    background-color: transparent;
    border: 1px solid rgb(150, 32, 24);
    margin: 20px 0 0 0;
    color: rgb(150, 32, 24);
}

.checkProductsButton:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    transition: all ease 0.3s;
}

.customPromotionContainer {
    text-align: center;
    padding: 50px;
}

.customPromotionContainer h2 {
    font-size: 30px;
    font-weight: 600;
}

.cardHolder {
    width: 300px;
    border: 1px solid #dbdbdb;
    margin: 10px;
}

.cardImage {
    width: 250px;
}


.cardContent h1 {
    font-size: 20px;
    font-weight: 600;
}

.cardContent p {
    font-size: 15px;
    width: 290px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777777;
}

.cardHolderMain {
    width: 80%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.checkAllButton {
    padding: 10px;
    width: 15%;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 15px;
}

.slideContainer {
    display: flex;
    width: 95%;
    justify-content: center;
    padding: 50px;
    margin: auto;
}

.fixLeft {
    width: 30%;
    background-color: red;
}

.slideRight {
    width: 70%;
}

.showStoreContainer {
    width: 100%;
    text-align: center;
    padding: 10px 0 100px 0;
}

.showStoreContainer a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 60px;
    transition: all ease .3s;
}

.showStoreContainer a:hover {
    text-decoration: none;
    color: #790f0f;
    border: 1px solid #790f0f;
    padding: 10px 60px;
}

/* ABOUT */

/* 
section {
    width: 100%;
    height: 101vh;
    margin-top: -100px;
}
section .content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.content {
    background-image: url(../img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
} */

.aboutBANNER {
    width: 100%;
    height: 60vh;
    margin-top: -100px;
}

.aboutBANNER .aboutCONTENT {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutCONTENT {
    background-image: url(../img/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.aboutCONTENT h2 {
    font-size: 45px;
    font-weight: 600;
    color: #dbdbdb;
}

.aboutCONTENT p {
    color: #4d4d4d;
}

.bannerVideoContent {
    width: 100%;
    margin: 50px auto 10px auto;
    background-color: black;
}

.bannerVideoContent video {
    width: 100%;
    display: block;
    height: 90vh;
    object-fit: cover;
}

.bannerVideoContent:before {
    content: '';
    position: absolute;
    /* background: rgba(0, 0, 0, 0.918); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.promoteAdContainer {
    width: 70%;
    margin: 20px auto 100px auto;
    display: flex;
}

.PACleft {
    background-color: blue;
    width: 100%;
    margin: 10px 5px 10px 10px;
    background-image: url(../img/tab1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    overflow: hidden;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.legendaryImage {
    width: 450px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.legendaryImage:hover {
    transform: scale(1.2);
}

.PACright {
    background-color: pink;
    width: 100%;
    margin: 10px 10px 10px 5px;
    background-image: url(../img/phoenix.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    overflow: hidden;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.titleContainer {
    width: 60%;
    margin: 50px auto 100px auto;
    text-align: center;
}

.titleContainer h3 {
    font-weight: 600;
}

.bracketContainer {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.card {
    background-color: red;
    margin: 5px;
    overflow: hidden;
}

.card .card-title {
    font-weight: 600 !important;
}

.card .card-body {
    padding: 10px !important;
    text-align: center !important;
}

.card-img-top {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.card-img-top:hover {
    transform: scale(1.1);
}

.bannerAds {
    width: 100%;
    margin: 100px auto 100px auto;
}

.legendaryBanner {
    width: 100%;
}

.footerMainContainer {
    width: 100%;
    background-color: #000000;

    padding: 20px;
}

.subFooterContainer {
    margin: auto;
    width: 70%;
    background-color: #4d4d4d;

    display: flex;
    justify-content: space-around;
}

.column {
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.footerLogo {
    width: 80px;
}

/* NEW CSS BATCH FILE */

.navigationContainer {
    width: 100%;
    height: 80px;
}

.navigationSubContainer {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.companyLogo {
    width: 80px;
}

.linkContainer {
    display: flex;
    align-items: center;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
}

li {
    display: inline;
    margin: 0 30px 0 0;
}

li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: 0.3s all ease;
}

li a:hover {
    text-decoration: none;
    color: #c9c9c9;
    font-size: 15px;
}

.contentContainer {
    width: 30%;
    margin: 0 0 0 100px;
}

.contentContainer h1 {
    font-weight: 700;
    color: #fff;
}

.bannerP1 {
    color: #ffffff;
    background-color: #790f0f;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 20px;
    width: 76%;
}

.bannerP2 {
    font-size: 15px;
    color: #adadad;
    margin-top: 20px;
}

.semiButtonContainer a {
    padding: 10px 20px;
    border: 1px solid #fff;
}

.contentDiv {
    background-color: #0f0f0f;

    background-image: url(../img/custom1.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.cdWrapper {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 100px 0;
}

.cdLeft {
    width: 50%;
    padding: 40px 20px 40px 20px;
}

.cdLeft p {
    color: #adadad;
}

.cdLeft h3 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin: -15px 0 30px 0;
}

.cdRight {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    padding: 20px;
}

.pStory {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 30px;
}

.cdLeft a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    transition: .3s all ease;
}

.cdLeft a:hover {
    color: #790f0f;
    border: 1px solid #790f0f;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
}

.cdRightVideo {
    width: 100%;
}

.contentDiv1 {
    background-color: #0f0f0f;
    width: 100%;
}

.contentWrapper {
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
}

.imageBrandContainer1 {
    background-image: url(../img/logo/yamahaWhite.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer1:hover {
    background-image: url(../img/logo/yamahaColored.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;
}

.imageBrandContainer2 {
    background-image: url(../img/logo/rusiWhite.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer2:hover {
    background-image: url(../img/logo/rusiColored.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;
}

.imageBrandContainer3 {
    background-image: url(../img/logo/suzukiWhite.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer3:hover {
    background-image: url(../img/logo/suzukiColored.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;
}

.imageBrandContainer4 {
    background-image: url(../img/logo/KAWASAKI1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer4:hover {
    background-image: url(../img/logo/KAWASAKI.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
}

.imageBrandContainer5 {
    background-image: url(../img/logo/BAJAJ1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer5:hover {
    background-image: url(../img/logo/BAJAJ.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
}

.imageBrandContainer6:hover {
    background-image: url(../img/logo/KYMCO1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
}

.imageBrandContainer6 {
    background-image: url(../img/logo/KYMCO.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer7:hover {
    background-image: url(../img/logo/SYM.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
}

.imageBrandContainer7 {
    background-image: url(../img/logo/SYM1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;

    transition: .3s all ease;
}

.imageBrandContainer8:hover {
    background-image: url(../img/logo/HONDA.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
}

.imageBrandContainer8 {
    background-image: url(../img/logo/HONDA1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;

    transition: .3s all ease;
}

.titleBox {
    background-color: #0f0f0f;
    height: 40vh;
    text-align: center;
    line-height: 10px;
    padding-top: 100px;
}

.titleBox .p1 {
    color: #790f0f;
}

.titleBox h1 {
    font-weight: 600;
    color: #fff;
}

.titleBox .p2 {
    color: #777777;
    font-size: 15px;
    width: 30%;
    margin: auto;
    line-height: 20px;
}

.customDiv {
    background-color: #0f0f0f;
    padding: 50px 0 50px 0;
    background-image: url(../img/custom2.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.customDivContainer {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customLeft {
    width: 50%;
    padding: 50px;
}

.winnerLeft {
    width: 600px;
}

.customRight {
    width: 50%;
    padding: 50px;
}

.combi {
    width: 800px;
}

.phoenixContainer {
    background-color: #0f0f0f;
}

.phoenixHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    padding-bottom: 100px;
}

.card {
    background-color: transparent !important;
    border: 1px solid #252525 !important;
    transition: .3s all ease !important;
}

.card:hover {
    background-color: transparent !important;
    border: 1px solid #920404 !important;
}

.card-title {
    color: #c9c9c9;
    font-weight: 200 !important;
}

.card-img-top {
    height: 300px;
}

.card-text {
    color: #790f0f;
}

.customRight .p1 {
    color: #790f0f;
    line-height: 1px;
}

.customRight h1 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.customRight .p2 {
    font-size: 15px;
    color: #adadad;
    line-height: 30px;
    margin-bottom: 50px;
}

.customRight a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    transition: .3s all ease;
}

.customRight a:hover {
    color: #790f0f;
    border: 1px solid #790f0f;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
}

.expertsContainer {
    background-color: #0f0f0f;
}

.experts {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 130px;
}

.perExpert {
    padding: 1px;
    text-align: center;
}

.perExpert h1 {
    color: #fff;
    font-size: 18px;
}

.expertImg {
    width: 280px;
    margin-bottom: 20px;
    filter: brightness(70%);
    transition: .3s all ease;
}

.expertImg:hover {
    filter: brightness(100%);
}

.ownerContainer {
    background-color: #0f0f0f;
    background-image: url(../img/custom3.png);
    background-position: bottom left;
    background-size: 45vw auto;
    background-repeat: no-repeat;
}

.ownerDiv {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ownerDiv .left {
    width: 50%;
    z-index: 1;
}

.ownerDiv .right {
    width: 50%;
}

.bossImage {
    width: 550px;
}

.right .p1 {
    color: #790f0f;
    line-height: 5px;
}

.right h1 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    font-size: 35px;
}

.right .p2 {
    color: #dbdbdb;
    line-height: 30px;
    font-size: 15px;

    margin-bottom: 80px;
}

.videoBannerContainer {
    width: 100%;
    height: 50vh;
    /* Adjust as needed */
    overflow: hidden;
    position: relative;
}

.videoBannerContainer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video covers the container */
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(50%);
}

.textOverlay {
    padding: 50px;
    position: absolute;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50vh;
}

.textOverlay h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

.textOverlay p {
    color: #adadad;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.textOverlay a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    transition: .3s all ease;
    width: 30%;
    text-align: center;
}

.textOverlay a:hover {
    color: #790f0f;
    border: 1px solid #790f0f;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
}

.footerMainDiv {
    padding: 100px 0 100px 0;
}

.footerContainer {
    width: 80%;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.f1 {
    width: 300px;
    color: #adadad;
    font-size: 15px;
    margin: 5px;

    height: 200px;
}

.f1 img {
    width: 80px;
}

.f2 {
    width: 300px;
    margin: 5px;

    display: flex;
    flex-direction: column;
    height: 200px;
}

.f2 h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.f2 p {
    font-size: 15px;
    color: #adadad;
}

.f2 a {
    text-decoration: none;
    margin-bottom: 10px;
    color: #adadad;
}

.f2 a:hover {
    text-decoration: none;
    margin-bottom: 10px;
    color: #790f0f;
}

.socmedContainer {
    display: flex;
    align-items: center;
}

.socmedFb,
.socmedInsta,
.socmedTiktok,
.socmedYt {
    margin: 2px;
    border: 1px solid #adadad;
    padding: 8px 12px;


    transition: .3s all ease;
}

.socmedContainer i {
    color: #fff;
}

.socmedFb:hover {
    background-color: #307ae9;
}

.socmedInsta:hover {
    background-color: #bd1756;
}

.socmedTiktok:hover {
    background-color: #000000;
}

.socmedYt:hover {
    background-color: #850d0d;
}

.footerSub {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #1a1a1a;
    font-size: 13px;
    color: #777777;
}


/* RESPONSIVE MEDIA QUERIES */

@media only screen and (max-width: 600px) {

    body {
        overflow-x: hidden;
    }

    .navigationSubContainer {
        display: none;
    }

    .contentContainer {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .content .main-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .bannerP1 {
        color: #ffffff;
        background-color: #790f0f;
        padding: 5px;
        font-size: 13px;
        margin-bottom: 20px;
        width: 100%;
    }

    .bannerP2 {
        font-size: 13px;
        color: #adadad;
        margin-top: 20px;
    }

    .cdWrapper {
        margin: auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .cdLeft {
        width: 100%;
    }

    .cdLeft p {
        color: #adadad;
        font-size: 13px;
    }

    .cdRight {
        width: 100%;
    }

    .combi {
        width: 400px;
    }

    .contentDiv {
        background-color: #0f0f0f;

        background-image: url(../img/custom1.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .titleBox {
        background-color: #0f0f0f;
        text-align: center;
        line-height: 10px;
    }

    .titleBox .p1 {
        color: #790f0f;
        font-size: 13px;
    }

    .titleBox h1 {
        font-weight: 600;
        font-size: 25px;
        color: #fff;
    }

    .titleBox .p2 {
        color: #777777;
        font-size: 13px;
        width: 90%;
        margin: auto;
        line-height: 20px;
    }

    .rnContainer {
        display: none;
    }

    .customDiv {
        background-color: #0f0f0f;
        padding: 0;
        background-image: url(../img/custom2.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .customDivContainer {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .customLeft {
        width: 100%;
    }

    .customRight {
        width: 100%;
    }

    .winnerLeft {
        width: 300px;
    }

    .experts {
        width: 60%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 130px;
    }

    .ownerContainer {
        background-color: #0f0f0f;
    }

    .ownerDiv {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ownerDiv .right {
        width: 90%;
    }

    .ownerDiv .left {
        width: 100%;
    }

    .bossImage {
        width: 350px;
        margin-bottom: 20px;
    }

    .right {
        text-align: center;
    }

    .right .p1 {
        color: #790f0f;
        line-height: 5px;
        font-size: 13px;
    }

    .right h1 {
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
        font-size: 25px;
    }

    .right .p2 {
        color: #dbdbdb;
        line-height: 30px;
        font-size: 13px;

        margin-bottom: 80px;
    }

    .videoBannerContainer {
        width: 100%;
        height: 50vh;
        /* Adjust as needed */
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .textOverlay {
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50vh;
        padding: 20px 10px;
    }

    .textOverlay h1 {
        color: #fff;
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .textOverlay p {
        color: #adadad;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .textOverlay a {
        color: #fff;
        border: 1px solid #fff;
        font-size: 15px;
        transition: .3s all ease;
        width: 100%;
        text-align: center;
    }

    .footerContainer {
        width: 80%;
        margin: auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .f1 {
        width: 300px;
        color: #adadad;
        font-size: 15px;
        margin: 5px;

        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .f2 {
        width: 300px;
        margin: 5px;

        display: flex;
        flex-direction: column;
        height: 200px;
        text-align: center;
        justify-content: center;
    }

    .socmedContainer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerSub {
        padding: 10px;
        text-align: center;
        border-top: 1px solid #1a1a1a;
        font-size: 13px;
        color: #777777;
    }

}

@media only screen and (min-width: 768px) {}