@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
    color: #fff;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
    color: #fff;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #fff;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gallery a.more {
    opacity: 1!important;
}
body {
  background: #FFFCF8;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.primary-btn {
  display: inline-block;
  padding: 16px 44px;
  border-radius: 8px;
  background: #DD1E52;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: none;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #fff !important;
}
.primary-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.primary-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.primary-btn span {
  display: block;
  position: relative;
  z-index: 10;
  color: #fff;
}
.primary-btn::before {
  content: "";
  background: #004F3B;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -160%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
}
.primary-btn::after {
  content: "";
  background: #004F3B;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  position: absolute;
}

.tablebtn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  color: white;
  border: 1px solid var(--Primaries-Green, #004F3B);
  background: var(--BG-Base, #FFFCF8);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  border-style: solid;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tablebtn:hover {
  color: #fff;
}
.tablebtn:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #fff !important;
}
.tablebtn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tablebtn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.tablebtn span {
  display: block;
  position: relative;
  z-index: 10;
  color: #3C3C3C;
}
.tablebtn::before {
  content: "";
  background: #004F3B;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
}
.tablebtn::after {
  content: "";
  background: #004F3B;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  position: absolute;
}

a[aria-expanded=false] .img-fluid.active {
  display: none;
}
a[aria-expanded=false] .img-fluid.inactive {
  display: inline;
}

a[aria-expanded=true] {
  color: #DD1E52 !important;
}
a[aria-expanded=true] .img-fluid.active {
  display: inline;
}
a[aria-expanded=true] .img-fluid.inactive {
  display: none;
}

.common-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 63.26px;
  letter-spacing: 0.035em;
  margin-bottom: 24px;
  color: #004F3B;
  text-transform: uppercase;
}
.common-content p {
  font-family: Amiri;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.47px;
  text-align: left;
  color: #3C3C3C;
}

.common-container {
  max-width: 1421px;
  margin: auto;
}

header {
  background: rgba(14, 14, 14, 0.1);
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .dektop-header {
  max-width: 1256px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .dektop-header .rightMenu {
  gap: 32px !important;
}
header .dektop-header .main-menu {
  display: flex;
  align-items: center;
  gap: 56px;
}
header .dektop-header .main-menu .main-menu__item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: white;
  text-transform: uppercase;
}
header .dektop-header .main-menu .main-menu__item:hover {
  color: #DD1E52;
}
header .dektop-header .main-menu .active {
  color: #DD1E52;
}
header .dektop-header .main-menu .dropdown .dropdown-menu {
  margin-top: 19px !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .dektop-header .main-menu .dropdown ul {
  display: flex;
  gap: 24px;
  flex-direction: column;
  text-align: start;
}
header .dektop-header .main-menu .dropdown ul a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
header .dektop-header .main-menu .dropdown ul a.active, header .dektop-header .main-menu .dropdown ul a:hover {
  color: #DD1E52;
}
header .dektop-header #gbp-modal {
  position: absolute;
  top: 50px;
  width: 104px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

}
header .dektop-header #gbp-modal .card {
  padding: 24px;
}
header .dektop-header #gbp-modal ul {
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
header .dektop-header #gbp-modal ul a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3C3C3C;
}
header .dektop-header #gbp-modal ul a.active, header .dektop-header #gbp-modal ul a:hover {
  color: #DD1E52;
}
header .menu-modal-btn {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: 0.04em;
  background: #FFFCF8;
  border: 1px solid #ADADAD;
  color: #3C3C3C;
  border-radius: 8px;
  padding: 1.5px 14px;
}

#cart-modal {
  position: absolute;
  right: 0;
  top: 50px;
  width: 375px;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0;
}
#cart-modal .product-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(0, 79, 59, 0.2196078431);
}
#cart-modal .product-item .text-wrap {
  max-width: 143px;
}
#cart-modal .product-item .text-wrap h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--Neutral-800, #3C3C3C);
}
#cart-modal .product-item .text-wrap h5 {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: 0.04em;
  color: #004F3B;
  margin-bottom: 0;
}
#cart-modal .product-item .text-wrap h6 {
  font-family: Amiri;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.47px;
  text-align: left;
  margin-bottom: 0;
  color: #3C3C3C;
}
#cart-modal .total-text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.header-modal-wrap .modal-header {
  background: #002E22;
}
.header-modal-wrap .modal-header .menu-modal-btn {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: 0.04em;
  background: #FFFCF8;
  border: 1px solid #ADADAD;
  color: #3C3C3C;
  border-radius: 8px;
  padding: 1.5px 14px;
}
.header-modal-wrap a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  text-transform: uppercase;
}
.header-modal-wrap a:hover {
  color: #DD1E52;
}
.header-modal-wrap .menu-items .menu-item {
  border-bottom: 2px solid rgba(0, 79, 59, 0.262745098);
}

.footer-sec {
  padding: 48px 0;
  background: #002E22;
  position: relative;
}
.footer-sec .footer-img-left {
  position: absolute;
  left: 50px;
  top: 50px;
}
.footer-sec .footer-img-right {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.footer-sec .footer-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1256px;
  margin: auto;
}
.footer-sec .footer-flex p {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: 0.04em;
  color: white;
}
.footer-sec .footer-flex h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: white;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.footer-sec .footer-flex h5::after {
  content: "";
  height: 1.5px;
  background: #fff;
  width: 100%;
  display: block;
  position: relative;
  top: 8px;
}
.footer-sec .footer-flex ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-sec .footer-flex ul a,
.footer-sec .footer-flex ul address {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: white;
  text-transform: uppercase;
}
.footer-sec .footer-flex .footer-link-group {
  display: flex;
  gap: 40px;
}
.footer-sec .footer-flex .footer-link-wrap {
  display: flex;
  gap: 64px;
}

.gallery {
  width: 100%;
  position: relative;
  min-height: 31.25rem;
  height: 100vh;
  background-color: #202948;
  font-family: "Poppins", sans-serif;
}
.gallery .common-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.gallery .content {
  color: white;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
.gallery .content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50.08px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.gallery .content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 131.787%;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.gallery .content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39.54px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.gallery .content p {
  font-family: Amiri;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.47px;
  text-align: left;
  max-width: 653px;
  color: var(--Neutral-400, #F4F4F4);
}
.gallery .content hr {
  display: block;
  width: 3rem;
  border: none;
  height: 0.125rem;
  background: #DD1E52;
  margin-top: 0.938rem;
  margin-inline: 0.313rem;
  opacity: 1;
}
.gallery-slider {
  width: 100%;
  height: 100%;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 100%;
}
.gallery-slider .swiper-slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1098039216) 100%);
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.gallery .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: left;
}
.gallery .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.125rem;
  height: 0.25rem;
  background: #fff;
}
.gallery .swiper-pagination-bullet-active {
  background: #fff;
}
.gallery .more {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  font-size: 0.8rem;
  transform: translateY(-0.938rem);
  position: absolute;
  z-index: 10;
  right: 1.875rem;
  letter-spacing: 0.1rem;
  display: none;
}
@media screen and (min-width: 37.5rem) {
  .gallery .more {
    display: inline-block;
  }
}
.gallery .more:hover {
  opacity: 1;
}
.gallery-thumbs {
  width: 14.375rem;
  padding: 0;
  overflow: hidden;
  position: absolute;
  bottom: 8rem;
  right: 0;
}
@media screen and (min-width: 37.5rem) {
  .gallery-thumbs {
    width: 25rem;
  }
}
.gallery-thumbs .swiper-slide {
  width: 6.25rem;
  height: 6.25rem;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.we-supported-sec {
  padding: 64px 0 32px 0;
}
.we-supported-sec .we-supported-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 103px;
}
.we-supported-sec .we-supported-wrap .common-content {
  width: 526px;
}

.our-services-sec {
  padding: 32px 0;
  position: relative;
}
.our-services-sec .top-img {
  position: absolute;
  left: 45px;
  top: 0;
  width: 8%;
}
.our-services-sec .owl-carousel .owl-item img {
  display: unset;
  width: unset;
}

.our-services-container {
  max-width: 1067px;
  margin: auto;
}
.our-services-container h3 {
  margin-bottom: 40px;
  color: #080808;
}
.our-services-container .owl-dots {
  margin: auto;
  margin-top: -22px;
  transform: translateX(-8px);
}
.our-services-container .owl-nav {
  margin: auto;
  transform: translateX(-8px);
}

.service-card {
  border-radius: 20px;
  position: relative;
}
.service-card .serviceCard-bg {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.0588235294));
  position: absolute;
  z-index: -1;
}
.service-card .text-wrap {
  padding: 32px 26px 30px 40px;
}
.service-card h4 {
  margin: 21px 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #004F3B;
  text-transform: uppercase;
}
.service-card p {
  font-family: Amiri;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.47px;
  text-align: left;
  color: #7B7B7B;
  margin-bottom: 0;
}
.service-card .link {
  position: absolute;
  top: 0;
  right: 0;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 251px;
  margin-top: -33px;
}
.owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  background: #9B9B9B !important;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  width: 9px;
  height: 9px;
  background: #656565 !important;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 251px;
}
.owl-nav .owl-prev {
  background: url(../images/owl-pre-icon.svg) no-repeat center !important;
  background-size: contain !important;
  width: 62.5px;
  height: 62.5px;
}
.owl-nav .owl-prev span {
  display: none;
}
.owl-nav .owl-next {
  background: url(../images/owl-next-icon.svg) no-repeat center !important;
  background-size: contain !important;
  width: 62.5px;
  height: 62.5px;
}
.owl-nav .owl-next span {
  display: none;
}

.pick-package-sec {
  padding: 32px 0 64px 25px;
  position: relative;
}
.pick-package-sec .owl-nav {
  position: absolute;
  width: 251px;
  left: 980px;
  bottom: 30px;
}
.pick-package-sec .owl-dots {
  position: absolute;
  width: auto;
  left: 1069px;
  bottom: 55px;
}
.pick-package-sec .pick-right-img {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 8%;
}
.pick-package-sec .pick-flex {
  display: flex;
  gap: 48px;
}
.pick-package-sec .pick-flex .pick-lg-img {
  max-width: 935px;
  width: 100%;
}
.pick-package-sec .pick-flex .common-content {
  max-width: 551px;
  width: 100%;
  margin-top: 48px;
}

.make-video {
  position: relative;
}
.make-video video {
  display: block;
  width: 100%;
}
.make-video .common-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.start-business-sec {
  padding: 64px 24px 64px 0;
  position: relative;
}
.start-business-sec .pick-right-img {
  position: absolute;
  left: 28px;
  bottom: 82px;
  width: 8%;
}
.start-business-sec .pick-flex {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: end;
}
.start-business-sec .pick-flex .pick-lg-img {
  max-width: 935px;
  width: 100%;
}
.start-business-sec .pick-flex .common-content {
  max-width: 551px;
  width: 100%;
}
.start-business-sec .pick-flex .common-content h3 {
  margin-bottom: 16px !important;
  color: #3C3C3C;
}

.page-heading {
  position: relative;
}
.page-heading img {
  width: 100%;
}
.page-heading .page-subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.page-heading .page-subtitle h2 {
  color: #FFF;
  text-align: center;
  /* Heading/H1 */
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 79.072px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-heading .page-subtitle p {
  color: #FFF;
  text-align: center;
  /* P/Standard (Body) */
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  max-width: 692px;
  margin: auto;
}

.service-shortdesc {
  background: url(../images/shortdesc-bg.png) no-repeat top center;
  padding: 80px 0px 98px 0px;
  background-size: cover;
}
.service-shortdesc .shortdesc-inner {
  max-width: 1118px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 48px;
  padding: 48px 32px;
}
.service-shortdesc .shortdesc-inner .shortdesc-desc {
  color: #3C3C3C;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  max-width: 503px;
}

.service-addtionalinfo {
  background: #FFFCF8;
  padding: 64px 0px 49px 0px;
}
.service-addtionalinfo .service-container {
  max-width: 1410px;
  margin: auto;
  display: flex;
  gap: 92px;
  align-items: center;
}
.service-addtionalinfo .service-container .service-descleftside {
  max-width: 526px;
}
.service-addtionalinfo .service-container .service-descleftside h3 {
  color: var(--Primaries-Dark-Green, #002E22);
  /* Heading/H3 */
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.service-addtionalinfo .service-container .service-descleftside p {
  color: #0E0E0E;
  text-align: justify;
  /* P/Standard (Body) */
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}

.what-serviceinclude {
  background: #FFFCF8;
  padding: 125px 0px;
}
.what-serviceinclude .serviceinclude-container {
  max-width: 1082px;
  margin: auto;
  width: 100%;
}
.what-serviceinclude .serviceinclude-container h2 {
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.what-serviceinclude .serviceinclude-container .service_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.what-serviceinclude .serviceinclude-container .service_list .service_listinfo h3 {
  color: var(--Primaries-Dark-Green, #002E22);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 0px;
}

.seo-pricing-sec {
  padding: 64px 0px;
}
.seo-pricing-sec .pricing_data .title h3 {
  color: #002E22;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
}
.seo-pricing-sec .pricing_data .tabs-table .nav-tabs {
  padding: 40px 0px;
  border: none;
  gap: 8px;
}
.seo-pricing-sec .pricing_data .tabs-table .nav-tabs .nav-link {
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid var(--Primaries-Green, #004F3B);
  background: var(--BG-Base, #FFFCF8);
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.seo-pricing-sec .pricing_data .tabs-table .nav-tabs .nav-link:hover {
  border-radius: 8px;
  border: 1px solid var(--Primaries-Green, #004F3B);
  background: var(--Primaries-Dark-Green, #002E22);
  color: #FFF;
}
.seo-pricing-sec .pricing_data .tabs-table .nav-tabs .active {
  border-radius: 8px;
  border: 1px solid var(--Primaries-Green, #004F3B);
  background: var(--Primaries-Dark-Green, #004F3B);
  color: #FFF;
}
.seo-pricing-sec .pricing_data .tabs-table .nav-tabs .active span {
  color: #fff;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table {
  background-color: transparent !important;
  --bs-table-bg: transparent;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table thead tr th {
  background: var(--Primaries-Dark-Green, #002E22);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 10px 0px;
  text-align: center;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody {
  border-left: 1px solid var(--Line, #F4F4F4);
  border-bottom: 1px solid var(--Line, #F4F4F4);
  border-right: 1px solid var(--Line, #F4F4F4);
  border-radius: 0px 0px 8px 8px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody tr:last-child td h6 {
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody tr:nth-child(even) {
  background-color: #fff;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody td {
  text-align: center;
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 10px 0.5rem;
  border-bottom: none;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody td:first-child {
  text-align: left;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .table tbody td h6 {
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
  margin-bottom: 0px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .add_cart_btngroup td {
  border-bottom: none;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .add_cart_btngroup td .addcart-btn {
  margin-top: 5.5px;
}
.seo-pricing-sec .pricing_data .tabs-table .tab-content .add_cart_btngroup td .addcart-btn .primary-btn {
  max-width: 178px;
  margin: auto;
  padding: 16px 24px;
  display: block;
}

.service-formwrapper {
  padding: 64px 0px;
}
.service-formwrapper .service-form {
  background: url(../images/service-formbg.png) no-repeat top center;
  background-size: cover;
  width: 932px;
  padding: 80px 79px;
  margin: auto;
  max-width: 100%;
}
.service-formwrapper .service-form h3 {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.service-formwrapper .service-form p {
  max-width: 523px;
  margin: auto;
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
.service-formwrapper .service-form form {
  margin-top: 24px;
}
.service-formwrapper .service-form form .primary-btn {
  display: block;
  width: 443px;
  max-width: 100%;
  margin: 24px auto 0px auto;
}
.service-formwrapper .service-form form .primary-btn::before {
  top: -230%;
}
.service-formwrapper .service-form form .forminnerside-feilds {
  display: flex;
  gap: 24px;
}
.service-formwrapper .service-form form .forminnerside-feilds .formleftside, .service-formwrapper .service-form form .forminnerside-feilds .formrightside {
  width: 100%;
}
.service-formwrapper .service-form form .forminnerside-feilds .formleftside .formbox, .service-formwrapper .service-form form .forminnerside-feilds .formrightside .formbox {
  margin-bottom: 24px;
}
.service-formwrapper .service-form form .form-control {
  padding: 8px 12px 8px 35px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: #FDFDFD;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
}
.service-formwrapper .service-form form .formbtm-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-formwrapper .service-form form .formbtm-field .tickbox {
  width: 100%;
  max-width: 378px;
}
.service-formwrapper .service-form form .formbtm-field .tickbox .form-check {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.service-formwrapper .service-form form .formbtm-field .tickbox .form-check .form-check-label {
  color: var(--Neutral-800, #3C3C3C);
  /* P/Small */
  font-family: "Amiri", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.49%; /* 20.929px */
  letter-spacing: 0.56px;
}
.service-formwrapper .service-form form .formbtm-field .tickbox .form-check .form-check-label a {
  color: #DD1E52;
}
.service-formwrapper .service-form form .formbtm-field .tickbox .form-check .form-check-input {
  margin: 0px;
  border: 2px solid #3C3C3C;
  width: 18px;
  height: 18px;
}
.service-formwrapper .service-form form .user {
  background: url(../images/fullname.svg) no-repeat 12px 15px;
}
.service-formwrapper .service-form form .email {
  background: url(../images/envelope.svg) no-repeat 12px 15px;
}
.service-formwrapper .service-form form .phone {
  background: url(../images/phone.svg) no-repeat 12px 15px;
}
.service-formwrapper .service-form form .message {
  background: url(../images/pencil.svg) no-repeat 12px 15px;
  height: 120px;
}
.service-formwrapper .service-form form .upload-brief {
  padding: 8px 35px 8px 12px;
  background: url(../images/upload-brief.svg) no-repeat 95% 50%;
}
.service-formwrapper .service-form form [type=file] {
  -moz-user-select: none;
}
.service-formwrapper .service-form .submit-requestbtn {
  border-radius: 8px;
  background: var(--Primaries-Accent, #DD1E52);
  width: 443px;
  padding: 16px 32px;
  display: block;
  text-align: center;
  margin: auto;
  max-width: 100%;
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.service-formwrapper .service-form .submit-requestbtn:hover {
  background: var(--Primaries-Green, #004F3B);
}

.form-check-input:checked {
  background-color: #DD1E52;
  border-color: #DD1E52;
  border-radius: 0;
}

.form-check-input:focus {
  box-shadow: none;
}

#addtocart .modal-content {
  border-radius: 0px;
}
#addtocart .modal-body {
  padding: 40px;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
  width: 515px;
  max-width: 100%;
}
#addtocart .modal-body .addCart h3 {
  color: var(--Primaries-Dark-Green, #002E22);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.997%; /* 43.519px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
#addtocart .modal-body .addCart p {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  margin-bottom: 24px;
}
#addtocart .modal-body .addCart .continue-shopingbtn {
  border-radius: 8px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: var(--BG-Base, #FFFCF8);
  padding: 16px 32px;
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
#addtocart .modal-body .addCart .secure-btn {
  border-radius: 8px;
  border: 1px solid var(--Neutral-500, #DD1E52);
  background: var(--BG-Base, #DD1E52);
  padding: 16px 32px;
  color: var(--Neutral-800, #fff);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 16px;
}

.aboutshort-desc {
  background: url(../images/about-shortdescbg.png) no-repeat top center;
}

.have-questions {
  position: relative;
}
.have-questions .question-desc {
  position: absolute;
  width: 100%;
  max-width: 487px;
  top: 50%;
  transform: translateY(-50%);
  right: 330px;
}
.have-questions .question-desc h3 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.have-questions .question-desc p {
  margin-bottom: 24px;
  color: #FFF;
  text-align: justify;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
.have-questions .question-desc .question-btn {
  display: flex;
  gap: 16px;
}
.have-questions .question-desc .question-btn .faq-btn {
  padding: 16px 32px;
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: var(--BG-Base, #FFFCF8);
  max-width: 235px;
  width: 100%;
}
.have-questions .question-desc .question-btn .primary-btn {
  max-width: 235px;
  width: 100%;
}

.page-customheading {
  position: relative;
}
.page-customheading .pagcontact .page-subtitle {
  max-width: 486px !important;
  width: 100%;
}
.page-customheading .page-container {
  max-width: 1256px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-customheading .page-container .page-subtitle {
  width: 100%;
  max-width: 593px;
}
.page-customheading .page-container .page-subtitle h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 79.072px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin: 0px;
}
.page-customheading .page-container .page-subtitle p {
  color: var(--Line, #F4F4F4);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  margin: 24px 0px;
}

.how-started {
  background: url(../images/howitworks.png) no-repeat top center;
  margin-top: 43px;
  background-size: cover;
}
.how-started .how-startedInner {
  width: 100%;
  max-width: 638px;
  margin: auto;
  padding: 138px 80px;
}
.how-started .how-startedInner h3 {
  margin-bottom: 16px;
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.how-started .how-startedInner p {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}

.contactBox {
  border: 1px solid var(--Line, #F4F4F4);
  padding: 24px 0px;
}
.contactBox .contactFormBox {
  width: 100%;
  max-width: 699px;
  margin: 48px auto;
}
.contactBox .contactFormBox .contactTop {
  margin-bottom: 40px;
}
.contactBox .contactFormBox .contactTop .contact-innerboxlist {
  display: flex;
  gap: 24px;
}
.contactBox .contactFormBox .contactTop .contact-innerboxlist .contact-boxlist {
  display: flex;
  gap: 11px;
  align-items: center;
}
.contactBox .contactFormBox .contactTop .contact-innerboxlist .contact-boxlist h4 {
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  margin: 0px;
}
.contactBox .contactFormBox .contactbtm {
  padding: 48px 45px;
  border: 1px solid var(--Neutral-400, #F4F4F4);
  background: var(--Neutral-White, #FFF);
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .tickbox {
  max-width: 100%;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .formbox {
  margin-bottom: 16px;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .formbox .form-control {
  padding: 8px 12px 8px 35px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background-color: #FDFDFD;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .formbox textarea {
  min-height: 120px;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .form-check {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .form-check .form-check-label {
  color: var(--Neutral-800, #3C3C3C);
  /* P/Small */
  font-family: "Amiri", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.49%; /* 20.929px */
  letter-spacing: 0.56px;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .form-check .form-check-label a {
  color: #DD1E52;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .form-check .form-check-input {
  margin: 0px;
  border: 2px solid #3C3C3C;
  width: 18px;
  height: 18px;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .captcha {
  margin: 16px 0px 24px 0px;
  text-align: center;
}
.contactBox .contactFormBox .contactbtm .formInwuirybox .primary-btn {
  margin: auto;
  width: 100%;
  max-width: 307px;
  display: block;
}

.user {
  background: url(../images/fullname.svg) no-repeat 12px 15px;
}

.email {
  background: url(../images/envelope.svg) no-repeat 12px 15px;
}

.phone {
  background: url(../images/phone.svg) no-repeat 12px 15px;
}

.message {
  background: url(../images/pencil.svg) no-repeat 12px 15px;
  height: 120px;
}

.upload-brief {
  padding: 8px 35px 8px 12px;
  background: url(../images/upload-brief.svg) no-repeat 95% 50%;
}

.faq_main {
  background: url(../images/faqdesktopbg.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}
.faq_main .Faq_container {
  width: 100%;
  max-width: 948px;
  margin: auto;
}
.faq_main .Faq_container .accordion-item {
  border: none;
  margin-bottom: 16px;
  background-color: var(--Neutral-400, #F4F4F4);
  border-radius: 0px;
  padding: 18px 24px;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
}
.faq_main .Faq_container .accordion-item .accordion-header {
  color: #0E0E0E;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.faq_main .Faq_container .accordion-item .accordion-header .accordion-button {
  border-radius: 0px;
  background-color: transparent;
  color: #0E0E0E;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0px;
}
.faq_main .Faq_container .accordion-item .accordion-body {
  padding: 0px;
  margin-top: 18px;
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../images/faq-arrow.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-top.svg);
  transform: inherit;
}

.userheader {
  background: var(--Primaries-Dark-Green, #002E22);
  position: inherit;
}

.privacy-content {
  position: relative;
}
.privacy-content:before {
  content: "";
  background: url(../images/privacy-topright.svg) no-repeat top left !important;
  width: 511px !important;
  height: 534px !important;
  top: -80px !important;
  right: 0px;
}
.privacy-content:after {
  content: "";
  background: url(../images/privacy-bottomleft.svg) no-repeat bottom right !important;
  width: 442px !important;
  height: 737px;
  left: 0;
}

.terms-content {
  position: relative;
}
.terms-content:before {
  content: "";
  background: url(../images/terms-topleft.svg) no-repeat top left;
  width: 442px;
  height: 534px;
  position: absolute;
  top: -20px;
}
.terms-content:after {
  content: "";
  background: url(../images/bottom-right.svg) no-repeat bottom right;
  width: 511px;
  height: 737px;
  position: absolute;
  bottom: -230px;
  right: 0;
}
.terms-content .terms-container {
  width: 100%;
  max-width: 942px;
  margin: auto;
  padding: 80px 48px;
}
.terms-content .terms-container h2 {
  text-align: center;
  color: #002E22;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.terms-content .terms-container p {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 171.686%; /* 27.47px */
}

.userregistration {
  padding: 64px 0px;
}
.userregistration .login-register {
  width: 100%;
  max-width: 1152px;
  margin: auto;
  display: flex;
  gap: 80px;
}
.userregistration .login-register .user-loginform {
  width: 100%;
}
.userregistration .login-register .user-loginform h3 {
  margin-bottom: 24px;
  text-align: center;
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.userregistration .login-register .user-loginform .user-loginformbox {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
}
.userregistration .login-register .user-loginform .user-loginformbox .form-control {
  height: 48px;
  padding: 8px 12px 8px 35px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background-color: #FDFDFD !important;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.userregistration .login-register .user-loginform .user-loginformbox .primary-btn::before {
  top: -240%;
}
.userregistration .login-register .user-loginform .user-loginformbox .password {
  background: url(../images/password.svg) no-repeat 12px 15px, url(../images/eye.svg) no-repeat 95% 50%;
}
.userregistration .login-register .user-loginform .user-loginformbox .checkforgot {
  display: flex;
  justify-content: space-between;
}
.userregistration .login-register .user-loginform .user-loginformbox .checkforgot a {
  color: #DD1E52;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
.userregistration .login-register .user-loginform .user-loginformbox .checkforgot .form-check {
  padding: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.userregistration .login-register .user-loginform .user-loginformbox .checkforgot .form-check .form-check-input {
  margin: 0;
}
.userregistration .login-register .user-loginform .user-loginformbox .checkforgot .form-check label {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
.userregistration .login-register .user-loginform .user-loginformbox .tickbox {
  max-width: 418px;
}
.userregistration .login-register .user-loginform .user-loginformbox .captcha {
  text-align: center;
  margin: 24px 0px 0px 0px;
}
.userregistration .login-register .user-loginform .user-loginformbox .primary-btn {
  margin-top: 24px;
  width: 100%;
}

.password {
  background: url(../images/password.svg) no-repeat 12px 15px;
}

.tickbox {
  width: 100%;
  max-width: 378px;
}
.tickbox .form-check {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.tickbox .form-check .form-check-label {
  color: var(--Neutral-800, #3C3C3C);
  /* P/Small */
  font-family: "Amiri", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.49%; /* 20.929px */
  letter-spacing: 0.56px;
}
.tickbox .form-check .form-check-label a {
  color: #DD1E52;
}
.tickbox .form-check .form-check-input {
  margin: 0px;
  border: 2px solid #3C3C3C;
  width: 18px;
  height: 18px;
}

#forgot_password .modal-dialog {
  width: 100%;
  max-width: 515px;
}
#forgot_password .modal-dialog .modal-content {
  border-radius: 0px;
}
#forgot_password .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
#forgot_password .modal-dialog .modal-content .modal-body h3 {
  text-align: center;
  margin-bottom: 24px;
  color: #002E22;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.997%;
  text-transform: uppercase;
}
#forgot_password .modal-dialog .modal-content .modal-body p {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
#forgot_password .modal-dialog .modal-content .modal-body .forminfo {
  margin-bottom: 24px;
}
#forgot_password .modal-dialog .modal-content .modal-body .forminfo .form-control {
  padding: 8px 12px 8px 35px;
  height: 48px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background-color: #FDFDFD;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%;
  text-transform: capitalize;
}
#forgot_password .modal-dialog .modal-content .modal-body .tickbox {
  width: 100%;
  max-width: 408px;
}
#forgot_password .modal-dialog .modal-content .modal-body .captcha {
  text-align: center;
  margin: 24px 0px;
}
#forgot_password .modal-dialog .modal-content .modal-body .primary-btn {
  width: 100%;
}

.resetPassword {
  padding: 64px 0px;
}
.resetPassword h3 {
  color: var(--Primaries-Dark-Green, #002E22);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.resetPassword .resetPassword_Box {
  max-width: 544px;
  margin: auto;
}
.resetPassword .resetPassword_Box .resetPasswordInnerbox {
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
  padding: 40px;
  max-width: 528px;
  margin: auto;
}
.resetPassword .resetPassword_Box .resetPasswordInnerbox p {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
}
.resetPassword .resetPassword_Box .resetPasswordInnerbox .forminfo .form-control {
  height: 48px;
  padding: 8px 12px 8px 35px;
  border-radius: 3px;
  border: 1px solid #9B9B9B;
  background-color: #FDFDFD;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.resetPassword .resetPassword_Box .resetPasswordInnerbox .forminfo .password {
  background: url(../images/password.svg) no-repeat 12px 15px, url(../images/eye.svg) no-repeat 95% 50%;
}
.resetPassword .resetPassword_Box .resetPasswordInnerbox .primary-btn {
  width: 100%;
}

.checkout_wrapper {
  padding: 64px 0px;
}
.checkout_wrapper h2 {
  color: var(--Primaries-Dark-Green, #002E22);
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.checkout_wrapper .order-success {
  max-width: 576px !important;
}
.checkout_wrapper .order-success .checkoutBox {
  border: 1px solid #D0D0D0;
}
.checkout_wrapper .order-success .checkoutBox h3 {
  margin-bottom: 16px !important;
  font-size: 48px !important;
  line-height: 131.787% !important; /* 63.258px */
}
.checkout_wrapper .order-success .checkoutBox .pay-success {
  color: #007800;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.checkout_wrapper .order-success .checkoutBox .orderfailed {
  color: #EA5D5D !important;
}
.checkout_wrapper .checkout_container {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  max-width: 1257px;
  margin: auto;
  display: flex;
  gap: 47px;
}
.checkout_wrapper .checkout_container .checkoutBox {
  width: 100%;
  padding: 48px 40px;
}
.checkout_wrapper .checkout_container .checkoutBox h3 {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.checkout_wrapper .checkout_container .checkoutBox .form-control {
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
  height: 48px;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: #FFF;
}
.checkout_wrapper .checkout_container .checkoutBox select {
  background-image: url(../images/dropdown.svg) !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}
.checkout_wrapper .checkout_container .checkoutBox .checkoutformbox {
  display: flex;
  gap: 24px;
}
.checkout_wrapper .checkout_container .checkoutBox .checkoutformbox .formbox {
  margin-bottom: 24px;
  width: 100%;
}
.checkout_wrapper .checkout_container .checkoutBox .formbtm-field {
  display: flex;
  gap: 25px;
  margin-bottom: 6px;
}
.checkout_wrapper .checkout_container .checkoutBox .formbtm-field .tickbox {
  max-width: 260px;
}
.checkout_wrapper .checkout_container .checkoutBox .formbtm-field .mastercard_img {
  text-align: center;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .product-item {
  border-bottom: 2px solid #CCDCD8;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .product-item .text-wrap h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #3C3C3C;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .product-item .text-wrap h5 {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  letter-spacing: 0.04em;
  color: #004F3B;
  margin-bottom: 0;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .product-item .text-wrap h6 {
  font-family: "Amiri", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.47px;
  text-align: left;
  margin-bottom: 0;
  color: #3C3C3C;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .total-text {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .discountBox {
  display: flex;
  gap: 16px;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .discountBox .form-control {
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: #FDFDFD;
  height: 40px;
  padding: 8px 12px;
  max-width: 240px;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .discountBox .applybtn {
  height: 40px;
  padding: 8px 32px;
  border-radius: 8px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: var(--BG-Base, #FFFCF8);
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  width: 100%;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .primary-btn {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.checkout_wrapper .checkout_container .checkoutBox .cardbox .primary-btn::before {
  top: -220%;
}

.countrydropdown {
  background-image: url(../images/dropdown.svg) !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

.useraccountmenu {
  border-bottom: 1px solid var(--Neutral-400, #F4F4F4);
  background: var(--Neutral-White, #FFF);
  padding: 18px 0px;
}
.useraccountmenu .container {
  max-width: 1256px;
  padding: 0px;
}
.useraccountmenu .container ul {
  display: flex;
  gap: 62px;
}
.useraccountmenu .container ul li {
  position: relative;
}
.useraccountmenu .container ul li::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #F4F4F4;
  position: absolute;
  right: -31px;
}
.useraccountmenu .container ul li:last-child::after {
  display: none;
}
.useraccountmenu .container ul li a {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
.useraccountmenu .container ul li .active {
  color: var(--Primaries-Accent, #DD1E52);
}

.userawrapper {
  padding: 64px 0px;
  width: 100%;
  max-width: 823px;
  margin: auto;
}
.userawrapper .inneruser-dash {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
}
.userawrapper .inneruser-dash h3 {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  /* Heading/H3 */
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.userawrapper .inneruser-dash .useraccount-info {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  /* P/Medium */
  font-family: "Amiri", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 8px;
}
.userawrapper .inneruser-dash .useraccount-info a {
  color: #005BB9;
}
.userawrapper .inneruser-dash p {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  max-width: 592px;
  margin: auto;
}
.userawrapper .inneruser-dash .your-dtls h4 {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: capitalize;
  margin: 0px;
}
.userawrapper .inneruser-dash .your-dtls form {
  margin: 24px 0px;
}
.userawrapper .inneruser-dash .your-dtls form .userformbox {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.userawrapper .inneruser-dash .your-dtls form .form-control {
  height: 48px;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid var(--Neutral-500, #ADADAD);
  background: #FFF;
  color: #656565;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.965%; /* 29.914px */
  text-transform: capitalize;
}
.userawrapper .inneruser-dash .your-dtls form .primary-btn {
  display: block;
  margin: auto;
  max-width: 240px;
}

.seprateline {
  background: #CCDCD8;
  height: 2px;
  margin: 32px 0px;
}

.password-pro {
  background-image: url(../images/eye.svg) !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

.orderhistory-wrapper {
  padding: 64px 0px;
}
.orderhistory-wrapper .orderhistory-container {
  margin: auto;
  width: 100%;
  max-width: 1257px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 69px 151px 0px rgba(0, 0, 0, 0.06), 0px 34.931px 65.827px 0px rgba(0, 0, 0, 0.04), 0px 13.8px 24.538px 0px rgba(0, 0, 0, 0.03), 0px 3.019px 8.73px 0px rgba(0, 0, 0, 0.02);
}
.orderhistory-wrapper .orderhistory-container h2 {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.787%; /* 63.258px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.orderhistory-wrapper .orderhistory-container p {
  color: var(--Neutral-800, #3C3C3C);
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  max-width: 639px;
  margin: auto;
}
.orderhistory-wrapper .orderhistory-container .orderinfo {
  margin-top: 32px;
  margin-bottom: 0px;
}
.orderhistory-wrapper .orderhistory-container .orderinfo tr th {
  background: var(--Primaries-Green, #004F3B);
  color: var(--Neutral-White, #FFF);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  padding: 10px 0px 10px 24px;
  width: 20%;
  border: none;
  box-shadow: none;
}
.orderhistory-wrapper .orderhistory-container .orderinfo tr td {
  color: var(--Neutral-800, #3C3C3C);
  font-family: "Amiri", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.686%; /* 27.47px */
  vertical-align: middle;
  padding: 10px 0px 10px 24px;
  width: 20%;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.orderhistory-wrapper .orderhistory-container .orderinfo tr td .primary-btn {
  padding: 11px 44px;
  display: block;
}
.orderhistory-wrapper .orderhistory-container .orderinfo tbody tr {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background-color: #fff;
}
.orderhistory-wrapper .orderhistory-container .orderinfo tbody tr:nth-child(odd) {
  background: #F4F4F4;
}

/*ERROR PAGE START*/
.cuboid {
  --size: 250;
  --height: var(--size);
  --width: var(--size);
  --depth: var(--size);
  height: calc(var(--size) * 1vmin);
  width: calc(var(--size) * 1vmin);
  position: absolute;
  transform: rotateX(50deg) rotate(45deg);
  pointer-events: none;
}

.cuboid .side {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0vmin 0vmin 0.5vmin 0 var(--c0) inset, 0 0 5vmin 0 var(--c0);
}

.cuboid .side:nth-of-type(1) {
  transform: translate3d(-50%, -50%, calc(var(--size) * -0.5vmin)) rotateY(180deg);
  background: radial-gradient(circle at 100% 0%, var(--c4), rgba(255, 255, 255, 0) 45vmin), radial-gradient(circle at 100% 0%, var(--c1), var(--c4));
}

.cuboid .side:nth-of-type(2) {
  width: calc(var(--size) * 1vmin);
  transform: translate(-50%, -50%) rotateY(-90deg) translate3d(0, 0, calc(var(--size) * 0.5vmin));
  background: radial-gradient(circle at 0% 0%, var(--c4), rgba(255, 255, 255, 0) 45vmin), radial-gradient(circle at 0% 0%, var(--c2), var(--c5));
}

.cuboid .side:nth-of-type(3) {
  height: calc(var(--size) * 1vmin);
  transform: translate(-50%, -50%) rotateX(90deg) translate3d(0, 0, calc(var(--size) * 0.5vmin));
  background: radial-gradient(circle at 0% 0%, var(--c4), rgba(255, 255, 255, 0) 45vmin), radial-gradient(circle at 0% 0%, var(--c1), var(--c6));
}

.room {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: hue-rotate(var(--hue));
}

.oops {
  width: 100%;
  text-align: center;
  font-size: 2.25vmin;
  transform: rotateX(21deg);
  transform-origin: 100% 50%;
  top: 10%;
  position: absolute;
  left: 0;
}

.oops h2 {
  color: rgba(255, 255, 255, 0.1333333333);
  float: left;
  transform-origin: 100% 50%;
  transform: rotateY(-60deg) scaleX(1.5);
  margin: -5vmin 0 0 -5vmin;
  font-size: 14vmin;
  width: 50%;
  text-shadow: 0px 2px 1px #94b5ff, -1px 1px 2px rgba(148, 181, 255, 0.5019607843), -1px -1px 2px var(--c4), -2px -2px 2px var(--c4), -3px -3px 2px var(--c4), -4px -4px 2px var(--c4), -5px -5px 2px var(--c4), -6px -6px 2px var(--c4), -7px -7px 2px var(--c4), -8px -8px 2px var(--c4), -9px -9px 2px var(--c4), -10px -10px 2px var(--c4), -11px -11px 2px var(--c4), -12px -12px 2px var(--c4), -13px -13px 2px var(--c4), -14px -14px 2px var(--c4), -15px -15px 2px var(--c4), -16px -16px 2px var(--c4), -16px -16px 2px var(--c6), -10px -10px 8px var(--c6), -6px -15px 13px var(--c6);
}

.oops p {
  float: right;
  color: rgba(255, 255, 255, 0.2666666667);
  transform-origin: 0% 50%;
  transform: rotateY(60deg) scaleX(1.5);
  margin-top: -4vmin;
  margin-right: -2vmin;
  font-size: 5vmin;
  max-width: 50vmin;
  width: 50%;
  text-shadow: 0px 2px 1px #94b5ff, -1px 1px 2px rgba(148, 181, 255, 0.5019607843), 1px -1px 2px var(--c4), 2px -2px 2px var(--c4), 3px -3px 2px var(--c4), 4px -4px 2px var(--c4), 5px -5px 2px var(--c4), 6px -6px 2px var(--c4), 7px -7px 2px var(--c4), 8px -8px 2px var(--c4), 6px -6px 7px var(--c6), 6px -6px 7px var(--c6);
}

.center-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hole {
  width: 28vmin;
  height: 20vmin;
  background: radial-gradient(circle at 50% 0%, var(--c2), rgba(255, 255, 255, 0) 45%), radial-gradient(circle at 30% 100%, #061b43, rgba(255, 255, 255, 0) 77%), radial-gradient(circle at 20% 100%, var(--c3), var(--c2), var(--c2));
  border-radius: 100%;
  box-shadow: 0 -2px 4px -2px rgba(255, 255, 255, 0.8), 0 2px 3px -3px rgba(255, 255, 255, 0.8) inset, 0 2px 6px -4px #000;
  overflow: hidden;
  position: relative;
  margin-top: 30vmin;
}

.ladder,
.ladder-shadow {
  --shadow: #0008;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33%, var(--shadow), #000), linear-gradient(90deg, #cec3b9 0 1.2vmin, #b3aba2 0 1.5vmin, rgba(255, 255, 255, 0) 0 100%), linear-gradient(90deg, #cec3b9 0 1.2vmin, #b3aba2 0 1.75vmin, rgba(255, 255, 255, 0) 0 calc(100% - 1.75vmin)), repeating-linear-gradient(0deg, #cec3b9 0 1.2vmin, #e7dbcf 0 1.75vmin, rgba(255, 255, 255, 0) 0 6.75vmin), linear-gradient(90deg, #cec3b9 0 1.2vmin, #b3aba2 0 1.75vmin, rgba(255, 255, 255, 0) 0 calc(100% - 1.75vmin));
  width: 10vmin;
  height: 30vmin;
  margin-left: 14vmin;
  position: absolute;
  top: 0vmin;
  transform: rotate3d(4, 1, 1, 45deg) skew(0deg, 20deg);
  background-position: 0 0, 0 0, 8.25vmin 0, 0 -3.25vmin, 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ladder-shadow {
  filter: invert(1) blur(1px) opacity(0.4) contrast(5);
  transform: rotate3d(2, 1, 1, 45deg) rotate(-10deg) translate(1.15vmin, 1.9vmin) skew(0deg, 20deg);
  --shadow: #0000;
}

.ladder:before,
.ladder:after {
  content: "";
  position: absolute;
  background: linear-gradient(210deg, rgba(255, 255, 255, 0) 0.4vmin, #e7dbcf calc(0.35vmin + 1px) 1.45vmin, #b3aba2 calc(1.4vmin + 1px) 100%);
  width: 0.85vmin;
  height: 1.75vmin;
  transform-origin: 0 1%;
  transform: rotate(-90deg);
  top: 1px;
}

.ladder:after {
  left: 8.25vmin;
}

.four {
  font-size: 45vmin;
  font-weight: bold;
  font-family: Arial, Helvetica, serif;
  position: absolute;
  margin-left: -58vmin;
  margin-top: 27vmin;
  transform: rotate(22deg) scale(0.8, 0.85) rotateX(40deg) rotateY(-10deg) rotateZ(-5deg);
  text-shadow: 0px 2px 1px #94b5ff, -1px 1px 2px rgba(148, 181, 255, 0.5019607843), 1px 2px 2px var(--c3), 2px 4px 2px var(--c3), 4px 6px 2px var(--c3), 5px 8px 2px var(--c3), 6px 10px 2px var(--c3), 7px 12px 2px var(--c3), 8px 14px 2px var(--c3), 9px 16px 2px var(--c3), 10px 18px 2px var(--c3), 11px 20px 3px var(--c3), 12px 22px 3px var(--c3), 13px 22px 10px var(--c6), 18px 14px 15px var(--c6);
  color: var(--c1);
  filter: drop-shadow(10px -4px 10px var(--c4));
}

.four + .four {
  margin-left: 43vmin;
  margin-top: 15vmin;
  transform: scale(0.95, 0.75) rotateX(5deg) rotateY(35deg) rotateZ(30deg) translateZ(18vmin);
  text-shadow: 1px 0px 2px #94b5ff, 3px 0px 2px rgba(148, 181, 255, 0.5019607843), 1px 0px 0px var(--c3), 2px 0px 2px var(--c3), 4px 0px 2px var(--c3), 5px 0px 2px var(--c3), 6px 0px 2px var(--c3), 7px 0px 2px var(--c3), 8px 0px 2px var(--c3), 9px 0px 2px var(--c3), 10px 0px 2px var(--c3), 11px 0px 3px var(--c3), 12px 0px 3px var(--c3), 20px 0px 3px var(--c3), 13px 0px 5px var(--c6), 18px -6px 15px var(--c6);
}

.four + .four:before,
.four + .four:after {
  content: "4";
  color: var(--c6);
  position: absolute;
  transform-origin: 60% 0%;
  transform: rotateX(27deg) rotate(-20deg) translate(-0.5vmin, 0.5vmin) skew(0deg, 20deg);
  transform-style: preserve-3d;
  text-shadow: none;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 46%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0 46%, 0 0);
  filter: blur(5px);
  opacity: 0.4;
}

.four + .four:after {
  transform-origin: 50% 100%;
  transform: rotatex(12deg) rotate(-13deg) translate(-27.5vmin, -5.5vmin) skew(-32deg, 6deg) scaleX(1.1);
  -webkit-clip-path: polygon(0 39.75%, 100% 49.25%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(0 39.75%, 100% 49.25%, 100% 100%, 0 100%, 0 50%);
}

.btn {
  position: absolute;
  bottom: -15vmin;
  transform-origin: 50% 0%;
  transform: rotateX(15deg);
}

.btn a {
  border-radius: 0.2vmin;
  padding: 1.5vmin 2.5vmin;
  background: #528cff;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  top: 0;
  font-size: 3vmin;
  text-shadow: 0px -2px 2px var(--c0), 0px 1px 3px var(--c6);
  position: relative;
  transition: all 0.25s linear 0s;
  box-shadow: 1px 0px 1px #94b5ff, 0px 2px 2px rgba(148, 181, 255, 0.5019607843), 0px 1px 2px var(--c3), 0px 4px 2px var(--c3), 0px 6px 2px var(--c3), 0px 8px 2px var(--c3), 0px 10px 2px var(--c3), 0px 12px 2px var(--c3), 0px 14px 2px var(--c3), 0px 16px 2px var(--c3), 0px 18px 2px var(--c3), 0px 20px 3px var(--c3), 2px 22px 3px var(--c3), 0px 23px 3px var(--c6), 0px 3px 15px var(--c6);
}

.btn a:hover {
  top: 16px;
  color: var(--c6);
  box-shadow: 1px 0px 1px #94b5ff, 0px 2px 2px rgba(148, 181, 255, 0.5019607843), 0px 1px 2px var(--c3), 0px 1px 2px var(--c3), 0px 2px 2px var(--c3), 0px 2px 2px var(--c3), 0px 2px 2px var(--c3), 0px 2px 2px var(--c3), 0px 2px 3px var(--c3), 0px 2px 3px var(--c3), 0px 2px 2px var(--c3), 0px 2px 3px var(--c3), 2px 2px 3px var(--c3), 0px 4px 3px var(--c6), 2px 5px 6px var(--c6);
}

.btn::after {
  content: "";
  position: absolute;
  background: var(--c4);
  width: 100%;
  height: 300%;
  left: 0;
  top: 0;
  transform: translateZ(-2vmin) skew(-10deg, 0deg) translateY(-4.5vmin) translateX(1vmin);
  filter: blur(5px);
  transition: all 0.5s ease 0s;
  opacity: 0.35;
}

.btn:hover::after {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 20%;
  left: 0;
  top: 0;
  transform: translateZ(-2vmin) skew(0deg, 0deg) translateY(0vmin) translateX(0vmin);
}

@media screen and (orientation: portrait) {
  .oops p {
    line-height: 10vmin;
    font-size: 6.5vmin;
  }
}
/*ERROR PAGE END*/
.stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(14, 14, 14, 0.5);
}/*# sourceMappingURL=style.css.map */