html {
    scroll-behavior: smooth;
}

.container-fluid {
    padding: 0;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.animated-hidden-element {
    opacity: 0;
}

.animate__delay-6s {
    animation-delay: 6s;
}

.animate__delay-7s {
  animation-delay: 7s;
}

.animate__delay-8s {
  animation-delay: 8s;
}

.animate__delay-9s {
  animation-delay: 9s;
}

/******************* Navbar *******************/
.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 40px 22px;
}

.navbar-toggler-icon{
    width: 1.9em;
    height: 1.9em;
}

.navbar-light .navbar-nav .nav-link, .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/assets/fluentNavigation.webp);    
}

ul {
    gap: 30px;
}

a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700 !important;
    font-size: 1.3rem;
    max-width: fit-content;
}

.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #7EB300;
}

.line {
    position: relative;
}

.line::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #ffffff;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
    .line:hover::before{
      left: 0;
      right: auto;
      width: 100%;
    }
}

.dropdown-menu{
    background-color: transparent;
    border: none;
}

.dropdown-item{
    color: white !important;
    font-size: 1.2rem;
}

.dropdown-item:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.959) !important;
}

/******************* start *******************/
.start {
    width: 100%;
    height: 100vh;
    background: radial-gradient(68.58% 67.02% at 50% 50%, rgba(0, 0, 0, 0.00) 53.6%, rgba(0, 0, 0, 0.50) 91.75%), url("../img/landspace.webp"), lightgray 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%; 
}

.social-media {
    float: right;
    text-align: center;
    margin-right: 30px;
    margin-top: 11%;
}

.icon-instagram {
    margin-bottom: 10px;
}

.icon-facebook {
    margin-top: 10px;
}

.icon-facebook:hover,.icon-instagram:hover,.sponsors .media:hover {
    transform: scale(1.1);
    transition: 100ms linear; 
}

/******************* main-races *******************/
.col-md-auto {
    padding: 0.4rem;
}

.title-1,.title-2 {
    font-family: 'Biryani', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 0;
}

.title-1 {
    color: #000;
}

.title-2 {
    color: #7EB300;
}

.title {
    margin-top: 134px;
    margin-bottom: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.main-races p,.about p,.races p,.forms-disclosure p,.sponsors p,.sponsorship-issue p {
    color: black;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 30px;
    max-width: fit-content; 
}

.races h5,.races p {
    text-align: left;
}

.races h5 {
    font-family: Biryani;
}

.races p,.data p {
    font-size: 1.2rem;
}

.col-sm{
    display: flex;
    justify-content: center;
}

.card {
    border: 0;
    width: 20rem;
}

.card-body {
    padding: 2rem 0;
}

.races .row  {
    margin-left: 1rem;
    margin-right: 1rem;
}

/******************* about *******************/
.about,.forms-disclosure {
    margin-top: 100px;
}

.col-4 {
    padding: 0;
    flex: none;
    max-width: 46%;
    text-align: left;
}

.about .col-md-auto,.forms-disclosure .col-md-auto {
    padding: 0;
}

.about .title  .title-1,.about .title  .title-2 {
    text-align: left;
}

.about p {
    text-align: left;
}

.about .text,.forms-disclosure .text {
    padding-top: 30px;
}

.about .title {
    margin-left: 80px;
    margin-top: 0;
}

/******************* data *******************/
h2 {
    color: rgba(126, 179, 0, 0.80);
    font-family: Biryani;
    font-size: 5rem;
    margin-bottom: 0;
}

.data .row {
    margin: 10%;
    margin-bottom: 7%;
}

.data .col-md-auto {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

/******************* gallery *******************/
.gallery .col {
    padding: 0;
    padding-top: 3%;
    padding-bottom: 3%;
}

.image-gallery {
    width: 100%;
}

.image-gallery:hover {
    transform: scale(1.16);
    transition: 250ms linear; 
    /* cursor: pointer; */
    position: relative;
    z-index: 1;
}

.items-body,.carousel-item,.carousel-inner {
    max-width: 100%;
}

/******************* forms-disclosure *******************/
.forms-disclosure {
    margin-top: 170px
}

.forms-disclosure .title .title-1,.forms-disclosure .title .title-2 {
    max-width: 100%;
}

.forms-disclosure .title {
    text-align: left;
    margin-right: 80px;
    margin-top: 0;
}

.forms-disclosure .col-4 {
    text-align: right;
}

/******************* sponsors *******************/
.sponsors h5, .sponsors .media-body, .sponsors .col-4{
    max-width: fit-content ;
}

.sponsors .media {
    margin: 0px 60px 40px;
    cursor: pointer;
}

.sponsors {
    margin-top: 220px;
}

.sponsors .justify-content-center {
    margin-top: 40px;
}

.sponsors h5 {
    font-family: Biryani;
}

.sponsors a {
    color: black;
}

/******************* sponsorship-issue *******************/
.sponsorship-issue {
    background: rgba(126, 179, 0, 0.07);
    padding: 20px;
    text-align: center;
    margin-top: 150px;
}

.sponsorship-issue button h1 {
    font-family: Biryani;
    font-size: 1.3rem;
    padding: 1.7rem 2rem 1rem;
}

.sponsorship-issue a {
  text-decoration: none;
  color: white;
}

.sponsorship-issue h1 {
    margin: 0 !important;
}

.btn-success {
    color: #fff;
    background-color: #7EB300;
    border-color: #7EB300;
}

.btn {
    border: 0;
}

.btn-success:hover {
    color: #fff;
    background-color: #76a801;
    border-color: #76a801;
}

.btn-success:focus {
    color: rgb(255, 255, 255);
    background-color: #76a801;
    border-color: #76a801;
    box-shadow: #76a801 0px 0px 0px 0.2rem;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #76a801;
    border-color: #76a801;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus, .btn-success:focus {
    box-shadow: #a9e421 0px 0px 0px 0.2rem;
}

.sponsorship-issue .text-copyright {
    margin-top: 5rem;
    font-size: 1rem;
}

.sponsorship-issue .text-copyright a {
  margin-top: 5rem;
  font-family: "Titillium Web";
  font-weight: 400 !important;
  font-size: 1rem;
  color: black;
  text-decoration: none;
}

.sponsorship-issue .text-copyright:hover {
  margin-top: 5rem;
  font-size: 1rem;
  text-decoration: underline;
}