@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

/*--------------------------------------------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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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: 1474px) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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) {
  .mobileversionfornrentriflex {
    display: none;
  }
  .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----------------------------*/

/*------------------------------------------------------Team-------------------------------*/

@media (max-width: 600px) {
  .movinglogposss h2 {
    font-size: 36px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 40px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 201px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 20px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 27px;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 71px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamsss {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 16px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-right: 0px;
    padding: 15px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 12px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.1;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 36px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 15px;
      padding-top: 0px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    padding-left: 25px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 87%;
    color: #ffffff;
    font-size: 12px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 14px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 7px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamssszz p {
    top: 160px;
    /* padding-left: 15px; */
    padding: 10px;
    padding-left: 15px;
    font-size: 48px;
    color: #f00;
  }
  .revnitroteamssszz h2 {
    padding: 0px;
    padding-left: 17px;
    padding-right: 10px;
    font-size: 14px;
    color: #ffffff;
    width: 1005;
  }

  .revnitroteamssszz button {
    width: 108px;
    height: 37px;
    border: 3px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    margin-left: 17px;
    margin-top: 10px;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamsss {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 16px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-right: 0px;
    padding: 15px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 12px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.1;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 36px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 15px;
      padding-top: 0px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    padding-left: 25px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 87%;
    color: #ffffff;
    font-size: 12px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 14px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 7px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamssszz p {
    top: 160px;
    /* padding-left: 15px; */
    padding: 10px;
    padding-left: 15px;
    font-size: 48px;
    color: #f00;
  }
  .revnitroteamssszz h2 {
    padding: 0px;
    padding-left: 17px;
    padding-right: 10px;
    font-size: 14px;
    color: #ffffff;
    width: 1005;
  }

  .revnitroteamssszz button {
    width: 108px;
    height: 37px;
    border: 3px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    margin-left: 17px;
    margin-top: 10px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamsss {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 16px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-right: 0px;
    padding: 15px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 12px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 14px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 0px;
    padding: 15px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.1;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 36px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 15px;
      padding-top: 0px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    padding-left: 25px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 87%;
    color: #ffffff;
    font-size: 12px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 14px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 7px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamssszz p {
    top: 160px;
    /* padding-left: 15px; */
    padding: 10px;
    padding-left: 15px;
    font-size: 48px;
    color: #f00;
  }
  .revnitroteamssszz h2 {
    padding: 0px;
    padding-left: 17px;
    padding-right: 10px;
    font-size: 14px;
    color: #ffffff;
    width: 1005;
  }

  .revnitroteamssszz button {
    width: 108px;
    height: 37px;
    border: 3px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    margin-left: 17px;
    margin-top: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamssszz {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 160px;
    left: 200px;
    font-size: 90px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 295px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 445px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1354px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 90px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 250px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 40px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamssszz {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  /* 
    .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 160px;
    left: 200px;
    font-size: 90px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 295px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 445px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}

@media (min-width: 1358px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 40px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 250px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 40px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 72px;
    text-align: center;
    font-size: 24px;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .revnitroteamssszz {
    display: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    row-gap: 40px;
    margin-top: 30px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 160px;
    left: 200px;
    font-size: 90px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 295px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 445px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}
@media (min-width: 1476px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 90px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 250px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 40px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 233px;
    left: 200px;
    font-size: 90px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 359px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 487px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}
@media (min-width: 1700px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 90px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 250px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 40px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 160px;
    left: 200px;
    font-size: 90px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 295px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 445px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}
@media (min-width: 1920px) {
  .movinglogposss h2 {
    font-size: 60px;
    color: #f00;
  }

  .movinglogposss h2:hover {
    font-size: 60px;
    color: #f00;
  }
  .wanttojointeammm {
    margin-top: 90px;
  }
  .wanttojointeammm h1 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-style: normal;
  }

  .wanttojointeammm span {
    font-style: italic;
    color: #20f;
  }
  .wanttojointeammm {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wanttojointeammm button {
    width: 250px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    margin-top: 40px;
    background-color: #20f;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }

  .wanttojointeammm a button {
    text-decoration: none;
  }

  .resumepageeforrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
  }

  .foranyqueriesssaboutrevnitro h1 {
    color: #fff;
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
  }
  #container {
    /* position: absolute; */
    margin: auto;
    /* width: 100vw;
          height: 80pt; */

    filter: url(#threshold) blur(0.6px);
  }

  #text1,
  #text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    text-align: center;
    user-select: none;
  }
  .teambody {
    background-color: #000000;
  }

  .wetakpleasere {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-bottom: 30px;
  }

  .joinusa {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 43px;
  }

  .tamilspeakingcontent {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .tamilspeakingcontent22 {
    font-size: 24px;
    font-family: "Poppins";
    color: #ffffff;
    width: auto;
    font-size: 24px;
    max-width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0px;
    padding: 60px;
    padding-top: 0px;
  }

  .fortamilspeaking {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /* .meetingoutteam h1 {
      color: #20f;
      font-size: 60px;
      font-style: normal;
      font-weight: 600;
      line-height: 100px;
      padding: 60px;
      padding-top: 11px;
    } */

  .teamsflexboxmembers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
    padding-left: 11%;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .member1 {
    width: 400px;
  }

  .contenetwidthh {
    width: 85%;
    color: #ffffff;
    font-size: 18px;
  }
  .publicfelxdevison {
    width: 300px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    align-items: end;
  }

  .member1 h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
  }

  .member1 h4 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    margin-top: var(--dl-space-space-halfunit);
    text-transform: capitalize;
    margin-top: 10px;
  }

  #dineshrevnitocontent,
  #dineshrevnitocontent1,
  #dineshrevnitocontent2,
  #dineshrevnitocontent3,
  #dineshrevnitocontent4,
  #dineshrevnitocontent5,
  #dineshrevnitocontent6,
  #dineshrevnitocontent7,
  #dineshrevnitocontent8 {
    display: none;
  }

  .buttondisplyflexforrevnito {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  .teamsectionvideopagessection video {
    width: 100%;
    height: auto;
  }

  .revnitroteamsss h1 {
    color: rgb(255, 0, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
  }

  .teamsectionvideopagessection {
    position: relative;
  }
  .revnitroteamsss h1 {
    position: absolute;
    top: 231px;
    left: 200px;
    font-size: 108px;
  }
  .revnitroteamsss h2 {
    position: absolute;
    top: 374px;
    left: 200px;
    font-size: 46px;
    color: #ffffff;
    width: 80%;
  }

  .revnitroteamsss button {
    width: 240px;
    height: 70px;
    border: 4px solid #20f;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 588px;
    left: 200px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
  }
}

/*------------------------------------------------------Team-------------------------------*/
/*------------------------------------------------------Moving Logos-------------------------------*/

/* moveing slider======================================================== */
:root {
  --slider-height: 200px;
  --slider-width: 1400px;
  --slider-width1: 420px;
  --animation-speed: 180s;
  --slider-width2: 97%;
}
body {
  background-color: black;
}
.move-slider-heading {
  margin: 40px 0 0 30px;
  color: #ffffff;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  width: var(--slider-width2);
  justify-content: center;
  height: 100%;
  margin: 20px;
  overflow: hidden;
}
.slider {
  height: var(--slider-height);
  width: var(--slider-width);
  margin: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.img-slide {
  width: 300px;
  height: 150px;
}
.slide-track {
  animation: scroll var(--animation-speed) linear infinite;
  display: flex;
  width: calc(var(--slider-width) * 14);
  background-color: #ffffff;
  /* height: 200px; */
  /* display: flex;
        align-items: center; */
}

.slide {
  height: var(--slider-height);
  width: var(--slider-width1);
  display: flex;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--slider-width) * 14));
  }
}

@media (max-width: 600px) {
  .slider {
    width: 90%; /* Adjusted width for smaller screens */
  }
  .slider-container {
    display: flex;
    align-items: center;
    width: 94%;
    justify-content: center;
    height: 100%;
    margin: 10px;
    overflow: hidden;
  }
}

/*------------------------------------------------------Moving Logos-------------------------------*/

/*------------------------------------------------------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;
    color: #ffffff;
  }

  .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: 48px;
    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: 271px;
    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: #2200ff;
    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;
    color: #ffffff;
  }

  .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: 48px;
    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: #2200ff;
    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;
    color: #ffffff;
  }

  .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: 48px;
    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: #2200ff;
    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: 30px;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 13px;
    color: #ffffff;
    margin-top: 50px;
  }

  .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: 48px;
    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: 436px;
    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: #2200ff;
    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;
    color: #ffffff;
  }

  .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: 48px;
    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: 436px;
    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: #2200ff;
    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;
  }
}

.formteampageflex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 80px;
  margin-top: 40px;
}

#formschecktickbox h2 {
  color: #ffffff;
}
/*------------------------------------------------------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: 28px;
  }

  .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: 10px;
  }
  .footercontents {
    /* margin-top: 13px; */
    font-weight: 500;
  }
  .footercontents a {
    /* color: #ffffff; */
    color: #ffffff;
    background: none;
    font-size: 8px;
  }
  .footercontents a:hover {
    margin-top: 13px;
    font-weight: 500;
    color: #f00;
    cursor: pointer;
    text-decoration: none;
  }

  .footersection1 {
    justify-content: center;
    margin-top: 0px;
  }

  .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: #1d1d1d;
    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: #1d1d1d;
    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-------------------------------*/

/*--------------------------------------------Youtube Video Section----------------------------*/

@media (max-width: 600px) {
  .formsmaindivsectionflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 7px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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: baseline;
    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: 14px;
    color: #ffffff;
    font-weight: 600;
  }

  .yotubevideosiframe iframe {
    width: 280px;
    height: 152px;
  }
}
@media (min-width: 601px) and (max-width: 750px) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 82%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 56%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 50%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 38%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 38%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 38%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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: flex-start;
    justify-content: center;
    column-gap: 21px;
    margin-bottom: 15px;
    margin-top: 44px;
  }
  .switchforRevnito {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 31px;
  }

  .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: 19px;
    color: #ffffff;
    font-weight: 600;
  }
}

@media (min-width: 1534px) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 38%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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: self-start;
    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: 21px;
    color: #ffffff;
    font-weight: 600;
  }
}
@media (min-width: 1915px) {
  .formsmaindivsectionflex {
    display: flex;
    justify-content: center;
    column-gap: 140px;
    align-items: center;
    margin-top: 50px;
  }

  .dropuourdetailss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 435px;
  }

  .revnitronewownershipform {
    background-color: #ffffff;
    padding: 30px;
    padding-left: 37px;
    padding-right: 15px;
    width: 38%;
    border-radius: 5px;
    padding-bottom: 52px;
  }
  .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: 40px;
    row-gap: 40px;
  }

  .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;
  }

  .biketooglenamerevnitro,
  .cartooglenamerevnitro {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
  }
}

/*--------------------------------------------Youtube Video Section----------------------------*/

/*--------------------------------------------Team Memebers Section----------------------------*/
@media (max-width: 360px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 12px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 12px;
    margin-top: 20px;
    padding-left: 12px;
  }

  .asherdnphoto img {
    width: 330px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 15px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 15px;
    margin-top: 20px;
    padding-left: 15px;
  }

  .asherdnphoto img {
    width: 330px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 5px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 0px;
    margin-top: 20px;
    padding-left: 5px;
  }

  .asherdnphoto img {
    width: 330px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 50px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 50px;
    margin-top: 20px;
    padding-left: 50px;
  }

  .asherdnphoto img {
    width: 330px;
  }

  .sharebuttonlinkss img {
    width: 400px;
  }
}
@media (min-width: 551px) and (max-width: 650px) {
  .saboutrevnitro h1 {
    color: #fff;
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
  }
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 104px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 100px;
    margin-top: 20px;
    padding-left: 100px;
  }

  .asherdnphoto img {
    width: 430px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 651px) and (max-width: 750px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 116px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 110px;
    margin-top: 16px;
    padding-left: 110px;
  }

  .asherdnphoto img {
    width: 549px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 80px;
    margin-top: 29px;
    align-items: center;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 28px;
    align-items: center;
    flex-direction: column;
  }

  .teamsProductionpreProduction {
    flex-direction: column;
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 15px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 25px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 162px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 162px;
    margin-top: 20px;
    padding-left: 162px;
  }

  .asherdnphoto img {
    width: 429px;
  }

  .sharebuttonlinkss img {
    width: 320px;
  }
}
@media (min-width: 1001px) and (max-width: 1150px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 1151px) and (max-width: 1250px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 1251px) and (max-width: 1350px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 280px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 1451px) and (max-width: 1550px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 233px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 154px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 154px;
  }
}
@media (min-width: 1551px) and (max-width: 1650px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 179px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 179px;
    margin-top: 20px;
    padding-left: 179px;
  }
}
@media (min-width: 1651px) and (max-width: 1750px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 232px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 232px;
    margin-top: 20px;
    padding-left: 232px;
  }
}
@media (min-width: 1751px) and (max-width: 1850px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 281px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 281px;
    margin-top: 20px;
    padding-left: 281px;
  }
}
@media (min-width: 1851px) and (max-width: 1950px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 358px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 358px;
    margin-top: 20px;
    padding-left: 358px;
  }
}
@media (min-width: 1951px) and (max-width: 2050px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 2051px) and (max-width: 2150px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}
@media (min-width: 2051px) {
  /*--------------------------------------CodePen----------------------------------*/
  /* Core Styles */

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background: #efefef;
  }

  /* section {
  text-align: center;
  padding: 1.5em 1em;
} */

  .rowssss {
    width: 100%;
    margin: 0 auto;
  }

  .heading {
    margin-bottom: 1em;
  }

  .figure {
    background: #000;
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    min-width: 230px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 15px;
  }

  .figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  /* Section 6 - Hover Effect 6 */

  .section-6 {
    background: #000;
  }

  .section-6 .figure {
    text-align: left;
    background: #000;
    font-size: 16px;
  }

  .section-6 .figure img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
  }

  .section-6 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
  }

  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    width: 1px;
    height: 0;
  }

  .section-6 .figure figcaption:before {
    right: 0;
    top: 0;
  }

  .section-6 .figure figcaption:after {
    left: 0;
    bottom: 0;
  }

  .section-6 .figure h3,
  .section-6 .figure p {
    line-height: 1.5em;
    color: #fff;
  }

  .section-6 .figure h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .section-6 .figure p {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
  }

  .section-6 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section-6 .figure:before,
  .section-6 .figure:after,
  .section-6 .figure figcaption:before,
  .section-6 .figure figcaption:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 0.8;
  }

  .section-6 .figure:before,
  .section-6 .figure:after {
    height: 1px;
    width: 0%;
  }

  .section-6 .figure:before {
    top: 0;
    left: 0;
  }

  .section-6 .figure:after {
    bottom: 0;
    right: 0;
  }

  .section-6 .figure:hover img,
  .section-6 .figure.hover img {
    opacity: 0.4;
  }

  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    height: 100%;
  }

  .section-6 .figure:hover figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after {
    width: 100%;
  }

  .section-6 .figure:hover:before,
  .section-6 .figure.hover:before,
  .section-6 .figure:hover:after,
  .section-6 .figure.hover:after,
  .section-6 .figure:hover figcaption:before,
  .section-6 .figure.hover figcaption:before,
  .section-6 .figure:hover figcaption:after,
  .section-6 .figure.hover figcaption:after {
    opacity: 0.1;
  }

  /* Footer */

  footer.footer {
    text-align: center;
    color: #efefef;
    background: #1d1d1d;
    font-size: 0.8em;
    padding-bottom: 1.5em;
    font-style: italic;
  }
  /*--------------------------------------CodePen----------------------------------*/
  body {
    background-color: #000000;
  }

  .teamsManagementSection {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .MangemenetHeads {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 40px;
  }

  .preproductionteams {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .preflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .postflexproduction {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 40px;
  }

  .teamsProductionpreProduction {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    margin-top: 40px;
  }

  .asherDnTeam h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
  }

  .asherDnSection {
    margin-top: 60px;
  }

  .asherdnphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .iconsAsherDn {
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }

  .companyslinkss {
    display: flex;
    justify-content: center;
    column-gap: 225px;
    align-items: center;
    margin-top: 30px;
  }

  .nameoftheCompanyline {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 30px;
    padding-left: 87px;
  }

  .nameothecontetnds {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 87px;
    margin-top: 20px;
    padding-left: 87px;
  }
}

/*--------------------------------------------Team Memebers Section----------------------------*/
