@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --gray-color: rgb(51,54,79);
    --white-color :#fff;
    --light-gray: rgb(249,247,241);
    --red-color: rgb(251,46,1);
    --black-color: #000;
    --yellow-color: rgb(252,219,18);
    --test-gray: rgb(216,226,232);
    --grayblue : rgb(134, 200, 241);
    --light-red: rgb(243,70,31);
    --mulish-font: "Mulish", sans-serif;
    --gray-bg: #f2f2f2; 
}
.btn-submit{
    width: 100%;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    background-color: var(--light-red);
    color: var(--white-color);
    border: none;
    border-radius: 0.6rem;
    margin: 0.5rem 0 0 0;
}
.btn-back{
    background:#ff9900;
    color:#ffffff;
    text-decoration:none;
    padding:12px 25px;
    font-size:16px;
    font-weight:bold;
    border-radius:5px;
    display:inline-block;
}
.main-header{
    width: 100%;
    height: 117vh;
}
.main-header .upper-head{
    width: 100%;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black-color);
}
.main-header .upper-head .upper-body{
    width: 85%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header .upper-head .upper-body .upper-content{
    width: 50%;
    height: fit-content;
}
.main-header .upper-head .upper-body .upper-content .social-icon{
    width: 100%;
    height: auto;
    display: flex;
}
.main-header .upper-head .upper-body .upper-content .social-icon a{
    width: fit-content;
    margin: 0 0.5rem;
}
.main-header .upper-head .upper-body .upper-content .social-icon a i{
    color: var(--yellow-color);
}
.main-header .upper-head .upper-body .upper-content .upper-text{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yellow-color);
}
.main-header .upper-head .upper-body .upper-content .upper-text p{
    margin: 0.5rem 0.5rem;
    font-family: var(--mulish-font);
    font-optical-sizing: auto;
    font-weight: 600;
}
.main-header .main-nav{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(249,247,241);
}
.main-header .main-nav .nav-logo{
    width: 30%;
    height: auto;
    padding: 0 0 0 6rem;
}
.main-header .main-nav .nav-logo a{
    width: 100%;
    height: 100%;
}
.main-header .main-nav .nav-logo .main-logo{
    width: 10rem;
    height: auto;
}
.main-header .main-nav .nav-option{
    width: 55%;
    padding: 0.5rem 2rem 0 1.5rem;
}
.main-header .main-nav .nav-option ul{
    display: flex;
    list-style: none;
}
.main-header .main-nav .nav-option ul li{
    margin-right: 2.5rem;
}
.main-header .main-nav .nav-option ul li a{
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    transition: all 0.3s ease;
}
.main-header .main-nav .nav-option ul li a:hover{
    color: var(--red-color);
}
.main-header .banner .carousel{
    width: 100%;
    height: 100vh;
}
.main-header .banner .carousel .carousel-item::before{
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
}
.main-header .banner .carousel .carousel-item{
    width: 100%;
    height: 100vh;
}
.main-header .banner .carousel .carousel-item::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(15,15,15,0.4);
    z-index: 10;
}
.main-header .banner .carousel .carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-header .banner .carousel-inner .carousel-item .img-fix{
    position: absolute;
    left: 6%;
    top: 2%;
    transform: translate(-10%, -10%);
    z-index: 20;
}
.main-header .banner .carousel-inner .carousel-item .img-fix h4{
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--mulish-font);
    color: var(--yellow-color);
}
.main-header .banner .carousel-inner .carousel-item .img-data{
    position: absolute;
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: right;
    font-family: "Poppins", sans-serif;
}
.main-header .banner .carousel-inner .carousel-item .img-data a{
    color: #fff;
    font-size: 14px;
}
.main-header .banner .carousel-inner .carousel-item .img-data a.tr-link{
    font-size: 23px;
    text-decoration: none;
    animation-duration: 3s;
    animation-name: slidein;
}
.main-header .banner .carousel-inner .carousel-item .img-data h1{
    color: #fff;
    font-size: 7.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    width: 100%;
    animation-duration: 2s;
    animation-name: slidein;
}
.main-header .banner .carousel-inner .carousel-item .img-data span{
    color: var(--yellow-color);
}
.main-header .banner .carousel-inner .carousel-item .img-data h3{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 1rem 0;
    width: 100%;
    animation-duration: 2s;
    animation-name: slidein;
}
@keyframes slidein{
  from{
    margin-left: 15%;
  }
  to{
    margin-left: 0%;
  }
}
.main-header .banner .carousel-inner .carousel-item .img-data .btn-data{
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1.4rem;
  border: 2px solid #fff;
  animation-duration: 3s;
  animation-name: slidein;
  transition: all 0.3s ease;
}
.main-header .banner .carousel-inner .carousel-item .img-data .btn-data:hover{
  background-color: var(--yellow-color);
  border: 2px solid var(--yellow-color);
}
.main-header .main-nav .nav-logo .client-logo{
    width: 4.5rem;
    max-width: 4.5rem;
    height: 100%;
}
.main-header2 .main-nav .nav-logo .client-logo{
    width: 4.5rem;
    max-width: 4.5rem;
    height: 100%;
}
.main-header2{
    width: 100%;
    height: 17vh;
}
.main-header2 .upper-head{
    width: 100%;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black-color);
}
.main-header2 .upper-head .upper-body{
    width: 85%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-header2 .upper-head .upper-body .upper-content{
    width: 50%;
    height: fit-content;
}
.main-header2 .upper-head .upper-body .upper-content .social-icon{
    width: 100%;
    height: auto;
    display: flex;
}
.main-header2 .upper-head .upper-body .upper-content .social-icon a{
    width: fit-content;
    margin: 0 0.5rem;
}
.main-header2 .upper-head .upper-body .upper-content .social-icon a i{
    color: var(--yellow-color);
}
.main-header2 .upper-head .upper-body .upper-content .upper-text{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yellow-color);
}
.main-header2 .upper-head .upper-body .upper-content .upper-text p{
    margin: 0.5rem 0.5rem;
    font-family: var(--mulish-font);
    font-optical-sizing: auto;
    font-weight: 600;
}
.main-header2 .main-nav{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(249,247,241);
}
.main-header2 .main-nav .nav-logo{
    width: 30%;
    height: auto;
    padding: 0 0 0 6rem;
}
.main-header2 .main-nav .nav-logo a{
    width: 100%;
    height: 100%;
}
.main-header2 .main-nav .nav-logo .main-logo{
    width: 10rem;
    height: auto;
}
.main-header2 .main-nav .nav-option{
    width: 55%;
    padding: 0.5rem 2rem 0 1.5rem;
}
.main-header2 .main-nav .nav-option ul{
    display: flex;
    list-style: none;
}
.main-header2 .main-nav .nav-option ul li{
    margin-right: 2.5rem;
}
.main-header2 .main-nav .nav-option ul li a{
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    transition: all 0.3s ease;
}
.main-header2 .main-nav .nav-option ul li a:hover{
    color: var(--red-color);
}
.about{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
    margin: 0 0 2rem 0;
}
.about .about-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.about .about-body .about-content:nth-child(1) {
    width: 40%;
    height: auto;
}

.about .about-body .about-content:nth-child(1) .about-img {
    width: 90%;
    height: 100%;
    position: relative;
}
.about .about-body .about-content:nth-child(1) .about-img .backdrop-left{
    width: 20rem;
    height: 15rem;
    position: absolute;
    top: 10%;
    left: 15%;
    background-color: var(--light-red);
    animation: blobMorph 5s ease-in-out infinite;
    border-radius: 14% 86% 95% 5% / 21% 24% 76% 79%;
}
@keyframes blobMorph {
    0% {
        border-radius: 14% 86% 95% 5% / 21% 24% 76% 79%;
    }
    25% {
        border-radius: 28% 78% 85% 12% / 25% 22% 72% 60%;
    }
    50% {
        border-radius: 40% 60% 70% 20% / 30% 20% 70% 30%;
    }
    75% {
        border-radius: 28% 78% 85% 12% / 25% 22% 72% 60%;
    }
    100% {
        border-radius: 14% 86% 95% 5% / 21% 24% 76% 79%;
    }
}
.about .about-body .about-content:nth-child(1) .about-img img {
    width: auto;
    height: 18rem;
    object-fit: cover;
    position: absolute;
    top: 10%;
    left: 30%;
}
.about .about-body .about-content:nth-child(2){
    width: 60%;
    height: auto;
    padding: 0 2rem;
    font-family: var(--mulish-font);
}
.about .about-body .about-content:nth-child(2) h2{
    font-size: 2.7rem;
    text-align: center;
}
.about .about-body .about-content:nth-child(2) p{
    text-align: justify;
    line-height: 2rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}
.mission{
    width: 100%;
    height: 80vh;
    background-color: rgb(216,226,232);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mission .mission-body{
    width: 90%;
    height: 100%;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mission .mission-body .mission-content{
    width: 33%;
    height: fit-content;
    padding: 0.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mission .mission-body .mission-content h3{
    font-family: var(--mulish-font);
    font-size:xx-large;
}
.mission .mission-body .mission-content p{
    font-family: "Poppins", sans-serif;
    font-size: 90%;
    text-align: justify;
}
.mission .mission-body .mission-content img{
    width: 15rem;
    height: auto;
}
.div-seperator{
    width: 5px;
    height: 90%;
    background-color: #fff;
    border-radius: 5px;
}
.testimonial{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 1.5rem 0;
}
.testimonial .testimonial-body{
    width: 90%;
    height: 100%;
}
.testimonial .testimonial-body .testimonial-head{
    width: 100%;
    height: 100%;
    margin: 2rem 0;
    text-align: center;
    font-family: var(--mulish-font);
}
.testimonial .testimonial-body .testimonial-content .carousel{
    width: 100%;
    height: 75vh;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner{
    width: 100%;
    height: 75vh;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 75vh;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img{
    width: 50%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img .testimonial-backdrop{
    width: 90%;
    height: 60vh;
    background-color: var(--test-gray);
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 0.5rem;
    z-index: 1;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img img{
    width: 90%;
    height: 24rem;
    object-fit: cover;
    position: absolute;
    top: 7%;
    left: 7%;
    border-radius: 2rem;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-control-prev-icon,
.testimonial .testimonial-body .testimonial-content .carousel .carousel-control-next-icon {
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.7); /* Optional background circle */
    border-radius: 50%;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-control-prev-icon{
    position: absolute;
    left: -20%;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-control-next-icon{
    position: absolute;
    right: -15%;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text{
    width: 50%;
    height: 100%;
    padding: 2rem 1rem;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text h4{
    font-family: var(--mulish-font);
    font-size: 3rem;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text .designation{
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Dancing Script', cursive;
}
.testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text p{
    text-align: justify;
    line-height: 1.8rem;
    font-size: 1.1rem;
}
.what{
    width: 100%;
    height: 110vh;
    background-color: rgb(216,226,232);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow: hidden;
}
.what .what-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.what .what-body .what-content:nth-child(1){
    width: 30%;
    height: fit-content;
}
.what .what-body .what-content h3{
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
}
.what .what-body .what-content p{
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
}
.what .what-body .what-content:nth-child(2) {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}
.what .what-body .what-content .what-card {
    width: 13rem;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s ease-out;
    will-change: transform;
}
.what .what-body .what-content .what-card:nth-child(1){
    position: absolute;
    top: 0%;
    left: 10%;
}
.what .what-body .what-content .what-card:nth-child(2){
    position: absolute;
    top: 8%;
    left: 45%;
}
.what .what-body .what-content .what-card:nth-child(3){
    position: absolute;
    top: 16%;
    left: 80%;
}
.what .what-body .what-content .what-card:nth-child(4){
    position: absolute;
    top: 55%;
    left: 45%;
}
.what .what-body .what-content .what-card:nth-child(5){
    position: absolute;
    top: 60%;
    left: 10%;
}
.what .what-body .what-content .what-card img{
    width: 100%;
    height: auto;
}
.what .what-body .what-content .what-card .head{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Dancing Script', cursive;
}
/* Add this near your .what section */
.parallax-card {
    will-change: transform;
    transition: transform 0.1s ease-out;
}
.product{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}
.product .product-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
}
.product .product-body .product-card{
    width: 94%;
    height: 20rem;
    border: none;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product .product-body .product-card:nth-child(1){
    background-image: url('../images/foreproduct1.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.product .product-body .product-card:nth-child(2){
    background-image: url('../images/foreproduct2.png');
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;
    text-align: right;
}
.product .product-body .product-card:nth-child(3){
    background-image: url('../images/foreproduct3.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.product .product-body .product-card:nth-child(4){
    background-image: url('../images/foreproduct4.png');
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;
    text-align: right;
}
.product .product-body .product-card h3{
    width: 60%;
    font-size: 2rem;
    color: var(--white-color);
}
.product .product-body .product-card p{
    width: 30%;
    color: var(--white-color);
}
.product .product-body .product-card a{
    width: fit-content;
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--red-color);
    padding: 0.4rem 1.5rem;
    border-radius: 2rem;
}
.footer {
    width: 100%;
    background-color: var(--gray-color);
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 10px;
}

.footer-section h3 {
  color: var(--light-red);
  margin-bottom: 15px;
}

.footer-center ul {
  list-style: none;
}

.footer-center ul li {
  margin-bottom: 10px;
}

.footer-center ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-center ul li a:hover {
  color: var(--light-red);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.contact-form button {
  background-color: var(--light-red);
  color: var(--white-color);
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}
.contact-form button:hover {
  background-color: #fff;
}
.racecal{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background-color: var(--test-gray);
}
.racecal .racecal-body{
    width: 90%;
    height: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin: 1.5rem 0 0 0;
}
.racecal .racecal-body h3{
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.racecal .racecal-body .racecal-card{
    width: 100%;
    height: 60vh;
    background-color: #fff;
    border: none;
    border-radius: 2rem;
    overflow: hidden;
}
.racecal .racecal-body .racecal-card .racecal-poster{
    width: 100%;
    height: 50%;
    background-color: var(--light-red);
    border-radius: 2rem;
}
.racecal .racecal-body .racecal-card .racecal-poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.racecal .racecal-body .racecal-card .racecal-details{
    width: 100%;
    height: fit-content;
    text-align: center;
    padding: 1rem 0.7rem;
    display: flex;
    justify-content: center;
}
.racecal .racecal-body .racecal-card .racecal-details .event-date{
    width: 30%;
    height: fit-content;
}
.racecal .racecal-body .racecal-card .racecal-details .event-date .evn-month{
    width: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: var(--mulish-font);
    margin-bottom: -0.8rem;
}
.racecal .racecal-body .racecal-card .racecal-details .event-date .evn-date{
    width: 100%;
    font-size: 3rem;
    font-weight: 800;
    font-family: var(--mulish-font);
    margin-bottom: -0.8rem;
}
.racecal .racecal-body .racecal-card .racecal-details .event-date .evn-yr{
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    margin: 0 0;
}
.racecal .racecal-body .racecal-card .racecal-details .event-info{
    width: 70%;
    text-align: left;
    padding-left: 1rem;
    border-left: 1px solid var(--gray-color);
}
.racecal .racecal-body .racecal-card .racecal-details .event-info .evn-location{
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    color: var(--gray-color);
}
.racecal .racecal-body .racecal-card .racecal-details .event-info .evn-name{
    font-size: 1.6rem;
    font-weight: 700;
    font-family: var(--mulish-font);
    margin: 0;
}
.racecal .racecal-body .racecal-card .racecal-details .event-info p{
    font-size: 1rem;
    font-family: var(--mulish-font);
    margin: 0;
}
.racecal .racecal-body .racecal-card .racecal-details .event-info ul{
    width: 100%;
    display: flex;
    padding-left: 0;
    margin: 0;
}
.racecal .racecal-body .racecal-card .racecal-details .event-info ul li{
    width: 2.5rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 0.5rem;
    list-style: none;
    padding: 0.6rem;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.racecal .racecal-body .racecal-card .racecal-details .event-info ul li:hover{
    border: none;
    background-color: var(--light-red);
    color: var(--white-color);
}
.regform{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}
.regform .regform-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: 
        linear-gradient(#fff, #fff) padding-box, /* Inner background */
        linear-gradient(to right, #f48da1, #7e2e84) border-box; /* Gradient border */
    border: 5px solid transparent;
    border-radius: 16px;
}
.regform .regform-body .regform-content:nth-child(1){
    width: 30%;
    height: auto;
}
.regform .regform-body .regform-content:nth-child(2){
    width: 70%;
    height: auto;
    padding: 1rem 1.8rem;
    text-align: center;
}
.regform .regform-body .regform-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0% 0% 12px / 12px 0% 0% 12px;
}
.regform .regform-body .regform-content .double{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 0.5rem;
    grid-column-gap: 2rem;
    text-align: left;
}
.regform .regform-body .regform-content .double .head p{
    margin: 0 0 -0.7rem 0;
    font-weight: 600;
}
.regform .regform-body .regform-content .double .head p span{
    color: var(--red-color);
}
.regform .regform-body .regform-content .double .text{
    width: 100%;
}
.regform .regform-body .regform-content .double .text input[type=text]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .double .text input[type=email]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .double .text input[type=date]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .double .text input[type=radio]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .double .text select{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
/* Container Grid */
.regform .regform-body .regform-content .double .rado{
  margin-top: 10px;
}

/* Label Styling */
.regform .regform-body .regform-content .double .rado .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* Hide Native Radio */
.regform .regform-body .regform-content .double .rado .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid var(--test-gray); /* purple border */
  border-radius: 50%;
  background-color: white;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Add Dot When Checked */
.regform .regform-body .regform-content .double .rado .custom-radio input[type="radio"]:checked {
  background-color: var(--grayblue);
  border: 2px solid var(--grayblue);
}

/* Optional hover effect */
.regform .regform-body .regform-content .double .rado .custom-radio input[type="radio"]:hover {
  box-shadow: 0 0 0 3px rgba(216,226,232, 0.3);
}
.regform .regform-body .regform-content .double .placehold{
    font-size: 12px;
    margin-top: -10px;
}
.regform .regform-body .regform-content .single{
    width: 100%;
    text-align: left;
}
.regform .regform-body .regform-content .single .head p{
    margin: 0;
    font-weight: 600;
}
.regform .regform-body .regform-content .single .head p span{
    color: var(--red-color);
}
.regform .regform-body .regform-content .single .text{
    width: 100%;
}
.regform .regform-body .regform-content .single .text input[type=text]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .single .text input[type=email]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .single .text input[type=date]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.regform .regform-body .regform-content .single .text input[type=radio]{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
/* Container Grid */
.regform .regform-body .regform-content .single .rado{
  margin-top: 10px;
}

/* Label Styling */
.regform .regform-body .regform-content .single .rado .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* Hide Native Radio */
.regform .regform-body .regform-content .single .rado .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid var(--test-gray); /* purple border */
  border-radius: 50%;
  background-color: white;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Add Dot When Checked */
.regform .regform-body .regform-content .single .rado .custom-radio input[type="radio"]:checked {
  background-color: var(--grayblue);
  border: 2px solid var(--grayblue);
}

/* Optional hover effect */
.regform .regform-body .regform-content .single .rado .custom-radio input[type="radio"]:hover {
  box-shadow: 0 0 0 3px rgba(216,226,232, 0.3);
}
.regform .regform-body .regform-content .single .placehold{
    font-size: 12px;
}
.countbar{
    width: 100%;
    height: 60vh;
    background-image: url("../images/countdown1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
}
.countbar::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 60vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}
.countbar .countbar-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.countbar .countbar-body h3{
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--mulish-font);
    color: var(--white-color);
}
.countbar .countbar-body .countbar-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.countbar .countbar-body .countbar-container .counter-card{
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0 1rem;
}
.countbar .countbar-body .countbar-container .counter-card .count-num{
    font-size: 6rem;
    font-weight: 800;
    font-family: var(--mulish-font);
    color: var(--white-color);
    -webkit-text-stroke: 0.03rem var(--black-color);
    text-stroke: 0.03rem var(--black-color);
    margin: -1rem 0 0 0;
}
.countbar .countbar-body .countbar-container .counter-card p{
    margin: -1rem 0 0 0;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--mulish-font);
}
.description{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.description .description-body{
    width: 90%;
    height: 100%;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    position: relative;
}
.description .description-body .description-button{
    width: 25%;
    height: 100%;
    padding: 0 2rem 0 0;
}
.description .description-body .description-button ul{
    width: 100%;
    padding-left: 0;
}
.description .description-body .description-button ul li{
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid black;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--mulish-font);
    line-height: 2.8rem;
    padding-left: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.description .description-body .description-button ul li:hover{
    background-color: var(--light-gray);
}
.description .description-body .description-button ul li.active{
    background-color: var(--light-gray);
}
.description .description-body .description-button img{
    width: 100%;
    height: 100%;
}
.description .description-body .description-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: fit-content;
    padding: 1.4rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.description .description-body .description-text.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1;
}
.description .description-body .description-text .description-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
}
.description .description-body .description-text .description-content .description-para h4{
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.description .description-body .description-text .description-content .description-para p{
    font-size: 0.85rem;
    font-weight: 500;
    font-family: var(--mulish-font);
    margin-bottom: 0.2rem;
}
.description .description-body .description-text .description-content .description-para ul{
    padding-left: 0;
}
.description .description-body .description-text .description-content .description-para ul li{
    list-style: none;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: var(--mulish-font);
}
.description .description-body .description-text h3{
    font-size: 1.6rem;
    text-align: center;
    font-family: var(--mulish-font);
}
.pay-btn{
    width: 100%;
    height: 100%;
    padding: 0.4rem 1rem;
    background-color: var(--light-red);
    color: var(--white-color);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}
.theme{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.theme .theme-body{
    width: 90%;
    height: 100%;
    margin: 1.5rem 0;
}
.theme .theme-body h3{
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--mulish-font);
}
.theme .theme-body .theme-text{
    text-align: justify;
    padding: 0 1rem;
}
.theme .theme-body .theme-text span{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--mulish-font);
}
.theme .theme-body .theme-text p{
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--mulish-font);
    line-height: 2rem;
}
.winner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
}
.winner .winner-body{
    width: 90%;
    height: 100%;
    text-align: center;
}
.winner .winner-body .winner-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.winner .winner-body .winner-content .winner-card{
    width: 33%;
    height: 100%;
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0.2rem solid var(--black-color);
}
.winner .winner-body .winner-content .winner-card:nth-child(odd){
    background-color: var(--test-gray);
}
.winner .winner-body .winner-content .winner-card:nth-child(2){
    border-left: none;
    border-right: none;
}
.winner .winner-body .winner-content .winner-card img{
    width: 4rem;
    height: auto;
}
.winner .winner-body .winner-content .winner-card .winner-name{
    width: 80%;
    display: flex;
    justify-content: center;
    border: 0.1rem solid var(--black-color);
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    padding: 7px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.winner .winner-body .winner-content .winner-card .winner-name img{
    width: 3rem;
    height: auto;
}
.winner .winner-body .winner-content .winner-card .winner-name p{
    width: 100%;
    margin: 0.65rem 0 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.winner .winner-body .winner-content .winner-card .winner-name .time{
    margin: 0.65rem 0 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.gallery{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.gallery .gallery-img{
    width: 100%;
    height: 15rem;
    overflow: hidden;
}
.gallery .gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accuracy{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}
.accuracy .accuracy-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.accuracy .accuracy-body .accuracy-img{
    width: 40%;
    height: 100%;
}
.accuracy .accuracy-body .accuracy-img img{
    width: 95%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.accuracy .accuracy-body .accuracy-content{
    width: 60%;
    height: 100%;
    padding: 0 1rem;
}
.accuracy .accuracy-body .accuracy-content h3{
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--mulish-font);
    margin-bottom: 1rem;
}
.accuracy .accuracy-body .accuracy-content .progress-box{
    margin: 0 0 2rem 2rem;
}
.accuracy .accuracy-body .accuracy-content .progress-box .label{
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.accuracy .accuracy-body .accuracy-content .progress-box .progress-bar{
    width: 80%;
    height: 20px;
    background: #fff;
    border: 1px solid var(--black-color);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    position: relative;
}
.accuracy .accuracy-body .accuracy-content .progress-box .progress-bar .progress-fill{
    background: var(--light-red);
    width: 0%;
    height: 100%;
    position: relative;
    transition: width 2s ease;
}
.accuracy .accuracy-body .accuracy-content .progress-box .progress-bar .progress-fill .percent-text{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}
.container .container-body{
    width: 85%;
    height: 100%;
    padding: 1rem 2rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.container .container-body h3{
    font-size: 1.6rem;
    font-weight: 600;
    font-family: var(--mulish-font);
    margin-bottom: 2rem;
}
.container .container-body form{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.container .container-body form label{
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.container .container-body form select{
    width: 100%;
    border: 2px solid var(--test-gray);
    border-radius: 5px;
    padding: 3px 0.5rem;
}
.result{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}
.result .result-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
}
.result .result-body .result-card{
    width: 100%;
    height: fit-content;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.result .result-body .result-card h4{
    font-size: 1.8rem;
    font-weight: 800;
    font-family: var(--mulish-font);
}
.result .result-body .result-card .result-line{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    margin: 0.5rem 0;
    padding: 0.2rem 0.5rem;
    border-radius: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.result .result-body .result-card .result-line:nth-child(2){
    background-color: rgb(255,215,0) !important;
    color: var(--white-color);
}
.result .result-body .result-card .result-line:nth-child(3){
    background-color: silver !important;
}
.result .result-body .result-card .result-line:nth-child(4){
    background-color: rgb(205,127,50) !important;
    color: var(--white-color);
}
.result .result-body .result-card .result-line img{
    width: 30%;
    height: auto;
}
.result .result-body .result-card .result-line .img-result{
    width: 70%;
    text-align: center;
}
.result .result-body .result-card .result-line .img-result p{
    font-size: 1.5rem;
    font-weight: 800;
    font-family: var(--mulish-font);
}
.leader{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}
.leader .leader-body{
    width: 90%;
    height: 100%;
}
.main-table{
    width: 100%;
    height: fit-content;
    border-collapse: separate;
    border-spacing: 0 10px; /* creates row gaps */
}
.main-table thead tr{
    background-color: var(--light-red);
    color: var(--white-color);
    text-align: center;
    border: 1px solid var(--black-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-table thead tr th{
    padding: 0.5rem 0;
    border-right: 1px solid var(--black-color);
}
.main-table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.main-table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-table tbody tr{
    background-color: var(--white-color);
    text-align: center;
    border: 1px solid var(--black-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-table tbody tr td{
    padding: 0.5rem 0;
    text-transform: uppercase;
    border-right: 1px solid var(--black-color);
}
.main-table tbody tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.main-table tbody tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--light-red);
    color: white;
    padding: 11px 14px;
    border-radius: 50%;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}
/* Show button when active */
.scroll-up.show {
    opacity: 1;
    visibility: visible;
}
.center-head{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1rem 0;
}
.center-head h4{
    font-size: 1.7rem;
    font-weight: 700;
    font-family: var(--mulish-font);
}
.custom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 3rem 0;
  margin-bottom: 2rem;
}
.custom .custom-body {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 2; /* keep content above background shapes */
}
.custom .custom-content {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.custom .custom-content .csp{
    font-size: 1rem;
    text-align: justify;
}
.custom .custom-content h4{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
}
.custom .custom-content ul li{
    text-align: left;
    font-size: 1rem;
}
.custom .custom-img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
/* Background Shapes */
.circle-shape {
  position: absolute;
  bottom: -40px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: #009f9d; /* teal */
  border-radius: 50%;
  z-index: 0;
}
.square-shape {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: #f7941d; /* orange */
  transform: rotate(20deg);
  z-index: 0;
}
/* Front Image */
.custom .custom-body .front-image {
    width: 90%;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}
.custom .custom-body .front-image img {
  width: 100%;
  display: block;
}
.register{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/bagrnd.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.6rem 0;
}
.register .register-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.register .register-body .register-content{
    width: 40%;
    height: fit-content;
    padding: 2rem 2.5rem 2rem 0;
}
.register .register-body .register-content h3{
    font-size: 2.2rem;
    font-weight: 400;
    font-family: var(--mulish-font);
}
.register .register-body .register-content p{
    font-size: 1rem;
    font-weight: 300;
    font-family: var(--mulish-font);
}
.register .register-body .register-image{
    width: 40%;
}
.register .register-body .register-image img{
    width: 100%;
    height: auto;
}
.rtd-up{
    transform: rotate(-30deg);
    margin-left: 0.4rem;
    margin-bottom: 0.8rem;
}
.race{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.race .race-body{
    width: 80%;
    height: 100%;
    background-color: var(--test-gray);
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    position: relative;
}
.race .race-body .race-content{
    width: 40%;
}
.race .race-body .race-content h3{
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--mulish-font);
}
.race .race-body .race-content p{
    font-size: 1rem;
    font-weight: 300;
    font-family: var(--mulish-font);
}
.race .race-body .race-image{
    width: 50%;
}
.race .race-body .race-image img{
    width: 23rem;
    height: auto;
    position: absolute;
    top: -30%;
    right: -7%;
}
.bib{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../images/bgnd.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4rem 0 2rem 0;
}
.bib .bib-body{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.bib .bib-body .bib-image{
    width: 40%;
    position: relative;
}
.bib .bib-body .bib-image .imag-bg{
    width: 80%;
    height: 100%;
    background-color: var(--light-red);
    border-radius: 1rem;
    position: absolute;
    top: -15%;
    left: -10%;
    z-index: 1;
}
.bib .bib-body .bib-image img{
    width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
}
.bib .bib-body .bib-content{
    width: 40%;
}
.bib .bib-body .bib-content h4{
    font-size: 1.6rem;
    font-weight: 600;
    font-family: var(--mulish-font);
}
.bib .bib-body .bib-content p{
    font-size: 1rem;
    font-weight: 300;
    font-family: var(--mulish-font);
}
.eventmain{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
}
.eventmain .eventmain-body{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
}
.eventmain .eventmain-body .eventmain-card{
    width: 100%;
    background-color: var(--white-color);
    border: 3px solid var(--test-gray);
    border-radius: 2rem;
    padding: 1rem;
}
.eventmain .eventmain-body .eventmain-card h4{
    font-size: 1.3rem;
    font-weight: 700;
    font-family: var(--mulish-font);
}
.eventmain .eventmain-body .eventmain-card p{
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--mulish-font);
}
.eventmain .eventmain-body .eventmain-card ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}
.eventmain .eventmain-body .eventmain-card ul li{
    width: 100%;
    list-style: none;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--mulish-font);
    border: 1px solid black;
    padding: 0.7rem;
    margin-right: 0.8rem;
    margin-left: 0;
    transition: all 0.3s ease;
}
.eventmain .eventmain-body .eventmain-card ul li:hover{
    color: var(--white-color);
    background-color: var(--black-color);
}
.resultcard{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}
.resultcard .resultcard-body{
    width: 90%;
    height: 100%;
}
.resultcard .resultcard-body .resultcard-btn{
    width: 100%;
    height: auto;
    text-align: center;
}
.resultcard .resultcard-body .resultcard-btn .rslt-btn{
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.3rem 1.5rem;
    border: none;
    color: var(--black-color);
    margin-right: -5px;
    cursor: pointer;
}
.resultcard .resultcard-body .resultcard-btn .rslt-btn.active{
    background-color: var(--light-red);
    color: var(--white-color);
}
.resultcard .resultcard-body .result-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
}
.resultcard .resultcard-body .result-content .result-grid{
    width: 100%;
    padding: 1rem 0;
}
.resultcard .resultcard-body .result-content .result-grid table{
    width: 100%;
    height: fit-content;
}
.resultcard .resultcard-body .result-content .result-grid table thead tr{
    background-color: var(--light-red);
    text-align: center;
    color: var(--white-color);
}
.resultcard .resultcard-body .result-content .result-grid.male table thead tr{
    background-color: var(--light-red);
}
.resultcard .resultcard-body .result-content .result-grid.female table thead tr{
    background-color: blueviolet;
}
.resultcard .resultcard-body .result-content .result-grid table thead tr th{
    width: fit-content;
    border: 1px solid #fff;
    padding: 0.3rem 0;
}
.resultcard .resultcard-body .result-content .result-grid table tbody tr{
    text-align: center;
    border: 1px solid var(--black-color);
}
.resultcard .resultcard-body .result-content .result-grid table tbody td{
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--test-gray);
}
.result-content.hidden {
    display: none !important;
}
.searchbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0 1rem 0;
}
.searchbox .searchbox-body{
    width: 90%;
}
.searchbox .searchbox-body form{
    width: 100%;
    background-color: var(--light-gray);
    padding: 1rem;
}
.searchbox .searchbox-body form input{
    width: 100%;
    margin: 1rem 0;
    padding: 0 1rem;
    border: 1px solid var(--test-gray);
    border-radius: 0.5rem;
}
.note{
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.note .note-body{
    width: 90%;
    height: 100%;
    background-color: var(--light-gray);
    padding: 0 0.5rem;
}
.note .note-body h4{
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--mulish-font);
    text-align: center;
    color: var(--light-red);
}
.note .note-body p{
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--mulish-font);
    text-align: justify;
    color: var(--light-red);
}
.message{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--test-gray);
    padding: 1.5rem 0;
}
.message .message-body{
    width: 40%;
    height: auto;
    background-color: var(--white-color);
    padding: 1rem 0.7rem;
    border-radius: 1rem;
}
.message .message-body .message-img{
    text-align: center;
    margin-bottom: 1rem;
}
.message .message-body .message-img img{
    width: 10rem;
    height: auto;
}
.message .message-body .message-content{
    text-align: center;
}
.message .message-body .message-content h2{
    font-size: 2.6rem;
    font-weight: 700;
}
.message .message-body .message-content p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}
.checkout{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
    background-color: var(--gray-bg);
}
.checkout .checkout-body{
    width: 90%;
    height: auto;
}
.checkout .checkout-body .checkout-head{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10rem;
    text-align: center;
}
.checkout .checkout-body .checkout-head .head-content{
    width: 100%;
    text-align: center;
}
.checkout .checkout-body .checkout-head .head-content.active span{
    color: var(--white-color);
    background-color: var(--light-red);
}
.checkout .checkout-body .checkout-head .head-content span{
    font-size: 20px;
    font-weight: 600;
    color: var(--test-gray);
    padding: 0.1rem 0.56rem;
    border: 1px solid var(--light-red);
    border-radius: 50%;
}
.checkout .checkout-body .checkout-head .head-content.active p{
    color: var(--black-color);
}
.checkout .checkout-body .checkout-head .head-content p{
    font-weight: 600;
    text-transform: uppercase;
    color: var(--test-gray);
}
.checkout .checkout-body .checkout-head .hr-vert{
    width: 100%;
    height: 2px;
    margin: 0 1rem;
    background-color: var(--light-red);
}
.checkout .checkout-body .checkout-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.checkout .checkout-body .checkout-content .checkout-display{
    width: 65%;
    height: auto;
    background-color: var(--white-color);
    padding: 1.5rem 1.9rem;
}
.checkout .checkout-body .checkout-content .checkout-display table tr{
    width: 100%;
    height: 2rem;
}
.checkout .checkout-body .checkout-content .checkout-display table tr td:nth-child(1){
    width: 30%;
}
.checkout .checkout-body .checkout-content .checkout-coupon{
    width: 30%;
    height: auto;
    background-color: var(--white-color);
    padding: 1.5rem 1rem;
}
.checkout .checkout-body .checkout-content .checkout-coupon .coupon-form label{
    width: 100%;
}
.checkout .checkout-body .checkout-content .checkout-coupon .coupon-form input{
    width: 100%;
    font-size: 1rem;
    padding: 0.2rem 0.4rem;
    border: 1px solid var(--test-gray);
    border-radius: 5px;
}
.checkout .checkout-body .checkout-content .checkout-coupon .checkout-form label{
    width: 100%;
    font-weight: 600;
}
.checkout .checkout-body .checkout-content .checkout-coupon .checkout-form input{
    width: 100%;
    border: none;
    text-align: right;
    font-weight: 600;
}
.title{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}
.title .title-body{
    width: 80%;
    height: 100%;
    position: relative;
}
.title .title-body .title-head{
    width: 100%;
    display: flex;
}
.title .title-body .title-head .title-logo{
    width: 12rem;
    height: auto;
    position: absolute;
    top: -5rem;
    z-index: 1;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.title .title-body .title-head .title-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.title .title-body .title-head h4{
    position: absolute;
    left: 20%;
    font-size: 2rem;
    font-weight: 700;
}
.title .title-body .title-content{
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 20%;
}
.title .title-body .title-content p{
    margin-right: 2rem;
    font-size: 15px;
    font-weight: 600;
}
.cut{
  color: gray;
  text-decoration: line-through;
  text-decoration-color: gray;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 768px){
    *{
        overflow-x: hidden;
    }
    *::-webkit-scrollbar{
        display: none;
    }
    .main-header{
        height: 60vh;
    }
    .main-header .upper-head{
        height: 5vh;
    }
    .main-header .upper-head .upper-body{
        width: 90%;
    }
    .main-header .upper-head .upper-body .upper-content:nth-child(1){
        width: 30%;
    }
    .main-header .upper-head .upper-body .upper-content:nth-child(2){
        width: 70%;
    }
    .main-header .upper-head .upper-body .upper-content .social-icon{
        width: 100%;
    }
    .main-header .upper-head .upper-body .upper-content .social-icon a{
        margin: 0 3px;
    }
    .main-header .upper-head .upper-body .upper-content .upper-text p{
        font-size: 0.4rem;
        margin: 0 2px;
    }
    .main-header .upper-head .upper-body .upper-content .upper-text i{
        font-size: 0.5rem;
    }
    .main-header .main-nav{
        height: 5vh;
    }
    .main-header .main-nav .nav-logo{
        width: 50%;
        padding: 0 0 0 1rem;
    }
    .main-header .main-nav .nav-logo .main-logo{
        width: 7rem;
    }
    .main-header .main-nav .nav-option{
        display: none;
        width: 30%;
    }
    .toggle{
        position: relative;
        top: 0%;
        right: 16%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url("../images/menu.webp");
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        z-index: 21;
    }
    .toggle.active{
        position: fixed;
        right: 16%;
        top: 6%;
        background: url("../images/close.webp");
        background-size: 25px;
        filter: invert(0);
        background-position: center;
        background-repeat: no-repeat;
    }
    .main-header .main-nav .nav-option.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.7);
        margin-left: -1rem;
        z-index: 20;
    }
    .main-header .main-nav .nav-option ul{
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .main-header .main-nav .nav-option ul li{
        margin-bottom: 1rem;
    }
    .main-header .main-nav .nav-option ul li a{
        color: var(--white-color);
    }
    .main-header2{
        height: 10vh;
    }
    .main-header2 .upper-head{
        height: 4.6vh;
    }
    .main-header2 .upper-head .upper-body{
        width: 90%;
    }
    .main-header2 .upper-head .upper-body .upper-content:nth-child(1){
        width: 30%;
    }
    .main-header2 .upper-head .upper-body .upper-content:nth-child(2){
        width: 70%;
    }
    .main-header2 .upper-head .upper-body .upper-content .social-icon{
        width: 100%;
    }
    .main-header2 .upper-head .upper-body .upper-content .social-icon a{
        width: 100%;
        margin: 0 3px;
    }
    .main-header2 .upper-head .upper-body .upper-content .upper-text p{
        font-size: 0.4rem;
        margin: 0 2px;
    }
    .main-header2 .upper-head .upper-body .upper-content .upper-text i{
        font-size: 0.5rem;
    }
    .main-header2 .main-nav{
        height: 5vh;
    }
    .main-header2 .main-nav .nav-logo{
        width: 50%;
        padding: 0 0 0 1rem;
    }
    .main-header2 .main-nav .nav-logo .main-logo{
        width: 7rem;
    }
    .main-header .main-nav .nav-logo .client-logo{
        width: 3rem;
        max-width: 3rem;
        height: 100%;
    }
    .main-header2 .main-nav .nav-logo .client-logo{
        width: 3rem;
        max-width: 3rem;
        height: 100%;
    }
    .main-header2 .main-nav .nav-option{
        display: none;
        width: 30%;
    }
    .main-header2 .main-nav .nav-option.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.7);
        margin-left: -1rem;
        z-index: 20;
    }
    .main-header2 .main-nav .nav-option ul{
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .main-header2 .main-nav .nav-option ul li{
        margin-bottom: 1rem;
    }
    .main-header2 .main-nav .nav-option ul li a{
        color: var(--white-color);
    }
    .main-header .banner .carousel{
        width: 100%;
        height: 50vh;
    }
    .main-header .banner .carousel .carousel-item{
        width: 100%;
        height: 50vh;
    }
    .main-header .banner .carousel .carousel-item img{
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
    .main-header .banner .carousel-inner .carousel-item .img-data{
        width: 90%;
        height: 30%;
        left: 50%;
        top: 73%;
    }
    .main-header .banner .carousel-inner .carousel-item .img-data h1{
        font-size: 2.8rem;
    }
    .main-header .banner .carousel-inner .carousel-item .img-data h3{
        font-size: 1.5rem;
    }
    .main-header .banner .carousel-inner .carousel-item .img-data .btn-data{
        font-size: 0.5rem;
        padding: 0.4rem 1rem;
    }
    .product{
        padding: 2rem 0;
    }
    .product .product-body{
        display: block;
    }
    .product .product-body .product-card{
        width: 100%;
        height: 15rem;
        margin: 0 0 1rem 0;
    }
    .product .product-body .product-card h3{
        width: 80%;
        font-size: 1.2rem;
    }
    .product .product-body .product-card p{
        font-size: 0.6rem;
    }
    .product .product-body .product-card a{
        font-size: 0.7rem;
        padding: 0.2rem 0.8rem;
    }
    .about{
        margin: 0;
    }
    .about .about-body{
        display: block;
        justify-content: center;
    }
    .about .about-body .about-content:nth-child(1){
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
    }
    .about .about-body .about-content:nth-child(1) .about-img{
        width: 90%;
        height: 14.5rem;
    }
    .about .about-body .about-content:nth-child(1) .about-img .backdrop-left{
        position: unset;
        height: 12rem;
    }
    .about .about-body .about-content:nth-child(1) .about-img img {
        height: 13rem;
        top: 10%;
        left: 20%;
    }
    .about .about-body .about-content:nth-child(2){
        width: 100%;
        padding: 0;
    }
    .mission{
        width: 100%;
        height: 100%;
    }
    .mission .mission-body{
        display: block;
    }
    .mission .mission-body .mission-content{
        width: 100%;
        padding: 0;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data{
        width: 100%;
        height: fit-content;
        display: block;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img{
        width: 100%;
        height: 17rem;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img .testimonial-backdrop{
        height: 16rem;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-img img{
        width: 90%;
        height: 16rem;
        top: 4%;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text{
        width: 100%;
        height: fit-content;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text h4{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text .designation{
        font-size: 1rem;
    }
    .testimonial .testimonial-body .testimonial-content .carousel .carousel-inner .carousel-item .testimonial-data .testimonial-text p{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .div-seperator{
        width: 100%;
        height: 5px;
    }
    .footer{
        width: 100%;
    }
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section {
        margin-bottom: 30px;
    }
    .footer-center ul{
        padding-left: 0;
    }
    .footer-logo {
        margin: 0 auto 10px;
    }
    .racecal .racecal-body{
        display: block;
    }
    .racecal .racecal-body .racecal-card{
        width: 100%;
        height: 40vh;
        margin-bottom: 1rem;
    }
    .regform{
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }
    .regform .regform-body{
        width: 90%;
    }
    .regform .regform-body .regform-content:nth-child(1){
        display: none;
    }
    .regform .regform-body .regform-content:nth-child(2){
        width: 100%;
        padding: 0.5rem 0.7rem;
    }
    .regform .regform-body .regform-content .double{
        width: 100%;
    }
    .regform .regform-body .regform-content .double .head p{
        margin: 0;
    }
    .countbar{
        width: 100%;
        height: 20vh;
    }
    .countbar::before{
        height: 20vh;
    }
    .countbar .countbar-body h3{
        font-size: 1rem;
        height: 3rem;
    }
    .countbar .countbar-body .countbar-container .counter-card{
        width: 5rem;
        height: 5rem;
        margin: 0 0.3rem;
    }
    .countbar .countbar-body .countbar-container .counter-card .count-num{
        font-size: 2.3rem;
    }
    .countbar .countbar-body .countbar-container .counter-card p{
        font-size: 0.65rem;
        margin-top: 2px;
    }
    .description{
        width: 100%;
        height: fit-content;
        justify-content: start;
    }
    .description .description-body{
        width: 95%;
        height: fit-content;
        margin: 1rem 0;
        display: block;
    }
    .description .description-body .description-button{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .description .description-body .description-button ul{
        padding: 0 0 0 1rem;
    }
    .description .description-body .description-button ul li{
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .description .description-body .description-button img{
        display: none;
    }
    .description .description-body .description-text{
        width: 95%;
        margin-left: 0.5rem;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    .description .description-body .description-text h3{
        font-size: 1.2rem;
    }
    .description .description-body .description-text .description-content{
        display: block;
    }
    .description .description-body .description-text .description-content .description-para{
        width: 100%;
        height: max-content;
        padding: 0.4rem 0;
    }
    .description .description-body .description-text .description-content .description-para h4{
        font-size: 0.8rem;
    }
    .description .description-body .description-text .description-content .description-para p{
        font-size: 0.65rem;
    }
    .description .description-body .description-text .description-content .description-para ul li{
        font-size: 0.65rem;
    }
    .winner{
        width: 100%;
        height: 100%;
    }
    .winner .winner-body .winner-content{
        width: 100%;
        display: block;
    }
    .winner .winner-body .winner-content .winner-card{
        width: 100%;
        padding: 0.7rem 0;
    }
    .winner .winner-body .winner-content .winner-card h4{
        font-size: 1.3rem;
    }
    .winner .winner-body .winner-content .winner-card:nth-child(2){
        border-top: none;
        border-bottom: none;
        border-left: 0.2rem solid var(--black-color);
        border-right: 0.2rem solid var(--black-color);
    }
    .winner .winner-body .winner-content .winner-card img{
        width: 2.5rem;
    }
    .winner .winner-body .winner-content .winner-card .winner-name{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .winner .winner-body .winner-content .winner-card .winner-name img{
        width: 2.4rem;
    }
    .winner .winner-body .winner-content .winner-card .winner-name p{
        width: 40%;
        font-size: 0.6rem;
    }
    .winner .winner-body .winner-content .winner-card .winner-name .time{
        font-size: 0.6rem;
    }
    .theme{
        width: 100%;
        height: fit-content;
        justify-content: start;
    }
    .theme .theme-body{
        width: 90%;
        height: fit-content;
        margin: 0 0;
    }
    .theme .theme-body .theme-text{
        width: 100%;
        height: max-content;
        padding: 0 0 1rem 0;
    }
    .gallery{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .resultcard .resultcard-body .result-content{
        display: block;
    }
    .title{
        height: 15vh;
    }
    .title .title-body{
        width: 90%;
    }
    .title .title-body .title-head .title-logo{
        width: 6rem;
        height: max-content;
        position: relative;
        top: 0.5rem;
        left: 0.5rem;
        box-shadow: none;
    }
    .title .title-body .title-head h4{
        position: relative;
        font-size: 1rem;
        left: 8%;
    }
    .title .title-body .title-content{
        display: block;
        top: 16%;
        left: 35%;
    }
    .title .title-body .title-content p{
        margin: 0;
    }
}