@media (min-width: 1600px) {
  .rewards .container {
    min-width: 1515px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .rewards .container {
    min-width: 1358px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .rewards .container {
    max-width: 1224px;
  }
}

@media (min-width: 1500px) {
  .root-image,
  .world-map > img,
  .register-sec > img {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .rewards h2 {
    font-size: 50px;
  }
  .rewards p.p-sty {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .img-full {
    width: 100%;
  }
  #topNavbar {
    justify-content: center;
  }
  header nav.navbar > .container-fluid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
  .navbar-brand {
    grid-column: span 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .collapse.navbar-collapse {
    grid-column: span 4;
  }
  .testimonial .swiper-button-prev {
    left: -2rem;
  }
  .testimonial .swiper-button-next {
    right: -2rem;
  }
}
@media (max-width: 1366px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
  }
  .second-text-second-span {
    top: 48%;
    z-index: 10;
  }
  .third-sec-text-span {
    top: 3%;
  }
  .p-sty {
    font-size: 25px;
  }

  .rewards h2 {
    font-size: 45px;
  }
  .rewards p.p-sty {
    font-size: 22px;
    line-height: 23px;
  }
}
@media (max-width: 1100px) {
  .scroll {
    max-width: 1000px;
    width: 1000px;
    position: relative;
  }
  .world-map,
  .root-section {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  body,
  html {
    overflow-x: hidden;
  }
  .navbar-brand img {
    width: 14%;
  }
  .navbar-nav .nav-item .nav-link {
    color: var(--orange-color);
  }
  br {
    display: none;
  }
  :root {
    --h2-size: 40px;
  }
  .p-sty {
    font-size: 16px;
    line-height: 1.4;
  }
  .grid-div {
    grid-template-columns: repeat(1, auto);
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 75%;
  }
  .tree {
    width: 50%;
  }
  .buzz-span {
    top: 1%;
  }
  .buzz-span h2 {
    font-size: 50px;
  }
  .buzz,
  .zzz {
    font-size: 50px;
  }
  .zzz:nth-child(2) {
    font-size: 30px;
  }
  .zzz:nth-child(3) {
    font-size: 40px;
  }
  .zzz:nth-child(4) {
    font-size: 50px;
  }
  .zzz:nth-child(5) {
    font-size: 60px;
  }
  .buzz {
    margin-top: -2rem;
  }
  .second-text-span {
    width: 65%;
  }

  #about {
    height: 1200px;
  }
  .them-img {
    height: 100%;
  }
  .second-text-second-span {
    right: 0;
    top: 60%;
    text-align: center;
  }
  .register-now img {
    height: 50px;
  }
  .register-now span {
    font-size: 29px;
  }
  .plants {
    bottom: 0rem;
    width: 100%;
    left: 0;
  }
  .partners {
    flex-wrap: wrap;
  }
  .register-sec {
    height: 1000px;
  }
  .register-sec > img {
    height: 100%;
    object-fit: cover;
  }
  footer {
    background-size: cover;
    margin-top: -19rem;
  }
  .footer-info p,
  .footer-info strong {
    font-size: 18px;
  }
  .bg-grad > img {
    width: 75%;
  }
  .custom-table-row .col p,
  .custom-table-row .col h5 {
    font-size: 23px;
  }
  .main-footer {
    margin-top: 5rem;
  }
  .out-reach-intro .swiper-button-prev {
    left: 0;
  }
  .out-reach-intro .swiper-button-next {
    right: 0;
  }
  .name {
    text-align: center;
  }
  .testimonial .col-md-12 p.p-sty {
    font-size: 15px;
  }
  .con-mo {
    background-image: url(../../Images/cutouts-v-2/rewards-3.png);
    background-size: cover;
    background-position-x: -50px;
    background-position-y: 142px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
