@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,900;1,900&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("../fonts/gordita/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 1399px) {
  .xl-pt-150 {
    padding-top: 150px !important;
  }
  .xl-pb-100 {
    padding-bottom: 100px !important;
  }
  .xl-pb-120 {
    padding-bottom: 120px !important;
  }
  .xl-mt-150 {
    margin-top: 150px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pt-140 {
    padding-top: 140px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
}
/*(max-width: 575px)*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.main-page-wrapper {
  overflow-x: hidden;
}

body {
  font-family: "Gordita";
  font-weight: normal;
  font-size: 18px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  background: #060606;
}

h1, h2, h3, h4, h6 {
  font-weight: 500;
  color: #fff;
}

h2 {
  font-size: 72px;
  line-height: 1.138em;
}

h3 {
  font-size: 64px;
  line-height: 1.25em;
}

h4 {
  font-size: 32px;
  line-height: 1.25em;
}

h6 {
  font-size: 22px;
}

p {
  line-height: 1.777em;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

.font-Playfair {
  font-family: "Playfair Display", serif;
}

.font-Montserrat {
  font-family: "Montserrat", sans-serif;
}

.color-dark {
  color: #000;
}

.fw-500 {
  font-weight: 500;
}

.fs-28 {
  font-size: 28px;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.border-20 {
  border-radius: 20px;
}

.border-30 {
  border-radius: 30px;
}

.p-30 {
  padding: 30px;
}

.bg-dark_imp {
  background: #000 !important;
}

.dark-bg {
  background: #222222;
}

.dark-bg-two {
  background: #0E0122;
}

.dark-bg-three {
  background: #1A1A1A;
}

.bg-one {
  background: #000000;
}

.bg-three {
  background: #69EEC6;
}

.bg-four {
  background: #FFEA7B;
}

/*----- Switcher ----*/
.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #060606;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  display: inline-block;
  position: relative;
}
.ctn-preloader .icon span {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ctn-preloader .icon span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 0;
  box-shadow: 0 0 10px rgba(138, 66, 255, 0.5);
  border-radius: 50%;
  background: #8A42FF;
}
.ctn-preloader .txt-loading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 45px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 12px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.12);
  position: relative;
  font-size: 60px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #fff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #8A42FF;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.title-one h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 82px;
  line-height: 1.02em;
  font-style: italic;
  text-transform: uppercase;
}

.title-three h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 88px;
  line-height: 1.1333em;
  letter-spacing: -4px;
  text-transform: uppercase;
}

.title-four h2 {
  font-size: 78px;
  line-height: 1.1025em;
  letter-spacing: -2px;
}

.title-eight h2 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1.222em;
}
.title-eight h2 span {
  color: #F51AC5;
  font-family: "Pacifico", cursive;
  font-style: italic;
  line-height: 1em;
}

.title-ten h2 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 64px;
  line-height: 1.1562em;
  letter-spacing: -1px;
}
.title-ten h2 .line {
  position: absolute;
  width: 100%;
  height: 18px;
  left: 0;
  bottom: 11%;
  z-index: -1;
}

.btn-one {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #000;
  padding: 0 40px;
  line-height: 60px;
  background: #E1FF2D;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one:hover {
  color: #fff;
  background: #8A42FF;
}

.btn-two {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #fff;
  padding: 0 40px;
  line-height: 56px;
  border: 2px solid #fff;
  background: #262626;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two.xl {
  padding: 0 75px;
}
.btn-two:hover {
  color: #fff;
  background: #8A42FF;
}

.btn-two.style-two {
  border: 2px solid #000;
}
.btn-two.style-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  right: 6px;
  border: 1px solid #000;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two.style-two:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two.style-two:hover {
  color: #fff;
}
.btn-two.style-two:hover:before {
  background: #B66CFF;
}

.btn-four {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  line-height: 53px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.btn-four:hover {
  background: #FF4BD8;
  border-color: #FF4BD8;
}

.btn-five {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 35px;
  min-width: 190px;
  line-height: 51px;
  border-radius: 50px;
  text-align: center;
  background: #000;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-five:hover {
  background: #FFC226;
  border-color: #FFC226;
  color: #000;
}

.btn-seven {
  font-weight: 500;
  color: #fff;
  padding: 0 40px;
  line-height: 51px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.btn-seven i {
  margin-left: 12px;
}
.btn-seven:hover {
  background: #8A42FF;
  border-color: #8A42FF;
}
.btn-seven.text-uppercase {
  font-size: 14px;
}
.btn-seven.style-two {
  border: none;
  background: #000;
  line-height: 55px;
}
.btn-seven.style-two:hover {
  background: #8A42FF;
}

.btn-eleven {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0 52px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 30px;
  text-align: center;
  position: relative;
  background: #000;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eleven:hover {
  color: #fff;
  background: #8A42FF;
  border-color: #8A42FF;
}
.btn-eleven.style-two {
  background: #fff;
  color: #000;
}
.btn-eleven.style-two:hover {
  background: #8A42FF;
  color: #fff;
}
.btn-eleven.text-uppercase {
  font-size: 15px;
  letter-spacing: 1px;
}

.btn-thirteen {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000;
  background: #FFD542;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 45px;
  min-width: 130px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen:hover {
  background: #F51AC5;
}
.btn-thirteen.dropdown-toggle:after {
  content: url(../images/icon/icon_27.1.svg);
  margin: 0 0 0 5px;
  border: none;
  vertical-align: initial;
}

.btn-seventeen {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 0 55px;
  line-height: 60px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.btn-seventeen:hover {
  background: #FFC226;
}

.sidenavbtn {
  width: 55px;
  height: 55px;
  background: #fff;
  color: #000;
  font-size: 28px;
}
.sidenavbtn:hover {
  background: #FF4BD8;
  border-color: #FF4BD8;
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ sidebar Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.offcanvas.sidebar-nav {
  width: 450px;
  border: none;
  padding: 30px 30px 20px;
  max-height: 100%;
  background: #1A1A1A;
  overflow-y: auto;
}
.offcanvas.sidebar-nav .btn-close {
  box-shadow: none;
}
.offcanvas.sidebar-nav .sidebar-nav-item {
  padding: 30px 0 55px;
}
.offcanvas.sidebar-nav .sidebar-nav-item .nav-item > a {
  font-size: 22px;
  line-height: 2.42em;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.offcanvas.sidebar-nav .sidebar-nav-item .nav-item:hover > a,
.offcanvas.sidebar-nav .sidebar-nav-item .nav-item.active > a {
  color: #8A42FF;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
  display: none;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
  content: "\f282";
  position: absolute;
  margin: 0;
  border: none;
  font-size: 18px;
  right: -25px;
  top: 2px;
  font-family: "bootstrap-icons";
  font-weight: 700;
  transition: transform 0.3s ease-in-out;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-toggle::before.show::before {
  transform: rotate(180deg);
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu {
  position: static !important;
  border: none;
  background: #000;
  transform: scale(1) !important;
  padding: 10px 0 10px 15px;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  padding: 0 15px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
  color: #8A42FF;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover span:before {
  transform: scale(1);
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a span {
  position: relative;
}
.offcanvas.sidebar-nav .sidebar-nav-item .dropdown-menu a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #8A42FF;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.offcanvas.sidebar-nav .title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
  font-size: 22px;
}
.offcanvas.sidebar-nav .address-block p a {
  font-size: 1.2em;
  color: #8A42FF;
  text-decoration: underline;
}
.offcanvas.sidebar-nav .social-icon a {
  font-size: 1.3em;
  margin: 10px 10px 0;
  transition: all 0.2s ease-in-out 0s;
}
.offcanvas.sidebar-nav .social-icon a:hover {
  color: #8A42FF;
}

.theme-main-menu {
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu .gap-one {
  padding: 33px 40px;
}
.theme-main-menu.menu-style-one .bg-wrapper {
  padding: 22px 25px;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #11061c;
  box-shadow: 0 13px 35px rgba(42, 33, 114, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-main-menu.fixed.menu-style-one {
  background: #000000;
}
.theme-main-menu.fixed.menu-style-one .bg-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
.theme-main-menu.fixed .gap-one {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme-main-menu .navbar-toggler {
  width: 52px;
  height: 50px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #8A42FF;
}
.theme-main-menu .navbar-toggler:focus {
  box-shadow: none;
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #fff;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 10px;
  overflow: hidden;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  background: #fff;
}
.theme-main-menu .navbar-toggler::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu .nav-item .nav-link {
  font-weight: 500;
  font-size: 22px;
  line-height: initial;
  color: #fff;
  letter-spacing: -0.5px;
  padding: 10px 0;
  margin: 0 23px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #8A42FF;
}
.theme-main-menu .nav-item .dropdown-toggle::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  border: none;
  vertical-align: -1px;
  margin-left: 3px;
  font-weight: 900;
  font-size: 12px;
  transition: all 0.3s ease-in-out 0s;
}
.theme-main-menu .navbar .show.dropdown-toggle::after {
  transform: rotate(180deg);
}
.theme-main-menu.menu-style-two .nav-item .nav-link {
  font-family: "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.theme-main-menu.menu-style-two .nav-item:hover .nav-link {
  color: #8A42FF;
}
.theme-main-menu.menu-style-six .navbar-toggler {
  background: #FFD542;
}
.theme-main-menu.menu-style-six .navbar-toggler::before,
.theme-main-menu.menu-style-six .navbar-toggler::after, .theme-main-menu.menu-style-six .navbar-toggler span {
  background: #000;
}
.theme-main-menu.menu-style-six .nav-item:hover .nav-link,
.theme-main-menu.menu-style-six .dropdown-menu .dropdown-item:hover,
.theme-main-menu.menu-style-six .dropdown-menu .dropdown-item.active {
  color: #F51AC5;
}

.theme-main-menu.menu-style-six .dropdown-menu .dropdown-item span:before {
  background: #F51AC5;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 35px;
  font-size: 0.95em;
  background: transparent;
  position: relative;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item span {
  position: relative;
}
.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #8A42FF;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item:hover span:before, .navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}
.navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:hover {
  color: #8A42FF;
}

 .theme-main-menu .navbar {
  position: static;
}
.theme-main-menu .login-btn-four {
  font-size: 20px;
  color: #fff;
}
.theme-main-menu .login-btn-four:hover {
  color: #F51AC5;
}

/*----- For Desktop -------*/
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #000;
    border-radius: 10px;
    display: block;
    right: auto;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(255, 255, 255, 0.1);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-item .dropdown-toggle::after {
    display: none;
  }
}
/*----- For Mobile ----*/
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse .logo {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr .navbar-collapse {
    background-color: #000;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: #0c0c0c;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 16px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .white-vr .navbar .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .navbar .dropdown-menu .dropdown-item {
    line-height: 44px;
    font-size: 17px;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #000000;
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
}
/*(max-width: 991px)*/

.hero-banner-three:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/assets/bg_01.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.8;
}
.hero-banner-three .hero-heading {
  font-size: 94px;
  font-weight: 500;
  line-height: 1.0952em;
  letter-spacing: -2.5px;
}
.hero-banner-three form {
  max-width: 658px;
  height: 80px;
}
.hero-banner-three form input {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 170px 0 25px;
  color: #fff;
  font-style: italic;
  border: none;
  border-radius: 12px;
}
.hero-banner-three form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 165px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border-radius: 0 12px 12px 0;
}
.hero-banner-three form button:hover {
  background: #8A42FF;
  color: #fff;
}
.hero-banner-three .media .card_01 {
  right: 0;
  bottom: -28%;
  z-index: 1;
  max-width: 25.34%;
  animation: jumpThree 5s infinite linear;
}
.hero-banner-three .media .card_02 {
  left: 0;
  bottom: -25%;
  z-index: 1;
  max-width: 25.8%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-three .shape_01 {
  right: 0;
  top: 15%;
  max-width: 16%;
}
.hero-banner-three .shape_02 {
  left: 0;
  top: 14%;
  max-width: 16%;
}

.hero-banner-seven .container {
  max-width: 1500px;
  padding: 0 12px;
}
.hero-banner-seven .hero-heading {
  font-size: 220px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.886em;
  letter-spacing: -15px;
}
.hero-banner-seven .hero-heading .shape_05 {
  right: -8%;
  top: -46%;
}
.hero-banner-seven .hero-heading .shape_06 {
  left: -9%;
  bottom: -37%;
}
.hero-banner-seven .hero-heading .smile_icon {
  right: 28%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.hero-banner-seven .sub-heading {
  font-size: 54px;
  margin-bottom: -60px;
}
.hero-banner-seven .quote-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 34px;
  line-height: 1em;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 75%;
}

.fancy-banner-one .shape_01 {
  right: 0;
  bottom: 7%;
  max-width: 23%;
}
.fancy-banner-one .shape_02 {
  left: 0;
  bottom: 1%;
  max-width: 21%;
}

.fancy-banner-five {
  background: #171417;
}
.fancy-banner-five:before {
  content: "";
  position: absolute;
  width: 33.333%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 33.333%;
  z-index: -1;
}
.fancy-banner-five:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
.fancy-banner-five .wrapper:before {
  content: "";
  position: absolute;
  width: 66.666%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 16.6666%;
  z-index: -1;
}

.fancy-banner-eight .hero-heading {
  font-size: 164px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -12px;
}
.fancy-banner-eight .hero-heading .shape_02 {
  width: 244px;
}
.fancy-banner-eight .hero-heading .shape_01 {
  right: -12%;
  top: -37%;
}
.fancy-banner-eight .hero-heading .smile_icon {
  width: 78px;
  right: 57%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.contact-banner-one .icon {
  width: 64px;
  height: 64px;
  background: #fff;
}
.contact-banner-one .text {
  width: calc(100% - 64px);
  padding-left: 20px;
}
.contact-banner-one .text .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-banner-one .skew-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skew(-23deg);
}

.inner-banner-two .shape_01 {
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}

.inner-banner-three {
  background: #171417;
}
.inner-banner-three:before {
  content: "";
  position: absolute;
  width: 33.333%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 33.333%;
  z-index: -1;
}
.inner-banner-three:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
.inner-banner-three .wrapper:before {
  content: "";
  position: absolute;
  width: 66.666%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 16.6666%;
  z-index: -1;
}
.inner-banner-three h2 {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.inner-banner-three h2 span {
  font-family: "Pacifico", cursive;
  color: #F51AC5;
  font-weight: normal;
}
.inner-banner-three ul li {
  font-size: 22px;
  margin: 0 3px;
  color: rgba(255, 255, 255, 0.5);
}
.inner-banner-three ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.inner-banner-three ul li:last-child {
  font-weight: 500;
  color: #fff;
}

.block-feature-nineteen .slider-arrows {
  position: absolute;
  right: 0;
  top: 40px;
  width: 130px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.block-feature-nineteen .slider-arrows li {
  width: 50%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nineteen .slider-arrows li:first-child {
  border-right: 1px solid #000;
}
.block-feature-nineteen .slider-arrows li:hover {
  background: #FFC226;
  color: #000;
}

.block-feature-twenty h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 95px;
  line-height: 1em;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.block-feature-twenty .img-box {
  border: 2px solid #000;
  border-radius: 60px;
  box-shadow: -8px 8px 0 #fff;
}
.block-feature-twenty .img-box .main-img {
  border-radius: 60px;
}
.block-feature-twenty .img-box .text-sticker {
  position: absolute;
  left: -30%;
  top: 45%;
  text-align: center;
}
.block-feature-twenty .img-box .text-sticker div {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.block-feature-twenty .img-box .text-sticker div span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 80px;
  letter-spacing: -1px;
  margin-bottom: -25px;
}
.block-feature-twenty .img-box .shape_01 {
  left: -49%;
  bottom: 5%;
}

.block-feature-twentyOne .feature-block {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.block-feature-twentyOne .feature-block .counter-block {
  padding: 50px 0;
}
.block-feature-twentyOne .feature-block .counter-block.border-style {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.block-feature-twentyOne .feature-block .main-count {
  font-size: 64px;
  font-style: italic;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: -10px;
}
.block-feature-twentyOne .feature-block.block-two {
  padding: 40px 45px 50px;
}
.block-feature-twentyOne .feature-block.block-two .avatar {
  width: 60px;
  height: 60px;
}
.block-feature-twentyOne .feature-block.block-two .name {
  width: calc(100% - 60px);
  padding-left: 25px;
}
.block-feature-twentyOne .feature-block.block-two .name h6 {
  font-size: 24px;
}
.block-feature-twentyOne .feature-block.block-two blockquote {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5294em;
  color: #fff;
  margin: 40px 0 55px;
}
.block-feature-twentyOne .feature-block.block-two li {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0px 35px 45px rgba(7, 14, 39, 0.05);
}
.block-feature-twentyOne .feature-block.block-three {
  padding-top: 20px;
}
.block-feature-twentyOne .feature-block.block-three .screen {
  margin-left: -45px;
}
.block-feature-twentyOne .feature-block.block-three .shape_01 {
  top: 0;
  left: 0;
  width: 100%;
}

.block-feature-thirty .media-img {
  border-radius: 50px;
}
.block-feature-thirty .shape_01 {
  right: 7%;
  bottom: 13%;
}
.block-feature-thirty .shape_02 {
  right: 8%;
  top: 12%;
  max-width: 84%;
}

.block-feature-thirtyOne .video-banner {
  height: 720px;
  background: url(../images/media/img_27.jpg) no-repeat center;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 50px;
}
.block-feature-thirtyOne .video-banner .video-btn {
  width: 130px;
  height: 130px;
  background: #000;
  font-size: 60px;
  color: #fff;
  padding-left: 10px;
}
.block-feature-thirtyOne .video-banner .video-btn:hover {
  background: #B66CFF;
}

.faq-section-one .shape_01 {
  right: 7%;
  top: 15%;
  max-width: 5%;
  animation: rotated 90s infinite linear;
}
.faq-section-one .shape_02 {
  left: 7%;
  bottom: 9%;
  max-width: 3%;
  animation: rotated 40s infinite linear;
}

.project-details .share-icon li:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.project-details .share-icon a {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.project-details .share-icon a:hover {
  background: #fff;
  color: #000;
}
.project-details h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  margin: 80px 0 25px;
}
.project-details p {
  font-size: 22px;
  line-height: 1.909em;
  margin-bottom: 35px;
}

.error-page {
  overflow: hidden;
}
.error-page h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  letter-spacing: -2px;
  color: #E1FF2D;
}
.error-page h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.error-page .btn-seven {
  border-radius: 40px;
  min-width: 150px;
}
.error-page .illustration {
  position: absolute;
  right: 0;
  top: 6%;
  max-width: 50%;
}
.error-page .shape_01 {
  top: 6%;
  left: 5%;
  max-width: 32%;
}

.counter-block-one .main-count {
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-style: italic;
  color: #000;
  margin-bottom: -18px;
}

.accordion-style-one .accordion-item {
  background: transparent;
  position: relative;
  margin: 0 0 20px 10px;
  z-index: 2;
  border: 3px solid #000;
  border-radius: 20px;
}
.accordion-style-one .accordion-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFEA7B;
  z-index: -1;
  border-radius: 20px;
}
.accordion-style-one .accordion-item:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: -8px;
  left: -8px;
  background: #000;
  z-index: -2;
  border-radius: 20px;
}
.accordion-style-one .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35em;
  color: #000;
  padding: 40px 30px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
}
.accordion-style-one .accordion-item .accordion-button:after {
  content: "+";
  font-weight: normal;
  font-size: 36px;
  width: 45px;
  height: 45px;
  color: #000;
  background: #fff;
  text-align: center;
  display: block;
  line-height: 41px;
  transform: none;
  border-radius: 50%;
  border: 2px solid #000;
}
.accordion-style-one .accordion-item .accordion-body {
  padding: 0 30px 40px;
}
.accordion-style-one .accordion-item .accordion-body p {
  margin: 0;
  color: #000;
}

.accordion-style-two {
  background: #1f1332;
  border-radius: 30px;
  padding: 10px 50px;
}
.accordion-style-two .accordion-item {
  background: transparent;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-style-two .accordion-item:last-child {
  border: none;
}
.accordion-style-two .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35em;
  color: #fff;
  padding: 45px 0;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 30px;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
}
.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  display: block;
  transform: none;
  border: none;
  background: transparent;
}
.accordion-style-two .accordion-item .accordion-body {
  padding: 0 30px 30px 0;
}
.accordion-style-two .accordion-item .accordion-body p {
  margin: 0;
}
.accordion-style-two.style-two .accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion-style-two.style-two .accordion-item:first-child {
  border-top: 1px solid #fff;
}

.accordion-style-five .accordion-item {
  background: transparent;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.accordion-style-five .accordion-item .accordion-button {
  font-family: "Montserrat", sans-serif;
  background: transparent;
  box-shadow: none;
  font-size: 28px;
  line-height: 1.2em;
  color: #fff;
  padding: 25px 0;
}
.accordion-style-five .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
}
.accordion-style-five .accordion-item .accordion-button:after {
  content: "+";
  font-family: "Gordita";
  font-weight: normal;
  font-size: 32px;
  color: #fff;
  transform: none;
  border: none;
  background: transparent;
  height: auto;
  width: auto;
}
.accordion-style-five .accordion-item .accordion-body {
  padding: 0 30px 30px 0;
}
.accordion-style-five .accordion-item .accordion-body p {
  margin: 0;
}

.pagination-one {
  margin: 0 -3px;
}
.pagination-one li {
  padding: 0 3px;
}
.pagination-one li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one li a:hover {
  background: #fff;
  color: #000;
}
.pagination-one li.active a {
  background: #fff;
  color: #000;
}
.pagination-one li:last-child a {
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
}

.card-style-one {
  padding: 65px 25px 60px;
}
.card-style-one .icon {
  width: 110px;
  height: 110px;
  background: #E1FF2D;
}
.card-style-one h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  margin: 55px 0 45px;
  min-height: 58px;
}
.card-style-one p {
  line-height: 1.65em;
}

.card-style-nine {
  padding: 25px 35px 140px;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 8px 8px 0 #000;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.card-style-nine .num {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.card-style-nine .title {
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #000;
  margin: 70px 0 25px;
}
.card-style-nine .service-heading {
  font-size: 36px;
  line-height: 1.1666em;
  color: #000;
}
.card-style-nine .service-heading:hover {
  text-decoration: underline;
}
.card-style-nine .illustration {
  right: 8%;
  bottom: 0;
}

.pricing-nav-three .nav {
  width: 80px;
  height: 40px;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
}
.pricing-nav-three .nav .nav-link {
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-nav-three .nav .nav-link.active {
  background: #fff;
  color: #fff;
  font-weight: 500;
}
.pricing-nav-three .nav .nav-link:nth-child(1):before {
  content: "Billed Monthly";
  position: absolute;
  left: -140px;
  top: 1px;
}
.pricing-nav-three .nav .nav-link:nth-child(2):before {
  content: "Billed Yearly";
  position: absolute;
  right: -120px;
  top: 1px;
}

.pricing-section-two {
  background: #161616;
  position: relative;
  z-index: 1;
}
.pricing-section-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/assets/bg_19.png) repeat-y;
  background-size: cover;
  z-index: -1;
}
.pricing-section-two .pr-table-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  padding: 40px 15px 80px;
}
.pricing-section-two .pr-table-wrapper .price {
  font-weight: 500;
  font-size: 64px;
  color: #000;
}
.pricing-section-two .pr-table-wrapper ul li {
  font-weight: 500;
  color: #000;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}
.pricing-section-two .pr-table-wrapper ul li:last-child {
  margin: 0;
}
.pricing-section-two .pr-table-wrapper ul li::before {
  content: url(../images/icon/icon_21.svg);
  position: absolute;
  left: 0;
  top: 3px;
}
.pricing-section-two .pr-table-wrapper .shape_01 {
  top: 20%;
  left: 5%;
}

.pricing-section-four .pr-column {
  padding: 20px 35px 70px;
  border-radius: 40px;
  border-width: 3px;
  border-style: solid;
  position: relative;
  z-index: 1;
}
.pricing-section-four .pr-column .price {
  font-family: "Manrope", sans-serif;
  font-size: 82px;
  font-weight: 600;
  letter-spacing: -3px;
  color: #fff;
  padding-right: 20px;
}
.pricing-section-four .pr-column .info1 {
  font-family: "Manrope", sans-serif;
  width: 50%;
}
.pricing-section-four .pr-column .plane-name {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -2px;
  margin: 30px 0 2px;
}
.pricing-section-four .pr-column .btn-eleven {
  font-size: 18px;
  background: #fff;
  color: #000;
  padding: 0 10px 0 25px;
}
.pricing-section-four .pr-column .btn-eleven:hover {
  background: #8A42FF;
  color: #fff;
}
.pricing-section-four .pr-column .btn-eleven .icon {
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 50%;
}
.pricing-section-four .pr-column .package-feature li {
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.pricing-section-four .pr-column .package-feature li::before {
  content: url(../images/icon/icon_33.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.pricing-section-four .pr-column .shape {
  right: 12%;
  bottom: 8%;
}

.grid-2column {
  margin: 0 -25px;
}
.grid-2column .grid-sizer, .grid-2column .isotop-item {
  width: 50%;
  padding: 0 25px;
}
.grid-2column.xl {
  margin: 0 -50px;
}
.grid-2column.xl .grid-sizer, .grid-2column.xl .isotop-item {
  padding: 0 50px;
}

.filter-nav-one .isotop-menu-wrapper {
  margin: 0 -10px;
}
.filter-nav-one .isotop-menu-wrapper li {
  margin: 0 10px 10px;
  line-height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.filter-nav-one .isotop-menu-wrapper li.is-checked {
  background: #fff;
  color: #000;
}

.feedback-block-one {
  padding: 50px 5vw 45px;
}
.feedback-block-one .icon {
  width: 58px;
  height: 58px;
  background: #fff;
}
.feedback-block-one blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  line-height: 1.2107em;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  margin: 60px 0 65px;
}
.feedback-block-one .rating li {
  color: #fff;
  margin-left: 3px;
  font-size: 17px;
}
.feedback-block-one .rating.text-dark li {
  color: #000;
}

.feedback-section-five {
  background: #171417;
}
.feedback-section-five:before {
  content: "";
  position: absolute;
  width: 33.333%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 33.333%;
  z-index: -1;
}
.feedback-section-five:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
.feedback-section-five .wrapper:before {
  content: "";
  position: absolute;
  width: 66.666%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  left: 16.6666%;
  z-index: -1;
}
.feedback-section-five .feedback-wrapper {
  max-width: 720px;
  margin-left: auto;
}
.feedback-section-five .feedback-wrapper .feedback-block {
  position: relative;
  border-radius: 40px;
  padding: 40px 40px 60px;
  z-index: 3;
  transition: all 0.1s ease-in-out 0s;
}
.feedback-section-five .feedback-wrapper .feedback-block .logo {
  height: 50px;
}
.feedback-section-five .feedback-wrapper .feedback-block blockquote {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  font-style: italic;
  line-height: 1.75em;
  margin: 38px 0 40px;
}
.feedback-section-five .feedback-wrapper .feedback-block .rating {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.feedback-section-five .feedback-wrapper .feedback-block li {
  font-size: 18px;
  color: #000;
  margin-left: 2px;
}
.feedback-section-five .feedback-wrapper .feedback-block:nth-child(1) {
  margin-bottom: -240px;
  z-index: 1;
}
.feedback-section-five .feedback-wrapper .feedback-block:nth-child(2) {
  margin-bottom: -240px;
  z-index: 2;
}
.feedback-section-five .feedback-wrapper .feedback-block:hover {
  z-index: 99 !important;
}
.feedback-section-five .shape_01 {
  top: 16%;
  left: 39%;
  max-width: 5%;
}
.feedback-section-five .shape_02 {
  bottom: 13%;
  left: 39%;
  max-width: 5%;
}

.feedback-section-seven blockquote {
  font-size: 62px;
  line-height: 1.29em;
  letter-spacing: -4px;
  color: #fff;
  text-transform: uppercase;
  margin: 80px 0 70px;
}
.feedback-section-seven .slick-dots {
  position: absolute;
  right: 27%;
  bottom: 23px;
  margin: 0;
  padding: 0;
}
.feedback-section-seven .slick-dots button {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #fff;
}
.feedback-section-seven .slick-dots .slick-active button {
  background: #FFC226;
}
.feedback-section-seven .img-box .rating-card {
  border: 2px solid #000;
  background: #FFCF25;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 3%;
  padding: 20px 30px;
  box-shadow: 8px 8px 0 #fff;
}
.feedback-section-seven .img-box .rating-card li {
  font-size: 22px;
  margin-right: 5px;
  color: #000;
}
.feedback-section-seven .img-box .rating-card li:last-child {
  font-size: 20px;
  margin-left: 10px;
}
.feedback-section-seven .shape_01 {
  top: -7%;
  right: 10%;
}

.blog-meta-one {
  border: 3px solid #fff;
  background: #252525;
  border-radius: 40px;
  padding: 40px;
}
.blog-meta-one .media {
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 45px;
}
.blog-meta-one .post-meta {
  padding-right: 50px;
}
.blog-meta-one .post-meta .date {
  text-transform: uppercase;
  font-size: 16px;
}
.blog-meta-one .post-meta .tags a {
  line-height: 32px;
  border: 2px solid #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 26px;
  border-radius: 50px;
  margin-right: 10px;
}
.blog-meta-one .post-meta .tags a:hover {
  text-decoration: underline;
}
.blog-meta-one .post-meta .blog-title h4 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.485em;
  color: #fff;
  margin: 35px 0 20px;
}
.blog-meta-one .post-meta .blog-title h4:hover {
  text-decoration: underline;
}
.blog-meta-one .post-meta p {
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-meta-one .post-meta .read-more {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #000;
  font-size: 28px;
  background: #FFF7EC;
  box-shadow: 3px 0 0 #fff;
  position: absolute;
  right: 0;
  top: -8px;
}
.blog-meta-one .post-meta .read-more:hover {
  background: #FFC226;
}
.blog-meta-one.style-two {
  padding: 35px;
}
.blog-meta-one.style-two .media {
  border-radius: 25px;
  margin-bottom: 35px;
}
.blog-meta-one.style-two .media img {
  max-height: 375px;
}
.blog-meta-one.style-two .post-meta {
  padding: 0;
}
.blog-meta-one.style-two .post-meta .blog-title h4 {
  margin: 15px 0 30px;
  max-width: 80%;
}
.blog-meta-one.style-two .post-meta .read-more {
  position: static;
}

.blog-details .blog-details-post .post-info {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.blog-details .blog-details-post p {
  font-size: 22px;
  line-height: 1.9em;
  margin-bottom: 30px;
}
.blog-details .blog-details-post .media {
  border: 3px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  margin: 60px 0 60px;
}
.blog-details .blog-details-post h3 {
  font-size: 48px;
  margin-bottom: 30px;
}
.blog-details .blog-details-post .quote-wrapper {
  border: 3px solid #fff;
  border-radius: 30px;
  box-shadow: -15px 0 0 #fff;
  padding: 30px 55px;
  margin: 60px 0 55px 15px;
}
.blog-details .blog-details-post .quote-wrapper blockquote {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.444em;
  color: #fff;
  margin: 0;
}
.blog-details .blog-details-post .bottom-widget {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0 30px;
  margin-top: 70px;
}
.blog-details .blog-details-post .bottom-widget .tags li:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-right: 15px;
}
.blog-details .blog-details-post .bottom-widget .tags a {
  line-height: 36px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 0 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-details .blog-details-post .bottom-widget .tags a:hover {
  color: #000;
  background: #FFC226;
}
.blog-details .blog-details-post .bottom-widget .share-icon li:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-right: 5px;
}
.blog-details .blog-details-post .bottom-widget .share-icon a {
  width: 48px;
  line-height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-details .blog-details-post .bottom-widget .share-icon a:hover {
  background: #FFC226;
  border-color: #FFC226;
}
.blog-details .blog-inner-title {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  line-height: 1.1333em;
  letter-spacing: -5px;
  text-transform: uppercase;
}
.blog-details .blog-comment-form {
  margin-top: 130px;
}
.blog-details .blog-comment-form p {
  font-size: 24px;
}
.blog-details .blog-comment-form p a {
  font-weight: 500;
  color: #fff;
}
.blog-details .blog-comment-form p a:hover {
  text-decoration: underline;
}
.blog-details .blog-comment-form .input-wrapper {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 15px 35px 20px;
  box-shadow: 0 5px 0 #fff;
}
.blog-details .blog-comment-form .input-wrapper label {
  display: block;
  font-size: 16px;
}
.blog-details .blog-comment-form .input-wrapper input {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  font-size: 24px;
  color: #fff;
}
.blog-details .blog-comment-form .input-wrapper input::-moz-placeholder {
  color: #fff;
}
.blog-details .blog-comment-form .input-wrapper input::placeholder {
  color: #fff;
}
.blog-details .blog-comment-form .input-wrapper textarea {
  width: 100%;
  min-height: 200px;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #fff;
}
.blog-details .blog-comment-form .input-wrapper textarea::-moz-placeholder {
  color: #fff;
}
.blog-details .blog-comment-form .input-wrapper textarea::placeholder {
  color: #fff;
}

.contact-section-one .wrapper {
  background: #252525;
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 80px 95px;
}

.form-style-one h3 {
  font-size: 48px;
  margin-bottom: 50px;
}
.form-style-one .input-group-meta {
  position: relative;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: -5px 5px 0 #fff;
  padding: 14px 15px 0 40px;
}
.form-style-one .input-group-meta label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
  font-size: 24px;
  width: 100%;
  max-width: 100%;
  border: none;
  background: transparent;
  color: #fff;
}
.form-style-one .input-group-meta input {
  padding: 0 0 25px;
}
.form-style-one .input-group-meta input::-moz-placeholder {
  color: #fff;
}
.form-style-one .input-group-meta input::placeholder {
  color: #fff;
}
.form-style-one .input-group-meta textarea {
  min-height: 250px;
  max-height: 250px;
  height: 250px;
  padding: 15px 0;
  font-size: 18px;
}
.form-style-one .btn-four {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}
.form-style-one .btn-five {
  background: #fff;
  color: #000;
}
.form-style-one .btn-five:hover {
  background: #FFC226;
}
.form-style-one #contact-form .help-block {
  bottom: -28px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.footer-one {
  padding: 110px 0 80px;
}
.footer-one .email-banner {
  border: 2px solid #000;
  padding: 50px 40px;
  margin-bottom: 100px;
  box-shadow: 8px 8px 0 #000;
}
.footer-one .email-banner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
.footer-one .email-banner form {
  max-width: 510px;
  margin-left: auto;
  height: 80px;
}
.footer-one .email-banner form input {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  background: transparent;
  padding: 0 70px 0 25px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.footer-one .email-banner form input::-moz-placeholder {
  color: #000;
}
.footer-one .email-banner form input::placeholder {
  color: #000;
}
.footer-one .email-banner form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 65px;
  border-radius: 10px;
  background: #000;
}
.footer-one .email-banner form button:hover {
  background: #B66CFF;
}
.footer-one .footer-contact .tel {
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .footer-contact .tel:hover {
  color: #B66CFF;
}
.footer-one .footer-contact .social-icon {
  margin: 0 -5px;
}
.footer-one .footer-contact .social-icon li {
  padding: 0 5px;
}
.footer-one .footer-contact .social-icon li a {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease-in-out 0s;
}
.footer-one .footer-contact .social-icon li a:hover {
  background: #fff;
  color: #000;
}
.footer-one .footer-nav .footer-nav-link a {
  line-height: 53px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-nav .footer-nav-link a:hover {
  color: #B66CFF;
}
.footer-one .copyright-text {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.footer-two .bg-wrapper {
  background: #252525;
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 85px 10px 0;
}
.footer-two .footer-intro h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.footer-two .footer-intro h3 span {
  color: #FFC226;
}
.footer-two .footer-intro form {
  height: 80px;
  margin-top: 50px;
}
.footer-two .footer-intro form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: 0 70px 0 0;
  font-size: 20px;
  color: #fff;
}
.footer-two .footer-intro form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-two .footer-intro form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-two .footer-intro form button {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
}
.footer-two .footer-nav-link a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .footer-nav-link a:hover {
  color: #FFC226;
}
.footer-two .footer-contact p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-two .footer-contact .tel {
  font-size: 24px;
  color: #fff;
  margin: 35px 0 55px;
}
.footer-two .footer-contact .tel:hover {
  text-decoration: underline;
}
.footer-two .footer-contact .social-icon {
  margin: 0 -5px;
}
.footer-two .footer-contact .social-icon li {
  padding: 0 5px;
}
.footer-two .footer-contact .social-icon li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.footer-two .footer-contact .social-icon li a:hover {
  background: #FFC226;
}
.footer-two .bottom-footer {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-two .bottom-footer ul {
  margin: 0 -4px;
}
.footer-two .bottom-footer ul li {
  margin: 0 4px;
}
.footer-two .bottom-footer ul li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .bottom-footer ul li a:hover {
  color: #FFC226;
}
.footer-two .bottom-footer p {
  color: rgba(255, 255, 255, 0.5);
}
.footer-two .bottom-footer p span {
  color: #fff;
  font-weight: 500;
}

.footer-three {
  padding-top: 100px;
}
.footer-three .footer-intro h3 {
  font-size: 64px;
  line-height: 1.15625em;
  letter-spacing: -1px;
}
.footer-three .footer-intro form {
  height: 70px;
  margin-top: 50px;
}
.footer-three .footer-intro form input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 70px 0 20px;
  font-size: 20px;
  color: #fff;
}
.footer-three .footer-intro form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-three .footer-intro form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-three .footer-intro form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}
.footer-three .footer-intro form.style-two {
  max-width: 480px;
  height: 65px;
}
.footer-three .footer-intro form.style-two input {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
}
.footer-three .footer-intro form.style-two input button {
  border-radius: 0 50px 50px 0;
}
.footer-three .footer-nav-link a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .footer-nav-link a:hover {
  color: #8A42FF;
}
.footer-three .footer-contact p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-three .footer-contact .tel {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: 35px 0 55px;
}
.footer-three .footer-contact .tel:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-three .footer-contact .social-icon {
  margin: 0 -5px;
}
.footer-three .footer-contact .social-icon li {
  padding: 0 5px;
}
.footer-three .footer-contact .social-icon li a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease-in-out 0s;
}
.footer-three .footer-contact .social-icon li a:hover {
  background: #8A42FF;
}
.footer-three .bottom-footer {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-three .bottom-footer ul {
  margin: 0 -4px;
}
.footer-three .bottom-footer ul li {
  margin: 0 4px;
}
.footer-three .bottom-footer ul li a {
  font-weight: 500;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .bottom-footer ul li a:hover {
  color: #8A42FF;
}
.footer-three .bottom-footer p span {
  font-weight: 500;
  color: #fff;
}

.login-page {
  min-height: 100vh;
  padding: 100px 12px;
}
.login-page .shape_02 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-page .bg-wrapper {
  background: linear-gradient(to bottom, #FF599F, #9452FF);
  padding: 3px;
  border-radius: 30px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.login-page .copyright-text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.login-page .shape_01 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
}

.user-data-form {
  background: #14042d;
  padding: 50px 90px 40px;
  border-radius: 30px;
}
.user-data-form h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.user-data-form p {
  font-size: 22px;
}
.user-data-form p a {
  font-weight: 500;
  color: #8A42FF;
}
.user-data-form .form-wrapper .input-group-meta input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #fff;
  background: transparent;
}
.user-data-form .form-wrapper .input-group-meta label {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
  color: #8A42FF;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  background: #8A42FF;
  color: #fff;
  border-color: #8A42FF;
}
.user-data-form .agreement-checkbox a {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.user-data-form .agreement-checkbox a:hover {
  text-decoration: underline;
}
.user-data-form .social-use-btn {
  font-size: 16px;
  color: #fff;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.user-data-form .social-use-btn img {
  width: 20px;
}
.user-data-form .btn-four {
  border-color: #8A42FF;
  background: #8A42FF;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
}
.user-data-form .btn-four:hover {
  background: #FF4BD8;
  border-color: #FF4BD8;
}

/* Custome Animation */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
  }
}
@keyframes rippleTwo {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(225, 255, 45, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(225, 255, 45, 0.15);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes skewwrap {
  0% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(0);
  }
  100% {
    transform: skewX(-5deg);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Faiq Hassan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots {
  list-style-type: none;
  display: flex;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
  background: #E1FF2D;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}