* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.container {
  width: 80%;
  margin: 0px auto;
}

body {
  background-color: black;
  font-family: sans-serif;
}

.image-wrap {
  width: 100%;
  height: 100vh;
}

.image-wrap>img {
  width: 100%;
  height: 100%;
  filter: brightness(25%);
  object-fit: cover;
}

header {
  width: 100%;
  /* background-color: white; */
  position: absolute;
  top: 30px;
  display: flex;
  align-items: center;
}

header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}

header div>div:nth-child(2) {
  display: flex;
  gap: 10px;
}

header div>div:nth-child(2)>select {
  padding: 3px 10px;
  background-color: rgb(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
}

header div>div:nth-child(2)> a >button {
  padding: 3px 15px;
  background-color: #db0001;
  color: white;
  border: none;
  border-radius: 5px;
}

header div>div:nth-child(2) > a >button:hover {
  cursor: pointer;
  background-color: red;
}


.content {
  width: 100%;
  margin: 0px auto;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content>div>div:nth-child(1)>h1 {
  margin-top: 30px;
  font-weight: 800;
}

.content>div>div:nth-child(1)>h1>span {
  display: block;
  line-height: 50px;
  font-size: 50px;
}

.content>div>div:nth-child(1)>p>span {
  height: 100px;
  display: block;
  line-height: 20px;
  height: auto;
  margin-top: 10px;
  font-size: 14px;

}

.content>div>div:nth-child(1)>div {
  margin-top: 20px;
}

.content>div>div:nth-child(1)>div>p>span {
  font-size: 14px;
}

.content>div>div:nth-child(1)>div>div {
  margin-top: 10px;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.content>div>div:nth-child(1)>div>div>input {
  width: 40%;
  padding: 10px 10px;
  background-color: rgb(16 16 16);
  border: 1px solid white;
  color: white;
}

.content>div>div:nth-child(1)>div>div>input::placeholder {
  font-size: 12px;
}

.content>div>div:nth-child(1)>div>div>span >a >button {
  padding: 10px 30px;
  background-color: #db0001;
  color: white;
  border: 1px solid #db0001;
}

.content>div>div:nth-child(1)>div>div >span>a >button:hover {
  background-color: red;
  cursor: pointer;
}

.feature {
  margin-top: 50px;
}

.feature>div>div {
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 20px; */
  margin-top: 40px;
}

.feature>div>div:nth-child(1)>div {
  width: 40%;
}

.feature>div>div:nth-child(1)>div:nth-child(1) h2 {
  font-weight: 800;
  font-size: 32px;
}

.feature>div>div:nth-child(1)>div:nth-child(1) p {
  /* background-color: red; */
  margin-top: 10px;
  font-size: 16px;

}

.feature>div>div:nth-child(1)>div:nth-child(2) {
  /* background-color: yellow; */
  text-align: center;
}

.feature>div>div:nth-child(1)>div:nth-child(2)>img {
  width: 100%;
}



/* Feature 2------------------------------------- */

.feature>div>div:nth-child(2) {
  margin-top: 80px;
}

.feature>div>div:nth-child(2)>div {
  width: 40%;
}

.feature>div>div:nth-child(2)>div:nth-child(1) h2 {
  font-weight: 800;
  font-size: 32px;
}

.feature>div>div:nth-child(2)>div:nth-child(1) p {
  /* background-color: red; */
  margin-top: 10px;
  font-size: 16px;

}

.feature>div>div:nth-child(2)>div:nth-child(2) {
  /* background-color: yellow; */
  text-align: center;
}

.feature>div>div:nth-child(2)>div:nth-child(2)>img {
  width: 100%;
}



/* Feature 3------------------------------------- */
.feature>div>div:nth-child(3) {
  margin-top: 80px;
}

.feature>div>div:nth-child(3)>div {
  width: 40%;
}

.feature>div>div:nth-child(3)>div:nth-child(1) h2 {
  font-weight: 800;
  font-size: 32px;
}

.feature>div>div:nth-child(3)>div:nth-child(1) p {
  /* background-color: red; */
  margin-top: 10px;
  font-size: 16px;

}

.feature>div>div:nth-child(3)>div:nth-child(2) {
  /* background-color: yellow; */
  text-align: center;
}

.feature>div>div:nth-child(3)>div:nth-child(2)>img {
  width: 100%;
}


/* Feature 4------------------------------------- */
.feature>div>div:nth-child(4) {
  margin-top: 80px;
}

.feature>div>div:nth-child(4)>div {
  width: 40%;
}

.feature>div>div:nth-child(4)>div:nth-child(1) h2 {
  font-weight: 800;
  font-size: 32px;
}

.feature>div>div:nth-child(4)>div:nth-child(1) p {
  /* background-color: red; */
  margin-top: 10px;
  font-size: 16px;

}

.feature>div>div:nth-child(4)>div:nth-child(2) {
  /* background-color: yellow; */
  text-align: center;
}

.feature>div>div:nth-child(4)>div:nth-child(2)>img {
  width: 100%;
}





.faq {
  color: white;
  margin-top: 80px;
}

.faq div>div>div:nth-child(1) {
  margin-bottom: 20px;
  /* background-color: red; */
}

.faq div>div:nth-child(1)>h2 {
  text-align: center;
}


.faq div>div {
  margin-top: 5px;
}

.faq div>div:nth-child(2)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #303030;
}

.faq div>div:nth-child(3)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #303030;
  margin-top: 10px;
}

.faq div>div:nth-child(4)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px;
  background-color: #303030;
  margin-top: 10px;
}

.faq div>div:nth-child(5)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #303030;
  margin-top: 10px;
}

.faq div>div:nth-child(6)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #303030;
  margin-top: 10px;
}

.faq div>div:nth-child(7)>div:nth-child(1) {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #303030;
  margin-top: 10px;
}

.faq div>div:nth-child(8) {
  text-align: center;
  margin-top: 100px;
}

.faq div>div:nth-child(8)>div {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.faq div>div:nth-child(8)>div>input {

  width: 30%;
  padding: 10px 10px;
  background-color: rgb(16 16 16);
  border: 1px solid white;
  color: white;
}

.faq div>div:nth-child(8)>div>span>button {
  padding: 12px 30px;
  background-color: #db0001;
  color: white;
  border: none;
  border-radius: 5px;
}


.faq div>div>.des {
  width: 100%;
  margin: 0px auto;
  height: 200px;
  background-color: #303030;
  margin-top: 10px;
  text-align: justify;
  height: auto;
  padding: 10px;
  display: none;
}

footer {
  color: #777;
  margin-top: 80px;
  margin-bottom: 20px;
}

footer a {
  color: #777;
  text-decoration: none;
  line-height: 30px;
}

footer>div div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer>div>div>div {
  display: flex;
  flex-direction: column;
}

footer>div>div:nth-child(3)>select {
  padding: 3px 10px;
  background-color: rgb(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
}


/* 
  padding: 3px 10px;
  background-color: rgb(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px; */





@media screen and (max-width:800px) {
  .feature>div>div:nth-child(1)>div {
    width: 80%;
  }

  .feature>div>div:nth-child(2)>div {
    width: 80%;
  }

  .feature>div>div:nth-child(3)>div {
    width: 80%;
  }

  .feature>div>div:nth-child(4)>div {
    width: 80%;
  }

  .faq div>div {
    width: 100%;
  }
}

@media screen and (max-width:550px) {

  footer>div div {
    width: 100%;
    text-align: center;
  }

  footer>div>div:nth-child(3)>select,
  h3 {
    margin: 0px auto;
  }
}