@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
h1, h2 {
    font-family: 'Orbitron', sans-serif;

}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #000 !important;
    overflow-x: hidden;
}
.collapse:not(.show) {
    display: block;
}
header li::marker {
    font-size: 0;
}
main{
    overflow-x: hidden;
}
/* Header */
header {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 999999999999;
}
header ul.main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
header ul.main-menu li {
    flex: 0 0 5%;
    text-align: center;
}
header ul.main-menu li.main-logo {
    flex: 0 0 60%;
    text-align: center;
}
header ul.main-menu li a {
    color: #fff;
    transition: all .4s ease-in;
    font-size: 21px;
}
header ul.main-menu li a i {
    font-size: 12px;
    margin-left: 6px;
}
header ul.main-menu li a:hover{
    text-decoration: unset;
}
.dropdown {
    position: relative;
}
ul.sub-menu {
    max-width: 290px !important;
    width: 100%;
    position: absolute;
    text-align: left;
    border: 1px solid #0094ff;
    padding: 8px 20px;
    border-radius: 4px;
    background: #151515;
    margin-top: 10px;
    visibility: hidden;
    transition: all .4s ease-in-out;
    transform: translateY(-20%);
    opacity: 0;
}
ul.sub-menu li {
    display: block;
    text-align: left;
}
ul.sub-menu li a {
    text-align: left;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}
.dropdown:hover ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* mk  */
  
section.sec1 {
    padding: 350px 0 130px 0;
    position: relative;
    /* background: linear-gradient(#490124a8, #490124a8), url(../assets/car.jpg) no-repeat center / cover; */
    background: linear-gradient(#00000080, #00000080), url(../assets/bg.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-1360 {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}
.container-1128 {
    width: 100%;
    margin: 0 auto;
    max-width: 1128px;
}
.sec1 h1 {
    font-size: 70px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 0;
}
.sec1 p{
    font-size: 35px;
    font-weight: 200;
    color: #ffff;
    font-family: 'Poppins';
    padding-top: 25px;
}
.sec1 img {
    padding: 0 30px;
}
.sec1 .row {
    text-align: center;
}
section.sec2 {
    padding: 120px 0px 150px 0;
    position: relative;
}
/* section.sec2::before {
    position: absolute;
    content: '';
    width: 931px;
    height: 1065px;
    right: 0;
    background-image: url(../assets/pink-car.png);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
    top: 0;
} */
.sec2 p{
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    font-family: 'Poppins';
}
.sec3 .row {
    text-align: center;
}
h2.same-size{
    font-size: 61px;
    font-weight: 400;
    color: #ffff;
    position: relative;
}
.sec3 p {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    font-family: 'Poppins';
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
}
.sec3 h2::before {
    position: absolute;
    content: '';
    width: 216px;
    height: 6px;
    background-image: url(../assets/underline.png);
    background-repeat: no-repeat;
    bottom: -45px;
    background-position: center;
    right: 42%;
}
.sec3 .two-btns {
    margin: 50px 0px 30px 0px;
    display: inline-block;
}
.sec3 .two-btns a:first-child {
    /* color: #fff; */
    /* padding: 18px 55px; */
    /* background: #FF0381; */
    /* border-radius: 70px; */
    /* font-size: 30px; */
    /* font-weight: 400; */
    /* margin: 12px; */
    /* transition: all ease 0.5s; */
    /* border: 2px solid #FF0381; */
}
/* .sec3 .two-btns a:first-child:hover {
    background: transparent;
    border: 2px solid #fff;
} */
.sec3 .two-btns a {
    background: transparent;
    border: 2px solid #fff;
    transition: all ease 0.5s;
    color: #fff;
    /* padding: 18px 55px; */
    border-radius: 70px;
    font-size: 30px;
    font-weight: 400;
    margin: 12px;
    transition: all ease 0.5s;
    width: 340px;
    display: inline-flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sec3 .two-btns a:hover {
    background: #FF0381;
    border: 2px solid #FF0381;
    color: #fff;
}
.sec3 .two-btns a:hover {
    text-decoration: unset;
}
.SUBSCRIBE a:hover {
    text-decoration: none;
}
.SUBSCRIBE a{
    cursor: pointer;
}
.mobile {
    display: none;
}
.sec4 p {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    font-family: 'Poppins';
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
}
.sec4 .row {
    text-align: center;
}
section.sec4 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
}
.sec4 p:last-child {
    padding-top: 25px;
    max-width: 1280px;
    margin: 0 auto;
}
.sec5 .count-box {
    padding: 0px 30px;
    border: 1px solid #ffffff8f;
    border-radius: 40px;
    transition: 1s ease;
    position: relative;
    position: relative;
    overflow: hidden;
    /* background: url(../assets/backhoverimg.png); */
    background-size: 0;
    height:670px !important;
    height: 100%;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
}
p.extra-txt {
    min-height: 285px;
}

.sec5 .count-box:hover {
    border: 1px solid #FF0381;
}
.sec7 .car-box:hover .car-content img {
    filter: invert(51%) sepia(100%) saturate(7494%) hue-rotate(318deg) brightness(94%) contrast(116%);
}
.sec5 .count-box:hover h2 {
    color: #4F5050;
    -webkit-text-stroke: 1px #4F5050;
}
.sec5 .count-box:hover {
    /* background: url(../assets/backhoverimg.png); */
    width: 100%;
    height: 100%;
    background-size: cover;
}
.sec5 .count-box h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 20px;
}
.sec5 .count-box h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 35px;
}
.sec5 .count-box p {
    font-size: 16px;
    color: #ffff;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 15px;
    line-height: 1.7em;
}
.sec5 .count-box h2 {
    font-size: 120px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
    font-family: 'Poppins';
    background-position: center;
    color: #ff03814f;
    -webkit-text-stroke: 1px #ff0381c7;
}
.sec5 .both-flx {
    display: flex;
    gap: 30px;
    align-items: center;
}
.sec5 .row:last-child {
    padding: 50px 0px;
    text-align: center;
}
.sec5 .row:last-child .join-btn a {
    color: #fff;
    padding: 18px 65px;
    background: #FF0381;
    border-radius: 70px;
    font-size: 30px;
    font-weight: 400;
    border: 2px solid #FF0381 ;transition: all ease 0.5s;
}
.sec5 .row:last-child .join-btn a:hover {
    text-decoration: none;
    border: 2px solid #fff ;
    background:transparent;
}
.sec5 .count-box:hover img {
    /* filter: invert(51%) sepia(100%) saturate(7494%) hue-rotate(318deg) brightness(94%) contrast(116%); */
    filter:unset;
}
.arrow-image img {
    filter: grayscale(1);
    transition: all ease 0.5s;
}
.sec5 .row:last-child .join-btn {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sec6 .row {
    text-align: center;
}
.sec6 p {
    font-size: 24px;
    font-weight: 400;
    color: #ffff;
    font-family: 'Poppins';
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 60px;
}
h2.same-size::before {
    position: absolute;
    content: '';
    width: 216px;
    height: 6px;
    background-image: url(../assets/underline.png);
    background-repeat: no-repeat;
    bottom: -20px;
    background-position: center;
    transform: translateX(-50%);
    left: 50%;
}

section.sec6 {
    padding-top: 40px;
    position: relative;
    padding-bottom: 100px;
}
section.sec6::before {
    position: absolute;
    content: '';
    width: 311px;
    height: 417px;
    background-image: url(../assets/thick-lines.png);
    background-repeat: no-repeat;
    top: -180px;
    background-position: top left;
}
section.sec7 {
    padding-top: 10px;
    padding-bottom: 60px;
}
.sec7 .row {
    text-align: center;
}
.sec7 h2 {
    font-size: 47px;
    font-weight: 400;
    color: #FF0381;
    position: relative;
    padding-bottom: 40px;
}
.sec7 .car-content {
    text-align: left;
    padding: 20px 30px;
}
.sec7 .car-box {
    padding: 40px 0 0 0;
    background-image: linear-gradient(176deg, #1F1E1E, #1f1e1e1c);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 100px;
    transition: all ease 0.5s;
}
.sec7 .car-box:hover {
    background-image: linear-gradient(183deg, #ff038182, #000);
}
.sec7 .car-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.sec7 .row:last-child {
    padding-top:0px;
    justify-content: center;
}
.sec8 .row {
    text-align: center;
}
.sec8 .Start-btns {
    margin: 80px 0px;
}
.sec8 .Start-btns a {
    color: #fff;
    padding: 16px 65px;
    background: #FF0381;
    border-radius: 70px;
    font-size: 30px;
    font-weight: 400;
    margin: 12px;
    transition: all ease 0.5s;
    border: 2px solid #FF0381;
}
.sec8 .Start-btns a:hover {
    text-decoration: unset;
    border: 2px solid #fff;
    background: transparent;
}
section.sec8{
   position: relative;
}
section.sec8::before {
    position: absolute;
    content: '';
    top:-30px;
    background-image: url(../assets/thicklines-right.png);
    width: 305px;
    height: 407px;
    background-repeat: no-repeat;
    right: 0;
    background-position: top right;
}
.cont-form .cont-head h2 {
    font-size: 61px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
.cont-form .cont-head p {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0px;
}
.cont-form .cont-head h2::before {
    position: absolute;
    content: '';
    width: 216px;
    height: 6px;
    background-image: url(../assets/contactline.png);
    background-repeat: no-repeat;
    top: 80px;
    background-position: left;
    left: 50%;
    transform: translateX(-50%);
}
.cont-form .main-div {
    border: 1px solid #FF0381;
    border-radius: 40px;
    padding: 50px 50px;
}
section#contact {
    padding-top: 100px;
}
.cont-head {
    padding-bottom: 40px;
    padding-top: 40px;
}
.cont-form .flx {
    display: flex;
    width: 100%;
    gap: 25px;
}
.cont-form .form-field {
    width: 100%;
}
.cont-form .form-field input {
    width: 100%;
    padding: 18px 35px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 25px 0px;
}
.cont-form .form-field label {
    display: none;
}
.cont-form .form-field input::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
/* .cont-form .main-div::before {
    position: absolute;
    content: '';
    top: 40px;
    right: -100px;
    background-image: url(../assets/contact-car.png);
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
    width: 728px;
    height: 246px;
} */
.cont-form .form-field.txt-area textarea {
    width: 100%;
    padding: 18px 35px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 25px 0px;
    height: 180px;
}
.cont-form .form-field.txt-area textarea::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.cont-form .submit-btn input[type="submit"] {
    padding: 13px 55px;
    border-radius: 40px;
    margin: 30px 0px 40px 0px;
    background: #FF0381;
    color: #fff;
    font-size: 30px;
    transition: all ease 0.5s;
    border: 2px solid #FF0381;
    font-weight: 400;
}
.cont-form .form-field input:focus {
    color: #ffff;
    background: #ff0381;
}
.cont-form .form-field textarea:focus {
    color: #ffff;
    background: #ff0381;
}
footer span.pink-colr {
    color: #FF0381;
}
.footer-bottom h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-menu ul li a {
    color: #ffff;
    font-size: 20px;
    transition: all ease 0.6s;
}
.footer-menu ::marker {
    font-size: 0;
}
footer .row:first-child {
    align-items: center;
    padding-top: 90px;
}
footer .row:last-child {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* .footer-bottom {
    padding-top: 50px;
    padding-bottom: 30px;
} */
footer ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-around;
}
footer .foot-logo {
    text-align: right;
}
.footer-menu {
    border: 1px solid #ffffff70;
    padding: 25px 0px;
    border-left: unset;
    border-right: unset;
}
.footer-menu ul li a:hover {
    text-decoration: none;
    color: #FF0381;
}
.cont-form .submit-btn input[type="submit"]:hover {
    border: 2px solid #ffff;
    background: transparent;
    color: #ff0381;
}
.sec7 .car-box .car-content img {
    cursor: pointer;
}
.count-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../assets/change.png);
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    transition: all .6s ease;
}

.count-box:hover:before {
    opacity: 1;
}
.submit-btn {
    text-align: center;
}

/* modal */
.modal-dialog.tabs-modals {
    max-width: 1300px !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2.75rem auto;
}

ul.events-tabs {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 60px;
}

ul.events-tabs li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 179.7%;
/* or 43px */
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.957) !important;
    border: none !important;
    background: transparent !important;
    width: 260px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #FFFFFF !important;
    border-left: 1px solid #FFFFFF !important;
}

ul.events-tabs li {
    /* width: 260px; */
    /* justify-content: center; */
    /* align-items: center; */
    /* display: flex; */
}

.modal-dialog.tabs-modals .modal-content {
    background: linear-gradient(194deg, rgb(0 0 0) -171.03%, rgba(17, 17, 17, 0.9) 51.58%, rgb(255 255 255 / 37%) 365.95%);
    mix-blend-mode: revert;
    border-radius: 47px;
    border: 2px solid #ef097c;
    padding: 20px 60px;
}

.row.upcoming-events-tab h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 64.8987px;
    line-height: 129.7%;
/* or 117px */
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.dateset p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 99.7%;
/* or 45px */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.dateset {
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 0.5px solid white;
    margin-bottom: 10px;
}

.dateset p span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    /* line-height: 109.7%; */
/* or 45px */
    color: #FFFFFF;
}
.upcontent p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24.5363px;
    line-height: 130.2%;
/* or 32px */
    color: #FFFFFF;
}

.upcontent h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24.5363px;
    line-height: 179.7%;
/* or 44px */
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.event-popup ul.events-tabs li a.nav-link.active {
    color: #FF0381
    !important;
    border-color: #FF0381
    !important;
    border-radius: unset !important;
}
.row.upcoming-events-tab {
    align-items: center;
}
.SUBSCRIBE a {
    width: 343.56px;
    height: 72.92px;
    background: #FF0381;
    display: flex;
    border-radius: 108px;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 179.7%;
/* or 54px */
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFFFFF !important;
    margin: 0 auto;
}

.SUBSCRIBE {
    width: 100%;
    /* text-align: center; */
    padding-top: 30px;
}


/*  */

.story-events h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 179.7%;
/* or 45px */
    color: #FFFFFF;
    padding-left: 15px;
}

.story-events h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 179.7%;
/* identical to box height, or 40px */
    color: #FFFFFF;
    padding-left: 15px;
}

.history-events-tab .col-lg-3 {
    border-right: 1px solid #ffffff96;
    border-bottom: 1px solid #ffffff96;
    padding: 15px 0 !important;
}
.historycontent p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130.2%;
/* or 29px */
    color: #FFFFFF;
    padding-left: 60px;
    margin-bottom: 0;
    width: 90%;
}
.row.history-events-tab {
    align-items: center;
}
.form-field select {
    width: 100%;
    padding: 18px 35px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 25px 0px;
    color: white;
}
.form-field select option {
    color: black;
    background: #000;
    border-radius: 0px 0px 10px 10px !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 179.7%;
/* or 43px */
    letter-spacing: -0.05em;
    color: #FF0381;
}
footer .col-lg-3.col-md-3 .social {
    width: 60%;
    margin: 0 auto;
}
footer .social a {
    color: #fff;
    font-size: 18px;
    transition: all ease 0.5s;
    cursor: pointer;
}

footer .social a:hover {
    color: #ff0381;
}
.social li::marker {
    font-size: 0;
}
ul.social-icons {
    flex-direction: row;
    gap: 35px;
}
footer ul.social-icons.mk-s {
    justify-content: end;
}
.social {
    width: 100%;
    margin: 0 auto;
}

.sec2 ul.sociallink a:hover {
    color: #ff0381;
}

.sec2 ul.sociallink li::marker {
    font-size: 0;
}

.sec2 ul.sociallink li a {
    color: #fff;
    font-size: 20px;
}

.sec2 ul.sociallink {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    margin-bottom: 0;
}
div#exampleModal button.close {
    color: #ffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #ffff;
    width: 30px;
    height: 30px;
}
.mainbox {
    text-align: center;
    padding: 30px 30px;
    border-radius: 30px;
}

.mainbox .close {
    float: right;
    font-size: 20;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
div#exampleModal button.close:focus {
    outline: none;
}

div#exampleModalcarpopup button.close:focus {
    outline: none;
}

.modal-content {
    background-color: #121212;
    border: 2px solid #ff0381;
    border-radius: 20px;
}

.blackcar-popup .form-field input {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #ffff;
}

.blackcar-popup .form-field input::placeholder {
    font-size: 13px;
    color: #fff;
}

.blackcar-popup .submit-btn input {
    padding: 15px 70px;
    color: #fff;
    background: #ff0381;
    border-radius: 40px;
    font-size: 20px;
    border: unset;
}

.blackcar-popup .modal-dialog {
    max-width: 800px;
}

.blackcar-popup .modal-content {
    padding: 30px 30px;
}
.blackcar-popup h2.same-size {
    font-size: 30px;
}

.blackcar-popup h2.same-size.sara-mk::before {
    left: 50%;
    transform: translateX(-50%);
}

.blackcar-popup h2.same-size::before {
    right: unset;
    transform: translateX(-50%);
    left: 50%;
}

.email-popup {
    padding-bottom: 50px;
}

.blackcar-popup form {
     padding-top: 20px;
}
.blackcar-popup button.close {
    color: #ffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #ffff;
    width: 30px;
    height: 30px;
}
.blackcar-popup .modal-content{
    position: relative;
}
.blackcar-popup .modal-content::before {
    position: absolute;
    content: '';
    width: 98px;
    height: 280px;
    background-image: url(../assets/grey-popup.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 70px;
    filter: grayscale(1);
}
.blackcar-popup .modal-content::after {
    position: absolute;
    content: '';
    width: 98px;
    height: 280px;
    background-image: url(../assets/popupgrey.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 70px;
    filter: grayscale(1);
}
.blackcar-popup .form-field input:focus {
    color: #ffff;
    background: #ff0381;
}

.confirmsubscribe-popup .modal-content::after{
    position: absolute;
    content: '';
    width: 98px;
    height: 280px;
    background-image: url(../assets/popupgrey.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 70px;
    filter: grayscale(1);
}
.confirmsubscribe-popup .modal-content::before {
    position: absolute;
    content: '';
    width: 98px;
    height: 280px;
    background-image: url(../assets/grey-popup.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 70px;
    filter: grayscale(1);
}

.confirmsubscribe-popup h2.same-size {
    font-size: 29px;
}

.confirmsubscribe-popup h2.same-size::before {
    right: 0;
    transform: translateX(-50%);
    left: 50%;
}
.confirmsubscribe-popup p {
    color: #fff;
    font-size: 18px;
    padding-top: 40px;
    font-weight: 400;
    max-width: 70%;
    margin: 0 auto;
}
.confirmsubscribe-popup button.close{
    color: #ffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #ffff;
    width: 30px;
    height: 30px;
}
.confirmsubscribe-popup button.close:focus {
    outline: none;
}
.confirmsubscribe-popup .modal-dialog {
    max-width: 620px;
}
.blackcar-popup, .confirmsubscribe-popup {
    background: #00000063;
    backdrop-filter: blur(2px);
}
.form-field select{
    appearance: none;
    position: relative;
}
.form-field select{
    background-image: url(../assets/arrowform.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.blackcar-popup .modal-body .form-field label {
    display: none;
}

.blackcar-popup .modal-body .form-field {
    padding-top: 30px;
}

.footer .row .col-lg-2.col-md-2 {
    padding: 0;
}

.youtube-vid {
    text-align: center;
}

/* todays */

.pink-stip {
    background: #ff0381;
    text-align: center;
    padding: 20px 10px;
}

.pink-stip h5 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}

/* .pink-stip a {
    color: #ffff;
    /* text-decoration: underline;
} 

/* .top-pline {
    padding: 10px 0px;
} */

/* .pink-stip button {
    background: #000;
    padding: 12px 30px;
    margin-left: 30px;
    border-radius: 30px;
} */

.pink-stip button {
    background: #fff;
    padding: 12px 30px;
    margin-left: 10px;
    border: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.pink-stip a {
    color: #000 !important;
    /* text-decoration: underline; */
}

.pink-stip a:hover {
    text-decoration: unset;
}

section.sec7 img {
    width: 467px;
    height: 165px;
    object-fit: contain;
}

/* tabs */

.row.tabrow h3 {
    margin-bottom: 0;
    padding-top: 30px;
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    font-size: 61px;
    padding-bottom: 10px;
    text-align: left;
}

.row.tabrow p {
    padding-top: 30px;
    font-size: 22px;
    text-align: left;
    line-height: 33px;
    font-weight: 400;
}

.boxpinky {
    border: 1px solid #FF0381;
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 70px;
}

.row.tabrow {
    width: 85%;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    gap: 80px;
}

.boxpinky div#nav-tabContent {
    text-align: center;
}

.boxpinky .nav-tabs .nav-item.show .nav-link, .boxpinky .nav-tabs .nav-link.active {
    background: #FF0381;
    color: #fff;
    border-color: #FF0381 !important;
    border-radius: 40px;
    padding: 14px 50px;
    font-size: 22px;
    font-family: 'Poppins';
    min-width: 273px;
}

.row.tabrow button {
    background: black;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 40px;
    padding: 14px 50px;
    font-size: 22px;
    font-family: 'Poppins';
    min-width: 273px;
}

.row.tabrow .nav-tabs {
    border-bottom: unset;
}

.row.tabrow nav {
    width: 100%;
}

.boxpinky div#nav-tab {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: -30px;
}
.row.tabrow .new-imgadd {
    text-align: left;
}

.row.tabrow button {
    outline: none;
}


.pink-stip.f-mob {
    display: none;
}

.modal.show .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

section#training li {
    color: white;
    font-size: 20px;
    font-family: 'Poppins';
 }
 
 /* section#training ul {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 60px;
 } */
 
 section#training li:first-child::marker {
     font-size: 0;
 }
 ul.include li::marker {
    font-size: 0;
}
 ul.include {
    padding-top: 20px;
}

.sec5 .count-box p:last-child {
    color: #ff0381;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

span.pinky {
    color: #ff0381;
}

.row.tabrow .img-tab img {
    width: 90%;
    border-radius: 30px;
}

.img-tab {
    text-align: right;
}

.locate {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: baseline;
    position: relative;
    max-width: 650px;
    margin: 40px auto;
}

.sec4 .address p {
    padding-top: 0;
    z-index: 99999999;
    position: relative;
}

.address::before {
    inset: 0;
    border-radius: 50px;
    padding: 2px 2px;
    background: linear-gradient(265deg, #ffffffc7 10%, transparent 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    padding: 2px;
}

.row.pink h2 {
    color: #FF0381;
    font-size: 61px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.carslines p {
    padding-top: 0;
    display: flex;
    max-width: unset;
    margin: unset;
}

.carslines p:last-child {
    padding-top: 0;
    max-width: unset;
    margin: unset;
}

.carslines {
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
}

.pink-line img {
    width: 1400px !important;
}

.row.mobilepink {
    display: none;
}