* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
  }

  body {
    background-color: rgb(224, 218, 218);
    color: white;
    /* padding: 20px; */
  }

  .container {
    max-width: 1200px;
    margin: auto;
  }

  header {
    text-align: center;
    /* margin-bottom: 40px; */
    background-color: white;
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px 0 50px;
  }

  header img {
    width: 150px;
    
  }
  .menu-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 7%; */
      height: 100%;
      width: 55%;
      /* background-color: bisque; */
  }
  .menu-header a{
      text-decoration: none;
      color: #0057b8;
      font-weight: bolder;
  }
  .menu-header a:hover{
      color:#05e022;
  }
  #btn-header{
      background-color: #0057b8;
      border-radius: 50px;
      padding: 10px 20px 10px 20px;
      color: #fff;
      text-decoration: none;

  }
  .intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    height: 85vh;
    background: linear-gradient(110deg, #0057b8 60%, #00a86b);
    width: 100%;
  }
  .h2-blue{
    color: #0057b8;
  }
  .intro img {
    width: 35%;
    max-width: 90%;
    border-radius: 20px;
    transform: scaleX(-1);
  }

  .intro-text {
    max-width: 40%;
    /* background-color: #333; */
  }

  .intro-text h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .intro-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .cta-btn {
    background-color: #00a86b;
    color: #fff;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .cta-btn:hover {
    background-color: #008f5e;
  }

  .plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .plan {
    background-color: white;
    color: #0057b8;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    border: 2px #008f5e solid;
  }
  .plan:hover{
      border: 2px #0057b8 solid;
  }

  .plan h2 {
    font-size: 1.5rem;
    color: #0057b8;
    margin-bottom: 10px;
  }

  .plan p {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .plan .price {
    font-size: 1.3rem;
    font-weight: bold;
    color: #00a86b;
  }
  .plan img{
      box-shadow: 1px 1px 7px #333 ;
  }

  .social-proof {
    /* margin-bottom: 40px; */
    padding-bottom: 50px;
    background: linear-gradient(110deg, #0057b8 60%, #00a86b);
  }

  .comment {
    background-color: white;
    color: #333;
    border-radius: 8px;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    text-align: left;
    display: flex;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .comment img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .comment strong{
      color: #0057b8;
  }
  .comment-content {
    font-size: 0.9rem;
  }

  footer {
    text-align: center;
    /* margin-top: 40px; */
    background-color: black;
    /* background-color: rgba(0, 0, 0, 0.342);
    width: 100%; */
  }
  footer section:nth-child(1){
      display: none;
      
  }
  h2{
      color: #48daa4;
      text-align: center;
      margin-top: 5px;
  }
  .destak{
      color: greenyellow;
  }
  .destak-blink{
      color: rgb(233, 230, 85);
  }
  .destak-bg{
      background-color: rgb(233, 230, 85);
      color: #063872;
      border-radius: 50px;
      padding: 0 10px 0 10px;
  }
  .ball{
      display: none;
  }
  .final-cta{
      color: #333;
      height: 350px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .final-cta h2{
      color: #0057b8;
      font-size: 2.5rem;
  }
  .cta-content p{
      margin: 15px 0 15px 0;
  }
  .cta-buttons{
      /* background-color: #48daa4; */
      width: 100%;
      display: flex;
      gap: 25px;
      justify-content: center;
  }
  .cta-buttons a{
      width: 40%;
      padding: 15px;
      background-color: #008f5e;
      color: #fff;
      border-radius: 50px;
      text-decoration: none;
      text-align: center;
      transition: 0.2s ease-in-out;
  }
  .cta-buttons a:hover{
      background-color: rgb(233, 230, 85) ;
      color: #0057b8;
      box-shadow: 2px 2px 7px black;
  }
  footer section p{
      font-size: 14px;
  }
  @media (max-width: 900px) {
      body{
          /* min-width: 450px; */
          max-width: 100vw;
      }
      header section:nth-child(1){
          width: 100%;
      }
    header section:nth-child(2), header section:nth-child(3){
      display: none;
    }
    header img{
       width: 60%;
       margin: auto;
       margin-left: 5%;
    }
    header p{
      text-shadow: 1px 1px 5px black;
    }
    .plan{
      width: 350px;
    }
    .intro{
      height: 75vh;
      flex-direction: column;
    }
    .intro img{
      display: none;
    }
    .intro-text{
      text-align: center;
      max-width: 80%;
      
    }
    .comment{
      width: 80%;
    }
    .ball{
      width: 250px;
      height: 350px;
      border-radius: 50%;
      display: block;
      background-color: rgba(233, 231, 85, 0.651);
      position: absolute;
      left: -205px;
      top: 25%;
      z-index: 0;
    }
    .cta-btn{
      border-radius: 50px;
    }
    .cta-content p{
      text-align: center;
    }
    .cta-buttons a{
      width: 70%;
      font-size: 1.2rem;
    }
    footer{
      padding: 15px 0 15px 0;
    }
    footer section:nth-child(1){
          gap: 50px;
          display: flex;
          justify-content: center;       
      }
      footer section:nth-child(1) a{
          text-decoration: none;
          color: rgb(233, 230, 85);
          font-weight: bolder;
          transition: 0.3s ease-in-out;
          margin-bottom: 10px;
      }
      footer section p{
          font-size: 12px;
      }
  }