
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}


.cursor-pointer {
    cursor: pointer;
}

.hero-section {
    background: url("images/bg.jpg") top top/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 760px;
}

.logo {
    width: 120px;
}

.heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.heading span {
    color: #ff0000;
}

.feature-list {
    display: flex;
    gap: 35px;
    margin: 30px 0;
    font-size: 1.5rem;
}

.feature-list div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list i {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-red {
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 0;
}

.btn-red:hover {
    background: #d60000;
    color: #fff;
}

.start-board {
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translateX(-50%);
    text-align: center;
}

.flag {
    width: 100px;
    height: 90px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
}

.start-btn {
    background: #c31722;
    padding: 10px 30px;
    font-size: 2rem;
    color: #fff;
    transform: rotate(-7deg);
    display: inline-block;
    border-radius: 8px;
    margin-top: 15px;
}

.scooter {
    position: absolute;
    right: 0;
    top: 40px;
    width: 430px;
}

.bottom-section {
    background: url("../images/bg.jpg") left top/cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 80px 0 0 0;
}

.title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.title span {
    color: #ff0000;
}

.subtitle {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle::before,
.subtitle::after {
    content: "";
    flex: 1;
    max-width: 140px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    margin: 0 1.5rem;
}

.step-card {
    position: relative;
    width: 240px;
    height: 220px;
    margin: auto;
}

.card-border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.step-icon {
    margin-top: -70px;
    margin-bottom: 15px;
}

.step-icon img {
    width: 70px;
}

.step-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.step-text {
    color: #fff;
    font-size: 22px;
}


.bg-red {
   background-color: #183557;
  /* background: url("../images/bg.jpg") left top/cover no-repeat; */
  position: relative;
  overflow: hidden;
  padding: 80px 0 0 0;
  color: #fff;
  padding: 1rem !important;
  border-radius: .8rem;
  border:#1c6ca1 1px solid;
}

.bg-red button {
    color: #fff;
    text-shadow: none;
}

.bg-red button:hover {
    color: #fff;
    text-shadow: 2px 2px #0e426a;
}

.bg-red .btn-sbmt {
    color: #0e426a;
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    border-radius: .45rem;
    padding: .4rem 2.5rem;
    text-shadow: none;
}

.bg-red .btn-sbmt:hover {
    color: #fff;
    background-color: #0e426a;
    text-decoration: none;
    text-shadow: none;
}

.bg-red .modal-header {
    border: none;
}

.bg-red label {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff !important;
  vertical-align: top;
}

.bg-red input {
   height: calc(2.5em + 1rem + 10px);
  background-color: #4689b6;
  border-color: #4689b6;
  color: #fff;
  border-radius: .8rem;
  vertical-align: top;
  margin-top: 1rem;
  border: #1c6ca1 1px solid;
}

.bg-red .form-check input {
    /* position: absolute;
    opacity: 0; */
    cursor: pointer;
    /*  height: 0;
     width: 0; */
    color: #fff;
    height: 20px;
    margin-top: 2px;
}

.bg-red .form-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #da001a;
}

/* On mouse-over, add a grey background color */
.bg-red .form-check :hover input ~ .checkmark {
    background-color: #ea9ea2;
    color: #fff;
}

/* When the checkbox is checked, add a blue background */
.bg-red .form-check input:checked ~ .checkmark {
    background-color: #ea9ea2;
}

.bg-red .form-check input:focus {
    color: #fff;
    background-color: #ea9ea2;
    border-color: #ea9ea2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

/* Create the checkmark/indicator (hidden when not checked) */
.bg-red .form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.bg-red .form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.bg-red .form-check .checkmark:after {
    left: 8px;
    top: 0px;
    width: 9px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-red .modal-footer {
    border: none;
}

.custom-control-label {
  margin-left: 0.35rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.bg-red .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #4689b6;
    background: none;
    border: none;
}

.custom-control-label::after {
    top: 0px !important;
}

.custom-control-label a {
    color: yellow;
}


.card-finish{
    background-color: #183557;
}

.card-finish .card-title{
    color: #fff;
}

.card-finish .card-body{
    color: #fff;
}

@media (max-width: 991px) {

    .heading {
        font-size: 3rem;
    }

    .feature-list {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 1.2rem;
    }

    .scooter {
        position: relative;
        width: 100%;
        max-width: 380px;
        display: block;
        margin: 40px auto 0;
    }

    .start-board {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 40px auto;
    }

    .hero-content {
        min-height: auto;
        padding-bottom: 40px;
    }

    .title {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1.8rem;
    }

    .step-text {
        font-size: 1.3rem;
    }

    .btn-red {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {

    .heading {
        font-size: 2.3rem;
    }

    .title {
        font-size: 1.25rem;
    }

    .subtitle {
        font-size: 0.95rem;
    }

    .feature-list {
        flex-direction: column;
    }

    .step-title {
        font-size: 1rem;
    }

    .step-text {
        font-size: 1rem;
    }
}


/* Fullscreen game frame */
.game-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
}
.game-overlay.is-open { display: block; }

.game-frame {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 0;
    display: block;
}

.game-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

body.game-open { overflow: hidden; }
