@charset "UTF-8";
/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
body {
  color: #5D6673;
  font-size: 16px;
  font-family: "Airbnb Cereal App Book";
  font-weight: 400;
  background-color: #FAF8F6;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* Shadow and Outline */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #2C422F;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Airbnb Cereal App Medium";
  color: #2C422F;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

p {
  font-family: "Airbnb Cereal App Book";
  padding: 0;
  margin: 0;
}

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

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #2C422F;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2C422F;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2C422F;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #5D6673;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #5D6673;
  font-size: 16px;
  opacity: 1;
}

/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #2C422F;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #2C422F;
}

.m-55 {
  margin: 55px 0px;
}

.p-55 {
  padding: 55px 0px;
}

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

.pt-110-pb-55 {
  padding: 110px 0px 55px;
}

.pt-55-pb-110 {
  padding: 55px 0px 110px;
}

.py-110 {
  padding: 110px 0px;
}

.py-70 {
  padding: 70px 0px;
}

@media screen and (max-width: 911px) {
  .m-55 {
    margin: 45px 0px;
  }

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

  .p-55 {
    padding: 45px 0px;
  }

  .pt-110-pb-55 {
    padding: 90px 0px 45px;
  }

  .pt-55-pb-110 {
    padding: 45px 0px 90px;
  }

  .py-110 {
    padding: 90px 0px;
  }
}
@media screen and (max-width: 767px) {
  .m-55 {
    margin: 35px 0px;
  }

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

  .p-55 {
    padding: 35px 0px;
  }

  .pt-110-pb-55 {
    padding: 70px 0px 35px;
  }

  .pt-55-pb-110 {
    padding: 35px 0px 70px;
  }

  .py-110 {
    padding: 70px 0px;
  }

  .py-70 {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 575px) {
  .m-55 {
    margin: 25px 0px;
  }

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

  .p-55 {
    padding: 25px 0px;
  }

  .pt-110-pb-55 {
    padding: 50px 0px 25px;
  }

  .pt-55-pb-110 {
    padding: 25px 0px 50px;
  }

  .py-110 {
    padding: 50px 0px;
  }

  .py-70 {
    padding: 30px 0px;
  }
}
/* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #2C422F;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.header-area .logo {
  max-width: 120px;
  margin: 0 auto;
}

.hero-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 510px;
  margin: 0 auto;
  padding: 170px 0px 220px;
  text-align: center;
}
.hero-content h2 {
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 15px;
  font-family: "Airbnb Cereal App Bold";
}
.hero-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #2C422F;
  margin-bottom: 0;
  font-weight: 400;
}
.hero-content h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 15px;
}

.event-timer {
  text-align: center;
  margin-top: 40px;
}
.event-timer .cdown {
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0px 24px;
}
.event-timer .cdown span {
  font-size: 40px;
  color: #2C422F;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-family: "Airbnb Cereal App Extra Bold";
}
.event-timer .cdown p {
  font-size: 18px;
  color: #263A45;
  line-height: 23px;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-family: "Airbnb Cereal App book";
}

@media screen and (max-width: 767px) {
  .header-area {
    top: 20px;
  }

  .hero-content h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 575px) {
  .hero-content {
    padding: 150px 0px;
  }
  .hero-content h2 {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 18px;
  }
  .hero-content h4 {
    font-size: 20px;
  }

  .event-timer {
    text-align: center;
    margin-top: 25px;
  }
  .event-timer .cdown {
    margin: 0px 15px;
  }
  .event-timer .cdown span {
    font-size: 36px;
  }
  .event-timer .cdown p {
    font-size: 18px;
    color: #263A45;
    line-height: 23px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-family: "Airbnb Cereal App Light";
  }
}
.subscribe-area {
  background-color: #FAF8F6;
  padding: 30px 0px;
}

.subscribe-area .section-title {
  max-width: 710px;
  margin-bottom: 0px;
  padding: 0 2rem;
}

.subscribe-area .section-title h3 {
  font-size: 1.5rem;
}
  
.subscribe-box {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.subscribe-box input {
  width: 100%;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 15px 155px 15px 20px;
  color: #C0C0C0;
  font-size: 18px;
  line-height: 1;
}
.subscribe-box input::-moz-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #C0C0C0;
}
.subscribe-box input::placeholder {
  font-size: 18px;
  line-height: 1;
  color: #C0C0C0;
}
.subscribe-box button {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0px 10px 10px 0px;
  border-width: 0;
  outline: none;
  padding: 15px 35px;
  color: #2C422F;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .subscribe-area {
    padding: 40px 0px;
  }

  .subscribe-box {
    max-width: 400px;
  }
  .subscribe-box input {
    padding-right: 20px;
    height: 50px;
    font-size: 16px;
  }
  .subscribe-box input::-moz-placeholder {
    font-size: 16px;
  }
  .subscribe-box input::placeholder {
    font-size: 16px;
  }
  .subscribe-box button {
    position: unset;
    border-radius: 10px;
    padding: 17px 30px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    margin-top: 15px;
  }
}
.section-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  font-size: 42px;
  color: #000000;
  position: relative;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 20px;
}
.section-title h2::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 8px;
  background-color: #52A875;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .section-title h2::before {
    height: 5px;
  }
}
.work-wrapper {
  max-width: 1085px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}

.single-work {
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(90, 104, 96, 0.15);
  border-radius: 16px;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  transition: all 0.4s ease;
}
.single-work::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 35px;
  top: 100px;
  left: calc(100% + 15px);
  color: #2C422F;
}
.single-work:last-child::before {
  display: none;
}
.single-work .work-image {
  max-width: 56px;
  margin: 0 auto;
}
.single-work h4 {
  font-size: 28px;
  color: #2E3033;
  font-weight: 700;
  margin: 30px 0px 20px;
}
.single-work p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .work-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .single-work:nth-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .work-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .single-work {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .single-work h4 {
    font-size: 24px;
    margin: 20px 0px 15px;
  }
  .single-work::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .work-wrapper {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.nft-area-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.nft-content {
  max-width: 336px;
  margin-right: 80px;
}
.nft-content h4 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
.nft-content p {
  font-size: 16px;
  color: #5D6673;
  line-height: 24px;
}

.nft-details {
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(42, 87, 63, 0.07), 0px 40px 80px rgba(65, 80, 70, 0.25);
  border-radius: 13.5887px;
  padding-right: 30px;
}

.nft-top-bar {
  position: relative;
}
.nft-top-bar img {
  border-radius: 13px 13px 0px 0px;
}
.nft-top-bar span {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  line-height: 1;
  color: #7A8E9D;
}

.nft-dtls-wrapper {
  display: flex;
}

.nft-dtls-thumb {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-right: 20px;
}
.nft-dtls-thumb img {
  width: 100%;
}
.nft-dtls-thumb figcaption {
  font-size: 8px;
  line-height: 16px;
  background-color: #192D2B;
  color: #B5D1C1;
  padding: 3px 0px;
  text-align: center;
  border-radius: 0px 0px 0px 13px;
  display: block;
}

.nft-dtls-content {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.nft-dtls-content .nft-tag {
  position: absolute;
  max-width: 36px;
  max-height: 57px;
  top: 0;
  right: 0;
  z-index: 99;
}
.nft-dtls-content .title {
  margin-top: 13px;
}
.nft-dtls-content .title span {
  color: #158D0C;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  display: block;
}
.nft-dtls-content .title h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #22262F;
  margin-top: 4px;
  display: block;
}

.location-wrapper {
  display: flex;
  margin-top: 16px;
}
.location-wrapper .location {
  max-width: 150px;
  width: 100%;
  margin-right: 30px;
}
.location-wrapper .location h6 {
  font-size: 12px;
  line-height: 20px;
  color: #15203E;
  font-family: "Airbnb Cereal App Book";
  margin-bottom: 7px;
}
.location-wrapper .location div {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #425075;
}
.location-wrapper .dai h6 {
  font-size: 12px;
  line-height: 20px;
  color: #15203E;
  font-family: "Airbnb Cereal App Book";
  margin-bottom: 7px;
}
.location-wrapper .dai p {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #425075;
}

.location-wrapper .dai h6 img {
  vertical-align: middle;
  margin-bottom: .2rem;
}

.owner {
  margin-top: 16px;
}
.owner h4 {
  font-size: 12px;
  color: #15203E;
  line-height: 1.5;
  font-family: "Airbnb Cereal App Book";
}
.owner .owner-wrapper {
  display: inline-flex;
  background: #F5F6FF;
  border-radius: 4px;
  align-items: center;
}
.owner .owner-wrapper img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.owner .owner-wrapper span {
  font-size: 12px;
  line-height: 17px;
  color: #2C374B;
  padding: 0px 6px;
  font-family: "Airbnb Cereal App Book";
  margin: 0;
}

.recent-update {
  margin-top: 25px;
}
.recent-update h4 {
  font-size: 12px;
  color: #15203E;
  line-height: 1.5;
  font-family: "Airbnb Cereal App Book";
}

.update-post {
  overflow-y: auto;
  height: 215px;
}
.update-post::-webkit-scrollbar {
  width: 10px;
}
.update-post::-webkit-scrollbar-nft {
  background-color: #dadada;
  border-radius: 10px;
}
.update-post::-webkit-scrollbar-thumb {
  background: #2C422F;
  border-radius: 10px;
}
.update-post .single-updeate {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 8px;
}
.update-post .single-updeate .post-inner {
  display: flex;
  align-items: center;
}
.update-post .single-updeate .post-inner .icon {
  width: 36px;
  height: 36px;
  background-color: #EBFBED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.update-post .single-updeate .post-inner .icon img {
  max-height: 17px;
  max-width: 17px;
}
.update-post .single-updeate .post-inner .title h6 {
  font-size: 12px;
  color: #2C374B;
  line-height: 1.5;
  font-family: "Airbnb Cereal App Book";
}
.update-post .single-updeate .post-inner .title h6 span {
  font-size: 8px;
  display: block;
  color: #A2A6B2;
}
.update-post .single-updeate .gallery {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.update-post .single-updeate .gallery .single-gallery {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.update-post .single-updeate .gallery .single-gallery img {
  transition: all 0.7s ease-in-out;
}
.update-post .single-updeate .gallery .single-gallery img:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .nft-area-wrapper {
    flex-direction: column;
  }

  .nft-content {
    max-width: 500px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }
  .nft-content h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nft-details {
    padding-right: 0px;
  }

  .nft-dtls-wrapper {
    flex-direction: column;
    padding: 0px 20px 20px;
  }

  .nft-dtls-thumb {
    max-width: 100%;
    margin-right: 0;
  }
  
  .nft-dtls-thumb figcaption {
    border-radius: 0px 0px 13px 13px;
  }

  .nft-dtls-content {
    max-width: 400px;
    margin: 30px auto 0px;
  }

  .update-post {
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .nft-details {
    border-radius: 10px;
  }

  .nft-content {
    margin: 0px 0px 20px 0px;
  }
  .nft-content h4 {
    font-size: 30px;
  }
}
.cripto-native-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cripto-native-content {
  max-width: 645px;
  margin-left: 100px;
}
.cripto-native-content h2 {
  font-size: 44px;
  font-family: "Airbnb Cereal App Book";
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
  max-width: 620px;
}
.cripto-native-content p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.cripto-native-content ul {
  list-style: none;
  margin: 50px 0px 0px;
  padding: 0;
}
.cripto-native-content ul li {
  display: block;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.cripto-native-content ul li i {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  font-size: 20px;
}
.cripto-native-content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cripto-native-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .cripto-native-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .cripto-native-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .cripto-native-content ul {
    margin: 30px 0px 0px;
  }
  .cripto-native-content ul li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .cripto-native-content ul li i {
    font-size: 18px;
  }
}
.accordion-wrapper {
  max-width: 50rem;
  margin: 0 auto;
}

.single-accordion {
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 30px 25px 30px 30px;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
.single-accordion:last-child {
  margin-bottom: 0;
}

.accordion-head {
  cursor: pointer;
}
.accordion-head.active h6::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion-head h6 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #20222A;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.accordion-head h6::before, .accordion-head h6::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #2F3A58;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.accordion-head h6::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-body {
  display: none;
  padding: 0;
  padding-top: 20px;
  max-width: 995px;
}
.accordion-body p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #425075;
}

.accordion-list {
  margin-top: 30px;
  display: flex;
  max-width: 830px;
  justify-content: space-between;
}
.accordion-list .list-rong, .accordion-list .list-right {
  max-width: 430px;
}
.accordion-list .list-rong ul li, .accordion-list .list-right ul li {
  font-size: 16px;
  line-height: 29px;
  color: #425075;
  display: flex;
  align-items: center;
}
.accordion-list .list-rong ul li i, .accordion-list .list-right ul li i {
  color: #EF0000;
  margin-right: 5px;
  font-weight: 600;
  font-size: 20px;
}
.accordion-list .list-right ul li i {
  width: 16px;
  height: 16px;
  background-color: #00C30F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 3px;
  box-shadow: 1px -1px 2px #2c2b2b;
}

@media screen and (max-width: 991px) {
  .accordion-list .list-rong ul li, .accordion-list .list-right ul li {
    line-height: 22px;
    align-items: baseline;
    margin-bottom: 7px;
  }
  .accordion-list .list-rong ul li:last-child, .accordion-list .list-right ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list {
    flex-direction: column;
    margin-top: 20px;
  }
  .accordion-list .list-right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-accordion {
    border-radius: 5px;
    padding: 1rem 1.5rem;
  }

  .accordion-head h6 {
    font-size: 16px;
  }
  .accordion-head h6::before, .accordion-head h6::after {
    width: 15px;
  }

  .accordion-body {
    padding-top: 15px;
  }
  .accordion-body p {
    font-size: 14px;
  }

  .accordion-list .list-rong ul li, .accordion-list .list-right ul li {
    font-size: 14px;
  }
  .accordion-list .list-rong ul li i, .accordion-list .list-right ul li i {
    font-size: 16px;
  }
  .accordion-list .list-right ul li i {
    font-size: 10px;
  }
}
.signup-wrapper {
  background: #202D27;
  border-radius: 20px;
}

.signup-title {
  text-align: center;
  margin-bottom: 50px;
}
.signup-title h2 {
  color: #fff;
  font-size: 42px;
  line-height: 57px;
  font-family: "Airbnb Cereal App Book";
  margin: 0;
}

.signup-box {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  padding: 0px 15px;
}
.signup-box input {
  width: 100%;
  height: 54px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 15px 155px 15px 20px;
  color: #C0C0C0;
  font-size: 18px;
  line-height: 1;
}
.signup-box input::-moz-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #C0C0C0;
}
.signup-box input::placeholder {
  font-size: 18px;
  line-height: 1;
  color: #C0C0C0;
}
.signup-box button {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0px 5px 5px 0px;
  border-width: 0;
  outline: none;
  padding: 15px 35px;
  color: #2C422F;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .signup-wrapper {
    border-radius: 0px;
  }

  .signup-title {
    margin-bottom: 30px;
  }
  .signup-title h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .signup-box {
    max-width: 360px;
  }
  .signup-box input {
    padding-right: 20px;
    height: 50px;
    font-size: 16px;
  }
  .signup-box input::-moz-placeholder {
    font-size: 16px;
  }
  .signup-box input::placeholder {
    font-size: 16px;
  }
  .signup-box button {
    position: unset;
    border-radius: 10px;
    padding: 17px 30px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    margin-top: 15px;
  }
}
.partners-area {
  padding-bottom: 90px;
}

.partner-wrapper {
  max-width: 1115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .partners-area {
    padding-bottom: 50px;
  }

  .partner-wrapper {
    justify-content: center;
  }

  .single-partner {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .partner-wrapper {
    justify-content: center;
  }

  .single-partner {
    max-width: 150px;
    max-height: 50px;
    margin: 20px;
  }
  .single-partner img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .single-partner {
    max-width: 100px;
  }
}
.footer-area {
  background-color: #202D27;
  padding: 20px 0px;
}

.footer-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-list ul {
  display: flex;
  align-items: center;
}
.footer-list ul li {
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer-list ul li a {
  color:#FFFFFF;
}
.footer-list ul li:last-child {
  margin-right: 0;
}

.footer-content p {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    justify-content: center;
    flex-direction: column;
  }

  .footer-list ul li {
    margin: 0px 20px;
  }
  .footer-list ul li:last-child {
    margin-right: 20px;
  }

  .footer-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-list ul li {
    margin: 0px 10px;
  }
  .footer-list ul li:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer-list ul {
    flex-direction: column;
  }
  .footer-list ul li {
    margin: 0px 0px;
    margin-bottom: 10px;
  }
  .footer-list ul li:last-child {
    margin-right: 0px;
    margin-bottom: 0;
  }

  .footer-content {
    margin-top: 15px;
  }
}
.preloader {
  width: 100%;
  height: 100vh;
  background-color: #FAF8F6;
  position: fixed;
  z-index: 100000000000000000;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #19A68C;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #F63D3A;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #FDA543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193B48;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

.hero-main {
  display: flex;
  flex-direction: column;
  top: 50%;
}
.hero-main a h4 {
  text-decoration: #2C422F;
}

.hero-main a h4:hover {
  text-decoration: underline;
}
.btn-theme {
  margin: 4rem 5rem;
  font-size: 14px;
  font-family: "Airbnb Cereal App Bold";
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(89.18deg, #3F6947 0%, #339645 100%);
  border-radius: 8px;
  padding: 10px 24px;
  line-height: 21px;
  z-index: 1;
  letter-spacing: 0.7px;
}
a.btn-theme {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-theme:hover {
  opacity: 90%;
}
.btn-theme:hover::before {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
