/** Media Query For Mobile  */
@import url("_variables.css");

@media ((min-width: 992px) and (max-width: 995px)) {
  .col_dowload_now {
    width: 100%;
  }
}

@media ((min-width: 767.5px) and (max-width:991.5px)) {
  .video_col {
    display: flex;
    width: 100%;
    order: 0;
  }
  .col_dowload_now {
    order: 1;
  }
}

@media (max-width: 992px) {
  .col_en {
    width: 100%;
  }
  .social_imgs {
    display: none !important;
  }
  .content {
    justify-content: center !important;
  }

  .progress-indicator {
    justify-content: center !important;
    align-items: center !important;
    position: relative;
  }
  .content_side {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 995px) {
  .video_col {
    display: flex;
    width: 100%;
    order: 0;
  }
  .col_dowload_now {
    order: 1;
  }
  .footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .col_contact_us {
    width: 100%;
    display: flex;
    order: 0;
    align-items: flex-start !important;
  }
  .col_help {
    width: 100%;
    display: flex;
    order: 1;
  }
  .col_important_links {
    width: 100%;
    display: flex;
    order: 2;
  }
  .col_info {
    width: 100%;
    display: flex;
    order: 3;
    flex-direction: column;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .payment-icons {
    display: flex;
    justify-content: center !important;
    order: 0;
  }
  .lows {
    display: flex;
    order: 1;
  }
}

/* @media((min-width:1200px) and ( max-width: 1299px)){
  .wrapper {
    background-position: top;
  }
  .wrapper-content {
    margin-top: -142px;
    padding: 105px 20px 0;
  }
  .image {
    width: 25%;
}
}

@media ( max-width: 1199px){
  .Wrapper_who_us {
    margin-top: -24%;
} */

@media ((min-width: 1200px) and (max-width: 1399.5px)) {
  .product-content {
    position: absolute;
    top: 22%;
    right: 0%;
    transform: translateX(-12%);
    max-width: 344px;
  }
}

@media (max-width: 995px) {
  .title_download_now {
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .Wrapper_who_us {
    margin-top: -23%;
  }

  .wrapper {
    background-image: url(/assets/images/fixed-height-border.png);
    background-size: contain; /* Ensures the image fits within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: top; /* Centers the image */
    width: 100%; /* Adjust as per your layout */
    height: auto; /* Allows the height to adapt */
    position: relative;
    z-index: 99999;
    padding: 50px 17px;
    border-radius: 30px; /* Optional: Rounded edges */
  }
  .wrapper-content {
    padding: 150px 20px 40px;
  }

  .wrapper_cards_2 {
    display: block !important;
  }
  .wrapper_cards_1 {
    display: none !important;
  }
  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media ((min-width: 1200px) and (max-width: 1399.5px)) {
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  .product-content {
    position: absolute;
    top: 22%;
    left: 20%;
    transform: translateX(-12%);
    max-width: 344px;
  }
  .curve_bg {
    width: 423px;
  }
  .img-con {
    top: -15%;
    leftt: 8.5%;
  }
  .Wrapper_who_us {
    margin-top: -11%;
  }
  .Collect_oasis_text {
    font-size: 19.5px;
    font-weight: 500;
    line-height: 22px;
    color: #2a2a2aeb;
    text-align: justify;
  }
  .wrapper-content {
    padding: 15px;
  }
  .image {
    width: 24%;
  }
}

@media (( min-width: 1300px) and (max-width: 1399.5px)) {
  .Collect_oasis_text {
    font-size: 19.5px;
    font-weight: 500;
    line-height: 22.46px;
    color: #2a2a2aeb;
    text-align: justify;
  }
  .image {
    width: 24%;
  }
  .wrapper {
    background-position: top;
  }
  .wrapper-content {
    margin-top: -63px;
    padding: 27px;
  }
}

@media ((min-width: 995px) and (max-width: 1199.5px)) {
  .product-content {
    position: absolute;
    top: 19%;
    left: 20%;
    transform: translateX(-12%);
    max-width: 290px;
  }
  .curve_bg {
    width: 360px;
  }
  .img-con {
    top: -23%;
    right: 25%;
  }
  .title_product {
    margin: 0;
  }
}

@media (max-width: 995px) {
  .footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    gap: 20px;
  }
  .col_contact_us {
    width: 100%;
    display: flex;
    order: 0;
    align-items: flex-start !important;
  }
  .col_help {
    width: 100%;
    display: flex;
    order: 1;
    /* justify-content: center !important;
    align-items: center !important; */
  }
  .col_important_links {
    width: 100%;
    display: flex;
    order: 2;
  }
  .col_info {
    width: 100%;
    display: flex;
    order: 3;
    flex-direction: column;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .payment-icons {
    display: flex;
    justify-content: center !important;
    order: 0;
  }
  .lows {
    display: flex;
    order: 1;
  }
  .social_imgs {
    display: none !important;
  }
  .content_side {
    justify-content: center !important;
    align-items: center !important;
  }
  .content {
    justify-content: center !important;
  }
  .progress-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10%;
  }
  ul.navbar-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .video_col {
    display: flex;
    width: 100%;
    order: 0;
  }
  .col_dowload_now {
    order: 1;
  }
  .paragraph_content {
    margin: 0;
  }
  .title_product {
    margin: 0;
  }
}

@media ((min-width: 768px) and (max-width: 991.5px)) {
  .curve_bg {
    width: 402px;
  }
  .img-con {
    top: -20%;
    right: 25%;
  }

  .paragraph_product {
    max-width: 323px;
  }
  .title_product {
    margin: 0;
  }
  .product-content {
    position: absolute;
    top: 22%;
    left: 20%;
    transform: translateX(-12%);
    max-width: 326px;
  }
  .wrapper-content {
    padding: 100px 95px 40px;
  }
}

@media ((min-width: 600px) and (max-width: 767px)) {
  .curve_bg {
    width: 402px;
  }
  .img-con {
    top: -20%;
    right: 25%;
  }

  .paragraph_product {
    max-width: 323px;
  }
  .title_product {
    margin: 0;
  }
  .product-content {
    position: absolute;
    top: 22%;
    left: 20%;
    transform: translateX(-12%);
    max-width: 326px;
  }
}

@media ((min-width: 500px) and  (max-width: 601px)) {
  .Collect_oasis_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.46px;
    color: #2a2a2aeb;
    text-align: justify;
  }
  .paragraph_content {
    text-align: center;
  }
  .Collect_oasis_text {
    text-align: center;
  }
  .wrapper-content {
    padding: 70px 20px 40px;
  }
  .Wrapper_who_us {
    margin-top: -25%;
  }
  .wrapper {
    padding: 50px 0;
  }
  .title_download_now {
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
  .btns_group {
    justify-content: center !important;
    align-items: center !important;
  }
  .col_dowload_now {
    justify-content: center !important;
    align-items: center !important;
  }
  .paragraph_product {
    max-width: 433px;
  }
  .curve_bg {
    width: 485px;
  }
  .product-content {
    position: absolute;
    top: 29%;
    left: 20%;
    transform: translateX(-13%);
    max-width: 434px;
  }
  .img-con {
    top: -9%;
    right: 25%;
  }
}

@media (max-width: 500px) {
  .Collect_oasis {
    font-size: 28px;
  }

  .Collect_oasis_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.46px;
    color: #2a2a2aeb;
    text-align: justify;
  }
  .wrapper-content {
    padding: 50px 40px 40px;
  }

  .paragraph_content {
    text-align: center;
  }

  .Collect_oasis_text {
    text-align: justify;
  }
  .product-content {
    position: absolute;
    top: 22%;
    left: 20%;
    transform: translateX(-12%);
  }
  .img-con {
    top: -12%;
    right: 25%;
  }
}

/* @media ( (min-width: 320px) and (max-width: 355px)) {
  .product-content {
    position: absolute;
    top: 22%;
    right: 0%;
    transform: translateX(-12%);
  }
  .img-con {
    top: -12%;
    right: 11%;
  }
}

@media ( (min-width: 355px) and (max-width: 360px)) {
  .product-content {
    position: absolute;
    top: 22%;
    right: 0%;
    transform: translateX(-11.5%);
  }
  .img-con {
    top: -12%;
    right: 11%;
  }

}

@media ( (min-width: 365px) and (max-width: 370px)) {
  .product-content {
    position: absolute;
    top: 22%;
    right: 0%;
    transform: translateX(-9.5%);
  }
  .img-con {
    top: -16%;
    right: 7.5%;
  }
}

@media ( (min-width: 370px) and (max-width: 399px)) {
  .product-content {
    position: absolute;
    top: 22%;
    right: 0%;
    transform: translateX(-12%);
  }
  .img-con {
    top: -12%;
    right: 10.8%;
  }
}  */

/* Responsive Layout Fixes */
@media (max-width: 1400px) {
  .sponsor-card {
    width: 220px !important;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .sponsor-card {
    width: 200px !important;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .sponsor-card {
    width: 220px !important;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .sponsor-card {
    /* width: 200px !important; */
    width: unset !important;
    overflow: hidden;
  }
}

@media ((min-width: 500px) and (max-width: 768px)) {
  .sponsor-card {
    width: 200px !important;
    overflow: hidden;
  }
}

@media ((min-width: 350px) and (max-width: 450px)) {
  .sponsor-card {
    /* width: 180px !important; */
    overflow: hidden;
  }
}

@media ((min-width: 300px) and (max-width: 349px)) {
  .sponsor-card {
    /* width: 140px !important; */
    overflow: hidden;
  }
}

@media ((min-width: 1300px) and (max-width: 1400.5px)) {
  .ball_styling {
    top: -24px;
  }
}

@media ((min-width: 1200px) and (max-width: 1299.5px)) {
  .ball_styling {
    top: 12px;
  }
}

@media ((min-width: 1000px) and (max-width: 1199px)) {
  .ball_styling {
    top: 5px;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 50%;
  }
}

@media ((min-width: 769px) and (max-width: 1000px)) {
  .ball_styling {
    top: 6px;
  }
}

@media ((min-width: 300px) and (max-width: 768.5px)) {
  .ball_styling {
    top: 6px;
  }
}
