body {
  margin: 0px;
  padding: 0px;
}

.revnitrobodyblack {
  background-color: #000000;
}

/*--------------------------------------------Navbar Section----------------------------*/

@media (max-width: 600px) {
  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");

  .dektopnavbarsssforrevnitor {
    display: none;
  }
  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  .navbar {
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    z-index: 16;
  }
  .hamburger {
    display: none;
  }

  .bar {
    /* color: wheat; */
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
  }
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item {
    margin-left: 5rem;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .nav-link:hover {
    color: #482ff7;
  }

  .nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
  }

  @media only screen and (max-width: 768px) {
    .nav-menu {
      position: fixed;
      left: -100%;
      top: 5rem;
      flex-direction: column;
      background-color: #fff;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
      left: 0;
      background: black;
      padding: 0px;
    }

    .nav-item {
      margin: 20px;
      margin-top: 3px;
      margin-bottom: 10px;
      /* margin: 20px; */
    }

    .hamburger {
      display: block;
      cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");

  .dektopnavbarsssforrevnitor {
    display: none;
  }
  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  .navbar {
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    z-index: 16;
  }
  .hamburger {
    display: none;
  }

  .bar {
    /* color: wheat; */
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
  }
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item {
    margin-left: 5rem;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .nav-link:hover {
    color: #482ff7;
  }

  .nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
  }

  @media only screen and (max-width: 768px) {
    .nav-menu {
      position: fixed;
      left: -100%;
      top: 5rem;
      flex-direction: column;
      background-color: #fff;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
      left: 0;
      background: black;
      padding: 0px;
    }

    .nav-item {
      margin: 20px;
      margin-top: 3px;
      margin-bottom: 10px;
      /* margin: 20px; */
    }

    .hamburger {
      display: block;
      cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
}

@media (min-width: 750px) and (max-width: 900px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 13px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 16px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 16px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}
@media (min-width: 1200px) and (max-width: 1354px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 16px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}

@media (min-width: 1355px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 16px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}
@media (min-width: 1534px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 96px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 21px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 21px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}
@media (min-width: 1919px) {
  .mobileNavbarforRevnitro {
    display: none;
  }
  .revnitronavbarflexxx {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
  }
  .navbarsecondflexconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    padding-right: 30px;
  }
  .navbarlogoforrevnitro {
    padding-left: 30px;
  }

  .navbarsecondflexconcept div a {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins";
  }
  .navbarsecondflexconcept div a:hover {
    font-size: 24px;
    color: #f00;
    text-decoration: none;
    font-family: "Poppins";
  }
}

/*--------------------------------------------Navbar Section----------------------------*/

/*---------------------------------------------Banner Section --------------------------*/

@media (max-width: 360px) {
  #imagebootstapheight {
    display: none !important;
  }

  #imagebootstapheight1 {
    display: none !important;
  }

  #imagebootstapheight2 {
    display: none !important;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  #imagebootstapheight {
    display: none !important;
  }

  #imagebootstapheight1 {
    display: none !important;
  }

  #imagebootstapheight2 {
    display: none !important;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  #imagebootstapheight {
    display: none !important;
  }

  #imagebootstapheight1 {
    display: none !important;
  }

  #imagebootstapheight2 {
    display: none !important;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 551px) and (max-width: 650px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 651px) and (max-width: 750px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 751px) and (max-width: 850px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 851px) and (max-width: 950px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 951px) and (max-width: 1050px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1051px) and (max-width: 1150px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1151px) and (max-width: 1250px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1251px) and (max-width: 1350px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1451px) and (max-width: 1550px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1551px) and (max-width: 1650px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1651px) and (max-width: 1750px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1751px) and (max-width: 1850px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1851px) and (max-width: 1950px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 1951px) and (max-width: 2050px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 2051px) and (max-width: 2150px) {
  #imagebootstapheight12212 {
    display: none !important;
  }
  #imagebootstapheight122121212 {
    display: none !important;
  }
  #imagebootstapheight12212dsdsd {
    display: none !important;
  }
}
@media (min-width: 2051px) {
}

/*---------------------------------------------Banner Section --------------------------*/

/*--------------------------------------------Third Section----------------------------*/

@media (max-width: 600px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 0px;
    line-height: 42px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 25px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}

@media (min-width: 750px) and (max-width: 900px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 25px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 19px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (max-width: 1354px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 19px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1355px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 19px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1533px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 19px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1700px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 19px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1917px) {
  .thirdsectionRevnitro div h1 {
    font-family: "Poppins";
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .thirdsectionRevnitro div h3 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
  }
}

/*--------------------------------------------Third Section----------------------------*/

/*-------------------------------------------Review Section----------------------------*/

@media (max-width: 360px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 17px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    padding-left: 7px;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .riderreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 145px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 17px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    padding-left: 7px;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .riderreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 145px;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 17px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 21px;
    padding-left: 7px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .riderreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 145px;
  }
}

@media (min-width: 451px) and (max-width: 550px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 34px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 63px;
    row-gap: 25px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 21px;
    padding-left: 7px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 63px;
    row-gap: 25px;
  }

  .riderreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 63px;
    row-gap: 25px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 63px;
    row-gap: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 145px;
  }
}

@media (min-width: 551px) and (max-width: 650px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 101px;
    row-gap: 38px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 21px;
    padding-left: 7px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 101px;
    row-gap: 38px;
  }

  .riderreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 101px;
    row-gap: 38px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 101px;
    row-gap: 38px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 145px;
  }
}

@media (min-width: 651px) and (max-width: 750px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;

    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 106px;
    row-gap: 38px;
  }

  .bikereviewcontent {
    width: 150px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 21px;
    padding-left: 7px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 106px;
    row-gap: 38px;
  }

  .riderreviewcards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 106px;
    row-gap: 38px;
  }

  .techincalreviewcards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 106px;
    row-gap: 38px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 180px;
  }
}

@media (min-width: 751px) and (max-width: 850px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 50px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 135px;
    row-gap: 38px;
  }

  .bikereviewcontent {
    width: 193px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    padding-left: 7px;
    padding-bottom: 5px;
  }

  .carreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 135px;
    row-gap: 38px;
  }

  .riderreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 135px;
    row-gap: 38px;
  }

  .techincalreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 135px;
    row-gap: 38px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 196px;
  }
}
@media (min-width: 851px) and (max-width: 950px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 50px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 138px;
    row-gap: 38px;
  }

  .bikereviewcontent {
    width: 193px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 14px;
    padding-left: 7px;
  }

  .carreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 138px;
    row-gap: 38px;
  }

  .riderreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 138px;
    row-gap: 38px;
  }

  .techincalreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 138px;
    row-gap: 38px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 225px;
  }
}
@media (min-width: 951px) and (max-width: 1050px) {
  .mobilehidden {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 2px solid #f00;
    margin-left: 0px;
    margin-top: 5px;
  }
  .reviewmargintopsection {
    margin-top: 20px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 67px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 183px;
    row-gap: 38px;
  }

  .bikereviewcontent {
    width: 230px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: -1px;
    font-size: 15px;
    padding-left: 7px;
  }

  .carreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 183px;
    row-gap: 38px;
  }

  .riderreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 183px;
    row-gap: 38px;
  }

  .techincalreviewcards {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 183px;
    row-gap: 38px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }

  .bike1cards {
    width: 100%;
  }

  .bike1cards img {
    width: 235px;
  }
}
@media (min-width: 1051px) and (max-width: 1150px) {
  .bike1cards img {
    width: 200px;
  }
  .desktophiddenrevnitro {
    display: none;
  }
  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 21px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 54px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 42px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 6px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 32px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 90px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 38px;
    margin-top: 22px;
  }

  .bikereviewcontent {
    width: 190px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 12px;
    padding-left: 7px;
  }

  .carreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .riderreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}
@media (min-width: 1151px) and (max-width: 1250px) {
  .bike1cards img {
    width: 200px;
  }
  .desktophiddenrevnitro {
    display: none;
  }
  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 21px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 54px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 42px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 6px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 32px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 90px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 38px;
    margin-top: 22px;
  }

  .bikereviewcontent {
    width: 190px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 12px;
    padding-left: 7px;
  }

  .carreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .riderreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}

@media (min-width: 1251px) and (max-width: 1354px) {
  .bike1cards img {
    width: 200px;
  }
  .desktophiddenrevnitro {
    display: none;
  }
  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 21px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 54px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 42px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 6px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 32px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 90px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 38px;
    margin-top: 22px;
  }

  .bikereviewcontent {
    width: 190px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 12px;
    padding-left: 7px;
  }

  .carreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .riderreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .techincalreviewcards {
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 36px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}

@media (min-width: 1355px) {
  .desktophiddenrevnitro {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 29px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 66px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 47px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 2px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 32px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 116px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    /* padding-left: 8px; */
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    column-gap: 34px;
  }

  .bikereviewcontent {
    width: 280px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 17px;
    padding-left: 7px;
  }

  .carreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .riderreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .techincalreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}
@media (min-width: 1533px) {
  .desktophiddenrevnitro {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 29px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 66px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 47px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 2px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 52px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 150px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    /* padding-left: 8px; */
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    display: flex;
    justify-content: center;
    column-gap: 66px;
    margin-top: 25px;
  }

  .bikereviewcontent {
    width: 280px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 17px;
    padding-left: 7px;
  }

  .carreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 66px;
    margin-top: 25px;
  }

  .riderreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 66px;
    margin-top: 25px;
  }

  .techincalreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 66px;
    margin-top: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}
@media (min-width: 1700px) {
  .desktophiddenrevnitro {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 29px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 66px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 47px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 2px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 52px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 116px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    /* padding-left: 8px; */
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    column-gap: 34px;
  }

  .bikereviewcontent {
    width: 280px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 17px;
    padding-left: 7px;
  }

  .carreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .riderreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .techincalreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}
@media (min-width: 1917px) {
  .desktophiddenrevnitro {
    display: none;
  }

  .marginbottombikedeatisl12xsxs {
    display: none;
  }
  .marginbottombikedeatisl12csds {
    display: none;
  }
  .marginbottombikedeatisl12ssdds {
    display: none;
  }
  .marginbottombikedeatisl {
    border-bottom: 3px solid #f00;
    margin-left: 29px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12xsxs {
    border-bottom: 3px solid #f00;
    margin-left: 66px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12csds {
    border-bottom: 3px solid #f00;
    margin-left: 47px;
    margin-top: 7px;
  }

  .marginbottombikedeatisl12ssdds {
    border-bottom: 3px solid #f00;
    margin-left: 2px;
    margin-top: 7px;
  }
  .reviewmargintopsection {
    margin-top: 70px;
  }

  .reviewsectionrevnitrro {
    display: flex;
    justify-content: center;
    column-gap: 165px;
  }

  .reviewsectionrevnitrro .bikereviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .carreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }
  .reviewsectionrevnitrro .riderreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    /* padding-left: 8px; */
  }
  .reviewsectionrevnitrro .techinicalreviewsrreviewsection {
    font-family: "Poppins";
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
  }

  .marginbottomlinereview {
    border-bottom: 1px solid #ffffff;
    margin-left: 77px;
    margin-right: 77px;
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .readmore a {
    color: #ff0000;
    font-family: Poppins;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 7px;
  }

  .bikereviewcards {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    column-gap: 80px;
  }

  .bikereviewcontent {
    width: 280px;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 17px;
    padding-left: 7px;
  }

  .carreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 25px;
  }

  .riderreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 25px;
  }

  .techincalreviewcards {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 25px;
  }

  .carreviewcardsdisplaynone {
    display: none;
  }

  .riderreviewcardsdisplaynone {
    display: none;
  }

  .techinicalreviewdisplaynone {
    display: none;
  }
  .bikereviewcardsdsiplaynone {
    /* display: none; */
  }
}

/*--------------------------------------------Review Section----------------------------*/

/*--------------------------------------------Book Service Section----------------------------*/

@media (max-width: 360px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
    line-height: 33px;
    font-size: 28px;
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 2px;
    margin-right: -6px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 2px;
    margin-right: -6px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 2px;
    margin-right: -6px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 2px;
    margin-right: -6px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
@media (min-width: 551px) and (max-width: 650px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 2px;
    margin-right: -6px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}

@media (min-width: 651px) and (max-width: 750px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 14px;
    padding-right: -4px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: -2px;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}

@media (min-width: 750px) and (max-width: 900px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: baseline;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 14px;
    padding-right: -4px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: -2px;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 30px;
  }

  .bookservicesectionsrevnitro h2 {
    line-height: 33px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 14px;
    padding-right: -4px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: -2px;
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}

@media (min-width: 1200px) and (max-width: 1354px) {
  .videodivrightsection {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
  }

  .bookservicesectionsrevnitro h2 {
    font-size: 43px;
    color: #ffffff;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 25px;
    font-family: "Poppins";
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 65px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 14px;
    padding-right: -4px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 23px;
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 14px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: -2px;
    margin-right: -8px;
    margin-top: 3px;
    margin-bottom: 2px;
  }
}

@media (min-width: 1355px) {
  .desktophiddenrevnitro {
    display: none;
  }

  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 35px;
  }

  .bookservicesectionsrevnitro h2 {
    font-size: 54px;
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 65px;
  }

  .bookimageserviceflex div img {
    width: 85px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    font-size: 24px;
    text-decoration: none;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 13px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1533px) {
  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 74px;
    /* align-items: center; */
    margin-top: 35px;
  }

  .bookservicesectionsrevnitro h2 {
    font-size: 54px;
    color: #ffffff;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 65px;
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 85px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 24px;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 13px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1700px) {
  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    /* align-items: center; */
    margin-top: 35px;
  }

  .bookservicesectionsrevnitro h2 {
    font-size: 54px;
    color: #ffffff;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 65px;
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 110px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 85px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    font-size: 24px;
    text-decoration: none;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 13px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1919px) {
  .booksserviceconsultationsflex {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    /* align-items: center; */
    margin-top: 35px;
  }

  .bookservicesectionsrevnitro h2 {
    font-size: 54px;
    color: #ffffff;
    text-align: center;
    margin-top: 110px;
    margin-bottom: 65px;
  }

  /* .bookservicesectionsrevnitro h2:hover {
      font-size: 54px;
      text-align: center;
      margin-top: 90px;
      margin-bottom: 65px;
    } */

  .bookimageserviceflex div img {
    width: 85px;
  }

  .bookimageserviceflex {
    display: flex;
    align-items: center;
    /* border-bottom: 2px solid #766d6d; */
  }

  .BOOKINGSERVICEHEADINGS {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .BOOKINGSERVICEHEADINGS a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS :hover {
    text-decoration: none;
    font-size: 24px;
    /* color: yellow; */
  }
  .BOOKINGSERVICEHEADINGS a:hover {
    color: #f00;
    font-size: 24px;
    text-decoration: none;
  }

  /* #change {
      visibility: hidden;
    } */

  #containersssection:hover ~ #change {
    visibility: visible;
  }

  .icondivleftsection {
    /* width: 45%; */
  }

  .videodivrightsection {
    /* width: 56%; */
    margin-top: 0px;
  }

  .bookservicesectionmargin {
    border: 1px solid #766d6d;
    margin-left: 13px;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

/*--------------------------------------------Book Service Section----------------------------*/

/*--------------------------------------------DontJust Section----------------------------*/

@media (max-width: 600px) {
  .dontjustnamesection {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .dontjustnamesection h2 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 500;
    font-family: Poppins;
    text-align: center;
  }
  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    margin-right: 19px;
    margin-left: 10px;
    width: 94%;
    position: relative;
    margin-bottom: 50px;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    text-align: center;
    line-height: 27px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: 0px;
  }
  .wrapperzzzz i:last-child {
    right: 0px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((88% / 3) - 16px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 244px;
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 108px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
    margin-top: 20px;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 12px 0 5px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 13px;
    font-family: "Poppins";
    margin-top: 12px;
    /* padding-left: 10px; */
    padding: 5px;
    padding-left: 21px;
    padding-bottom: 7px;
  }

  @media screen and (max-width: 900px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }

  @media screen and (max-width: 600px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: 114%;
      margin-left: 47px;
      margin-right: -12px;
    }
  }
}

@media (min-width: 601px) and (max-width: 750px) {
  .dontjustnamesection {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .dontjustnamesection h2 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 500;
    font-family: Poppins;
    text-align: center;
  }
  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    margin-right: 19px;
    margin-left: 10px;
    width: 94%;
    position: relative;
    margin-bottom: 50px;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    text-align: center;
    line-height: 27px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: 0px;
  }
  .wrapperzzzz i:last-child {
    right: 0px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((88% / 3) - 16px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 244px;
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 108px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
    margin-top: 20px;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 12px 0 5px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 13px;
    font-family: "Poppins";
    margin-top: 12px;
    /* padding-left: 10px; */
    padding: 5px;
    padding-left: 21px;
    padding-bottom: 7px;
  }

  @media screen and (max-width: 900px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }

  @media screen and (max-width: 600px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: 114%;
      margin-left: 47px;
      margin-right: -12px;
    }
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .dontjustnamesection {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .dontjustnamesection h2 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 500;
    font-family: Poppins;
    text-align: center;
  }
  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    margin-right: 19px;
    margin-left: 10px;
    width: 94%;
    position: relative;
    margin-bottom: 50px;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    text-align: center;
    line-height: 27px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: 0px;
  }
  .wrapperzzzz i:last-child {
    right: 0px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((88% / 3) - 16px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 244px;
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 108px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
    margin-top: 20px;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 12px 0 5px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 13px;
    font-family: "Poppins";
    margin-top: 12px;
    /* padding-left: 10px; */
    padding: 5px;
    padding-left: 21px;
    padding-bottom: 7px;
  }

  @media screen and (max-width: 900px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }

  @media screen and (max-width: 600px) {
    .wrapperzzzz .carouselzzszzv {
      grid-auto-columns: 114%;
      margin-left: 47px;
      margin-right: -12px;
    }
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 3) - 38px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 311px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 27px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1354px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 3) - 38px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 311px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 27px;
    padding-right: 10px;
  }
}

@media (min-width: 1355px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 3) - 38px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 311px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 27px;
    padding-right: 10px;
  }
}
@media (min-width: 1534px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 4) - 55px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 298px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 28px;
    padding-right: 10px;
  }
}
@media (min-width: 1700px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 3) - 32px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 298px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 28px;
    padding-right: 10px;
  }
}
@media (min-width: 1919px) {
  .dontjustnamesection {
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .dontjustnamesection h2 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: -1px;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
  }
  .testiomanlalrevinitrosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testiomonalsectionrevnitro {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperzzzz {
    width: 100%;
    position: relative;
  }
  .wrapperzzzz i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapperzzzz i:active {
    transform: translateY(-50%) scale(0.85);
  }
  .wrapperzzzz i:first-child {
    left: -22px;
  }
  .wrapperzzzz i:last-child {
    right: -22px;
  }
  .wrapperzzzz .carouselzzszzv {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((122% / 5) - 62px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 7px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 39px;
    margin-right: 55px;
    margin-bottom: 100px;
  }
  .carouselzzszzv::-webkit-scrollbar {
    display: none;
  }
  .carouselzzszzv.no-transition {
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carouselzzszzv.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carouselzzszzv :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carouselzzszzv .card {
    width: 298px;
    scroll-snap-align: start;
    height: 375px;
    list-style: none;
    background: #000000;
    cursor: pointer;
    padding-bottom: 0px;
    flex-direction: column;
    border-radius: 8px;
    border: 2px solid white;
  }
  .carouselzzszzv .card .img {
    width: 100px;
  }
  .card .img img {
    width: 137px;
    height: auto;
    border: 2px solid white;
    border-radius: 50%;
  }
  .carouselzzszzv .card h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 12px 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 19px;
  }
  .carouselzzszzv .card span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 13px;
    padding: 5px;
    padding-left: 28px;
    padding-right: 10px;
  }
}

/*--------------------------------------------DontJust Section----------------------------*/

/*--------------------------------------------Gradeint Section----------------------------*/

@media (max-width: 600px) {
  .gardeientsectionmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: self-end;
  }

  .fromtheworld {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
    margin-top: 22px;
    line-height: 2px;
  }

  .drivenbypassion {
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;
    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
    height: 77px;
    margin-top: 42px;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .gardeientsectionmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .gardeientsectionmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .gardeientsectionmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 1201px) {
  .gardeientsectionmain {
    padding-left: 40px;
    padding-right: 50px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}

@media (min-width: 1355px) {
  .gardeientsectionmain {
    padding-left: 40px;
    padding-right: 50px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 1533px) {
  .gardeientsectionmain {
    padding-left: 40px;
    padding-right: 50px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 1700px) {
  .gardeientsectionmain {
    padding-left: 40px;
    padding-right: 50px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@media (min-width: 1917px) {
  .gardeientsectionmain {
    padding-left: 40px;
    padding-right: 50px;
  }

  .gradientflexsection {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  }

  .fromtheworld {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Poppins;
  }

  .drivenbypassion {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    font-weight: 600;
  }

  .gardeientsectionmain {
    background: linear-gradient(300deg, #2200ff, #ff0000);
    background-size: 200% 200%;

    -webkit-animation: gardeientsectionmain 5s ease infinite;
    -moz-animation: gardeientsectionmain 5s ease infinite;
    animation: gardeientsectionmain 5s ease infinite;
  }

  @-webkit-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gardeientsectionmain {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}

/*--------------------------------------------Gradeint Section----------------------------*/

/*--------------------------------------------indianame Section----------------------------*/
@media (max-width: 600px) {
  .indiansectionname h1 {
    font-size: 28px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 18px;
    line-height: 42px;
    margin-bottom: 3px;
  }

  .indiansectionname h3 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    margin-top: 22px;
    padding-left: 33px;
    padding-right: 33px;
    margin-bottom: 15px;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .indiansectionname h1 {
    font-size: 36px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }

  .indiansectionname h3 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 14px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 22px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .indiansectionname h1 {
    font-size: 36px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }

  .indiansectionname h3 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 14px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 22px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .indiansectionname h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1201px) {
  .indiansectionname h2 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1355px) {
  .indiansectionname h2 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1533px) {
  .indiansectionname h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1700px) {
  .indiansectionname h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1917px) {
  .indiansectionname h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
  }

  .indiansectionname h3 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #dddddd;
  }

  .indiansectionname h6 {
    font-size: 18px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

/*--------------------------------------------indianame Section----------------------------*/

/*--------------------------------------------Youtube Video Section----------------------------*/

@media (max-width: 600px) {
  .yotubevideofirst h1 {
    font-family: "Poppins";
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 0px;
    line-height: 42px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 19px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    margin-top: 7px;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    margin-top: 20px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-bottom: 0px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    padding-bottom: 44px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
  }

  .yotubevideosiframe iframe {
    width: 280px;
    height: 152px;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .yotubevideofirst h1 {
    font-size: 47px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 13px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 19px;
    margin-top: 20px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    padding-bottom: 44px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
  }

  .yotubevideosiframe iframe {
    width: 280px;
    height: 152px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .yotubevideofirst h1 {
    font-size: 47px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 13px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 19px;
    margin-top: 20px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    padding-bottom: 44px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
  }

  .yotubevideosiframe iframe {
    width: 280px;
    height: 152px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}

@media (min-width: 1200px) and (max-width: 1354px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}
@media (min-width: 1199px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}
@media (min-width: 1355px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 544px;
    height: 304px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 544px;
    height: 304px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}

@media (min-width: 1534px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 53px;
    row-gap: 53px;
    padding-bottom: 100px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 53px;
    row-gap: 53px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 616px;
    height: 325px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 616px;
    height: 325px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}
@media (min-width: 1915px) {
  .yotubevideofirst h1 {
    font-size: 90px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }

  .yotubevideoSECOND h3 {
    color: #f00;
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .toggleswitchFlexbox {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 21px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switchforRevnito input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .sliderreee {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sliderreee:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  input + .sliderreee {
    background-color: #2200ff;
  }

  input:checked + .sliderreee {
    background-color: #f00;
  }

  input:focus + .sliderreee {
    box-shadow: 0 0 1px #2196f3;
  }

  input:checked + .sliderreee:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliderreees */
  .sliderreee.round {
    border-radius: 34px;
  }

  .sliderreee.round:before {
    border-radius: 50%;
  }

  .bikedisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 105px;
    row-gap: 75px;
  }

  .cardisplayflexrevnito {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 105px;
    row-gap: 75px;
  }

  .bikedisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 700px;
    height: 425px;
  }

  .cardisplayflexrevnito iframe {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 700px;
    height: 425px;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}

/*--------------------------------------------Youtube Video Section----------------------------*/

/*------------------------------------------------------Forms-------------------------------*/

@media (max-width: 360px) {
  .formsLogoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .firstsectionformscarpurchased h1 {
    text-align: center;
    font-size: 21px;
    font-family: "Poppins";
    margin-top: 25px;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .carpurchaseform form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputboxforcarpurchase input {
    width: 271px;
    height: 36px;
    border: 2px solid #ced2de;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 17px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .inputboxforcarpurchase input::placeholder {
    font-size: 18px;
    color: #7d868d;
    font-family: "Poppins";
  }
  .textareacontentsform label {
    text-align: center;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
    display: flex;
  }

  .textareacontentsform {
    margin-top: 33px;
    /* padding-left: 20px; */
  }

  .textatreaadressform textarea {
    width: 269px;
    height: 90px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .textareacarconsiltationform {
    display: flex;
    justify-content: center;
  }

  .textareacarconsiltationform textarea {
    width: 283px;
    height: 95px;
    border: 2px solid #ced2de;
    border-radius: 10px;
    margin-top: 26px;
    color: #7d868d;
    padding: 5px;
    font-size: 16px;
    font-family: "Poppins";
  }

  .callschdeuleforrevnito h2 {
    text-align: center;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 5px;
  }

  .dropdwoninputforrevnbitrto select {
    width: 288px;
    height: 43px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 17px;
    color: #7d868d;
    padding-left: 9px;
    font-family: "Poppins";
  }

  .whatdoyuwanttobuy {
    text-align: center;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 14px;
  }

  .carspurchasebuuttonss button {
    text-align: center;
    width: 131px;
    font-size: 18px;
    margin-top: 28px;
    height: 35px;
    background: #4b39ef;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    border-radius: 5px;
    margin-bottom: 50px;
  }
  .formforrevnitro {
    display: flex;
    justify-content: center;
    column-gap: 3px;
    margin-left: -93px;
  }

  .formrevnitroround h3 {
    font-size: 15px;
    justify-content: space-between;
    font-family: "Poppins";
    font-weight: 500;
  }

  .bikeserviceformpage h3 {
    font-size: 18px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 29px;
    margin-bottom: 5px;
  }

  .bikeserviceformpage textarea {
    width: 283px;
    height: 114px;
    border: 2px solid #ced2de;
    margin-top: 19px;
    border-radius: 5px;
  }

  .disclaimer {
    font-size: 13px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
    color: grey;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 361px) and (max-width: 1060px) {
  .formsLogoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .firstsectionformscarpurchased h1 {
    text-align: center;
    font-size: 21px;
    font-family: "Poppins";
    margin-top: 25px;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .carpurchaseform form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputboxforcarpurchase input {
    width: 271px;
    height: 36px;
    border: 2px solid #ced2de;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 17px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .inputboxforcarpurchase input::placeholder {
    font-size: 18px;
    color: #7d868d;
    font-family: "Poppins";
  }
  .textareacontentsform label {
    text-align: center;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
    display: flex;
  }

  .textareacontentsform {
    margin-top: 33px;
    /* padding-left: 20px; */
  }

  .textatreaadressform textarea {
    width: 269px;
    height: 90px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .textareacarconsiltationform {
    display: flex;
    justify-content: center;
  }

  .textareacarconsiltationform textarea {
    width: 283px;
    height: 95px;
    border: 2px solid #ced2de;
    border-radius: 10px;
    margin-top: 26px;
    color: #7d868d;
    padding: 5px;
    font-size: 16px;
    font-family: "Poppins";
  }

  .callschdeuleforrevnito h2 {
    text-align: center;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 5px;
  }

  .dropdwoninputforrevnbitrto select {
    width: 288px;
    height: 43px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 17px;
    color: #7d868d;
    padding-left: 9px;
    font-family: "Poppins";
  }

  .whatdoyuwanttobuy {
    text-align: center;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 14px;
  }

  .carspurchasebuuttonss button {
    text-align: center;
    width: 131px;
    font-size: 18px;
    margin-top: 28px;
    height: 35px;
    background: #4b39ef;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    border-radius: 5px;
    margin-bottom: 50px;
  }
  .formforrevnitro {
    display: flex;
    justify-content: center;
    column-gap: 3px;
    margin-left: -93px;
  }

  .formrevnitroround h3 {
    font-size: 15px;
    justify-content: space-between;
    font-family: "Poppins";
    font-weight: 500;
  }

  .bikeserviceformpage h3 {
    font-size: 18px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 29px;
    margin-bottom: 5px;
  }

  .bikeserviceformpage textarea {
    width: 283px;
    height: 114px;
    border: 2px solid #ced2de;
    margin-top: 19px;
    border-radius: 5px;
  }

  .disclaimer {
    font-size: 13px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
    color: grey;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1199px) {
  .formsLogoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .firstsectionformscarpurchased h1 {
    text-align: center;
    font-size: 47px;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .carpurchaseform form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputboxforcarpurchase input {
    width: 435px;
    height: 48px;
    border: 2px solid #ced2de;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .inputboxforcarpurchase input::placeholder {
    font-size: 18px;
    color: #7d868d;
    font-family: "Poppins";
  }
  .textareacontentsform label {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
  }

  .textareacontentsform {
    margin-top: 60px;
  }

  .textatreaadressform textarea {
    width: 433px;
    height: 125px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .textareacarconsiltationform {
    display: flex;
    justify-content: center;
  }

  .textareacarconsiltationform textarea {
    width: 800px;
    height: 200px;
    border: 2px solid #ced2de;
    border-radius: 10px;
    margin-top: 60px;
  }

  .callschdeuleforrevnito h2 {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-top: 65px;
  }

  .dropdwoninputforrevnbitrto select {
    width: 455px;
    height: 51px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .whatdoyuwanttobuy {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0px;
  }

  .carspurchasebuuttonss button {
    width: 250px;
    font-size: 24px;
    margin-top: 45px;
    height: 46px;
    background: #4b39ef;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .formforrevnitro {
    display: flex;
    justify-content: center;
    column-gap: 7px;
    margin-left: -208px;
  }

  .formrevnitroround h3 {
    font-size: 20px;
    justify-content: space-between;
    font-family: "Poppins";
  }

  .bikeserviceformpage h3 {
    font-size: 30px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .bikeserviceformpage textarea {
    width: 720px;
    height: 169px;
    border: 2px solid #ced2de;
    margin-top: 20px;
  }

  .disclaimer {
    font-size: 23px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 56px;
    margin-bottom: 5px;
    color: grey;
  }
}

@media (min-width: 1350px) {
  .formsLogoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .firstsectionformscarpurchased h1 {
    text-align: center;
    font-size: 47px;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .carpurchaseform form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputboxforcarpurchase input {
    width: 435px;
    height: 48px;
    border: 2px solid #ced2de;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .inputboxforcarpurchase input::placeholder {
    font-size: 18px;
    color: #7d868d;
    font-family: "Poppins";
  }
  .textareacontentsform label {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
  }

  .textareacontentsform {
    margin-top: 60px;
  }

  .textatreaadressform textarea {
    width: 433px;
    height: 125px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .textareacarconsiltationform {
    display: flex;
    justify-content: center;
  }

  .textareacarconsiltationform textarea {
    width: 800px;
    height: 200px;
    border: 2px solid #ced2de;
    border-radius: 10px;
    margin-top: 60px;
    color: #7d868d;
    padding: 16px;
    font-size: 20px;
  }

  .callschdeuleforrevnito h2 {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-top: 65px;
  }

  .dropdwoninputforrevnbitrto select {
    width: 455px;
    height: 51px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .whatdoyuwanttobuy {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 30px;
  }

  .carspurchasebuuttonss button {
    width: 250px;
    font-size: 24px;
    margin-top: 45px;
    height: 46px;
    background: #4b39ef;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .formforrevnitro {
    display: flex;
    justify-content: center;
    column-gap: 7px;
    margin-left: -130px;
  }

  .formrevnitroround h3 {
    font-size: 20px;
    justify-content: space-between;
    font-family: "Poppins";
  }

  .bikeserviceformpage h3 {
    font-size: 30px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .bikeserviceformpage textarea {
    width: 720px;
    height: 169px;
    border: 2px solid #ced2de;
    margin-top: 20px;
  }

  .disclaimer {
    font-size: 23px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 56px;
    margin-bottom: 5px;
    color: grey;
  }
}

@media (min-width: 1532px) {
  .formsLogoflex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .firstsectionformscarpurchased h1 {
    text-align: center;
    font-size: 47px;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .carpurchaseform form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputboxforcarpurchase input {
    width: 435px;
    height: 48px;
    border: 2px solid #ced2de;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .inputboxforcarpurchase input::placeholder {
    font-size: 18px;
    color: #7d868d;
    font-family: "Poppins";
  }
  .textareacontentsform label {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
  }

  .textareacontentsform {
    margin-top: 60px;
  }

  .textatreaadressform textarea {
    width: 433px;
    height: 125px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .textareacarconsiltationform {
    display: flex;
    justify-content: center;
  }

  .textareacarconsiltationform textarea {
    width: 800px;
    height: 200px;
    border: 2px solid #ced2de;
    border-radius: 10px;
    margin-top: 60px;
  }

  .callschdeuleforrevnito h2 {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-top: 65px;
  }

  .dropdwoninputforrevnbitrto select {
    width: 455px;
    height: 51px;
    border: 2px solid #ced2de;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: #7d868d;
    padding-left: 15px;
    font-family: "Poppins";
  }

  .whatdoyuwanttobuy {
    text-align: center;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0px;
  }

  .carspurchasebuuttonss button {
    width: 250px;
    font-size: 24px;
    margin-top: 45px;
    height: 46px;
    background: #4b39ef;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .formforrevnitro {
    display: flex;
    justify-content: center;
    column-gap: 7px;
    margin-left: -135px;
  }

  .formrevnitroround h3 {
    font-size: 20px;
    justify-content: space-between;
    font-family: "Poppins";
  }

  .bikeserviceformpage h3 {
    font-size: 30px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .bikeserviceformpage textarea {
    width: 720px;
    height: 169px;
    border: 2px solid #ced2de;
    margin-top: 20px;
  }

  .disclaimer {
    font-size: 23px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 56px;
    margin-bottom: 5px;
    color: grey;
  }
}

/*------------------------------------------------------Forms-------------------------------*/

/*-----------------------------------------------------footer----------------------------------------*/

.footerMragintop h1 {
  border-bottom: 1px solid #766d6d;
  margin-left: 90px;
  margin-right: 90px;
}

@media (max-width: 575.98px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: center;
    color: #ffffff;
    gap: 47px;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersss {
    background-color: #000000;
    padding: 0px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 4px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
    font-size: 13px;
  }
  .footercontents {
    /* margin-top: 13px; */
    font-weight: 500;
  }
  .footercontents a {
    color: #ffffff;
    background: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 28px;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
    margin-top: 0px;
    display: none;
  }

  .copyrightsflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 div img {
    width: 68.76px;
    height: 33.68px;

    padding: 0px, 0px, 0px, 0px;
  }
  .footercontents {
    margin-top: -7px;
    font-weight: 500;
  }

  .copyrightsflex span {
    color: #ffffff;
    font-size: 4px;
  }
  .copyrightssection .copyrightsflex img {
    width: 3.92px;
    height: 4.09px;
  }
  /*--------------------------------Footer Section ----------------------*/
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: center;
    gap: 35px;
    color: #ffffff;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersection1 img {
    width: 120px;
  }

  .footersss {
    background-color: #000000;
    padding: 30px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
    font-size: 18px;
  }
  .footercontents {
    margin-top: 3px;
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
    font-size: 14px;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
  }

  .copyrightsflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }
  .copyrightsflex span {
    font-size: 10px;
  }
  .copyrightsflex img {
    width: 13px;
  }

  /*--------------------------------Footer Section ----------------------*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: center;
    color: #ffffff;
    gap: 75px;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersss {
    background-color: #000000;
    padding: 30px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
    font-size: 17px;
  }
  .footercontents {
    margin-top: 13px;
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
    font-size: 13px;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
  }

  .copyrightsflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .copyrightsflex span {
    font-size: 12px;
  }

  .copyrightsflex img {
    width: 13px;
  }

  /*--------------------------------Footer Section ----------------------*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: space-around;
    color: #ffffff;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersss {
    background-color: #000000;
    padding: 30px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
  }
  .footercontents {
    margin-top: 13px;
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
  }

  .copyrightsflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  /*--------------------------------Footer Section ----------------------*/
}

@media (min-width: 1200px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: center;
    column-gap: 215px;
    color: #ffffff;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersss {
    background-color: #000000;
    padding: 30px;
    padding-bottom: 30px;
    padding-top: 100px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
  }
  .footercontents {
    margin-top: 13px;
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
  }

  .copyrightsflex {
    margin-top: 1px;
  }
  .copyrightsflex img {
    width: 10px;
  }
  .copyrightsflex span {
    color: #ffffff;
    font-size: 12px;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .copyrightssection {
    display: flex;
    justify-content: center;
    gap: 500px;
  }
  /*--------------------------------Footer Section ----------------------*/
}

@media (min-width: 1440px) {
  /*--------------------------------Footer Section ----------------------------*/

  .revnitroFooter {
    display: flex;
    justify-content: space-evenly;
    color: #ffffff;
  }

  .footersection1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
  }

  .footersss {
    background-color: #000000;
    padding: 30px;
    padding-bottom: 40px;
  }

  .headingdiv {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 580;
  }
  .headingdiv a {
    color: #ffffff;
    background: none;
  }
  .footercontents {
    margin-top: 13px;
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
  }

  .copyrightsflex {
    margin-top: 1px;
  }
  .copyrightsflex img {
    width: 10px;
  }
  .copyrightsflex span {
    color: #ffffff;
    font-size: 12px;
  }
  .headingdiv a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .copyrightssection {
    display: flex;
    justify-content: center;
    gap: 500px;
  }
  /*--------------------------------Footer Section ----------------------*/
}

/*------------------------------------------------------footer-------------------------------*/

@media (max-width: 600px) {
  /* .mobileversionfornrentriflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
  } */

  .containermobiileversionforcards {
    position: relative;
    width: 80%;
  }

  .imagesdasansns {
    display: block;
    width: 100%;
    height: auto;
  }

  .racingggsssbutton a {
    text-decoration: none;
    color: #fff;
  }

  .overlaysadsddsdsd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .containermobiileversionforcards:hover .overlaysadsddsdsd {
    opacity: 1;
  }

  .textsadsddsddsd {
    font-family: "Poppins";
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .racingggsssbutton {
    width: 175px;
    height: 30px;
    background-color: transparent;
    border: 2px solid blue;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
  }

  .nameofthecupname {
    font-size: 20px;
  }
}
@media (min-width: 1358px) {
}

@media (min-width: 1536px) {
  .revnitroteamssszz {
    display: none;
  }
}

@media (min-width: 1700px) {
  .revnitroteamssszz {
    display: none;
  }
}

@media (min-width: 1920px) {
  .revnitroteamssszz {
    display: none;
  }
}

@media (max-width: 600px) {
  .mobilehidden {
    display: none;
  }
}

/*--------------------------------------------Image Section----------------------------*/
.mobileversionfornrentriflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.containermobiileversionforcards {
  position: relative;
  width: 80%;
}

.imagesdasansns {
  display: block;
  width: 100%;
  height: auto;
}

.racingggsssbutton a {
  text-decoration: none;
  color: #fff;
}

.overlaysadsddsdsd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.9);
}

.containermobiileversionforcards:hover .overlaysadsddsdsd {
  opacity: 1;
}

.textsadsddsddsd {
  font-family: "Poppins";
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.racingggsssbutton {
  width: 175px;
  height: 30px;
  background-color: transparent;
  border: 2px solid blue;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
}

.nameofthecupname {
  font-size: 20px;
}
/*----------------------------------------------MEDAI--------------------------------------*/

@media (max-width: 360px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: auto;
  }
  .accordion ul:hover li a * {
    opacity: 0;
  }
  .accordion ul:hover li:hover {
    width: auto;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
      display: none;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 361px) and (max-width: 400px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: auto;
  }
  .accordion ul:hover li a * {
    opacity: 0;
  }
  .accordion ul:hover li:hover {
    width: auto;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
      display: none;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 401px) and (max-width: 450px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: auto;
  }
  .accordion ul:hover li a * {
    opacity: 0;
  }
  .accordion ul:hover li:hover {
    width: auto;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
      display: none;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 451px) and (max-width: 550px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: auto;
  }
  .accordion ul:hover li a * {
    opacity: 0;
  }
  .accordion ul:hover li:hover {
    width: auto;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
      display: none;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 551px) and (max-width: 650px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: auto;
  }
  .accordion ul:hover li a * {
    opacity: 0;
  }
  .accordion ul:hover li:hover {
    width: auto;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
      display: none;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}
@media (min-width: 651px) and (max-width: 799px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 800px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 1000px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

@media (min-width: 1355px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}
@media (min-width: 1470px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 11% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}
@media (min-width: 1700px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 13% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}
@media (min-width: 1917px) {
  .accordion {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .accordion ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
    font-weight: 550;
  }
  .accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
  }
  .accordion ul li:nth-child(1) {
    background-image: url("./images/Artboard1.webp");
  }
  .accordion ul li:nth-child(2) {
    background-image: url("./images/Artboard2.webp");
  }
  .accordion ul li:nth-child(3) {
    background-image: url("./images/Artboard3.webp");
  }
  .accordion ul li:nth-child(4) {
    background-image: url("./images/Artboard4.webp");
  }
  .accordion ul li:nth-child(5) {
    background-image: url("./images/Artboard5.webp");
  }

  .accordion ul:hover li,
  .accordion ul:focus-within li {
    width: 8%;
  }
  .accordion ul li:focus {
    outline: none;
  }
  .accordion ul:hover li:hover,
  .accordion ul li:focus,
  .accordion ul:focus-within li:focus {
    width: 60%;
  }
  .accordion ul:hover li:hover a,
  .accordion ul li:focus a,
  .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
  }
  .accordion ul:hover li:hover a *,
  .accordion ul li:focus a *,
  .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .accordion ul:hover li {
    width: 8% !important;
  }
  .accordion ul:hover li a * {
    opacity: 0 !important;
  }
  .accordion ul:hover li:hover {
    width: 8% !important;
  }
  .accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.7);
  }
  .accordion ul:hover li:hover a * {
    text-align: center;
    opacity: 1 !important;
    padding-left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
    .accordion {
      height: auto;
    }
    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }
  .about {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .about a {
    color: blue;
    text-decoration: none;
  }
  .about a:hover {
    text-decoration: underline;
  }

  .revnitrobuttonimage {
    background-color: #000000;
    color: #ffffff;
    padding-left: 0px;
  }

  .accordion ul li div a button {
    width: 180px;
    height: 40px;
    border: none;
    border: 2px solid blue;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .accordortionpaddingtop {
    padding-top: 100px;
  }
}

/*--------------------------------------------Image Section----------------------------*/

.shadow-effect {
  background: #000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: #fff;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #2200ff;
  padding: 9px 35px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 11px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ff0000;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 75px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  display: inline-block;
  height: 18px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 18px;
  border-radius: 50%;
}

@media (max-width: 900px) {
  #customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 11px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
  #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff0000;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
  }
  #customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    display: inline-block;
    height: 18px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 18px;
    border-radius: 50%;
  }
}

.hgfhsbgvdgdhgsihg {
  margin-top: 10px;
  margin-bottom: 10px;
}

.owl-carousel .owl-item img {
  border-radius: 50%;
}

#carouselExampleIndicators {
  height: auto !important;
}

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Videodivbatcave {
  position: relative;
  width: 100%;
}

.videoBatcavmainwidth {
  width: 100%;
  height: 100%;
}

.videoabosluyueugfd {
  position: absolute;
  top: 300px;
  width: 100%;
}

.minareleuifhi {
  position: relative;
}

html,
.ReplceBodfyDIV {
  width: 100%;
  margin: 0 auto;
  background-color: #1c1c1c;
}
html #background,
.ReplceBodfyDIV #background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(polina.jpg) no-repeat;*/
  background-size: cover;
  overflow: hidden;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
html .main,
.ReplceBodfyDIV .main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}
html .main #content,
.ReplceBodfyDIV .main #content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 24px;
  height: 100%;
  position: relative;
  text-align: center;
  top: 0;
}
html .main #content .title,
.ReplceBodfyDIV .main #content .title {
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
html .main #content .title span,
.ReplceBodfyDIV .main #content .title span {
  font-size: 4rem;
  cursor: pointer;
}
html .main #content .title:hover,
.ReplceBodfyDIV .main #content .title:hover {
  -webkit-animation: MISSION-HOVER 1.5s infinite;
  -moz-animation: MISSION-HOVER 1.5s infinite;
  -o-animation: MISSION-HOVER 1.5s infinite;
  animation: MISSION-HOVER 1.5s infinite;
  animation-direction: alternate;
  animation-timing-function: ease;
}
@-webkit-keyframes MISSION-HOVER {
  0%,
  100% {
    font-size: 4rem;
    color: white;
  }
  50% {
    color: #bffcff;
    letter-spacing: 5px;
    text-shadow: 0px 0px 30px rgba(191, 252, 255, 1);
  }
}
html .main #content p,
.ReplceBodfyDIV .main #content p {
  color: #e6dbae;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}
html .main #content p:last-child,
.ReplceBodfyDIV .main #content p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 3em auto;
  padding: 0;
  letter-spacing: 0.1rem;
}
html .main #content p:last-child > a,
.ReplceBodfyDIV .main #content p:last-child > a {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
html .main #content p:last-child > a:hover,
.ReplceBodfyDIV .main #content p:last-child > a:hover {
  color: #fff;
}
html .main #content section,
.ReplceBodfyDIV .main #content section {
  color: #fff;
  margin: 0 auto;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
}
html .main #content section ul,
.ReplceBodfyDIV .main #content section ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}
html .main #content section ul li,
.ReplceBodfyDIV .main #content section ul li {
  display: inline-block;
  margin-right: 2rem;
  width: 6rem;
}
html .main #content section .timenumbers,
.ReplceBodfyDIV .main #content section .timenumbers {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 auto;
  text-align: center;
}
html .main #content section p.timedescription,
.ReplceBodfyDIV .main #content section p.timedescription {
  font-size: 0.5rem;
  font-variant: small-caps;
  line-height: 1.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 0px;
}

@media (max-width: 1000px) {
  @import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .Videodivbatcave {
    position: relative;
    width: 100%;
  }

  .videoBatcavmainwidth {
    width: 100%;
    height: 100%;
  }

  .videoabosluyueugfd {
    position: absolute;
    top: 50px;
    width: 100%;
  }

  .minareleuifhi {
    position: relative;
  }

  html,
  .ReplceBodfyDIV {
    width: 100%;
    margin: 0 auto;
    background-color: #1c1c1c;
  }
  html #background,
  .ReplceBodfyDIV #background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover;
    overflow: hidden;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  html .main,
  .ReplceBodfyDIV .main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
  }
  html .main #content,
  .ReplceBodfyDIV .main #content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 24px;
    height: 100%;
    position: relative;
    text-align: center;
    top: 0;
  }
  html .main #content .title,
  .ReplceBodfyDIV .main #content .title {
    color: white;
    font-family: "Quicksand", sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  html .main #content .title span,
  .ReplceBodfyDIV .main #content .title span {
    font-size: 40px;
    cursor: pointer;
  }
  html .main #content .title:hover,
  .ReplceBodfyDIV .main #content .title:hover {
    -webkit-animation: MISSION-HOVER 1.5s infinite;
    -moz-animation: MISSION-HOVER 1.5s infinite;
    -o-animation: MISSION-HOVER 1.5s infinite;
    animation: MISSION-HOVER 1.5s infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
  }
  @-webkit-keyframes MISSION-HOVER {
    0%,
    100% {
      font-size: 4rem;
      color: white;
    }
    50% {
      color: #bffcff;
      letter-spacing: 5px;
      text-shadow: 0px 0px 30px rgba(191, 252, 255, 1);
    }
  }
  html .main #content p,
  .ReplceBodfyDIV .main #content p {
    color: #e6dbae;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
  }
  html .main #content p:last-child,
  .ReplceBodfyDIV .main #content p:last-child {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 3em auto;
    padding: 0;
    letter-spacing: 0.1rem;
  }
  html .main #content p:last-child > a,
  .ReplceBodfyDIV .main #content p:last-child > a {
    text-decoration: none;
    color: inherit;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  html .main #content p:last-child > a:hover,
  .ReplceBodfyDIV .main #content p:last-child > a:hover {
    color: #fff;
  }
  html .main #content section,
  .ReplceBodfyDIV .main #content section {
    color: #fff;
    margin: 0 auto;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 30px;
  }
  html .main #content section ul,
  .ReplceBodfyDIV .main #content section ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
  }
  html .main #content section ul li,
  .ReplceBodfyDIV .main #content section ul li {
    display: inline-block;
    margin-right: 2rem;
    width: 6rem;
  }
  html .main #content section .timenumbers,
  .ReplceBodfyDIV .main #content section .timenumbers {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
  }
  html .main #content section p.timedescription,
  .ReplceBodfyDIV .main #content section p.timedescription {
    font-size: 0.5rem;
    font-variant: small-caps;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
  }
  .videoBatcavmainwidth {
    height: 500px;
  }
}

.Batcguyydfusghfdvgd {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin-top: 30px;
}

.sddsdBatcguyydfusghfdvgd {
  width: 100%;
  display: flex;
  justify-content: center;
}

.WidthBatcavenretexuysgfhfb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Batcavenretexuysgfhfb {
  margin-top: 20px;
  width: 938px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.Batcavecontenetsbs {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .Batcguyydfusghfdvgd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 42px;
    margin-top: 15px;
  }

  .sddsdBatcguyydfusghfdvgd {
    width: auto;
    display: flex;
    justify-content: left;
    margin-left: 30px;
  }

  .WidthBatcavenretexuysgfhfb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .Batcavenretexuysgfhfb {
    margin-top: 20px;
    width: 100%;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .Batcavecontenetsbs {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    text-align: left;
    color: #ffffff;
  }
}

.videooftehbackcher {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.batcfgsf2323h23 {
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0;
}

.bactcvwe222we {
  width: 1200px;
}
.bartcvst32424 {
  width: 1200px;
}
.joinbatcabsdv44 {
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}

.batcavfec23 {
  width: 600px;
}
.batcavfec231 {
  width: 600px;
}
.batcavemaintexts {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #a4a4a4;
  margin-top: 30px;
}

.membershipplans {
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
}

.batcabceflexdi23 {
  display: flex;
  margin-top: 45px;
}

.bikehuwee34342 {
  height: 146px;
}

.weofferthedatattsa {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #a4a4a4;
  margin-top: 10px;
}
.weofferthedatattsa1 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #a4a4a4;
  margin-top: 10px;
}
.buttonofthebatvs {
  background-color: #f00;
  border-radius: 5px;
  border: none;
  width: 240px;
  height: 44px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 1300px) {
  .batcfgsf2323h23 {
    display: flex;
    justify-content: center;
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bactcvwe222we {
    width: 100%;
    margin-left: 30px;
    margin-right: 24px;
  }
  .bartcvst32424 {
    width: 100%;
  }
  .joinbatcabsdv44 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
  }

  .dddd5346364346 {
    display: flex;
    justify-content: center;
  }
  .videooftehbackcher {
    margin-top: 35px;
  }

  .batcavfec23 {
    width: 100%;
  }
  .batcavfec231 {
    width: 100%;
  }
  .batcavemaintexts {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #a4a4a4;
    margin-top: 12px;
  }

  .membershipplans {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-top: 12px;
    text-align: center;
  }

  .batcabceflexdi23 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    row-gap: 25px;
  }

  .bikehuwee34342 {
    height: auto;
  }

  .weofferthedatattsa {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #a4a4a4;
    margin-top: 10px;
  }
  .weofferthedatattsa1 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #a4a4a4;
    margin-top: 10px;
  }
  .buttonofthebatvs {
    background-color: #f00;
    border: none;
    width: 240px;
    height: 44px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }

  .b2b3bh3h324 {
    display: flex;
    justify-content: center;
  }
}

.grow_skew_forward {
  background: #f00;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  border: none;
  width: 240px;
  height: 44px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 30px;
}
.grow_skew_forward:hover {
  color: white;
}
.grow_skew_forward::after {
  content: "";
  background: #007aff;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  border: none;
}

.grow_skew_forward[class^="grow"]::after {
  transition: all 0.3s ease;
}
.grow_skew_forward[class^="grow"]:hover::after {
  transition: all 0.3s ease-out;
}
.grow_skew_forward.grow_box::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0);
}

.grow_skew_forward.grow_skew_forward::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.grow_skew_forward.grow_skew_forward:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}

@media (max-width: 1300px) {
  .grow_skew_forward {
    background: #f00;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    width: auto;
    height: 39px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grow_skew_forward:hover {
    color: white;
  }
  .grow_skew_forward::after {
    content: "";
    background: #007aff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    border: none;
  }

  .grow_skew_forward[class^="grow"]::after {
    transition: all 0.3s ease;
  }
  .grow_skew_forward[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
  }
  .grow_skew_forward.grow_box::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
  }

  .grow_skew_forward.grow_skew_forward::after {
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
  }
  .grow_skew_forward.grow_skew_forward:hover::after {
    transform: skewX(-45deg) scale(1, 1);
  }

  .ggh2h34h3h23 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .hgfhsbgvdgdhgsihg {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
