@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url(../home_img/bg.png) no-repeat;
  background-size: cover;
  padding-top: 30px;
}

.navbar {
  padding-left: 150px;
  padding-right: 150px;
}

.navbar-brand {
  color: #fff;
  text-align: center;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.nav-link {
  color: #fff;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;
  margin-right: 20px;
}

.navbar .sbmt2 {
  margin-right: 20px;
}

.sbmt,
.sbmt2 {
  padding: 14px 20px;
  border: none !important;
  color: #fff !important;
  text-align: center;
  font-family: Exo;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.7s;
}

.sbmt {
  background: linear-gradient(88deg, #d5080a 0%, #f3493d 100%) !important;
}
.sbmt2 {
  background: rgba(255, 255, 255, 0.2) !important;
}
.sbmt:hover,
.sbmt2:hover {
    
    background: rgba(255, 255, 255, 0.7) !important;
    color: #000000;
}
h1 {
  color: #fff;
  text-align: center;
  font-family: Exo;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

h1 span {
  color: #eb0000;
}

h2 {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-family: Exo;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff70;
}

/* Hero */

.hero {
  margin-top: 135px;
}

.hero h1 {
  max-width: 506px;
  margin: auto;
}

.hero h5 {
  color: #fff;
  text-align: center;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 24px !important;
  margin: auto;
  max-width: 671px;
}

/* !Hero */

/* Plan */

.plan {
  margin-top: 128px;
}

.plan h2 {
  margin-bottom: 50px;
}

.plan_box {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 126, 126, 0.15);
  backdrop-filter: blur(50px);
  padding: 25px 9px 10px;
}

.plan_header {
  text-align: center;
  font-family: Exo;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 4.4px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 21px;
}

.plan_percent {
  color: #fff;
  font-family: Exo;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  border-radius: 9px;
  padding: 10px 12px;
  background: #0002;
}

.plan_percent small {
  font-size: 30px;
}

.plan_box h5 {
  color: #fff;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.plan_box h5 span {
  color: #eb0000;
}

.plan_table {
  margin-top: 18px;
  width: 100%;
  height: 100%;
  padding: 13px;
  border-radius: 9px;
  background: #0002;
}

.plan_box h6 {
  color: rgba(255, 255, 255, 0.7);
  font-family: Exo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.plan_box h6 strong {
  color: #fff;
}

.plan_box p {
  color: #fff;
  text-align: justify;
  font-family: Exo;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  margin: 21px 0 24px;
}

/* !Plan */

/* About */

.about {
  margin-top: 85px;
}

.about h2 {
  margin-bottom: 60px;
}

.about p {
  color: #fff;
  font-family: Exo;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 21px;
}

.about_box {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 126, 126, 0.15);
  backdrop-filter: blur(50px);
  padding: 20px;
}

.about_box h5 {
  color: #fff;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 15px 0;
}

.about_box h6 {
  color: #f3f3f3;
  font-family: Exo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.about_box2 {
  background: linear-gradient(
    133deg,
    rgba(209, 0, 3, 0.58) 0%,
    rgba(255, 99, 81, 0.58) 100%
  );
  padding: 30px;
  border-radius: 10px;
}

.about_box2 h4 {
  color: #fff;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
}

.about_box2 h6 {
  color: #fff;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.about_box2 .sbmt {
  padding: 15px 17px;
}

.certificate_num_sec {
  margin-top: -10px;
}

.certificate_num {
  background: url(../home_img/certificate_num.png) no-repeat;
  background-size: 100% 100%;
  max-width: 259px;
  min-height: 50px;
  padding-top: 5px;
  padding-left: 21px;
}

.certificate_num p {
  color: #fff;
  font-family: Exo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1px;
}

.c_num {
  color: #fff;
  font-family: Exo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 8.54px;
}

/* !About */

/* Image Sec */

.image_sec {
  margin-top: 60px;
}

.image_sec img {
  border-radius: 13px;
}

/* !Image Sec */

/* Works */

.works {
  margin-top: 75px;
}

.works_box {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(50px);
  padding: 30px 26px;
}

.works_box h2 {
  margin-bottom: 39px;
}

.works_box h3 {
  text-align: center;
  font-family: Exo;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff70;
}

.works_box h5 {
  color: #fff;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 18px 0 20px;
}

.works_box h6 {
  color: #fff;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 363px;
}

.works_box p {
  color: #fff;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.works_box .arrow_down {
  position: absolute;
  right: 10px;
  top: 70px;
}

/* !Works */

/* Referral */

.referral {
  margin-top: 62px;
}

.referral h2 {
  margin-bottom: 25px;
  text-align: left;
}

.referral p {
  position: relative;
  color: #fff;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.referral h6 {
  color: #fff;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  margin: 24px 0 44px;
}

.referral .sbmt {
  padding: 11px 40px;
}

.ref_span {
  width: 317px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.ref_box1 {
  background: linear-gradient(180deg, #d70e0e 0%, #f44b3e 100%);
  height: 328px;
}

.ref_box {
  width: 115px;
  backdrop-filter: blur(50px);
  text-align: center;
  border-radius: 7px;
  padding-top: 24px;
  position: relative;
}

.ref_box h4 {
  color: #fff;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.ref_box h4 small {
  font-size: 24px;
  font-weight: 400;
}

.ref_box h5 {
  color: #fff;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.ref_box2 {
  height: 312px;
  background: rgba(255, 255, 255, 0.14);
}

.ref_box3 {
  height: 294px;
  background: rgba(255, 255, 255, 0.14);
}

.ref_box4 {
  height: 278px;
  background: rgba(255, 255, 255, 0.14);
}

.ref_box5 {
  height: 257px;
  background: rgba(255, 255, 255, 0.14);
}

.ref_box_sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

/* !Referral */

/* Statistics */

.statistics {
  margin-top: 54px;
}

.statistics h2 {
  text-align: left;
  margin-bottom: 10px;
}

.statistics_box {
  width: 100%;
  height: 182px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(25px);
  text-align: center;
  padding: 30px;
}

.statistics_box h4 {
  font-family: Exo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(180deg, #f00 0%, #f44b3e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 20px 0 10px;
}

.statistics_box h6 {
  color: #d4d4d4;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.last_trans {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(50px);
  padding: 35px;
}

.last_trans h3 {
  color: #fff;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.last_trans h5 {
  color: #fff;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.last_trans h6 {
  color: #c1c1c1;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}

.last_trans h6 span {
  color: #fff;
  font-size: 17px;
}

.last_trans img {
  width: 42px;
  height: 43px;
  margin-right: 14px;
}

.last_trans_box hr {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.42);
}

.last_trans_box:last-child hr {
  display: none;
}

/* !Statistics */

/* Brand */

.brand {
  margin-top: 78px;
  position: relative;
}

.brand img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.brand_img {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  justify-items: center;
}

.brand_text {
  font-family: Exo;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 20px;
  position: absolute;
  top: -100px;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff000010;
}

/* !Brand */

/* Footer */

footer {
  margin-top: 148px;
}

footer h6 {
  color: #ffffff;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer ul li a {
  color: #ffffff !important;
  text-align: left;
  font-family: Exo !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
  border: none !important;
}

footer .form-control {
  max-width: 304px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #402020 !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: Exo;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  padding-left: 21px;
  margin: 21px auto 15px;
}

footer .form-control::placeholder {
  color: #fff !important;
}

footer .sbmt {
  width: 304px;
  max-width: 100%;
  padding: 12px;
}

.copyright {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* !Footer */

/* Laptop Screen */

@media screen and (max-width: 1700px) and (min-width: 1100px) {
  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .plan_percent {
    font-size: 50px;
    padding: 10px;
  }

  .plan_box h5 {
    font-size: 20px;
  }

  .works_box h3 {
    font-size: 50px;
  }

  .works_box .arrow_down {
    top: 55px;
  }

  .ref_box {
    width: 100px;
  }

  .brand_text {
    font-size: 175px;
    top: -75px;
  }
}

@media screen and (width: 1366px) {
  .works_box .arrow_down {
    right: -10px;
  }
}

/* !Laptop Screen */

/* Tab Screen */

@media screen and (max-width: 1099px) and (min-width: 992px) {
  .navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link {
    margin-right: 20px;
  }

  .certificate_num_sec {
    margin-top: 5px;
  }

  .c_num {
    letter-spacing: 5px;
  }

  .ref_box {
    width: 85px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand_text {
    font-size: 100px;
    top: 0px;
  }
}

/* !Tab Screen */

/* Mobile Screen */

@media screen and (max-width: 767px) {
  body {
    min-width: 375px !important;
    padding-top: 10px;
  }

  .statistics {
    overflow-x: hidden !important;
  }

  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }

  h2 {
    font-size: 30px;
  }

  .certificate_num_sec {
    margin-top: 5px;
  }

  .ref_box_sec {
    grid-template-columns: repeat(3, 1fr);
  }

  .ref_box {
    width: 100px;
    margin-bottom: 25px;
  }

  .last_trans {
    padding: 15px;
  }

  .brand_text {
    display: none;
  }

  .brand_img {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* !Mobile Screen */
