body {
    font-size: 14px;
    width: 100%;
    margin: 0px;
    min-height: 100vh;
    padding: 0px;
    color: #35250E;
  }

  .video-container {
    position: relative;
    width: 560px;
    height: 315px;
    background-size: cover;
    background-position: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
}

  .dataCenterImage{
    
    margin-bottom: 2rem;
  }
  .dataCenterImage iframe {
    border-radius: 10px;
  }

button{
    border-radius: 24px;
    cursor: pointer;
}
  header{
    width: 100%;
    height: 90px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerLogo{
    margin-left:10%;
  }
  .headerButtons{
    margin-right:10%;
  }
  .headerButtons button{
    height: 48px;
    width: 144px;
    margin-left: 10px;
  }
  .yellowFillButton {
    background-color: #FF9800;
    color: #fff;
    border: none;
  }
  /* Hover effect for the filled button */
  .yellowFillButton:hover {
    background-color: #e68a00; /* Slightly darker shade on hover */
  }

  /* Outline button */
  .yellowOutlineButton {
    background-color: #FFFBF4;
    border: 1px solid #FF9800;
    color: #FF9800;
  }
  /* Hover effect for the outline button */
  .yellowOutlineButton:hover {
    background-color: #FF9800; /* Fill on hover */
    color: #fff;              /* Invert text color */
  }
  .mainSection{
    background-color: #FFFBF5;
    min-height: 100vh;
    margin: 0px;
  }
  .firstSection{
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFEFD7;
  }
  .firstSection h1{
    font-family: Outfit;
font-weight: 500;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;

  }
  .firstSection p{
    margin: 0.2px;
    font-family: Outfit;
font-weight: 400;
font-size: 28px;
line-height: 48px;
letter-spacing: 0%;
text-align: center;

  }
  .sectionOneButtons{
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 48px;
    width: 144px;
  }
  .sectionOneButtons button{
    width: 128px;
    font-weight: bold;
  }

  .secondSection{
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .secondSection p{
    font-family: Outfit;
font-weight: 500;
font-size: 28px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
    margin: 0px;
  }
.row{
    margin: 2rem;
}
  .firstRow{
    margin: 2rem;
    display: flex;
    gap: 5rem;
    justify-content: space-between;
  }

  .secondSectionButton{
    margin-top: 2rem;
    height: 50px;
    width: 144px;
  }

  .secondSectionButton Button{
    width: 128px;
    height: 48px;
    font-weight: bold;
  }

  .thirdSection{
    margin-top: 4rem;
    margin-left: 12.5%;
    margin-right: 12.5% ;
    background: linear-gradient(318.28deg, #000000 17.93%, #545454 141.91%);
    /* display: grid;
    grid-template-columns: auto auto;
    gap: 10px; */
    height: 880px;
    border-radius: 80px;
    /* align-items: center; */
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .qrcode{
    /* width: 100%;display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    width: 100%;
    height: 90%;
    overflow: hidden;
   }

   .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .qrcode img[src$=".png"] {
    padding: 0 20px; /* Add left and right padding */
    box-sizing: border-box;
  }
  .slide.active {
    opacity: 1;
  }
  .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    text-align: center;
  }
  .text h1{
    color: #fff;
    font-family: Outfit;
font-weight: 500;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;

  }
  .text p{
    color: #fff;
    font-family: Outfit;
font-weight: 400;
font-size: 28px;
line-height: 48px;
letter-spacing: 0%;

  }

  .text button{
    width: 150px;
    height: 50px;
  }

  .fourthSection{
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fourthSection h1{
    font-family: Outfit;
font-weight: 600;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  }



  .list-grid-container{
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 5rem;
  }

  /* @media screen and (max-width: 1024px) {
    .list-grid-container{
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 90%;
      margin-top: 5rem;
    }
    
  .item1{
    padding-right: 0px!important;
  }
  .item2{
    padding-left: 0px!important;
  }
  } */

  .item1, .item2 {
    display: flex;
    align-items: center;
    width: 500px;
    font-family: Outfit;
font-weight: 500;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
    gap: 1.5rem
    
  }
  .item1{
    padding-right: 10%;
  }
  .item2{
    padding-left: 10%;
  }

  .fourthSection h2{
    margin-top: 6rem;
    font-family: Outfit;
font-weight: 600;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  }

  .fifthSection{
    margin-top:4%;
    margin-left: 20%;
    margin-right: 20% ;
    background: #FFF2DE;
    /* display: grid;
    grid-template-columns: auto auto;
    gap: 10px; */
    max-height: 60vh;
    border-radius: 80px;
    /* align-items: center; */
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    align-self: center;
    min-height: 400px;
    justify-content: space-between;
    max-height: 500px;
  }

  .typography{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-left: 9%;
    padding-top: 1%;
    padding-bottom: 3%;
    align-items: flex-start;
  }

  .typography button {
    background: none;          /* Transparent background */
    border: none;             /* No border */
    color: #4a3b2b;           /* Dark brown text color */
    font-size: 16px;          /* Adjust as needed */
    cursor: pointer;
    padding: 0;               /* Remove default padding */
    text-decoration: none;
    font-weight: 500;         /* Slightly thicker font */
    transition: opacity 0.2s ease;
    align-items: center;
  }
  .arrow {
    margin-left: 4px;
    font-size: 1.4rem;
}
  /* Hover effect: slight change in opacity */
  .typography button:hover {
    opacity: 0.7;
  }

  .typography h1{
    font-family: Outfit;
font-weight: 500;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

  }

  .typography p{
    font-family: Outfit;
font-weight: 200;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;

  }

  .fifthSection img{
    margin-right: 10%;
    margin-bottom: 5%;
    max-width: 100%;
      height: auto;
      display: block;
  }

  /* @media screen and (max-width: 1023px) {
    .fifthSection img {
      margin-left: 4%;
      margin-bottom: 5%;
      max-width: 34%;
      height: auto;
      display: block;
    }
    .typography{
      display: flex;
      flex-direction: column;
      width: 50%;
      padding-left: 9%;
      padding-top: 1%;
      padding-bottom: 3%;
      align-items: flex-start;
    }
    .typography h1{
      font-family: Outfit;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  
    }
    .typography p{
      font-family: Outfit;
  font-weight: 200;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  
    }
  }
   */

  .sixthSection{
    margin-top:4%;
    margin-left: 12.5%;
    margin-right: 12.5% ;
    background: #FFF2DE;
    max-height: 30vh;
    border-radius: 80px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(318.28deg, #000000 17.93%, #545454 141.91%);
    color: #fff;
    padding: 5rem;
    gap: 1rem;
  }

  .sixthSection div{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection  h1{
    font-family: Outfit;
font-weight: 40;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;

  }

  .sixthSection p{
    font-family: Outfit;
font-weight: 200;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;

  }

  .sixthSection button{
    color: #000;
    height:50px;
    width: 150px;
  }

  .seventhSection{
    height: 30rem;
    display: flex;
    margin-top:4%;
    flex-direction: column;
    width: 100%;
  }
  .firstHalf{
    background-color: #FFFBF5;
    height: 15rem;
  }

  .secondHalf{
    background-color: #FFF2DE;
    height: 15rem;
  }

  .paragraph {
    display: flex;
    align-items: center;
    margin-top: -5rem;
    margin-bottom: -5rem;
    height: 10rem;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #fff;
    justify-content: center;
    margin-left: 12.5%;
    margin-right: 12.5% ;
    border-radius: 100px;
    z-index: 1;
    box-shadow: 0px 1px 30px 0px #0000000D;

  }
  .paragraph p{
    font-family: Outfit;
font-weight: 500;
font-size: 28px;
letter-spacing: 0%;
vertical-align: bottom;

  }
  .paragraph button{
    width: 150px;
    height: 50px;
  }

  footer{
    height: 5rem;
    background-color: #FFFBF5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .socialHandles {
    margin-left: 2rem;
  }

  .socialHandles button {
    margin: 0;
    border: 0;
    background-color: #FFFBF5;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .socialHandles button:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
  
  

  .trademark{
    margin-right: 2rem;
  }


  @media screen and (max-width: 999px) {
    /* Add styles specific to screens below 1000px */
    .paragraph p{
      font-size: 26px
    }
    .firstSection h1{
      font-size: 32px;
    }
    .firstSection p{
      font-size: 16px;
    }
    .qrcode img{
      height: 80%!important;
      width: 80%!important;
    }
    .thirdSection{
      padding: 1%;
      height: 700px;
      flex-direction: column;
    }
    .text{
      width: 70%;
    }
    .list-grid-container{
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 5rem;
    }
    .item2{
      padding-left: 0px;
    }

    .typography {
      width: 40%;
    }
  
    .fifthSection img {
      margin-left: 7%;
      max-width: 30%;
    }
  
    .thirdSection{
      padding-top: 20px;
    }
    .qrcode{
      padding: 4rem;
    }
    .text{
      padding-right: 5%;
      padding-left: 10%;
    }
  
    .typography h1{
      font-size: 24px;
    }
  
    .text h1{
      font-size: 30px!important;
    }
  
    .typography p{
      font-size: 16px;
    }
  
    .sixthSection div {
      width: 80%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .sixthSection h1 {
      font-size: 30px;
  
    }
  
    .sixthSection p {
      font-size: 14px;
    }
      .text {
        padding-right: 5%;
        width: 76%;
      }
    
      .text h1 {
        font-size: 40px;
    
      }
  
      .text h1 img{
        height: 2rem;
        width: 2rem;
      }
    
      .text p {
        font-size: 18px;
    
      }
      
      .seventhSection{
        height: 20rem;
        margin-top:3%;
      }
      .firstHalf{
        background-color: #FFFBF5;
        height: 10rem;
      }
    
      .secondHalf{
        background-color: #FFF2DE;
        height: 10rem;
      }
      .paragraph {
        margin-top: -4rem;
        margin-bottom: -4rem;
        height: 8rem;
      }
  }


  /* 1000px to 1099px */
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  /* Add styles specific to screens between 1000px and 1099px */

  .qrcode img{
    height: 100%!important;
    width: 200%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 70%;
  }
  .typography {
    width: 40%;
  }
  

  .fifthSection img {
    margin-left: 7%;
    max-width: 30%;
  }

  .thirdSection{
    padding-top: 20px;
  }
  .qrcode{
    width: 24%;
    padding: 4rem;
  }
  .text{
    padding-right: 5%;
    padding-left: 10%;
    width: 76%;
  }

  .typography h1{
    font-size: 24px;
  }

  .text h1{
    font-size: 30px!important;
  }

  .typography p{
    font-size: 16px;
  }

  .sixthSection div {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection h1 {
    font-size: 30px;

  }

  .sixthSection p {
    font-size: 14px;
  }
    .text {
      padding-right: 5%;
      width: 76%;
    }
  
    .text h1 {
      font-size: 40px;
  
    }

    .text h1 img{
      height: 2rem;
      width: 2rem;
    }
  
    .text p {
      font-size: 18px;
  
    }
    
    .seventhSection{
      height: 20rem;
      margin-top:3%;
    }
    .firstHalf{
      background-color: #FFFBF5;
      height: 10rem;
    }
  
    .secondHalf{
      background-color: #FFF2DE;
      height: 10rem;
    }
    .paragraph {
      margin-top: -4rem;
      margin-bottom: -4rem;
      height: 8rem;
    }
}

/* 1100px to 1199px */
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  /* Add styles specific to screens between 1100px and 1199px */
  .qrcode img{
    height: 100%!important;
    width: 270%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  
  .typography {
    width: 40%;
  }

  .fifthSection img {
    margin-left: 7%;
    max-width: 30%;
  }

  .thirdSection{
    padding-top: 20px;
  }
  .qrcode{
    width: 24%;
    padding: 7rem;
  }
  .text{
    padding-right: 5%;
    width: 76%;
  }

  .typography h1{
    font-size: 24px;
  }

  .typography p{
    font-size: 16px;
  }

  .sixthSection div {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection h1 {
    font-size: 30px;

  }

  .sixthSection p {
    font-size: 14px;
  }
    .text {
      padding-right: 5%;
      width: 76%;
    }
  
    .text h1 {
      font-size: 40px;
  
    }

    .text h1 img{
      height: 2rem;
      width: 2rem;
    }
  
    .text p {
      font-size: 18px;
  
    }
    
    .seventhSection{
      height: 20rem;
      margin-top:3%;
    }
    .firstHalf{
      background-color: #FFFBF5;
      height: 10rem;
    }
  
    .secondHalf{
      background-color: #FFF2DE;
      height: 10rem;
    }
    .paragraph {
      margin-top: -4rem;
      margin-bottom: -4rem;
      height: 8rem;
    }
    .paragraph p{
      font-family: Outfit;
  font-size: 36px;
  
    }
    .sixthSection h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 34px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
    }
    .sixthSection{
      height: 200px;
    }
      .sixthSection p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
      }
      .typography h1 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
      }
      .typography p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0%;
      }
      .fourthSection h2 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 44px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
      }
          .fourthSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 35px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .list-grid-container p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
          }
  
          .list-grid-container img{
            width: 40px;
            height: 40px;
          }
  
          .firstSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 50px;
            line-height: 100%;
            letter-spacing: 0%;
          }
          .firstSection p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 20px;
            line-height: 48px;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .fifthSection h1{
            font-size: 28px;
          }
          .fifthSection p {
            font-size: 17px;
          }
}

/* 1200px to 1299px */
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  /* Add styles specific to screens between 1200px and 1299px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .typography {
    width: 40%;
  }

  .fifthSection img {
    margin-left: 7%;
    max-width: 30%;
  }

  .typography h1{
    font-size: 24px;
  }

  .typography p{
    font-size: 16px;
  }

  .sixthSection div {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection h1 {
    font-size: 30px;

  }

  .sixthSection p {
    font-size: 14px;
  }
    .text {
      padding-right: 5%;
      width: 76%;
    }
  
    .text h1 {
      font-size: 40px;
  
    }

    .text h1 img{
      height: 2rem;
      width: 2rem;
    }
  
    .text p {
      font-size: 18px;
  
    }
    
    .seventhSection{
      height: 20rem;
      margin-top:3%;
    }
    .firstHalf{
      background-color: #FFFBF5;
      height: 10rem;
    }
  
    .secondHalf{
      background-color: #FFF2DE;
      height: 10rem;
    }
    .paragraph {
      margin-top: -4rem;
      margin-bottom: -4rem;
      height: 8rem;
    }

    .paragraph p{
      font-family: Outfit;
  font-size: 36px;
  
    }
    .sixthSection h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 34px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
    }
    .sixthSection{
      height: 200px;
    }
      .sixthSection p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
      }
      .typography h1 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
      }
      .typography p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0%;
      }
      .fourthSection h2 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
      }
          .fourthSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 40px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .list-grid-container p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
          }
  
          .list-grid-container img{
            width: 40px;
            height: 40px;
          }
  
          .firstSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 60px;
            line-height: 100%;
            letter-spacing: 0%;
          }
          .firstSection p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 24px;
            line-height: 48px;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .fifthSection h1{
            font-size: 28px;
          }
          .fifthSection p {
            font-size: 17px;
          }
}

/* 1300px to 1399px */
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  /* Add styles specific to screens between 1300px and 1399px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .typography {
    width: 40%;
  }

  .fifthSection img {
    margin-left: 7%;
    max-width: 30%;
  }

  .typography h1{
    font-size: 24px;
  }

  .typography p{
    font-size: 16px;
  }

  .sixthSection div {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection h1 {
    font-size: 33px;

  }

  .sixthSection p {
    font-size: 14px;
  }
    .text {
      padding-right: 5%;
      width: 76%;
    }
  
    .text h1 {
      font-size: 40px;
  
    }

    .text h1 img{
      height: 2rem;
      width: 2rem;
    }
  
    .text p {
      font-size: 18px;
  
    }
    .paragraph p{
      font-family: Outfit;
  font-size: 36px;
  
    }
    .sixthSection h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 34px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
    }
    .sixthSection{
      height: 200px;
    }
      .sixthSection p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
      }
      .typography h1 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
      }
      .typography p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0%;
      }
      .fourthSection h2 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
      }
          .fourthSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 44px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .list-grid-container p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
          }
  
          .list-grid-container img{
            width: 40px;
            height: 40px;
          }
  
          .firstSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 60px;
            line-height: 100%;
            letter-spacing: 0%;
          }
          .firstSection p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 24px;
            line-height: 48px;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .fifthSection h1{
            font-size: 28px;
          }
          .fifthSection p {
            font-size: 17px;
          }
}

/* 1400px to 1499px */
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  /* Add styles specific to screens between 1400px and 1499px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .typography {
    width: 40%;
  }

  .fifthSection img {
    margin-left: 7%;
    max-width: 30%;
  }

  .sixthSection div {
    width: 80%;
  }

  .sixthSection h1 {
    font-size: 40px;

  }

  .sixthSection p {
    font-size: 16px;
  }

  .text {
    padding-right: 5%;
    width: 76%;
  }

  .text h1 {
    font-size: 40px;

  }

  .text h1 img{
    height: 2rem;
    width: 2rem;
  }

  .text p {
    font-size: 18px;

  }
  .paragraph p{
    font-family: Outfit;
font-size: 40px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
  .sixthSection{
    height: 200px;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 18px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 50px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 44px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .list-grid-container img{
          width: 40px;
          height: 40px;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }

        .fifthSection h1{
          font-size: 28px;
        }
        .fifthSection p {
          font-size: 17px;
        }
}


/* 1600px and above */
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  /* Add styles specific to screens 1600px and above */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .typography {
    width: 40%;
  }

  .fifthSection img {
    margin-left: 7%;
    max-width: 40%;
  }

  .sixthSection div {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sixthSection h1 {
    font-size: 40px;

  }

  .sixthSection p {
    font-size: 16px;
  }
    .text {
      padding-right: 5%;
      width: 76%;
    }
  
    .text h1 {
      font-size: 40px;
  
    }

    .text h1 img{
      height: 2rem;
      width: 2rem;
    }
  
    .text p {
      font-size: 18px;
  
    }

    .paragraph p{
      font-family: Outfit;
  font-size: 40px;
  
    }
    .sixthSection h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 38px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
    }
    .sixthSection{
      height: 200px;
    }
      .sixthSection p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: bottom;
      }
      .typography h1 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
      }
      .typography p {
        font-family: Outfit;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0%;
      }
      .fourthSection h2 {
        font-family: Outfit;
        font-weight: 500;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
      }
          .fourthSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 44px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .list-grid-container p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
          }
  
          .list-grid-container img{
            width: 40px;
            height: 40px;
          }
  
          .firstSection h1 {
            font-family: Outfit;
            font-weight: 500;
            font-size: 70px;
            line-height: 100%;
            letter-spacing: 0%;
          }
          .firstSection p {
            font-family: Outfit;
            font-weight: 400;
            font-size: 28px;
            line-height: 48px;
            letter-spacing: 0%;
            text-align: center;
          }
  
          .fifthSection h1{
            font-size: 32px;
          }
          .fifthSection p {
            font-size: 18px;
          }

}

/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}

/* Modal Content Container */
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.3s ease-out;
}

.modal-content button{
  background-color: #FF9800;
}

/* Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

/* Form styling */
form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

form input[type="email"],
form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button[type="submit"] {
  background-color: #FF9800;
    color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
}

form button[type="submit"]:hover {
  background-color: #218838;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media screen and (min-width: 1600px) and (max-width: 1699px) {
  /* Styles for 1600px - 1699px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 40px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 54px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 50px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .list-grid-container img{
          width: 40px;
          height: 40px;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }

        .fifthSection h1{
          font-size: 32px;
        }
        .fifthSection p {
          font-size: 18px;
        }
}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
  /* Styles for 1700px - 1799px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 22px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 54px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 50px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .list-grid-container img{
          width: 40px;
          height: 40px;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }

        .fifthSection h1{
          font-size: 32px;
        }
        .fifthSection p {
          font-size: 18px;
        }
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {
  /* Styles for 1800px - 1899px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 22px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 62px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 54px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }

}

@media screen and (min-width: 1900px) and (max-width: 1999px) {
  /* Styles for 1900px - 1999px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 24px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 60px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 2000px) and (max-width: 2099px) {
  /* Styles for 2000px - 2099px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 24px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 64px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 2100px) and (max-width: 2199px) {
  /* Styles for 2100px - 2199px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .text{
    width: 90%;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 64px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 2200px) and (max-width: 2299px) {
  /* Styles for 2200px - 2299px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 2300px) and (max-width: 2399px) {
  /* Styles for 2300px - 2399px */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 2400px) and (max-width: 3199px) {
  /* Styles for 2400px and above */
  .qrcode img{
    height: 90%!important;
    width: 90%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  .paragraph p{
    font-family: Outfit;
font-size: 48px;

  }
  .sixthSection h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
    .sixthSection p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: bottom;
    }
    .typography h1 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .typography p {
      font-family: Outfit;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0%;
    }
    .fourthSection h2 {
      font-family: Outfit;
      font-weight: 500;
      font-size: 70px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
    }
        .fourthSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
          text-align: center;
        }

        .list-grid-container p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 22px;
          line-height: 100%;
          letter-spacing: 0%;
        }

        .firstSection h1 {
          font-family: Outfit;
          font-weight: 500;
          font-size: 70px;
          line-height: 100%;
          letter-spacing: 0%;
        }
        .firstSection p {
          font-family: Outfit;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 0%;
          text-align: center;
        }
}

@media screen and (min-width: 3200px) {
  .qrcode img{
    height: 70%!important;
    width: 70%!important;
  }
  .thirdSection{
    padding: 1%;
    height: 600px;
  }
  
}