* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
:root{
  --white:#ffffff;
  --black:#000000;
  --main:#1eff01;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container {
  padding: 0 15px;
  margin: auto;
}
img {
  max-width: 100%;
}
a{
  text-decoration: none;
}
.hero {
  padding-top: 70px;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.hero::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#63f74f00, #63f74f);
  position: absolute;
}
.hero .container {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .container .oxer {
  font-size: 120px;
  font-weight: bold;
  rotate: 90deg;
}
.hero .container .oxer h1 {
  color: var(--white);
}
.hero .container .oxer h1 span {
  color:var(--main);
}
@media (max-width:991px) {
  .hero .container .oxer h1 {
    display: none;
  }
}
.hero .container .center {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  z-index: 1;
}
.hero .container .boxingcenter {
  text-align: center;
}
.hero .container .boxingcenter h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 70px;
}
.hero .container .boxingcenter h2::after {
  content: "";
  width: 100px;
  display: block;
  border: 1px solid;
  rotate: 90deg;
  margin: auto;
  margin-top: 70px;
}
.hero .container .boxingcenter span {
  color: var(--white);
  font-size: 70px;
  font-weight: bold;
}
.hero .container .boxingcenter a {
  width: 150px;
  display: block;
  text-align: center;
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  padding: 12px 30px;
  margin: auto;
  margin-top: 90px;
}
.hero .container .boxingcenter a:hover {
  background-color: var(--white);
  color: var(--black);
  transition: 0.5s;
}
.hero .container .scroll_raiht_lift {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}
.hero .container .scroll_raiht_lift a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: var(--main);
  border-radius: 50%;
}

/* .about-class img {
  width: 1250px;
  display: flex;
  justify-self: end;
}
.about {
  width: 190px;
}
.about h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  position: relative;
  left: 30px;
}
.about p {
  color: #fff;
  width: 212px;
  position: relative;
  left: 30px;
  top: 0;
}
.about hr {
  border: solid 1.5px white;
  width: 150px;
}
.about input {
  width: 150px;
  background-color: #000000;
  color: #ffffff;
  top: 90px;
  box-shadow: 0 0 35px 0 rgba(99, 247, 79, 0.7);
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  margin-top: 50px;
  text-transform: capitalize;
}
.about input:hover {
  background-color: #fff;
  color: #000;
}
.our-classes-videos {
  width: 100%;
  height: 900px;
}
.our-classes-videos .h2-p-ouer-classes-vidos h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.our-classes-videos img {
  border-left: black solid 80px;
  margin-left: 10px;
}
.our-classes-videos p {
  font-size: large;
  width: 750px;
  color: #fff;
}
.next-grey img {
  border: none;
  padding: 20px;
  border-radius: 100%;
  background-color: rgb(0, 0, 0);
  margin: auto;
  margin-bottom: 5px;
}
.next-grey span img {
  padding: 30px;
  margin-right: 30px;
  margin: auto;
}
.play1 {
  display: flex;
  width: 30%;
  height: 100px;
}
.play1 a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(/assets/images/play-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #292929;
}
.play1 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}
.play1 input {
  padding: 10px;
  width: 160px;
  height: 45px;
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  margin-top: 50px;
  text-transform: capitalize;
}
.play1 input:hover {
  background-color: #fff;
  color: #000;
}
.play2 {
  display: flex;
  width: 30%;
  height: 100px;
  position: absolute;
  right: 335px;
}
.play2 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}
.play2 a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(/assets/images/play-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #292929;
  position: relative;
  bottom: 100px;
  left: 67px;
}
.play2 input {
  padding: 10px;
  width: 160px;
  text-transform: capitalize;
  height: 45px;
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  margin-top: 50px;
  text-transform: capitalize;
}
.play2 input:hover {
  background-color: #fff;
  color: #000;
}
.Latest-Blog {
  width: 100%;
  height: 900px;
  background-color: #63f74f;
}
.Latest-Blog img {
  width: 745px;

  top: 120px;
  border-bottom: #292929 335px solid;
}
.Latest-Blog h2 {
  text-transform: uppercase;
  font-size: 30px;
}

.Latest-Blog p {
  font-size: large;
  color: #fff;
}
.date-17feb {
  background-color: #63f74f;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.date-17feb h2 {
  position: absolute;
  color: #fff;
  width: 400px;
  top: 100px;
  left: 0;
}
.date-17feb span p {
  width: 450px;
}
.date-17feb input {
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  margin-top: 50px;
  text-transform: capitalize;
}
.date2-17feb {
  background-color: #63f74f;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.date2-17feb h2 {
  color: #fff;
  width: 400px;
}
.date2-17feb span p {
  width: 450px;
}
.date2-17feb input {
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  margin-top: 50px;
  text-transform: capitalize;
}
.date2-17feb input:hover {
  background-color: #fff;
  color: #000;
}
.date-17feb input:hover {
  background-color: #fff;
  color: #000;
}
.what-says-our-stdudents {
  width: 100%;
  height: 900px;
}
.what-says-our-stdudents h2,
p {
  display: flex;
  justify-content: center;
}
.what-says-our-stdudents h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.what-says-our-stdudents p {
  color: #fff;
}
.clinet-1 {
  background-color: #000000;
  width: 450px;
  height: 450px;
}
.clinet-1 img {
  width: 160px;
}
.clinet-1 span img {
  width: 40px;
}
.clinet-1 h2 {
  text-transform: capitalize;
  color: #fff;
}
.clinet-1 p {
  width: 350px;
  font-size: large;
  color: #fff;
}
.clinet-2 {
  background-color: #000000;
  width: 450px;
  height: 450px;
}
.clinet-2 img {
  width: 160px;
}
.clinet-2 span img {
  width: 40px;
}
.clinet-2 h2 {
  text-transform: capitalize;
  color: #fff;
}
.clinet-2 p {
  width: 350px;
  font-size: large;
  color: #fff;
}
.next {
  height: 40px;
  width: 50px;
}
.next {
  background-color: rgb(0, 0, 0);
  border-radius: 10px 0px 0px 10px;
  background-image: url(/assets/images/prev-arrow.png);
  background-size: 10px;
  background-position: center;
  width: 40px;
  background-repeat: no-repeat;
  padding: 5px;
  position: absolute;
  left: 48.5%;
  bottom: 0;
}
.next-right {
  width: 48px;
  border-radius: 10px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
}
.input-information {
  display: flex;
  flex-direction: column;
}
footer {
  width: 100%;
  height: 700px;
}
footer img {
  width: 650px;
}
footer h2 {
  margin-left: 25px;
  padding: 10px;
  font-size: 30px;
  font-weight: 700;
}
.input-information input {
  margin: 20px;
  margin-bottom: 5px;
  background-color: #000;
  padding: 15px;
  border-radius: 35px;
  width: 500px;
  height: 25px;
  border: none;
  padding-left: 25px;
  font-size: large;
  font-family: sans-serif;
}
.input-information span input {
  margin: 20px;
  margin-bottom: 5px;
  background-color: #000;
  padding: 15px;
  border-radius: 35px;
  width: 500px;
  height: 130px;
  border: none;
  padding-left: 25px;
  font-size: large;
  font-family: sans-serif;
}
button {
  margin: 30px;
  margin-top: 50px;
  width: 150px;
  height: 50px;
  border-radius: 40px;
  border: none;
  text-transform: uppercase;
  font-weight: 200;
  font-size: large;
}
iframe {
  width: 665px;
  height: 300px;
  border: none;
}
.icones img {
  width: 25px;
  height: 25px;
  margin: 10px;
  padding: 10px;
} */
