body {
  margin: 0;
  padding: 0;
  background-color: #111215;
  overflow-x: hidden !important ;
}
p {
  color: #a4a7b1;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}
section {
  padding: 80px 0px;
  overflow: hidden;
}

.color-font {
  background: -webkit-gradient(linear, left top, right top, from(#27cfdd), color-stop(#5684e8), to(#5487e7));
  background: -webkit-linear-gradient(left, #27cfdd, #5684e8, #5487e7);
  background: -o-linear-gradient(left, #27cfdd, #5684e8, #5487e7);
  background: linear-gradient(to right, #ca70df, #915ca1, #c66edc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-shadow: 0px 0px 8px #a15bb5; */
  color: #000;
}
.color-font2 {
  color: #9961aa;
}
.fw-900 {
  font-weight: 900;
}
.butn {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  text-decoration: none;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #cd71e1, #703f7e, #cd71e1);
}
.butn:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  /* background-image: linear-gradient(to right, #27cfdd, #5684e8, #27cfdd); */
}
.circle-bg {
  position: relative;
}
.circle-bg .circle-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.circle-bg .gradient-circle {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 70%;
  background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: linear-gradient(45deg, #9961aa, #cc73e0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.circle-bg .gradient-circle.two {
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: linear-gradient(45deg, #9961aa, #cc73e0);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header img {
  height: 100px;
}
.main_header {
  background-image: linear-gradient(240deg, #00000075, #0000006b), url(../img/meta_video.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.main_header h1 {
  font-size: 55px !important;
}
.hero_section h2 {
  font-size: 40px;
}
.hero_section a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.contact_sec {
  overflow: hidden;
}
.contact_sec h6 {
  font-weight: 400;
  font-size: 22px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #c972de;
}
.contact_sec h3 {
  font-size: 60px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.comment-form form input,
.comment-form form textarea,
.form-select {
  color: rgb(255 255 255 / 47%);
  width: 100%;
  padding: 17px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 0;
}
.form-check {
  color: #fff;
  display: flex;
  align-items: center;
}
.form-check-input:checked {
  background-color: #c46cd7;
  border-color: #c46cd8;
}
.form-check-input {
  padding: 10px !important;
}
.form-select:focus {
  box-shadow: none;
  background-color: #16171a;
}
.comment-form form textarea {
  height: 140px;
  margin-top: 20px;
}
.contact_sec .email_sec a {
  text-decoration: none;
  font-size: 22px;
  color: #fff;
}
.main_footer .copyright {
  border-top: 1px solid rgba(128, 128, 128, 0.548);
}
.main_modal {
  background-color: rgba(255, 255, 255, 0.082);
}
.main_modal .modal-content {
  background-color: rgb(9 9 11) !important;
}
.main_modal .modal-body {
  padding: 40px 35px;
  padding-top: 0;
}
.main_modal h6 {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .header img {
    height: 70px !important;
  }
  .main_header h1 {
    font-size: 35px !important;
    padding: 0px;
  }
  section {
    padding: 50px 0px;
  }
  .contact_sec h3 {
    font-size: 30px;
  }
}
