@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);

.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
    width: 90%;
    margin: auto;
    justify-content: center;
  }
  .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;
  }


*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    /* "Inter" */
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}

body{
    min-width: 350px;
    position: relative;
    background-color: black;
}

#contact-button{
    margin-right: 0!important;
    background-color: #e3c605;
    color: black;
    padding: 25px;
}

.myYellow{
    color: #e3c605;
}

#contact-button:hover{
    
    transition: 0.5s;
    
    
    box-shadow: inset 0 0 0 #e3c605, 0 0 1em #e3c605;
}

/*STICKY SOCIAL*/

.sticky-icon {
    z-index: 2;
    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: #3d9acf;
    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;
    text-align: justify;
}





.top-text{
    background-color: #3d9acf;
    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;
    
}



#blueText{
    color: #3d9acf;
}

#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: #2b7098; /* 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: #2b7098;
    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;
    color: white;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 22px;
    color: #fff;
}



.hero-btn{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    /* border: 1px solid #ffffffbe; */
    padding: 12px 34px;
    font-size: 16px;
    background: #2b7098;
    position: relative;
    cursor: pointer;
    border-radius: 25px;
}

.hero-btn:hover{
    
    background: #47b6f7;
    transition: 0.5s;
    color: rgb(255, 255, 255)!important;
    /* border: 1px solid #9c0000; */
    box-shadow: inset 0 0 0 #2b7098,
			0 0 1em #2b7098;

}

nav .fa-solid.fa-xmark,nav .fa-solid.fa-bars{
    display: none;
}



.icons{
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    
    
}

.icons img{
    height: 80px;
    width: 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;
}

.two-line-category{
    margin: 2em;
}

/*intro*/

.intro{
    margin: auto;
    
    background-color: #000000;
}

#intro-hr{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}



.intro h1{
    color: #3d9acf;
    /* 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% 4% 0px 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: 5%;
    background-color: #3d9acf;
}

.category > h1{
    color: white;
    margin-bottom: 0px!important;
}

.category-icon{
    
    text-align: center;
    margin-right: 20px;
    
    
}

.category-icon img{
    height: 60px;
    
}

/*3 boxes*/



.three_box p{
    padding: 0!important;
    margin: 0!important;
}

/*3 boxes*/

.inner-col{
    margin-top: 1rem;
}

.inner-col h1{
    color: white;
}
  
  #banner > .col-md-6 span{
    position: absolute;
    border-radius: 100vmax;
  }
  




.description {
    flex-basis: 100%; 
    margin-top: 20px; 
}

.description h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.description p {
    font-size: 18px;
    line-height: 1.6;
}

p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}


#banner{
    overflow: visible;
}



#banner > .col-md-6.text-center{
    opacity: 1;/*new*/
    transition: all 1s;
    align-content: center;
    background: rgb(0, 122, 170); 
}

.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: rgb(0, 138, 192);
}

.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;
}

.service{
    background-color: rgb(14, 14, 14);
    margin: 0!important;
    max-width: 100%!important;
}

/*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: rgb(0, 138, 192);
}

.contact-area{
    border-radius: 0;
}

.contact-row{
    box-shadow: rgba(0, 12, 121, 0.432) 0px 2px 8px 0px;
    margin: 0;
    
    background-color: rgba(0, 30, 75, 0.43);
    
}

.contact-row > .col-md-5{
    color: white;
    padding: 40px;
    background: url(images/detailing-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: #007bff!important;
    float: right;
    border: none;
    border-radius: 0px;
}
.btn-primary:hover {
    background: #47b6f7;
    transition: 0.5s;
    color: rgb(255, 255, 255)!important;
    /* border: 1px solid #9c0000; */
    box-shadow: inset 0 0 0 #2b7098,
			0 0 1em #2b7098;
}

#exampleFormControlInput1{
    width: 50%;
    border-radius: 25px;
}

#exampleFormControlTextarea1{
    resize: none;
    
}

.form-label{
    font-weight: bold;
    color: #00a2ff;
}

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: -4px;
}

.social-icons{
    display: none;
    justify-content: center;
}

.social-icons a{
    text-decoration: none;
    padding: 10px;
    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:975px){
    /* #contact-button{
        background-color: black;
        padding: 10px 0;
    }

    #contact-button:hover{
        box-shadow: none;
        color: rgb(0, 138, 192)!important;
    } */
}



@media(max-width:600px){

    nav{
        padding: 3% 2%;
    }

    .activities-img{
        height: 250px;
    }
    .contact-area{
        width: 100%;
        padding: 0;
    }

    .footer-bottom p{
        font-size: 11px;
    }

    .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: 20px;
        padding-bottom: 20px;
    }

    .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: #30769eef;
        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;
      }

    .intro h1{
        
        /* padding-top: 1em; */
        padding-left: 0;
        text-align: center;
        /* margin: 0 70px; */
    }

    

    .category{
        padding: 4px;
        min-height: 0;
    }

    .category-icon img{
        height: 50px;
    }

    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;
    }   

}


















