body {
    overflow-x: hidden;
}


/* div,
section {
    max-width: 100%;
    height: auto;
} */


/* * {
    outline: 1px solid red;
} */

.bg-dark {
    background-color: #181818 !important;
}

.btn-blue {
    background-color: #09cffe !important;
    color: #ffffff;
}

.hi-100 {
    height: 200px !important;
}

.main-bg {
    background: rgb(24, 24, 24);
    background: linear-gradient(127deg, rgba(24, 24, 24, 1) 7%, rgba(96, 107, 124, 1) 35%, rgba(9, 207, 254, 1) 75%, rgba(96, 107, 124, 1) 96%);
}

.fsmall {
    font-size: 12px !important;
}


/* Default order */

.rown {
    display: flex;
    flex-wrap: wrap;
}

.coln-1 {
    order: 1;
}

.coln-2 {
    order: 2;
}


/* Change order on mobile */

@media (max-width: 768px) {
    .coln-1 {
        order: 2;
        /* Move Column 1 to the end */
    }
    .coln-2 {
        order: 1;
        /* Move Column 2 to the start */
    }
}


/* .header-text {
    font-family: 'Sora', sans-serif;
    font-weight: 200;
    font-size: 100px;
} */

.header-text {
    font-family: 'Sora', sans-serif;
    font-weight: 200;
    /* Extra Light */
    font-size: 100px;
    /* Default size for larger screens */
}


/* Adjust font size for tablets */

@media (max-width: 768px) {
    .header-text {
        font-size: 60px;
        /* Smaller size for tablets */
    }
}


/* Adjust font size for mobile phones */

@media (max-width: 576px) {
    .header-text {
        font-size: 55px;
        /* Even smaller size for mobile phones */
    }
}

.font-sora {
    font-family: 'Sora', sans-serif;
    font-weight: 200;
}

.font-sora-small {
    font-family: 'Sora', sans-serif;
    font-weight: 100 !important;
}

.background-white {
    background-color: #ffffff !important;
}

.bg-genie {
    background-color: #181818 !important;
}

.bg-genie-two {
    background-color: #606B7C !important;
}

.card {
    border: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    font-family: 'Sora', sans-serif;
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Sora', sans-serif !important;
    font-weight: 200 !important;
}

.t-validation {
    font-weight: 10px !important;
    color: red !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 999 !important;
    /* Ensure they are on top */
}

.img-card-g {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are square */
    border-bottom-right-radius: 0;
}

.bg-black {
    background-color: #000000;
}

.blue-font {
    color: #09cffe !important;
}

.text-blue {
    color: #09cffe;
}


/* .input-group.input-group-outline.is-focused .form-label+.form-control,
.input-group.input-group-outline.is-filled .form-label+.form-control {
    border-color: #09cffe !important;
} */

.cm-10 {
    height: 500px !important;
    /* Set a fixed minimum height for all cards */
}


/* body {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: white;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    color: #f8f9fa;
  } */


/* body {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
  } */


/* body {
      font-family: Arial, sans-serif;
      background-color: #111;
      color: white;
      margin: 0;
      padding: 0;
      overflow: hidden;
    } */


/* body {
      font-family: Arial, sans-serif;
      background-color: #111;
      color: white;
      margin: 0;
      padding: 0;
      overflow: hidden;
    } */


/* 
.container-moon {
    display: flex;
    height: 50vh;
    position: relative;
}

.half-side {
    width: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 1.5s ease-in-out;
}

.left-side {
    background: url('./assets/img/main/Genie/moon-2.png') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-side {
    background: url('./assets/img/main/Genie/mars-2.png') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-text {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.full-view {
    width: 100%;
}

.content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    overflow-y: auto;
}

.content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .font-genie-big {
        font-size: 5.2rem;
    }
} */


/* .btn-big {
    font-size: 1.8rem;
    padding: 4px !important;
    width: 1.5rem;
    height: 1.5rem;
} */


/* .content p {
    font-size: 1.8rem;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    border-radius: 5px;
} */


/* Moon and Mars Code */

.mission-vision-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 60vh; */
    /* background-color: #f5f5f5; */
    position: relative;
}


/* .circle-container {
    position: relative;
    width: 25rem;
    height: 25rem;
} */

.circle-container {
    position: relative;
    width: 50vw;
    /* 50% of the viewport width */
    height: 50vw;
    /* Maintain a square shape */
    max-width: 25rem;
    /* Limit maximum size for larger screens */
    max-height: 25rem;
    /* Limit maximum size for larger screens */
    min-width: 15rem;
    /* Default for mobile */
    min-height: 15rem;
    /* Default for mobile */
    margin: auto;
    /* Center it */
}

@media (min-width: 768px) {
    /* For tablets and larger screens */
    .circle-container {
        min-width: 25rem;
        min-height: 25rem;
    }
}

@media (max-width: 576px) {
    .first-column {
        order: 2;
    }
    .second-column {
        order: 1;
    }
    .third-column {
        order: 3;
    }
}

.btn-outline-custom {
    color: #00d0fa;
    border-color: #00d0fa;
    width: 150px;
    /* Wider button */
    text-align: center;
}

.btn-outline-custom:hover,
.btn-check:checked+.btn-outline-custom {
    background-color: #00d0fa;
    color: white;
    /* White text on hover */
    border-color: #00d0fa;
}


/* .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #6366f1 50%, #dc2626 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.5s ease;
} */

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url('../img/main/moon-mars-2/moon.png') no-repeat center top, url('../img/main/moon-mars-2/mars.png') no-repeat center bottom;
    background-size: 100% 50%;
    /* Ensure each image covers its half */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.5s ease;
}

.half {
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
}


/* .moon {
    background-color: #6366f1;
    top: 0;
    z-index: 2;
}

.mars {
    background-color: #dc2626;
    bottom: 0;
    z-index: 1;
} */

.moon {
    background: url('../img/main/moon-mars-2/moon.png') no-repeat center center;
    background-size: cover;
    top: 0;
    z-index: 2;
}

.mars {
    background: url('../img/main/moon-mars-2/mars.png') no-repeat center center;
    background-size: cover;
    bottom: 0;
    z-index: 1;
}

.statement {
    /* position: absolute; */
    font-size: 1.2rem;
    /* font-weight: bold; */
    display: none;
}


/* .mission-statement {
    left: 5%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
}

.vision-statement {
    right: 5%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
} */

.moon-card {
    transition: all 0.5s ease;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
}

.line {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #fff;
    transition: all 0.5s ease;
}


/* 
.custom-col {
    width: 100%;
} */

.description-container {
    max-height: 180px;
    min-height: 180px;
    /* Set the height for the description area */
    overflow-y: auto;
    /* Add vertical scrolling if content exceeds the height */
    padding-right: 10px;
    /* Optional: Add padding for better spacing */
}


/* Optional: Add custom scrollbar styles */

.description-container::-webkit-scrollbar {
    width: 6px;
    /* Set the width of the scrollbar */
}

.description-container::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Set the color of the scrollbar thumb */
    border-radius: 10px;
    /* Round edges of the scrollbar thumb */
}

.description-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Change color when hovered */
}