@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  color: white;

  a {
    color: white;
    text-decoration: none;
  }
}

.App {
  background-color: #363636;
  
  @font-face {
    font-family: "Gotham", sans-serif;
    src: url("gotham_medium.otf") format("opentype");
    
  }

  .FirstPage {
    font-family: "Gotham", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

    .HeaderContainer {
      display: flex;
      align-items: center;
      margin-top: 2vw;
      z-index: 2;
      justify-content: space-between;
      height: 6.5vh;
      width: 100%;

      .Header {
        p {
          font-size: 1rem;
          text-align: center;
          cursor: pointer;
        }

        p:hover {
          text-shadow: 0px 0px 22px #ff69b4;
        }

        margin-left: 20%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 40vw;
        height: 100%;
        padding: 0vw 9vw;
        background-color: rgba(54, 54, 54, 0.6);
      }
      @media (max-width: 1440px) {
        .Header {
          width: 80%;

          p {
            font-size: 14px;
            padding: 0px;
            width: 100%;
          }

          padding: 0px 70px;
        }
      }
      @media (max-width: 768px) {
        .Header {
          margin-left: 0;
          width: 80%;

          p {
            font-size: 12px;
          }

          padding: 0vw 1vw;
        }
      }

      @media (max-width: 480px) {
        .Header {
          p {
            font-size: 10px;
          }

          padding: 0vw 1vw;
          width: 80%;
          font-size: 2rem;
        }
      }

      .Sub {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-right: 7%;
        width: 13vw;
        font-family: "Montserrat", bold;
        font-weight: 500;
        cursor: pointer;

        p {
          font-size: 18px;
          color: #ff69b4;
        }

        background-color: rgba(54, 54, 54, 0.6);
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
      }
      @media (max-width: 1440px) {
        .Sub {
          p {
            font-size: 18px;
          }
          padding: 0px 7px;
          margin-left: 5%;
          width: 20%;
          margin-right: 0;
        }
      }
      @media (max-width: 768px) {
        .Sub {
          p {
            font-size: 18px;
          }
          padding: 0px 7px;
          width: 20%;
          margin-right: 0;
        }
      }

      @media (max-width: 480px) {
        .Sub {
          p {
            font-size: 10px;
          }
          padding: 0px 7px;
          width: 20%;
        }
      }

      .Sub:hover {
        background-color: rgba(97, 97, 97, 0.6);
      }
    }
    
    .Area51 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 2;

      h1 {
        text-align: center;
        color: white;
        font-family: "Montserrat", bold;
        font-weight: 900;
        font-size: 2.8vw;
        width: 56vw;
        margin-top: 28vh;
      }

      a {
        font-size: 1.3rem;
        margin-top: 10vh;
        padding: 0.6vw 3vw;
        border-radius: 13px;
        font-family: "Montserrat", bold;
        border: 1px solid white;
        transition: all ease-in-out 0.2s;
      }

      a:hover {
        background-color: white;
        color: black;
        cursor: pointer;
      }
    }

    @media (max-width: 768px) {
      .Area51 h1 {
        font-size: 6vw;
        width: 90%;
      }
    }

    @media (max-width: 480px) {
      .Area51 h1 {
        font-size: 6vw;
        width: 90%;
      }
    }
  }
#backgrond-gif{
  position:absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
  -webkit-filter: blur(20px) grayscale(0.5);
}

/*@media (max-width: 440px) {
  .backgrond-gif{
    height: 60;
  }
}*/



  .SecondPage {
    .subscription-container {
      text-align: center;
      padding: 2rem;
      background-color: #363636;
      color: white;
    }
.about{
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: row;
  font-family: "Gotham", sans-serif;
  margin-top: 80px;
  
  
}
.head-about{
  font-family: "Montserrat";
      font-weight: 800;
      
      font-size: 36px;
      margin-bottom: 10px;
}
.text-About{
  position: relative;
  display: flex;
  width: 821px;
  flex-direction: column;
}

.TA1{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-style: normal;

}

.TA2{
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
  line-height: 26px;
  letter-spacing: 1.5px;
}
@media (max-width: 1440px) {
  .TA2 {
    
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .TA2 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .TA2 {
    margin-top: 5px;
    font-size: 12px;
  }
}
.timer{
  font-family: "Gotham", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 540px;
  height: 170px;
  margin: 50px 0 20px 0;
  background-color: #ffffff;
  border-radius: 7px;
}


#time-text1 {
  margin-top: 15px;
  color: #363636;
  font-size: 42px;
  font-weight: 1000;
}
#time-text {
  color: #363636;
}

.img-about{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 821px;
  height: 800px;
  margin-left: 21px;
  gap: 21px;
}
@media (max-width: 1440px) {
  .img-about {
    margin: 50px 0 0 0;
    max-width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;
    gap:15px;
  }
}
.I-A{
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  
  
  img{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #ff69b4;
  }
  
}
/*#img3{
  filter: blur(15px);
  transition: 0.5s;
}
#img3:hover{
  filter: blur(0px);
}
*/
@media (max-width: 1440px) {
  .about {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .head-about{
    font-family: "Montserrat";
        font-weight: 800;
        
        font-size: 30px;
  }
  .TA1{
    width: 90%;
  }
  .text-About{
    position: relative;
    align-items: center;
    display: flex;
    width: 90%;
    justify-content: center;
  }
  .timer{
    flex-direction: column;
    align-items: center;
    width: 70%;
    height: 140px;
    margin: 50px 0 20px 0;
    background-color: #ffffff;
    border-radius: 7px;
  }
  #time-text{
    color: #363636;
  }
  
  
  #time-text1 {
    margin-top: 15px;
    color: #363636;
    font-size: 32px;
    font-weight: 1000;
  }
}

@media (max-width: 768px) {
  .about {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .head-about{
    font-family: "Montserrat";
        font-weight: 800;
        
        font-size: 24px;
  }
  .text-About{
    position: relative;
    display: flex;
    width: 90%;
    justify-content: center;
  }
  .timer{
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 140px;
    margin: 30px 0 20px 0;
    background-color: #ffffff;
    border-radius: 7px;
  }
  #time-text{
    color: #363636;
  }
  
  
  #time-text1 {
    margin-top: 15px;
    color: #363636;
    font-size: 28px;
    font-weight: 1000;
  }
}

@media (max-width: 480px) {
  .about {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .head-about{
    font-family: "Montserrat";
        font-weight: 800;
        
        font-size: 18px;
  }
  .text-About{
    position: relative;
    display: flex;
    width: 90%;
    justify-content: center;
  }
  .timer{
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 80px;
    margin: 30px 0 20px 0;
    background-color: #ffffff;
    border-radius: 7px;
  }
  #time-text{
    color: #363636;
  }
  
  
  #time-text1 {
    margin-top: 5px;
    color: #363636;
    font-size: 18px;
    font-weight: 1000;
  }
}


    .title {
      font-family: "Montserrat", bold;
      font-weight: 800;
      margin-top: 120px;
      text-align: center;
      font-size: 36px;
      margin-bottom: 80px;
    }

    .tier-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      gap: 21px;
      flex-wrap: wrap;
    }

    .tier-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #f0f0f0;
      border-radius: 7px;
      width: 720px;
      padding: 50px;
      text-align: left;
      position: relative;
    }

    .cardHead {
      font-family: "Gotham", sans-serif;
      font-weight: 500;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;

      p {
        color: #363636;
      }
    }
    .tier-duration{
      font-size: 16px;
      font-weight: 300;
    }

    

    .tier-title {
      font-weight: 1000;
      color: #ff69b4;
      font-size: 26px;
    }

    .tier-features {
      color: black;
      margin-left: 20px;
      padding-bottom: 30px;
      font-family: "Gotham", sans-serif;
      font-weight: 500;
      height: 50%;
      margin-top: 50px;
      font-size: 22px;
    }

    .tier-features li {
      color: #363636;
      margin-bottom: 50px;
    }

    .tier-price {
      display: flex;
      justify-content: center;
      align-items: center;

      span {
        font-family: "Gotham", sans-serif;
        font-weight: 1000;
        color: #363636;
        margin-right: 0.5vw;
        font-size: 60px;
      }

      font-size: 3rem;
    }

    .tier-price img {
      width: 1.5rem;
      margin-left: 0.5rem;
    }

    .get-start-btn {
      
      width: 220px;
      height: 60px;
      margin-top: 1.5rem;

      background-color: transparent;
      border: 1px solid #363636;
      color: #363636;
      cursor: pointer;
      font-family: "Gotham", sans-serif;
      font-size: 22px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .get-start-btn:hover {
      background-color: #ff69b4;
      color: #ffffff;
      border: 0px;
    }
    @media (max-width: 1440px) {
      .tier-wrapper {
        width: 100%;
        gap: 21px;
      }
  
      .tier-card {
        border-radius: 7px;
        width: 90%;
        padding: 20px 20px;
      }
  
      .cardHead {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;

      }
      .tier-duration{
        font-size: 14px;
        font-weight: 300;
      }
  
      
  
      .tier-title {
        font-size: 22px;
      }
  
      .tier-features {
        margin-left: 60px;
        padding-bottom: 20px;
        font-weight: 500;
        height: 50%;
        margin-top: 35px;
        font-size: 18px;
      }
  
      .tier-features li {
        color: #363636;
        margin-bottom: 50px;
      }
  
      .tier-price {
        display: flex;
        justify-content: center;
        align-items: center;
  
        span {
          font-weight: 1000;
          color: #363636;
          margin-right: 0.5vw;
          font-size: 40px;
        }
  
        font-size: 3rem;
      }
  
      .tier-price img {
        width: 1.5rem;
        margin-left: 0.5rem;
      }
    }
    @media (max-width: 610px) {
      .tier-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 21px;
      }
  
      .tier-card {
        border-radius: 7px;
        width: 85%;
      }
  
      .cardHead {
        margin: 15px 15px 0px 15px;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
  
      }
      .tier-duration{
        font-size: 12px;
        font-weight: 300;
      }
  
      
  
      .tier-title {
        font-size: 20px;
      }
  
      .tier-features {
        margin-left: 5%;
        font-weight: 500;
        height: 50%;
        margin-top: 35px;
        font-size: 16px;
      }
  
      .tier-features li {
        color: #363636;
        margin-bottom: 50px;
      }
  
      .tier-price {
        display: flex;
        justify-content: center;
        align-items: center;
  
        span {
          font-weight: 1000;
          color: #363636;
          margin-right: 0.5vw;
          font-size: 40px;
        }
  
        font-size: 3rem;
      }
  
      .tier-price img {
        width: 1.5rem;
        margin-left: 0.5rem;
      }
    }
  }
  





  .how-to-start-container {
    
    width: 100%;
    background-color: #363636;
    color: white;
    
  

    .title {
      font-family: "Montserrat", bold;
      font-weight: 800;
      margin-top: 120px;
      text-align: center;
      font-size: 36px;
      margin-bottom: 80px;
    }

  .steps-wrapper {
    
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .step-card {
    font-family: "Gotham", sans-serif;
    background-color: #fff;
    color: #363636;
    border-radius: 7px;
    width: 445px;
    height: 300px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
  }

  .HeaderStep {
    font-family: "Gotham", sans-serif;
    font-weight: 1000;
    align-self: start;
    text-align: left;
    font-size: 40px;
  }

  .step-card h2 {
    color: #ff69b4;
  }

  .BodyStep {
    width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h2 {
      color: #363636;
    }
  }

  .step-card p {
    margin-top: 60px ;
    color: #363636;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .how-to-start-container {
    
    width: 100%;
    background-color: #363636;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

  .steps-wrapper {
    display: flex;
    position: relative;
    width: 90%;
    gap: 14px;
  }

  .step-card {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    position: relative;

    width: 90%;
    height: auto;
    max-height: 150px;
    
  }

  .HeaderStep {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    font-size: 30px
  }
  .HeaderStep h2 {
      display: flex;
      position: relative;
    }
  

  .step-card h2 {
    color: #ff69b4;
  }

  .BodyStep {
    width: 90%;
    margin: 20px 0px;

    h2 {
      color: #363636;
    }
  }

  .step-card p {
    margin-top: 30px ;
    color: #363636;
    font-size: 16px;
  }
}
}


@media (max-width: 480px) {
  .how-to-start-container {
    
    width: 100%;
    background-color: #363636;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

  .steps-wrapper {
    display: flex;
    position: relative;
    width: 90%;
    gap: 14px;
  }

  .step-card {
    width: 90%;
    height: auto;
    max-height: 180px;
    display: flex;
    text-align: center;
  }

  .HeaderStep {
    display: flex;
    font-size: 25px;
  }

  .step-card h2 {
    color: #ff69b4;
  }

  .BodyStep {
    width: 90%;
    margin-bottom: 20px;

    h2 {
      color: #363636;
    }
  }

  .step-card p {
    margin-top: 1%;
    color: #363636;
    font-size: 16px;
  }
}
}
/* ------------- Responsive Terms ------------- */


.title {
  font-family: "Montserrat", bold;
  font-weight: 800;
  margin-top: 120px;
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}

.SubWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-terms{
  display: flex;
  position: relative;
  width: 820px;
  height: 680px;
  flex-direction: row;
  justify-content: space-between;
  

  img{
  display: flex;
  position: relative;
  width: 390px;
  height: 680px;
  border-radius: 15px;
  }
}


/* Subscription Terms Section */
.terms-wrapper {
  width: 1660px;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.terms-column {
  width: 680px;
  text-align: left;
}



.terms-column p {
  font-family: "Gotham", sans-serif;
  margin-bottom: 35px;
  font-size: 22px;
  text-align: justify;
  
}

/* -------------------------------------------------*/
@media (max-width: 1440px) {
  .terms-column p{
    font-size: 18px;
    flex-wrap: wrap;
    
  }
  .terms-column{
    width: 90%;     
    margin-bottom: 25px;
    text-align:justify;
  }
  
  .SubWrap {
    justify-content: center;
    width: 100%;

  .terms-wrapper{
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .img-terms{
    width: 90%;
    height: 100%;
    justify-content: center;
    gap:10px;
    
    
  img{
    max-width: 50%;
    height: auto;
    }
  }
  }
}

/* -------------------------------------------------*/
@media (max-width: 768px) {
  
  .terms-column{
    width: 90%;     
    margin-bottom: 25px;
    text-align:justify;
    
  }

  .terms-column p{ 
    font-size: 14px;
    
  }
  .SubWrap {
    justify-content: center;
    width: 100%;

    
  .terms-wrapper{
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .img-terms{
    width: 90%;
    height: 100%;
    justify-content: center;
    gap:10px;
    
    
  img{
    max-width: 50%;
    height: auto;
    }
  }
  }
}

/* -------------------------------------------------*/


@media (max-width: 480px) {
  .SubWrap {
    
    width: 100%;

  .terms-wrapper{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }
  .terms-column p{
    font-size: 10px;
    
    
  }
  .terms-column{
    width: 90%;   
    margin-bottom: 15px; 
  }
  .img-terms{
    width: 90%;
    height: 100%;
    justify-content: center;
    gap:7px;
    
    
  img{
    max-width: 50%;
    height: auto;
    }
  }
  }
  
}
 
/* -------------------------------------------------*/



/* Responsive Terms */



/* Final Note */







  .image-layout-container {
    display: flex;
    margin-top: 100px;
  }
 
  .FC {
    display: flex;
    flex-direction: column;
    width: 40%;
    background-color: #ff69b4;

    img {
      width: 100%;
      height: 100%;
    }
  }
#photo1{
  filter: blur(15px);
  transition: 0.5s;
}
#photo1:hover{
  filter: blur(0px);
}
#photo5{
  filter: blur(15px);
  transition: 0.5s;
}
#photo5:hover{
  filter: blur(0px);
}
  .SP {
    width: 60%;
    background-color: #ff69b4;
    display: flex;

    img {
      width: 100%;
      height: 100%;
    }
    
    
  }
  .question{
    display: flex;
    position: relative;
    justify-content: center;
    align-self: center;
    background-color: #ffffff;
    padding: 110px 0px;
    
  }
  .form{
    display: flex;
    position: relative;
    width: 1380px;
    height: 630px;
    background-color: #363636;
    border-radius: 15px;
    justify-content: space-between;
  }
  @media (max-width: 1440px) {
    .form {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 80%;
      .q-col-1{

        margin: 0px;
        height: 60px;
        width: 60%;
        justify-content: center;
        

        .head-form{
          display: flex;
          margin: 25px 0px 0px 0px;
          justify-content: center;
          text-align: center;
          font-size: 24px;
          width: 100%; 
        }

        .text-form{
          display: none;
        }
        #mark{
          display: none;
        }
      }
      
      .q-col-2{

        margin: 0px;
        height: 100%;
        width: 60%;
        
        justify-content: center;
        align-items: center;

        .new-form{
          height: 50px;
          margin-bottom: 20px;
          width: 70%;
          padding-left: 20px;
          font-size: 16px;
          border-radius: 7px;
          color: #ffffff;
        }

        textarea{
          height: 40%;
          margin-bottom: 20px;
          width: 70%;
          padding-left: 20px;
          font-size: 16px;
        }
        .but-form {
          font-size: 18px;
          width: 40%;
          height: 45px;
          margin-top: 20px;
        }
      }
      
    }
  }
  @media (max-width: 700px) {
    .form {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      width: 80%;
      .q-col-1{

        margin: 0px;
        height: 50px;
        width: 60%;
        justify-content: center;
        

        .head-form{
          display: flex;
          margin: 15px 0px 0px 0px;
          justify-content: center;
          text-align: center;
          font-size: 16px;
          width: 100%; 
        }

        .text-form{
          display: none;
        }
        #mark{
          display: none;
        }
      }
      
      .q-col-2{

        margin: 30px 0px 30px 0px;
        height: 60%;
        width: 60%;
        
        justify-content: center;
        align-items: center;

        .new-form{
          height: 40px;
          margin-bottom: 15px;
          width: 70%;
          padding-left: 20px;
          font-size: 8px;
          border-radius: 7px;
          color: #ffffff;
        }

        textarea{
          height: 40%;
          margin-bottom: 20px;
          width: 70%;
          padding-left: 20px;
          font-size: 8px;
        }
        .but-form {
          font-size: 12px;
          width: 40%;
          height: 30px;
          margin-top: 10px;
        }
      }
      
    }
  }
  @media (max-width: 480px) {
    .form {
      width: 80%;
    }
  }

  .q-col-1{
    display: flex;
    position: relative;
    margin: 80px 0px 40px 140px;
    flex-direction: column;
    
  }
  .head-form{
    display: flex;
    position: relative;
    font-family: "Montserrat", bold;
    color: #ffffffff;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 40px;
    width: 368px;
  }
  .text-form{
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffffff;
  width: 466px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mark{
  display: flex;
  position: relative;
  height: 217px;
  width: 133px;
  margin: 65px 0px 0px 140px;
}
.q-col-2{
  display: flex;
  position: relative;
  width: 540px;
  height: 490px;
  flex-direction: column;
  margin-top: 80px;
  margin-right: 140px;
}
.new-form{
  height: 70px;
  margin-bottom: 30px;
  font-family: "Gotham", sans-serif;
  padding-left: 40px;
  font-size: 16px;
  border-radius: 7px;
  color: #ffffff;
}
textarea{
  height: 200px;
  font-family: "Gotham", sans-serif;
  padding: 30px 0px 0px 40px;
  font-size: 16px;
  border-radius: 7px;
  resize: none;
  color: #ffffff;
  outline:none;
  border: 1px solid #A1A1A1;
  background: transparent;
}
input {
  background: transparent;
  border: 1px solid #A1A1A1;
  outline:none;
}
.but-form {
  font-size: 22px;
  font-weight: 700;
  border-radius: 7px;
  border: none;
  width: 260px;
  height: 60px;
  color: #363636;
  font-family: "Gotham", sans-serif;
  background-color: #fff;
  margin-top: 30px;
  transition: all ease-in-out 0.2s;
}

.but-form:hover {
  background-color: #ff69b4;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1440px) {

  .SecondPage .title{
    font-size: 30px;
    margin: 40px 0px 40px 0px;
  }

  .how-to-start-container .title {
      margin: 40px 0px 40px 0px;
      font-size: 30px;
    }

    .title {
      margin: 40px 0px 40px 0px;
      font-size: 30px;
    }
}


@media (max-width: 768px) {
  
  .SecondPage .title{
    margin: 40px 0px 40px 0px;
    font-size: 24px;
  }

  .how-to-start-container .title {
    margin: 40px 0px 40px 0px;
      font-size: 24px;
    }

    .title {
      margin: 40px 0px 40px 0px;
      font-size: 24px;
    }
}
@media (max-width: 480px) {

  .SecondPage .title{
    margin: 40px 0px 40px 0px;
    font-size: 18px;
  }
  
  .how-to-start-container .title {
    margin: 40px 0px 40px 0px;
    font-size: 18px;
  }

  .title {
    margin: 40px 0px 40px 0px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .image-layout-container {
    
    margin-top: 20px;
  
}
}

  .Footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #363636;
    
    padding: 2vw;

    p {
      text-align: center;
      font-size: 1.2rem;
      font-family: "Gotham", sans-serif;
      color: #ff69b4;
    }
  }
  
}
