/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("../fonts/customfonts/style.css");

:root {
  --bodyFont: "Quicksand", sans-serif;
  --headingFont: "Gilroy-Bold";
}

body {
  font-family: var(--bodyFont);
  font-weight: 400;
  color: #fff;
  background: #050506;
  font-size: 16px;
  line-height: 25px;
}

button {
  cursor: pointer;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingFont);
  color: #fff;
  margin-top: 0px;
  text-transform: normal;
}

a {
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1370px;
}

img {
  -webkit-user-drag: none;
  user-select: none;
}

/* default-css END 
================================== */

.header-area {
  width: 100%;
  z-index: 99;
}

p.h-top-wrp {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-family: var(--headingFont);
  padding: 15px 0;
  margin-bottom: 25px;
  /* border-bottom: 2px dashed #fff; */
  background: #db7bc6;
}

p.h-top-wrp span {
  color: #000;
}

.hero-btns a.theme-btn {
  margin-right: 22px;
}

a.theme-btn {
  background: transparent;
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  border-radius: 30px;
  border: 3px solid #db7bc6;
  font-weight: 700;
  font-size: 16px;
  line-height: initial;
  transition: 0.2s;
}

a.theme-btn:hover,
a.theme-btn.active {
  background: #db7bc6;
  color: #000;
}

/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
}

.bar a span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  transition: 0.3s;
}

.bar a span:before {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: 10px;
  border-radius: 30px;
  transition: 0.3s;
}

.bar a span:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -10px;
  border-radius: 30px;
  transition: 0.3s;
}

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100vh;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  left: 0;
  transition: 0.3s;
  margin-left: -400px;
  padding-left: 40px;
  padding-top: 100px;
}

.siteBar {
  margin-left: 0;
}

.mobile-menu nav ul li {
  list-style: none;
  display: block;
}

.mobile-menu nav ul li a {
  color: #272835;
  font-size: 16px;
  line-height: 40px;
  transition: 0.3s;
}

.mobile-menu nav ul li a:hover {
  color: #ff4900;
}

.mobile-menu a.theme-btn {
  margin-top: 60px;
  margin-left: 0;
}

.mobile-menu a.theme-btn {
  margin-top: 60px;
  margin-left: 0;
  height: 45px;
  line-height: 45px;
}

.mobile-menu .user a {
  display: block;
  width: 100%;
  padding: 0;
  color: #272835;
  line-height: 40px;
  font-size: 16px;
}

.mobile-menu .user {
  display: block;
}

.mobile-menu .user a:hover {
  background: none;
  opacity: 0.5;
}

.logo-area img {
  width: 230px;
}

.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #ff4900;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 0px 17px -2px #0000004a;
}

.manu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 98;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}

.manu-overlay.show {
  opacity: 0.5;
  visibility: visible;
}

/* Header section END && Hero-area STARTED */

main {
  overflow: hidden;
}

.hero-wrp {
  padding: 120px 0;
}

.hero-wrp h1 {
  font-size: 88px;
  line-height: 75px;
  margin-bottom: 40px;
}

.hero-wrp h1 span {
  display: block;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #db7bc6;
}

.hero-wrp p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 40px;
}

.hero-wrp p b {
  display: block;
}

.hero-btns {
  margin-bottom: 15px;
}

.hero-wrp>a {
  text-decoration-line: underline;
  padding-left: 20px;
}

/* Hero section END && WhyNetlifan-section STARTED */

.contents-example {
  position: relative;
  margin-bottom: 120px;
}

.contents-example:after,
.contents-example::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}

.contents-example:after {
  left: auto;
  right: 0;
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.ceBlk {
  display: block;
  height: 280px;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
}

.ceBlk.topper {
  margin-top: 50px;
}

.ceBlk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceBlk a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  text-align: center;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  z-index: 2;
  padding: 0px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
  background: #000;
}

.ceBlk:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.61deg,
      rgba(0, 0, 0, 0.45) 0.34%,
      rgba(0, 0, 0, 0) 99.67%);
}

/* Hero section END && WhyNetlifan-section STARTED */

h3 {
  font-size: 46px;
  line-height: 52px;
}

.why-netlis-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
}

.wn-item {
  width: 32%;
  margin-top: 50px;
}

.wn-item img {
  max-height: 64px;
  display: block;
  margin-bottom: 16px;
}

.wn-item h5 {
  font-size: 30px;
  line-height: 52px;
  margin-bottom: 20px;
}

/* WhyNetlifans section END && steps-area STARTED */

.top-steps {
  background: #000;
  padding: 110px 0;
}

.top-steps>.container>.row:first-child {
  padding-bottom: 200px;
}

.step-wrp h3 {
  font-size: 54px;
  line-height: 51px;
  margin-bottom: 20px;
}

.bottom-steps {
  padding: 150px 0;
}

.step-wrp p {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 28px;
}

.step-wrp p span {
  color: #db7bc6;
  font-weight: 600;
}

/* Step section END && Team-section STARTED */

.teamBlk {
  background: linear-gradient(102.17deg, #131313 0.47%, #131313 121.14%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  margin-top: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(99.4deg,
      rgba(233, 233, 233, 0) -5.02%,
      rgba(203, 203, 203, 0.06) 110.31%);
}

.bottom-steps a.theme-btn {
  margin-right: 15px;
}

.teamBlk-content {
  padding: 25px;
}

.teamBlk-head {
  display: flex;
  align-items: center;
  position: relative;
  top: -13px;
  margin-left: -8px;
}

.teamBlk-head img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-right: 25px;
}

.teamBlk-head h4 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.teamBlk-head p {
  font-size: 16px;
  line-height: 19px;
  color: #db7bc6;
  margin: 0;
  font-family: var(--headingFont);
}

.teamBlk-content a.theme-btn {
  margin-right: 15px;
  padding: 12px 23px;
}

/* Team section END && Footer-section STARTED */

footer {
  text-align: center;
  padding-top: 120px;
  background: #db7bc6;
  padding-bottom: 100px;
  margin-top: 100px;
  /* border-bottom: 300px solid #DB7BC6; */
}

h3.ftitle {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

/* 1st page css END and 2nd Page css STARTED */

.hero-area.mint {
  padding: 100px 0;
}

.hero-area.mint .hero-wrp {
  padding: 0 0;
}

.hero-area.mint h1 span,
.hero-area.mint p b {
  display: inline-block;
}

.amounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}

.singleAmount {
  width: 49%;
  border: 2px solid #db7bc6;
  border-radius: 16px;
  text-align: center;
  padding: 25px;
}

.singleAmount p {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.singleAmount h3 {
  font-size: 46px;
  line-height: 51px;
  margin: 0;
  height: 50px;
}

.singleAmount h3 span {
  font-size: 50%;
  color: inherit;
}

.hero-area.mint .hero-wrp {
  padding: 0 0;
}

.countItem {
  text-align: center;
  justify-self: flex-end;
}

@media (max-width: 768px) {
  .countItem {
    justify-self: center;
    width: 100%;
  }

  .countItem>.theme-btn.active {
    max-width: 100% !important;
    width: 100% !important;
  }

  .countItem a.theme-btn {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.countItemInp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.countItemInp label {
  width: 168px;
  height: 54px;
  border: 3px solid #db7bc6;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.countItemInp label span {
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

.countItemInp label input {
  max-width: 142px;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.countItemInp b {
  font-size: 20px;
  line-height: 74px;
  margin-left: 20px;
}

.countItem a.theme-btn {
  display: block;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.countItem>a:not(.theme-btn) {
  text-decoration: underline;
}

.particelle {
  background-image: url("../img/Group 1000002289.png");
  /* width: 100%; */
  /* height: 30vh; */
  background-position: center;
  background-size: 60%;
  /* position: absolute; */
  background-repeat: no-repeat;
}

.particelle2 {
  background-image: url(../img/Rectangle279.png);
  /* width: 100%; */
  /* height: 30vh; */
  background-position: center;
  background-size: 110%;
  /* position: absolute; */
  background-repeat: no-repeat;
}

.wn-item.aos-init.aos-animate {
  /* From https: //css.glass */
  background: linear-gradient(340deg,
      rgba(0, 0, 0, 1) 5%,
      rgb(219 123 198) 109%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
  /* border: 1px solid rgba(255, 255, 255, 0.07); */
  padding: 16px;
}

.modal-content {
  background: #111111;
  border-radius: 15px;
  padding: 20px;
}