.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
    width: 90%;
    margin: auto;
  }
  .gallery:hover .gallery__image {
    filter: brightness(0.7);
  }
  .gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
  }
  .gallery__link {
    margin: 2px;
    overflow: hidden;
  }
  .gallery__link:hover .gallery__image {
    filter: grayscale(0);
  }
  .gallery__link:hover .gallery__caption {
    opacity: 1;
  }
  .gallery__thumb {
    position: relative;
    overflow: hidden;
  }
  .gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
  }
  .gallery__image:hover {
    transform: scale(1.1);
  }
  .gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-family:  sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
  }

  figure{
    margin: 0!important;
  }

  @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);


*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    /* "Inter" */
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
    min-width: 350px;
    overflow-x: hidden;
}

/*STICKY SOCIAL*/

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 20%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
  }
  .sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 0;
    text-decoration: none;
    
    padding: 6px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    transition: all 0.8s;
  }
  .sticky-icon a:hover {
    color: #fff;
    transform: translate(0px, 0px);
  }
  .sticky-icon a:hover i {
    transform: rotate(360deg);
  }
  /*.search_icon a:hover i  {
      transform:rotate(360deg);}*/
  .Facebook {
    background-color: #2c80d3;
    color: #fff;
  }
  
  .Youtube {
    background-color: #fa0910;
    color: #fff;
  }

  .Mobile{
    background-color: #07df00;
    color: #fff;
  }
  
  .Twitter {
    background-color: #53c5ff;
    color: #fff;
  }
  
  .Instagram {
    background-color: #ff5100;
    color: #fff;
  }
  
  .Google {
    background-color: #d34836;
    color: #fff;
  }
  .sticky-icon a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
  }
  .sticky-icon a i.fa-facebook-f {
    background-color: #fff;
    color: #2c80d3;
  }
  
  .sticky-icon a i.fa-phone {
    background-color: #fff;
    color: #07df00;
  }
  
  .sticky-icon a i.fa-instagram {
    background-color: #fff;
    color: #fd1d1d;
  }
  
  .sticky-icon a i.fa-youtube {
    background-color: #fff;
    color: #fa0910;
  }
  

  
  #myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
  }
  .fa-arrow-circle-up {
    font-size: 30px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

/*STICKY SOCIAL*/
  

img {
    color: transparent;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    }

h1{
    font-size: 36px;
    font-weight: 600;
    
}

h2{
    color: white;
}

.lead{
    color: white;
}





.top-text{
    background-color: #ff0000;
    color: #fff;
    
    text-align: center;
    position: sticky;
    top:0;
    width: 100%;
    z-index: 999;
}

.top-text p{
    color: white;
    font-weight: 750;
    margin-bottom:0;
}

.header{
    min-height: 91vh;
    width: 100%;
    position: relative;     
}

#buisnessName{
    color: #ffffff;
    position: absolute;
    left: 12%; /* Adjust this value according to the size of your logo */
    font-size: 2.5em;
    margin-bottom: 0!important;
    
}



#redText{
    color: rgb(255, 24, 24);
}

#social-media {
    list-style-type: none; /* Remove default list style */
    padding: 0; /* Remove default padding */
}

#social-media li {
    display: inline-block; /* Display list items inline */
    margin-right: 10px; /* Adjust margin between list items */
}

#social-media a{
    color: #ff0000; /* Default icon color */
    
    
}

#social-media a:hover .fa-square-facebook,
#social-media a:hover .fa-square-instagram,
#social-media a:hover .fa-square-envelope {
    transition: color 0.4s; /* Smooth transition */
    color: #fff !important; /* Change icon color on hover to white */
}

#anchor-top{
    width: 60%;
}

nav{
    display: flex;
    padding: 1% 1%;
    justify-content: space-between;
    align-items: center;
    background: rgb(17, 17, 17);
    position: sticky;
    top: 0;
    z-index: 1000;
    /* overflow:hidden; */
    transition: height 0.3s ease;
    max-height: 90px;

}

.logoImage{
    max-width: 6%;
    min-width: 6%;
    max-height: 15%;
    border-radius:50%;
}

.nav a {
    width: 65%;
}

.nav-links{
    flex: 1;
    text-align: right;
    
}

.side-menu-info{
    display:none;
    
    text-align: center;
    transition: 1s;
    margin: 5% 0 5% 0;
    will-change: auto;
}

.side-menu-logo{
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

.side-menu-info h3{
    color: white;
    min-width: 300px;
    font-size: 1.45rem!important;
}

.nav-links ul li{
    list-style-type: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative; 
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-links ul li::after{
    content: '';
    width:0;
    height: 2px;
    background: #ff1100;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.dropdown {
    position: relative;
    display: inline-block; /* Ensure the parent li expands to fit its content */
}

.dropdown-content {
    
    position: absolute;
    background-color:rgba(255, 0, 0, 0.904);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1000;
    max-height: 0; /* Start with a height of 0 */
    overflow: hidden;
    transition: max-height 0.3s ease; /* Add transition effect */
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    
}


/* Show dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block;
    max-height: 200px;
    top: calc(100% + 10px);
    left: 50%; /* Center the dropdown */
    transform: translateX(-50%); /* Center horizontally */
    
}


/* Style dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-top: 0.5px solid #000000; /* Add bottom border */
}

/* .dropdown-content a:last-child {
    border-bottom: none;
} */

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:45%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
    
    
    
}

.text-box h1{
    font-size: 62px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    /* border: 1px solid #ffffffbe; */
    padding: 12px 34px;
    font-size: 16px;
    background: rgb(255, 0, 0);
    position: relative;
    cursor: pointer;
    border-radius: 25px;
}

.hero-btn:hover{
    
    background: #ca0000;
    transition: 0.5s;
    color: rgb(255, 255, 255)!important;
    /* border: 1px solid #9c0000; */
    box-shadow: inset 0 0 0 rgba(251, 81, 81, 0.4),
			0 0 1em rgba(251, 81, 81, 0.6);

}

nav .fa-solid.fa-xmark,nav .fa-solid.fa-bars{
    display: none;
}



.icons{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    
    
}

.icons img{
    height: 80px;
}

/*svgs*/



#wheel-svg {
    height: 60px;
    position: fixed;
    display: inline-block;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    bottom: 1%;
    right: 1%;
    z-index: 10;
    transition: 1s;
    opacity: 0;
  }
  
  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }


.img-container{
    width: 90%;
    text-align: center;
    align-items: center;
    height: auto;
}

#banner1{
    width: 100%;
    height: auto;
}

/*intro*/

.intro{
    margin: auto;
    
    background-color: #000000;
}

#intro-hr{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}



.intro h1{
    color: rgb(240, 0, 0);
    /* padding-top: 1.5em; */
    /* padding-left: 1em; */
    text-align: center;
}



.intro p{
    color: white;
    font-size: 15px;
    line-height: 30px;
    margin: 10px;
}

#intro-img{
    padding: 5%;
}

.intro > .container-fluid > .row{
    margin: 0!important;
    padding: 4%;
    
}

/* .intro-banner{
    background: #131313;
    border-radius: 25px;
} */

/*slider*/

.slider{
    width: 90%;
    height: 450px;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    display: none;
}

.slides{
    width: 300%;
    height: 500px;
    display: flex;
}

.slider input{
    display: none;
}

.slide{
    width: 33.33%;
    transition: 2.5s;
}

.slide img{
    width: 100%;
    height: 500px;
}

.navigation-manual{
    position: absolute;
    width: 90%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid #000000;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: rgb(255, 172, 172);
}

#radio1:checked ~ .slides {
    transform: translateX(0);
    transition: 2.5s;
}

#radio2:checked ~ .slides {
    transform: translateX(-33.33%); /* move to the left by 1 slide width */
    transition: 2.5s;
}

#radio3:checked ~ .slides {
    transform: translateX(-66.66%); /* move to the left by 2 slide widths */
    transition: 2.5s;
}


.navigation-auto{
    position: absolute;
    display: flex;
    width: 90%;
    justify-content: center;
    margin-top: 500px;
}

.navigation-auto div{
    border: 2px solid #6b0101;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #ff0000;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #ff0000;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #ff0000;
}

.category{
    padding: 5px;
    min-height: 100px;
    margin-bottom: 2em;
    background-color: #a80909;
}

.category > h1{
    color: white;
    margin-bottom: 0px!important;
}

.category-icon{
    
    text-align: center;
    margin-right: 20px;
    
    
}

.category-icon img{
    height: 60px;
    
}

.our-track{
    margin-bottom: 2em;
}


/*activities*/

.activities{
    width: 80%;
    margin: auto;
    text-align: center;
    /* padding-top: 25px; */
}

.activities .row{
    margin: 5% 0 5% 0;
    display: flex;
    justify-content: space-between;
    
}

.activities > h1,
.available-go-karts h1,.safety h1,
.testimonials h1{
    margin-bottom: 5%;
}

.img-fluid {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    min-height: 190px;
}

.inner-col{
    margin-top: 1rem;
}

.card {
    position: relative;
    /* width: 300px;
    height: 300px; */
    color: #fff;
    /* background: url(images/1.jpg); */
    overflow: hidden;
    /* border-top: 1px solid rgba(255, 49, 49, 0.5);
    border-right: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 1px solid rgba(57, 255, 20, 0.5);
    border-left: 1px solid rgba(255, 255, 113, 0.5); */
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    border-radius: 25px;
  }
  
  
  
  

  #banner > .col-md-6 span{
    position: absolute;
    border-radius: 100vmax;
  }
  

.activities-row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.activities-col{
    flex-basis: calc(50% - 10px); /* Adjust width to leave space for margin */
    margin-bottom: 20px;

}

.activities-col img{
    
    width: 100%;
    border-radius: 10px;
    height:185px;

}

.activities-col p{
    padding: 0;
    font-size: 20px;
    text-align: center;
}

.activities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.description {
    flex-basis: 100%; /* Make description take full width */
    margin-top: 20px; /* Adjust margin as needed */
}

.description h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.description p {
    font-size: 18px;
    line-height: 1.6;
}

#go-to-karts{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
#go-to-karts:hover{color: rgb(0, 0, 0);}


/*available go-karts*/

.available-go-karts{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 25px;
}



p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.available-go-karts > .row {
    margin: 5% 0 5% 0;
    display: flex;
    justify-content: space-between;
    
}


#banner{
    overflow: visible;
}

#banner > .col-md-6.text-center{

    border-radius: 25px;
    padding: 12px;
    opacity: 1;/*new*/
    transition: all 1.5s;
    background-image: linear-gradient(to bottom, #ff0e0ece, hsla(0, 100%, 50%, 0.863));
    
}

.col-12 h1{
    color: white;
}

.activities-img{
    padding: 0;
    

}

#banner > .col-md-6.text-center:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.781);
    background-color: #ff2525;
}

.col-10 h1{
    color: black;
}



.available-go-karts-col{
    flex-basis: 48%;
    background: hsla(0, 100%, 50%, 0.863);
    border-radius: 10px;
    
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    display: inline-table;
}



.available-go-karts-col p{
    color: #fff;
    font-weight: 600;
}

.available-go-karts-col h3{
    color: rgb(255, 255, 255);
}

.kart-image{
    width: 70%;
    height: 50%;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.available-go-karts-col:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.781);
    background-color: #ff2525;
}

.available-go-karts-col .pricing{
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;

}

.available-go-karts-col .engine-sound{
    
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.212);
}

.available-go-karts > .row{
    margin-bottom: 0;
}

.pricing p{
    color: black;
}

/*SAFETY STARTS*/

.safety{
    width: 80%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
}



main {
    display: block;
    margin: 0 auto;
    /* max-width: 80%; */
    /* padding: 1rem; */
  }

  .safety .gradient-list > .row{
    margin: 5% 0;
  }
  
  ol.gradient-list {
    
    list-style: none;
    
    padding-left: 0rem;
  }

  .col-md-6.align-items-center:nth-child(1) ol.gradient-list {
    counter-reset: gradient-counter;
    margin: 0 0;
}

  .col-md-6.align-items-center:nth-child(2) ol.gradient-list {
    counter-reset: gradient-counter 4;
}

  ol.gradient-list > li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
  }

  

  ol.gradient-list > li::before, ol.gradient-list > li::after {
    background: linear-gradient(135deg, #e95353a8 0%, #ff2323 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
  }
  ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 "Montserrat";
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
  }
 
  
  ol.gradient-list > li + li {
    margin-top: 2rem;
  }

  ol.gradient-list > li::before, ol.gradient-list > li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.123), 0 0.5rem 1.125rem rgba(0, 0, 0, 0.233);
  }
  
  @media(max-width:750px){
    .col-md-6.align-items-center:nth-child(1) ol.gradient-list {
        
        margin: 1rem 0;
    }
  }

  

/*SAFETY ENDS*/


/*QUOTE*/

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    width: 80%;
    
    border-radius: 25px;
  }
  .quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
    color: white;
  }
  .quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
    color: black;
  }
  .quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
  }
  .quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
  }
  @media (max-width: 640px) {
    .quote-card:after {
      font-size: 22em;
      right: -25px;
    }
  }
  
  .quote-card.red-card {
    background-color: #a80909;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
    margin: auto;
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .quote-card.red-card:before, .quote-card.red-card:after {
    color: #f44336;
  }

/*TESTIMONIALS*/

.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
}

.testimonials > .row {
    margin: 5% 0 5% 0;
    display: flex;
    justify-content: space-between;
    
}

.testimonial-col{
    flex-basis: 48%;
    border-radius:10px;
    /* margin-bottom: 5%; */
    text-align: left;
    background: hsla(0, 100%, 50%, 0.863);
    padding: 25px;
    display: flex;
    transition: box-shadow 0.5s;
    
}

.testimonial-col:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.781);
    background-color: #ff2525;
}

.testimonial-col i{
    margin-top: 5%;
    margin-right: 30px;
    height: 60px;

}

.testimonial-col p{
    padding: 0;
    color: white;
    font-weight: 600;
}

.testimonial-col h6{
    font-size: 0.8rem;
}

#second-review{
    margin-bottom:0;
}



.stars{
    display: inline-flex;
}
.stars i{
    height: 20px;
    margin-right: 0;
}

/*SPONSORS*/



/*CONTACT*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}

.bi {
    margin-top:8px!important;
    font-size: 20px;
    color: black;
}

.contact-area{
    /* width: 60%; */
    /* padding: 45px; */
    border-radius: 0;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    
}

.contact-row{
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
    margin: 0;
    border-radius:25px;
    background-color: #97979725;
    
}

.contact-row > .col-md-5{
    background-color: #9c0000;
    color: white;
    padding: 40px;
    border-radius: 25px;
    background: url(images/red-bg.jpg) no-repeat;
    background-size: cover;
    
    
}



.contact-row > .col-md-5 p{
    color: white;
}

small{
    font-size: 90%!important;
}

.contact-row > .col-md-7{
    padding: 20px;
}

.form-control{
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: none!important;
    border: 1px solid rgb(0,0,0,0.1);
}

.d-flex p{
    
    padding-left: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.d-flex a{
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: rgb(255, 255, 255)!important;
    padding: 10px 10px 10px 18px;
    margin-bottom: 1rem;
    
}

.d-flex a:hover{
    color: #38a5ff!important;
}

.btn-primary {
    background-color: #a80909!important;
    float: right;
    border: none;
    border-radius: 25px;
}
.btn-primary:hover {
    background: #6b0101!important;
}

#exampleFormControlInput1{
    width: 50%;
    border-radius: 25px;
}

#exampleFormControlTextarea1{
    resize: none;
}

.form-label{
    font-weight: bold;
}

a.anchor-contact {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

a.anchor-top{
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}

#small-text{
    margin-left: 22px;
}

/*FOOTER*/

#footer-img{
    width: 100%;
}

footer{
    background-color: rgb(17, 17, 17);
}

.footer-container{
    width: 100%;
    padding: 5px 20px;
    background-color: #111;
    margin-top: 2em;
}

.social-icons{
    display: none;
    justify-content: center;
}

.social-icons a{
    text-decoration: none;
    padding: 10px;
    /* background-color: rgb(0, 0, 0); */
    margin: 10px;
    border-radius: 50%;
    font-size: 1.1em;
    
}

.social-icons a:hover .fa-square-facebook,
.social-icons a:hover .fa-square-instagram,
.social-icons a:hover .fa-square-envelope{
    transition: color 0.4s; 
    color: #fff !important;
}

.footer-bottom p{
    color: white;
    text-align: center;
    margin-bottom: 0;
}



@media(max-width:600px){

    nav{
        padding: 3% 2%;
    }

    

    

    .activities-img{
        height: 250px;
    }
    .contact-area{
        width: 100%;
        padding: 0;
    }

    .footer-bottom p{
        font-size: 11px;
    }

    .intro{
        padding-bottom: 10%;
    }

    .slider{
        width: 90%;
        display: block;
        
    }

    .slides{
        height: 100%;
    }

    .slide img{
        height: 100%;
        width: 101%;
    }

    .navigation-manual{
        width: 90%;
    }

    .navigation-auto{
        width: 90%;
    }

    .icons img{
        height: 70px;
    }
}


@media(max-width:760px){
     .row{
         flex-direction:column;
     
    }

    .activities > h1,
    .available-go-karts h1,
    .testimonials h1{
        margin-bottom: 10%;
    }

}



@media (max-width: 1200px) {
    .blurb h2 {
        font-size: 1rem;
    }
    #social-media li{
        display: none;
    }
}

@media(max-width:1200px){

    #anchor-top{
        width: 100%;
    }

    .d-lg-inline{
        height: 45px;
        width: 45px;
    }

    #wheel-svg{
        height: 50px;
        bottom: 1%;
    }

    .icons{
        padding-top: 25px;
    }

    .sticky-icon{
        display: none;
    }

    .social-icons{
        display: flex;
    }

    h1{
        font-size: 26px;
    }

    .top-text p{
        font-size: 0.7em;
    }

    .logoImage{
        max-width: 7.5%;
        max-height: 15%;
        border-radius:50%;
        
    }

    #buisnessName{
        font-size:1.5em;
    }
    .text-box h1{
        font-size:40px;
    }
    .nav-links ul li{
        display: block;
        text-align: center;
    }

     .nav-links ul li::after{
        
        background: none;
        
    
    } 

    .dropdown-content {
    
        
        background-color:rgba(0, 0, 0, 0.904);
        
        
    }

    .nav-links {
        position: fixed;
        background-color: #9c0000e5;
        height: 100vh;
        width: 100%;
        top: 0;
        right: -1200px; /* Initially hide the menu */
        text-align: left;
        z-index: 2;
        transition:  1s; /* Smooth transition */
        will-change: auto;
        
    }

    

    

    nav .fa-solid.fa-bars {
        display: block;
        color: #fff;
        margin: 20px 12px;
        font-size: 22px;
        cursor: pointer;
        transition: opacity 2s;
    }

    nav .fa-solid.fa-xmark{
        display: block;
        color: #fff;
        margin: 25px 10px;
        font-size: 35px;
        cursor: pointer;
        transition: opacity 2s;
    }

    .nav-links ul {
        padding: 30px;
    }

    
    
    .nav-links ul li:hover::after{
        width: 15%;
    }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
      }

      .mb-5, .my-5 {
        margin-bottom: 0 !important;
      }

    /*second slider*/

    .intro h1{
        
        padding-top: 1em;
        padding-left: 0;
        text-align: center;
        /* margin: 0 70px; */
    }

    

    .category{
        padding: 2px;
        min-height: 0;
    }

   

    /*activities*/

    .activities{
        width: 90%;
      }

      .safety{
        width: 90%;
        
    }
    
    main {
        
        max-width: 100%;
        padding: 0.5rem;
      }

    .quote-card{
        width: 100%;
        border-radius: 0;
      }

      .testimonials{
        width: 90%;
      }


    .quote-card cite{
        font-weight: 600;
    }


    .available-go-karts{
        width: 90%;
    }

    .available-go-karts-col{
        margin-bottom: 20px;
    }

      .lead{
        font-size: 0.9rem;
        font-weight: 600;
        
    }

      .testimonial-col{
        flex-basis: 100%;
        margin-bottom:20px;
        
    }

    a.anchor-contact {
        
        top: 500px;
        
    }

    .contact-row{
        margin: 0;
        border-radius: 0;
    }
    .contact-row > .col-md-5{
        border-radius: 0;
        padding: 20px;
    }

    .d-flex p, .d-flex a{ 
        font-size: 15px;
    }

    

      

    

}
















