/* PHONE */
@media (max-width: 767px) {
    body {
      overflow-x: hidden;
    }
  
    .nav-options {
      font-size: 1.3rem;
      font-weight: 500;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
    }
  
    .header-bg {
      height: 100vh;
      width: 100vw;
      background: #000000;
      background-image: linear-gradient(
          rgba(255, 0, 0, 0.55) 0.1em,
          transparent 0.1em
        ),
        linear-gradient(90deg, rgba(255, 0, 0, 0.55) 0.1em, transparent 0.1em);
      background-size: 4em 4em;
      box-shadow: 0 0 200px 200px rgba(0, 0, 0, 0.8) inset,
        0 0 0 80px rgba(0, 0, 0, 0.503) inset;
  
      gap: 1.4rem;
    }
  
    .header-h1 {
      font-size: 2rem;
      line-height: 2.4rem;
      width: 90%;
    }
  
    .header-button {
      height: 3rem;
      width: 12rem;
    }
  
    .hover-pfp-bg {
      height: 21rem;
      width: 100%;
      -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
      overflow-x: scroll;
      gap: 1rem;
      padding: 6% 1rem;
    }
  
    .pfp-wrapper {
      gap: 0.5rem;
      width: 60%;
    }
  
    .hover-pfp-img {
      height: 13rem;
    }
  
    .hover-name {
      font-size: 1.1rem;
    }
  
    .hover-desc {
      display: none;
    }
  
    /* Video testim */
    .video-testimonials-bg {
      height: 55rem;
      width: 100vw;
      color: #ffff;
      position: relative;
      padding: 4rem 0rem;
    }
  
    .video-testim-head {
      gap: 12rem;
    }
  
    .vid-testim-title-wrapper {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      line-height: 2.1rem;
    }
  
    .vid-testim-h1-upper {
      font-size: 1.8rem;
    }
  
    .vid-testim-h1-lower {
      font-size: 2rem;
    }
  
    .star-1 {
      height: 2.8rem;
      transform: translateY(3.6rem);
    }
  
    .star-2 {
      height: 3.6rem;
      transform: translateY(-3.4rem);
    }
  
    /* Impact Created */
    .impact-created-div {
      margin-top: 1rem;
      padding: 2rem 1rem;
    }
  
    .impact-h1 {
      font-size: 1.4rem;
      text-align: center;
    }
  
    .impact-wrapper {
      margin-top: -8rem;
      height: 90%;
      /* gap: 16rem; */
      justify-content: space-around;
      gap: 1rem;
    }
  
    .impacts {
      width: 7rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .impact-count {
      font-size: 1.8rem;
      line-height: 2rem;
    }
  
    .impact-name {
      font-size: 0.8rem;
    }
  
    /* Case Study */
    .case-study-bg {
      margin-top: -21rem;
      height: 70vh;
      width: 100vw;
      background: #000000;
      background-image: linear-gradient(
          rgba(255, 0, 0, 0.55) 0.1em,
          transparent 0.1em
        ),
        linear-gradient(90deg, rgba(255, 0, 0, 0.55) 0.1em, transparent 0.1em);
      background-size: 4em 4em;
      box-shadow: 0 0 200px 200px rgba(0, 0, 0, 0.8) inset,
        0 0 0 80px rgba(0, 0, 0, 0.503) inset;
  
      gap: 2rem;
    }
  
    .case-study-h1 {
      font-size: 1.8rem;
      line-height: 2rem;
      width: 90%;
    }
  
    /* Edited videos section */
    .edited-vid-sec {
      height: 50rem;
      position: relative;
      padding: 4rem 1rem;
    }
  
    .vid-title-wrapper {
      color: #ffff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14rem;
      margin-top: 2rem;
    }
  
    .vid-title-h1 {
      line-height: 2rem;
      width: 80%;
      font-size: 1.8rem;
    }
  
    .vid-icon-1 {
      height: 2.4rem;
      margin-top: -8rem;
    }
  
    .vid-icon-2 {
      height: 3rem;
      margin-left: 2rem;
      margin-top: 4rem;
    }
  
    .edited-videos-wrapper {
      height: auto;
      padding: 0rem;
      margin-top: 2.4rem;
      gap: 5%;
      animation: upDown 5s ease-in-out infinite;
      flex-direction: column;
      align-items: center;
    }
  
    .edited-vid-1 {
      rotate: 0deg;
      /* margin-left: 21rem; */
    }
  
    .edited-vid-2 {
      margin-top: 0rem;
    }
  
    .edited-vid-3 {
      rotate: 0deg;
    }
  
    /* Marquee */
    .marquee-wrapper {
      margin-top: 64rem;
    }
  
  
    /* Pricing */
    .pricing-title {
      text-align: center;
      font-size: 1.4rem;
    }
  
    .pricing-stars-1 {
      margin-top: -2rem;
    }
  
    .pricing-stars-2 {
      margin-left: 4rem;
      z-index: -42;
    }
  
    .plan-wrapper {
      flex-direction: column;
      margin-top: 6rem;
      gap: 4rem;
    }
  
    .plan-1 {
      height: 32rem;
      width: 21rem;
      padding: 2rem 0.4rem;
    }
  
    .plan-2 {
      height: 36rem;
      width: 21rem;
      padding: 2rem 0.4rem;
    }
  
    /* calendly */
    .calendly {
      margin-top: 68rem;
      height: 150vh;
      -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
    }
  
    /* FAQs */
    .faqs-section {
      margin-top: -12rem;
    }
  
    /* FOoter */
    .footer-sec {
      height: 24rem;
      border-radius: 6rem 6rem 0% 0%;
      padding: 3rem 0rem;
      padding-top: 5rem;
    }
  
    .footer{
      width: 100%;
      padding: 0rem .4rem;
      justify-content: space-between;
    }
    
    .footer-logo{
      height: 5rem;
    }
    
    .social-logo{
      height: 2.1rem;
      padding: 0rem .8rem;
      transition: 0.2s all;
    }
  
    /* Text Testimonials */
    .text-testim-sec {
      display: none;
    }
  
    /* Nav */
    .nav-div {
      display: none;
    }
  }
  
  /* LAPTOP */
  @media (min-width: 1024px) {
    /* Impact Created */
    .impact-created-div {
      height: 32rem;
      width: 100vw;
      padding: 2%;
    }
  
    /* Edited videos section */
    .edited-vid-sec {
      height: 60rem;
      position: relative;
      padding: 0rem;
    }
  
    .video-wrappers {
      margin-top: 2rem;
      gap: 2%;
    }
  
    .testim-video-div {
      width: 18rem;
      height: 30rem;
    }
  }
  
  /* TABLET */
  @media (min-width: 768px) and (max-width: 1023px) {
    .nav-div{
      display: none;
    }
  
    /* Text Testimonials */
    .text-testim-sec {
      display: none;
    }
  
    /* Header */
    .header-h1 {
      font-size: 3rem;
      line-height: 3rem;
      width: 90%;
    }
  
    /* Hover */
    .hover-pfp-bg {
      height: 21rem;
      width: 100%;
      -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
      overflow-x: scroll;
      gap: 1rem;
    }
  
    .pfp-wrapper {
      gap: 0.5rem;
      width: 60%;
    }
  
    .hover-pfp-img {
      height: 11rem;
    }
  
    .hover-name {
      font-size: 1.1rem;
    }
  
    .hover-desc {
      display: none;
    }
  
  
    
    /* Impact Created */
    .impact-created-div {
      height: 32rem;
      margin-top: 0rem;
      padding: 5rem;
      color: #ffff;
  }
  
    .impact-h1 {
      font-size: 1.8rem;
      text-align: center;
    }
  
    .impacts {
      width: 12rem;
    }
  
    .impact-count {
      font-size: 3.2rem;
    }
  
      /* Case Study */
      .case-study-bg {
        height: 65vh;
      }
    
      .case-study-h1 {
        font-size: 1.8rem;
        line-height: 2rem;
        width: 90%;
      }
  
  
    /* Edited videos section */
    .edited-vid-sec {
      height: 50rem;
      position: relative;
      padding: 4rem 1rem;
    }
  
    .vid-title-wrapper {
      color: #ffff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14rem;
      margin-top: 2rem;
    }
  
    .vid-title-h1 {
      line-height: 2rem;
      width: 80%;
      font-size: 1.8rem;
    }
  
    .vid-icon-1 {
      height: 2.4rem;
      margin-top: -8rem;
    }
  
    .vid-icon-2 {
      height: 3rem;
      margin-left: 2rem;
      margin-top: 4rem;
    }
  
    .edited-videos-wrapper {
      height: auto;
      padding: 0rem;
      margin-top: 2.4rem;
      gap: 5%;
      animation: upDown 5s ease-in-out infinite;
      flex-direction: column;
      align-items: center;
    }
  
    .edited-vid-1 {
      rotate: 0deg;
      /* margin-left: 21rem; */
    }
  
    .edited-vid-2 {
      margin-top: 0rem;
    }
  
    .edited-vid-3 {
      rotate: 0deg;
    }
  
     /* Marquee */
     .marquee-wrapper {
      margin-top: 64rem;
    }
  
    /* Pricing */
    .pricing-title {
      text-align: center;
      font-size: 1.4rem;
    }
  
    .pricing-stars-1 {
      margin-top: -2rem;
    }
  
    .pricing-stars-2 {
      margin-left: 4rem;
      z-index: -42;
    }
  
    .plan-wrapper {
      flex-direction: column;
      margin-top: 6rem;
      gap: 4rem;
    }
  
    .plan-1 {
      height: 32rem;
      width: 21rem;
      padding: 2rem 0.4rem;
    }
  
    .plan-2 {
      height: 36rem;
      width: 21rem;
      padding: 2rem 0.4rem;
    }
  
    /* calendly */
    .calendly {
      margin-top: 68rem;
      -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
    }
  
  
  }
  
  /* Define the styles for screens smaller than 1024px */
  @media screen and (max-width: 1023px) {
    /* Adjust the styles of the .video-testimonials-bg */
    .video-testimonials-bg {
      display: block; /* Ensure the section is displayed */
      height: auto; /* Reset the height */
      padding: 2rem; /* Adjust padding for smaller screens */
    }
  
    /* Adjust the styles of .video-wrappers */
    .video-wrappers {
      margin-top: 8rem; /* Adjust margin for smaller screens */
      flex-direction: column;
      /* overflow-x: scroll;
      -ms-overflow-style: none; 
      scrollbar-width: none;  */
      align-items: center;
    }
  
    /* Adjust the styles of .testim-video-div */
    .testim-video-div {
      width: 90%; /* Adjust width for smaller screens */
      max-width: 300px; /* Set a maximum width */
      margin-bottom: 2rem; /* Add some space between items */
    }
  
    .testim-vid-1 {
      rotate: 0deg;
      /* margin-left: 38rem; */
    }
  
    .testim-vid-2 {
      rotate: 0deg;
      margin-top: 0rem;
    }
  
    .testim-vid-3 {
      rotate: 0deg;
      margin-top: 0rem;
    }
  
    .testim-vid-4 {
      rotate: 0deg;
    }
  
    .info-name {
      font-size: 1.1rem;
      font-weight: 500;
    }
  
    .info-number {
      font-size: 1.1rem;
      font-weight: 500;
    }
  
    .info-pfp {
      height: 2rem;
    }
  
    .testim-vid-info {
      justify-content: space-between;
      width: 100%;
      padding: 0rem 1rem;
    }
  
    .vid-info-left {
      gap: 4px;
    }
  
    /* Adjust the styles of .actions-text-wrapper */
    .actions-text-wrapper {
      height: auto; /* Reset the height */
      padding: 2rem 1rem; /* Adjust padding for smaller screens */
    }
  
    .action-txt {
      text-align: center;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.8rem;
    }
  
    .qoute-icon {
      height: 2rem;
    }
  
    .normal-qoute {
      margin-top: -7rem;
      margin-right: -1rem;
    }
  
    .reverse-qoute {
      rotate: 180deg;
      margin-left: -1rem;
      margin-top: 4rem;
      z-index: -999999;
    }
  }
  