* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* -----------first page----- */
.outer {
  background-color: #161717;
  width: 100%;
}

.main {
  background-color: #161717;
  position: sticky;
  top: 0px;
  z-index: 4;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
}

.logo {
  width: 10%;
  padding-left: 5%;
  padding-right: 10%;
}

.logo img {
  width: 100%;
}

.option {
  width: 70%;
  height: 100%;
}
.option ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
a {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  color: #97a7af;
  text-decoration: none;
}
.btn {
  color: white;
  background: linear-gradient(
    to right,
    #ca42f2 0%,
    #6a42f2 39%,
    #4294f2 75%,
    #42b5f2 100%,
    #7db9e8 100%
  );
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 30px;
}
.option ul li a:hover {
  color: white;
}

.two_btn {
  display: flex;
  justify-content: center;
}

.two_btn a {
  text-decoration: none;
}

.body {
  padding-top: 45px;
  width: 60%;
  text-align: center;
  color: #97a7af;
  margin: auto;
  padding-bottom: 5%;
}
.body span {
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.body h1 {
  font-size: 38px;
  margin-top: 12px;
  color: white;
  font-family: "Inter", sans-serif;
}

.two_btn button {
  color: #fff;
  background: linear-gradient(
    to right,
    #ca42f2 0%,
    #6a42f2 39%,
    #4294f2 75%,
    #42b5f2 100%,
    #7db9e8 100%
  );
  font-family: "Inter", sans-serif;
  font-size: 11px;
  margin-top: 20px;
  margin-left: 10px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: none;
}

.image {
  margin-top: 50px;
}

.image img {
  width: 100%;
  height: 100%;
}

.outer2 {
  background-color: white;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-top: 4%;
  padding-bottom: 4%;
}
.middle {
  width: 60%;
}
.logo2 {
  width: 35%;
}

.logo2 img {
  width: 100%;
  height: 100%;
}

.logo_text {
  padding-bottom: 4%;
}

.middle .one {
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin-bottom: 15px;
}
.one {
  padding-left: 5%;
}
.one p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 80%;
}

.logo_text h2 {
  padding-left: 5%;
  font-size: 38px;
  font-family: "Inter", sans-serif;
}

.logo_text img {
  padding-left: 5%;
  margin-bottom: 15px;
}
#check {
  display: none;
}
.checkboxbtn {
  position: absolute;
  right: 20px;
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
  #check:checked ~ .option ul {
    position: sticky;
    display: block;
    text-align: left;
    font-size: 30px;
    line-height: 2rem;
    list-style-type: none;
    width: 90%;
    position: absolute;
    top: 69px;
    background-color: #161717fb;

    color: white;
    left: 5%;
    height: 40vh;
  }
  .checkboxbtn i {
    font-size: 25px;
  }
  .option li {
    padding-left: 5%;
  }
  .logo {
    width: 15%;
  }
  .btn {
    display: none;
  }
  .checkboxbtn {
    display: block;
  }
  .option ul {
    display: none;
  }

  .outer2 {
    flex-direction: column;
  }

  .logo2 {
    width: 60%;
  }

  .middle {
    width: 90%;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .one p {
    width: 100%;
  }

  .logo2 {
    width: 60%;
  }

  .h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 380px) {
  .two_btn {
    flex-direction: column;
  }
}

.outer3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.text {
  width: 40%;
  margin-left: 90px;
}

.logo3 {
  height: 90%;
  width: 60%;
  margin-right: 70px;
}

.heading h2 {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  margin-bottom: 35px;
}

.two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  background-color: white;
}

.two p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 80%;
}

.logo3 {
  width: 40%;
  height: 80%;
}

.logo3 img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .outer3 {
    flex-direction: column;
  }

  .text {
    margin: auto;
    width: 80%;
  }

  .menu {
    flex-wrap: wrap;
  }

  .menu .img1 {
    padding: 65px;
  }
}

/* Outer 4 */
.outer4 {
  background-color: white;
  width: 100%;
  padding-bottom: 13%;
}

.headtext {
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

.headtext h2 {
  color: #262929;
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.headtext p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.menu .img1 {
  height: 100px;
  width: 100px;
  padding-right: 50px;
  padding-left: 50px;
  align-items: c;
}

.menu .img1 img {
  width: 100%;
  height: 100%;
}

.img1 h3 a {
  text-decoration: none;
  color: #262929;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin: auto;
  display: block;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.img1 p {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
}

/* outer5 */
.outer5 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f5f7f9;
}

.onlytext h2 {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  color: #262929;
  display: block;
  font-weight: 700;
  margin-bottom: 3%;
  text-align: center;
}

.onlytext p {
  width: 60%;
  margin: auto;
  text-align: center;
  color: #6d6d6d;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.overall {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
  margin: auto;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
.all {
  width: 30%;
  padding-left: 20px;
  padding-top: 2%;
  padding-bottom: 4%;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #dde4e8;
}

.prize span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #262929;
  font-weight: 300;
}

.prize h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: #4294f2;
  font-weight: 700;
  margin-bottom: 4%;
}

.list ul li {
  list-style-type: none;
  font-family: "Inter", sans-serif;
  color: #6d6d6d;
  font-weight: 400;
  margin-bottom: 10%;
  font-size: 16px;
  font-weight: 400;
}

.list ul li:before {
  content: "✓";
}

.list a {
  color: white;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  background: linear-gradient(
    to right,
    #ca42f2 0%,
    #6a42f2 39%,
    #4294f2 75%,
    #42b5f2 100%,
    #7db9e8 100%
  );
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 20%;
  padding-right: 20%;
  border-radius: 30px;
}
.bt {
  list-style-type: none;
}
@media screen and (min-width: 0px) and (max-width: 1060px) {
  .overall {
    flex-direction: column;
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .overall .list a {
    width: 20%;
  }
  .all {
    margin-bottom: 30px;
    width: 80%;
    margin: auto;
  }
}
/* ------------------------- */
.outer6 {
  padding-top: 5%;
  padding-bottom: 10%;
}
.outer6 .outer-head {
  text-align: center;
  padding-bottom: 5%;
}
.outer-head h1 {
  color: #262929;
  font-family: "Inter", sans-serif;
  font-size: 35px;
}
.outer-carousel {
  width: 80%;
  height: auto;
  margin: auto;
}
.content {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.content .content-img {
  height: 50px;
  width: 50px;
}
.content .content-img img {
  height: 100%;
  width: 100%;
}
.content-text p {
  color: rgb(116, 112, 107);
  font-family: "Inter", sans-serif;
}
.content-text h3 {
  font-family: "Inter", sans-serif;
}
.second-content {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  width: 80%;
  margin: auto;
  padding-bottom: 30px;
}
.star-content {
  width: 50%;
  padding-left: 10%;
  padding-top: 2%;
  padding-bottom: 8%;
}
.star-content ul {
  color: #4294f2;
  font-size: 15px;
  list-style-type: none;
  display: flex;
}
.item {
  border-radius: 3px;
  border: 2px solid #dde4e8;
  background-color: #f5f7f9;
}
/* footer */
.footer {
  width: 100%;
  background-color: #262929;
  color: white;
  display: flex;
  justify-content: space-evenly;
}
.first-head {
  padding-top: 5%;
  width: 30%;
}
.first-head-img {
  padding-left: 5%;
  width: 40%;
}
.first-head-img img {
  width: 100%;
  height: 100%;
}
.first-head-text {
  color: #97a7af;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: 5%;
  width: 90%;
}
.first-head-links {
  padding-left: 2%;
  width: 30%;
}
.first-head-links ul {
  color: #97a7af;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
}
.links {
  padding: 5%;
}
.links-head {
  padding: 5%;
}
.links-head h4 {
  width: 50%;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.links-list ul {
  padding-left: 5%;
  color: #97a7af;
  list-style-type: none;
  width: 100%;
  line-height: 2;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

/* last border */
.last-border {
  height: 15%;
  width: 100%;
  background-color: #262929;
}
.last-border {
  color: #97a7af;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .footer {
    flex-wrap: wrap;
  }
  .first-head-img {
    width: 60%;
  }
}
