@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: Poppins;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  background-color: white;
  margin: auto;
}

.section1 {
  background-image: url(images/background.png);
  background-size: cover;
  color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins;
  /* padding: 40px; */
  /* overflow: hidden; */
}

.sectioncontainer {
  position: relative;

}

.pic2 {
  position: relative;
  top: 7px;
  width: 400px;
  margin: auto;
}

.pic2>img {
  height: 100%;
  width: 100%;
}

.head1 {
  position: relative;
  font-family: Poppins;
  font-size: 27px;
  color: #fff;
  z-index: 0;
  top: 98px;
  /* white-space: nowrap; */

}

.head2 {
  position: absolute;
  font-size: 27px;
  color: #FFF;
  top: 181px;
  z-index: 1;

}

.para {
  /* z-index: 1; */
  color: #FFF;
  /* top: 7px; */
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.section2 {
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px;
}

.left {
  flex: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left>img {
  height: 100%;
  width: 100%;
}

.right {
  flex: 0.9;
  color: white;
}

.button {
  border-radius: 20px;
  background-color: #7c59d7;
  color: #fff;
  padding: 6px 10px;
}

.h1 {
  font-size: 25px;
  color: #fff;
  top: 403px;
}

.text {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.section3 {
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px;
}

.iphone14 {
  flex: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iphone14>img {
  height: 100%;
  width: 100%;
}

.left1 {
  flex: 0.9;
}

.h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 25px;
}

.h2 p {
  color: #ec38a8;
  font-family: Poppins;
  font-size: 45px;
  display: inline;
}

.text1 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.section4 {
  height: auto;
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px;
}

.iphone15 {
  flex: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iphone15>img {
  height: 100%;
  width: 100%;
}

.right2 {
  flex: 0.9;
}

.h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 25px;
}

.h3 p {
  color: #38dafe;
  font-family: Poppins;
  font-size: 45px;
  display: inline;
}

.section5 {
  background-image: url(images/bg.png);
  background-size: cover;
  background-position: center;
  color: #dadada;
  text-align: center;
  justify-content: center;
  padding: 50px;

}

.flexbox {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.flexbox h1 {
  font-size: 45px;
  color: white;
}

.flexbox p {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.phnimg {
  margin: 50px auto;
  width: 90%;
}

.section6 {
  background-image: url(images/background2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  overflow: hidden;
}

.mainbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mainbox h1 {
  font-size: 45px;
  color: white;
  text-align: center;
}

.flexbox2 {
  width: 100%;
  min-height: 400px;
  height: auto;
  display: flex;
  gap: 20px;
  flex: 0 0.5;
  justify-content: center;
  align-items: center;
}

.content {
  height: 50%;
  flex-wrap: wrap;
  padding: 0px 10px;
}

.contentSection6 {
  height: 363px;
  width: 283px;
  border-radius: 30px;

  /* min-height: 363px;
  height: auto; */
}

.content1 {
  background-image: url(images/BG1.png);
}

.content2 {
  background-image: url(images/BG2.png);
}

.content3 {
  background-image: url(images/BG3.png);
}

.plyimgcontainer {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playbtn {
  width: 98px;
  height: 98px;
}

.one {
  color: white;
  /* padding: 0px 10px; */
  font-size: 16px;
}

.two {
  color: white;
  line-height: 2.5rem;
  /* padding: 0px 0px; */
  font-size: 13px;
}

.section7 {
  background-color: #12141D;
  height: auto;
  overflow: hidden;
  padding: 50px;
}

.betasection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beta {
  margin-top: 40px;
  border-radius: 24px;
  padding: 10px;
  background-color: #7C59D7;
  color: white;
  font-family: poppins;
}

.h5 {
  text-align: center;
  font-size: 30px;
  color: white;
}

.h5 p {
  font-size: 15px;
  font-weight: 200;
}

.text3 {
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 200;
  font-family: poppins;
  line-height: 25px;
}

.buttonimage {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.iphimage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iphimage img {
  width: 90%;
}

.section8 {
  background-color: #12141D;
  height: auto;
  padding: 50px;
}

.box {
  height: 50%;
  flex-wrap: wrap;
  padding: 0px 10px;
  color: #dadada;
  text-align: center;
  font-size: 13px;
  padding: 10px 10px;
}

.box1 {
  background-image: url(images/BG4.png);
  height: 400px;
  width: 300px;
  border-radius: 30px;
}

.box2 {
  background-image: url(images/BG4.png);
  height: 400px;
  width: 300px;
  border-radius: 30px;
}

.box3 {
  background-image: url(images/BG4.png);
  height: 400px;
  width: 300px;
  border-radius: 30px;
}

.sam {
  line-height: 2.5rem;
  font-weight: 500;
}

.alex {
  font-size: 15px;
}
.section9 {
  background-color: #12141D;
  /* width: 100%; */
  height: auto;
  padding: 50px;
}
.section9 .h5> p{
  font-size: 20px;
  font-weight: 300;
}

.wrapper1 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;

}

.wrapper>p,
.wrapper>h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.wrapper>h1 {
  letter-spacing: 3px;
}

.accordion {
  background-color: #12141D;
  color: #FFF;
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 2rem 1.5rem;
  border: none;
  display: flex;
}

.accordion i {
  font-size: 1.6rem;
}

.pannel {
  padding: 0 2rem 2.5rem 2rem;
  background-color: #12141D;
  overflow: hidden;
  background-color: #12141D;
  display: none;
}

.pannel p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4;
}

.faq {
  border: 2px solid grey;
  margin: -1px 0;
  border-radius: 10px;
}

.section10 {
  background-color: #292929;
  position: relative;
  padding: 50px;
}

.rslogo,
.rectangle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.form-box {
  padding: 10px;
  border-radius: 5px;
  background: #ececec;
  width: 100%;
  display: inline-flex;
  gap: 10px;
}

.form-box input {
  font-size: 15px;
  color: black;
  padding: 15px 10px;
  border: none;
  outline: none;
  width: 55%;
}

.form-box button {
  color: #FFF;
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  background: #7C59D7;
  cursor: pointer;
  transition: .3s;
}

.sidebar {
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}

.sidebarleft {
  width: 100%;
  height: auto;
  display: flex;

  flex-direction: column;
}

.floatleft {
  display: flex;
  padding: 10px;

}

.floatleft p {
  margin-left: 20px;
}

.app {
  display: flex;
  align-items: flex-end;
}

.app img {
  height: auto;
  width: 100%;
}

hr {
  margin: 25px 0px;
  color: #08080b;
}

.footer {
  display: flex;
  justify-content: space-between;
  color: #FFF;
}




@media screen and (max-width: 780px) {

  .pic2 {
    width: 65%;
    min-width: 300px;
  }

  .head2 {
    margin-top: 68px;
    padding: 2px;
  }

  .para {
    padding: 0px 25px;
  }

  .left {
    width: 100%;
  }

  .section2 {
    flex-direction: column;
  }

  .section3 {

    flex-direction: column;
  }

  .section4 {

    flex-direction: column;
  }

  .flexbox p {
    padding: 20px;
  }

  .phnimg {
    width: 80%;
  }

  .section6 {
    /* padding: 20px; */
    flex-direction: column;
  }

  .mainbox h1 {
    font-size: 24px;
    text-align: center;
  }

  .para {
    text-align: center;
  }

  .flexbox2 {
    flex-direction: column;
    width: 80%;
  }

  .plyimgcontainer {
    height: 50%;
  }

  .one,
  .two {
    font-size: 15px;
  }

  .betasection {
    margin-bottom: 20px;
  }

  .h5 {
    font-size: 18px;
  }

  .buttonimage,
  .iphimage {
    margin-top: 20px;
  }

  .buttonimage img {
    width: 80%;
  }

  .iphimage img {
    width: 80%;
  }

  .text3 {
    padding: 20px;
  }

  .section8 {
    padding: 20px;

  }

  .flexbox1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flexbox1 img {
    width: 65%;
    min-width: 100px;
  }

  .pic1 {
    padding: 20px;
  }

  .section9 {
    padding: 20px;
  }

  .faq {
    margin: 0;
  }

  .accordion {
    font-size: 16px;
  }

  .pannel p {
    font-size: 14px;
  }

  .h5 {
    text-align: center;
    padding-top: 20px;
  }

  .section10 {
    height: auto;
  }

  .form-box input {
    width: 100%;
  }

  .app {
    height: fit-content;
  }

  .sidebar {
    /* margin: 5px 0px 0px 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .sidebarleft {
    align-items: center;
  }

  .footer {
    flex-direction: column;
  }
  .radio-container label {
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width: 980px) {
  .plyimgcontainer {
    height: 50%;
  }
}

.radio-container {
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container label {
  display: inline-block;
  background-color: #292929;
  color: white;
  padding: 8px 8px;
  border-radius: 15px;
  cursor: pointer;
}

.radio-container input[type="radio"]:checked + label {
  background-color: #7C59D7;
}