* {
  margin: 0;
  box-sizing: border-box;
}
.mine {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(NETF.jpg);
  max-width: 100%;
  height: 108vh;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header button {
  height: 30px;
  width: 75px;
  color: white;
  background-color: red;
  border: none;
  border-radius: 4px;
}
.mulbody {
  padding-top: 250px;
  color: white;
  text-align: center;
}
.mulbody h1 {
  font-size: 64px;
  font-weight: 900;
}
.mulbody h5 {
  font-size: 20px;
  font-weight: 500;
}
.mulbody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.mulbody input {
  width: 400px;
  height: 52px;
  font-size: 20px;
  border: 0.5px solid rgb(143, 143, 143);
  border-radius: 4px;
  background: none;
}
@media (max-width: 600px) {
  .mulbody input {
    width: 300px;
  }
  .mulbody {
    padding-top: 180px;
  }
}
.mulbody button {
  width: 220px;
  height: 57px;
  font-size: 20px;
  border: none;
  background-color: red;
  border-radius: 5px;
  color: white;
  font-weight: 550;
}
.buton {
  border-top-left-radius: 80% 80%;
  border-top-right-radius: 80% 80%;
  position: absolute;
  border-top: 3px solid red;
  height: 100px;
  width: 100%;
  background: radial-gradient(
      50% 500% at 50% -420%,
      rgba(64, 97, 231, 0.4) 80%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    black;
  bottom: -84px;
}

/*  */
h1 {
  color: white;
}
.Bbody {
  max-width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
}
.Hola {
  background-color: rgb(4, 4, 4);
  width: 64%;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  .Hola {
    width: 80%;
  }
}

/*  */
.scrol {
  display: flex;
  align-items: center;
}
.scrol button {
  height: 120px;
  width: 30px;
  border-radius: 6px;
  border: none;
  background-color: rgb(82, 83, 83);
  color: rgb(217, 214, 214);
}
.scrola {
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
.scro {
  height: 320px;
  width: 220px;
}
.scro :hover {
  transform: scale(1.05);
}
.scro h1 {
  z-index: 2;
  position: absolute;
}
.scro img {
  border-radius: 10px;
}
/*  */
.box {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.box2 {
  width: 295px;
  height: 327px;
  background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
  border-radius: 15px;
}
.box2 h1 {
  padding: 10px;
}
.box2 p {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .box {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .box2 {
    width: 100%;
    height: 180px;
  }
}
/*  */
.Frequently {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Frequently button {
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  background-color: #2e2e2e;
  border: none;
  font-size: 30px;
  color: white;
}
.Frequently button:hover {
  background-color: #414141;
}
/*  */
.Ready {
  margin-top: 40px;
  text-align: center;
}
.Ready input {
  width: 400px;
  height: 52px;
  font-size: 20px;
  border: 0.5px solid rgb(144, 142, 142);
  background: none;
}
.Ready button {
  width: 220px;
  height: 57px;
  font-size: 20px;
  color: white;
  font-weight: 700;
  background-color: red;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .Ready input {
    width: 250px;
  }
}
/*  */

.topa {
  margin-top: 60px;
}
.topa a {
  color: #c7c5c5;
}
.topagat1 {
  padding-top: 20px;
  display: flex;
}
.topagat1 a {
  color: #c7c5c5;
}
.right1 {
  width: 290px;
}
.right2 {
  width: 290px;
}
.right3 {
  width: 290px;
}
.right4 {
  width: 290px;
}
@media screen and (max-width: 600px) {
  .topagat1 {
    display: flex;
    flex-direction: column;
  }
}
/*  */
option {
  width: 200px;
  height: 50px;
  background-color: none;
}
.fut {
  padding-top: 60px;
}
.fut h3 {
  padding-top: 50px;
  color: #424545;
}
.fut p {
  color: #424545;
  padding-top: 40px;
}
.gapb {
  height: 120px;
}
