@charset "UTF-8";
/* ==============
 ========= css documentation =========

 * template name: Nftlotty 
 * version: 1.0
 * description: Nftlotty - NFT lottery Landing pages HTML Template
 * author: softivus
 * author url: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> faq-section
     3.4 --> preloader

 04. layout
     4.1 --> header
     4.2 --> banner
     4.3 --> footer

 05. sections


 06. responsive

    =========================
============== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 0;
  font-weight: 400;
  color: #BFC6D7;
  background-color: #1A1F2C;
}
body::-webkit-scrollbar {
  width: 0.4vw;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #0ADAB9;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

body, footer, section {
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
}
a i,
button i {
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  cursor: pointer;
}
button:focus {
  box-shadow: none;
}

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

input,
textarea {
  border: 0px;
  outline: 0px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A0A2A7 !important;
  opacity: 1;
  font-size: 18px;
}
input::placeholder,
textarea::placeholder {
  color: #A0A2A7 !important;
  opacity: 1;
  font-size: 18px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0;
  width: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
a,
button {
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  cursor: pointer;
}
a:hover,
button:hover {
  color: #0ADAB9;
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a,
.display-3,
.display-3 > a,
.display-4,
.display-4 > a,
h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.headingTwo,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  letter-spacing: inherit;
}
.display-1 span,
.display-1 > a span,
.display-2 span,
.display-2 > a span,
.display-3 span,
.display-3 > a span,
.display-4 span,
.display-4 > a span,
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.headingTwo span,
.headingThree span,
.headingFour span,
.headingFive span,
.headingSix span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a,
.headingTwo {
  font-weight: 700;
}

.display-3,
.display-3 > a,
.display-4,
.display-4 > a,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
  font-weight: 600;
}

h1,
h1 > a,
h1 > button {
  font-weight: 700;
  font-size: 76px;
}

h2,
h2 > a,
h2 > button {
  font-weight: 700;
  font-size: 57px;
}

h3,
h3 > a,
h3 > button {
  font-weight: 700;
  font-size: 43px;
}

h4,
h4 > a,
h4 > button {
  font-weight: 600;
  font-size: 32px;
}

h5,
h5 > a,
h5 > button {
  font-size: 24px;
  font-weight: 600;
}

h6,
h6 > a,
h6 > button {
  font-size: 18px;
  font-weight: 600;
}

.fs-7 {
  font-size: 14px;
}

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

.headingTwo {
  font-size: 57px;
  font-weight: 700;
}

.headingThree {
  font-size: 43px;
}

.headingFour {
  font-size: 32px;
}

.headingFive {
  font-size: 24px;
}

.headingSix {
  font-size: 18px;
}

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

.font_700 {
  font-weight: 700;
}

.font_600 {
  font-weight: 600;
}

.font_500 {
  font-weight: 500;
}

.font_400 {
  font-weight: 400;
}

@media (max-width: 1399px) {
  h1,
  h1 > a,
  h1 > button {
    font-size: 64px;
  }
  h2,
  h2 > a,
  h2 > button {
    font-size: 48px;
  }
  h5,
  h5 > a,
  h5 > button {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h1,
  h1 > a,
  h1 > button {
    font-size: 54px;
  }
  h2,
  h2 > a,
  h2 > button {
    font-size: 40px;
  }
  h3,
  h3 > a,
  h3 > button {
    font-size: 36px;
  }
  h4,
  h4 > a,
  h4 > button {
    font-size: 28px;
  }
  .headingTwo {
    font-size: 40px;
  }
  .headingThree {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h3,
  h3 > a,
  h3 > button {
    font-size: 30px;
  }
  h4,
  h4 > a,
  h4 > button {
    font-size: 24px;
  }
  h5,
  h5 > a,
  h5 > button {
    font-size: 20px;
  }
  h6,
  h6 > a,
  h6 > button {
    font-size: 18px;
  }
  .headingThree {
    font-size: 30px;
  }
  .headingFour {
    font-size: 24px;
  }
  .headingFive {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h2,
  h2 > a,
  h2 > button {
    font-size: 36px;
  }
  h3,
  h3 > a,
  h3 > button {
    font-size: 28px;
  }
  .headingThree {
    font-size: 28px;
  }
  .headingSix {
    font-size: 16px;
  }
  .headingStyle {
    font-size: 16px;
  }
  .display-2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1,
  h1 > a,
  h1 > button {
    font-size: 40px;
  }
  h2,
  h2 > a,
  h2 > button {
    font-size: 30px;
  }
  h3,
  h3 > a,
  h3 > button {
    font-size: 23px;
  }
  h4,
  h4 > a,
  h4 > button {
    font-size: 20px;
  }
  h5,
  h5 > a,
  h5 > button {
    font-size: 18px;
  }
  .headingThree {
    font-size: 24px;
  }
  .headingFour {
    font-size: 20px;
  }
  .headingFive {
    font-size: 18px;
  }
  .display-2 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  h1,
  h1 > a,
  h1 > button {
    font-size: 32px;
  }
  h2,
  h2 > a,
  h2 > button {
    font-size: 26px;
  }
  .display-2 {
    font-size: 26px;
  }
}
.mb_12 {
  margin-bottom: 12px;
}

.mt_12 {
  margin-top: 12px;
}

.pt_12 {
  padding-top: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_32 {
  margin-top: 32px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_32 {
  padding-top: 32px;
}

.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section_md_pt {
    padding-top: 60px;
  }
  .part_md_pt {
    margin-top: 60px;
  }
  .part_md_pt40 {
    margin-top: 40px;
  }
  .mb_40 {
    margin-bottom: 38px;
  }
  .mt_40 {
    margin-top: 38px;
  }
  .mb_60 {
    margin-bottom: 48px;
  }
  .mt_60 {
    margin-top: 48px;
  }
  .pt_70 {
    padding-top: 52px;
  }
  .pt_80 {
    padding-top: 60px;
  }
  .pt_90 {
    padding-top: 70px;
  }
  .py_60 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb_40 {
    margin-bottom: 36px;
  }
  .mt_40 {
    margin-top: 36px;
  }
}
/* ==== 
  --------- (2.2) typography styles end ---------
  ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
}

.fluid_img {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.unset {
  max-width: unset;
}

.bg-img {
  background-color: rgba(1, 46, 115, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.dir-rtl {
  direction: rtl;
}

.btn {
  border: none;
}
.btn:active {
  border: none;
}

.nice-select {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
}
.nice-select .current {
  color: #000000;
}
.nice-select .option {
  color: #ffffff;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #0ADAB9;
  color: #fff;
}
.nice-select .list {
  background: #FFFFFF;
}
.nice-select .list:hover .option:not(:hover) {
  background: #0ADAB9;
}

.slick-slide {
  margin: 0 12px;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-list {
  margin: 0px -12px;
}

.slick-arrow[aria-disabled=true] {
  opacity: 0.4 !important;
}

.popup_img {
  overflow: clip;
}
.popup_img img {
  transition: all 0.35s ease-in-out;
}
.popup_img:hover img {
  transform: scale(1.2) rotate(-5deg);
  cursor: zoom-in;
}

.star_review {
  color: #D9D9D9;
  display: flex;
  gap: 6px;
}
.star_review i {
  color: #D9D9D9;
}
.star_review .star-active {
  color: #000000;
}

.card {
  background: transparent;
  padding: 20px;
}
.card .card-body {
  padding: 20px 0 0 0;
}

.section {
  padding: 120px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__cta {
  margin-top: 60px;
  text-align: center;
}

i,
span.material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0ADAB9;
}

.section__header {
  text-align: center;
  margin-bottom: 60px;
}
.section__header .section__header-sub-title {
  color: #0ADAB9;
  margin-bottom: 20px;
}
.section__header .section__header-title {
  margin-bottom: 20px;
}
.section__header .section__header-content {
  margin: 0 auto;
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
  margin-bottom: 20px;
  color: #0ADAB9 !important;
}
.section__content .section__content-title,
.section__content .banner__content-title,
.banner__content .section__content-title,
.banner__content .banner__content-title {
  margin-bottom: 20px;
}
.section__content .section__content-text,
.section__content .banner__content-text,
.banner__content .section__content-text,
.banner__content .banner__content-text {
  margin-bottom: 20px;
}
.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1),
.banner__content .section__content-text:nth-last-of-type(1),
.banner__content .banner__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-text-content,
.section__content .banner__content-text-content,
.banner__content .section__content-text-content,
.banner__content .banner__content-text-content {
  margin-bottom: 20px;
}
.section__content .section__content-text-content:nth-last-of-type(1),
.section__content .banner__content-text-content:nth-last-of-type(1),
.banner__content .section__content-text-content:nth-last-of-type(1),
.banner__content .banner__content-text-content:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-inner,
.section__content .banner__content-inner,
.banner__content .section__content-inner,
.banner__content .banner__content-inner {
  margin-top: 60px;
}
.section__content .section__content-inner ul,
.section__content .banner__content-inner ul,
.banner__content .section__content-inner ul,
.banner__content .banner__content-inner ul {
  display: flex;
  align-items: center;
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li,
.banner__content .section__content-inner ul li,
.banner__content .banner__content-inner ul li {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i,
.banner__content .section__content-inner ul li i,
.banner__content .banner__content-inner ul li i {
  color: #0ADAB9;
}
.section__content .section__content-inner ul li span,
.section__content .banner__content-inner ul li span,
.banner__content .section__content-inner ul li span,
.banner__content .banner__content-inner ul li span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1F2C;
  color: #0ADAB9;
}
.section__content .section__content-checkbox,
.banner__content .section__content-checkbox {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section__content .section__content-checkbox li,
.banner__content .section__content-checkbox li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section__content .section__content-checkbox li span,
.banner__content .section__content-checkbox li span {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E9EE;
  color: #292C32;
  font-size: 15px;
  font-weight: 800;
}
.section__content ul.section__content-list,
.banner__content ul.section__content-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 40px;
}
.section__content ul.section__content-list li,
.banner__content ul.section__content-list li {
  list-style-position: outside;
  margin-bottom: 20px;
}
.section__content ul.section__content-list li::marker,
.banner__content ul.section__content-list li::marker {
  color: #0ADAB9;
}
.section__content ul.section__content-list li:nth-last-of-type(1),
.banner__content ul.section__content-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-cta,
.section__content .banner__content-cta,
.banner__content .section__content-cta,
.banner__content .banner__content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.gradient-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  background: #232A3C;
  background-clip: padding-box; /* !importanté */
  border: solid 1px transparent; /* !importanté */
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to bottom, rgb(11, 218, 186), rgb(120, 65, 231));
}

.between_part {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.space_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customGapThree {
  gap: 32px;
}

.customGapTwo {
  gap: 20px;
}

.customGapOne {
  gap: 12px;
}

.customGapOne {
  gap: 12px;
}

.gap-6 {
  gap: 12px;
}

.gap-7 {
  gap: 20px;
}

.gap-8 {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 16px;
}

.gap-1,
.gap-2,
.gap-3,
.gap-4,
.gap-5,
.gap-6,
.gap-7,
.gap-8 {
  display: flex;
  align-items: center;
}

.wide {
  grid-column: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.primary_color {
  color: #0ADAB9 !important;
}

.secondary_color {
  color: #1A1F2C !important;
}

.head_color {
  color: #FFFFFF !important;
}

.content_color {
  color: #BFC6D7 !important;
}

@keyframes fadeRotated {
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  10% {
    transform: rotate(-20deg) scale(1.2);
    opacity: 0;
  }
  80% {
    transform: rotate(0deg) scale(0.8);
    opacity: 1;
  }
}
@keyframes previewShape {
  0% {
    transform: translateX(-30px) translateY(0);
  }
  50% {
    transform: translateX(0px) translateY(5px);
  }
  100% {
    transform: translateX(-30px) translateY(0);
  }
}
@keyframes previewShapeUp {
  0% {
    transform: translateX(-30px) translateY(0);
  }
  50% {
    transform: translateX(0px) translateY(-5px);
  }
  100% {
    transform: translateX(-30px) translateY(0);
  }
}
@keyframes previewShapeX {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes previewShapeY {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
@keyframes rotate30 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate360deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(-30deg) scale(0.8);
  }
  60% {
    transform: rotate(-90deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(0.7);
  }
  100% {
    transform: rotate(120deg) scale(1);
  }
}
@keyframes pulseRotated {
  0% {
    transform: scale(1);
  }
  50% {
    transform: rotate(-25deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseRotatedReverse {
  0% {
    transform: rotate(-25deg) scale(1.1);
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-25deg) scale(1.1);
  }
}
@keyframes swingZoom {
  20% {
    transform: rotate(15deg) scale(1.08);
  }
  40% {
    transform: rotate(-15deg) scale(1.2);
  }
  60% {
    transform: rotate(9deg) scale(1.1);
  }
  80% {
    transform: rotate(-9deg) scale(1.05);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0.3;
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(-20px, -20px);
    opacity: 0.3;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: transparent;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 2;
}
.slick-prev:before, .slick-next:before {
  font-family: "Material Symbols Outlined";
  font-size: 0;
  color: #1C1B1F;
  background: #ffffff;
  border-radius: 50%;
}

.slick-prev {
  left: 23px;
}
.slick-prev:before {
  content: "\e5cb";
}

.slick-next {
  right: 38px;
}
.slick-next:before {
  content: "\e5cc";
}

.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.slider-navigation .pagination-button {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0px;
  background: transparent;
  border-radius: 0;
  position: relative;
  opacity: 0.5;
}
.slider-navigation .pagination-button img {
  width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.slider-navigation .pagination-button::after {
  content: "";
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  border: 1px solid #1A1F2C;
  transition: all 0.35s ease-in-out;
}
.slider-navigation .pagination-button:hover {
  opacity: 1;
}
.slider-navigation .pagination-button:hover::after {
  background: #1A1F2C;
}
.slider-navigation .pagination-button.prev::after {
  left: -5px;
}
.slider-navigation .pagination-button.next::after {
  right: -5px;
}
.slider-navigation .new__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.slider-navigation .new__dots li {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  background: #B5B5B5;
  transition: all 0.35s ease-in-out;
}
.slider-navigation .new__dots li.slick-active {
  background: #0ADAB9;
  color: #ffffff;
}
.slider-navigation .new__dots li:hover {
  background: #0ADAB9;
}
.slider-navigation .new__dots li:hover i {
  color: #ffffff;
}

.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background: #0ADAB9;
  z-index: 9;
}

.nav_pagination {
  display: flex;
  justify-content: center;
}
.nav_pagination .pagination {
  gap: 8px;
}
.nav_pagination .page-item .page-link {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #055F5B;
  border-radius: 8px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.nav_pagination .page-item .page-link:hover, .nav_pagination .page-item .page-link.active {
  background-color: #0ADAB9;
  color: white;
}
.nav_pagination .page-item .page-link:hover i, .nav_pagination .page-item .page-link:hover span.material-symbols-outlined, .nav_pagination .page-item .page-link.active i, .nav_pagination .page-item .page-link.active span.material-symbols-outlined {
  color: white;
}
.nav_pagination .page-item .page-link:focus {
  box-shadow: none;
  color: white;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social a.social_icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #454C5F;
  translate: all 0.35s ease-in-out;
}
.social a.social_icon i {
  font-size: 24px;
  color: #ffffff;
}
.social a.social_icon:hover {
  background: #0ADAB9;
}
.social a.social_icon:hover i {
  color: #1A1F2C;
}

.contact-area {
  background: url(../images/contact_bg.png);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-area .contact__form {
  background: white;
  box-shadow: 0px 4px 26px rgba(186, 186, 186, 0.25);
  border-radius: 20px;
  padding: 40px;
}
.contact-area .contact__form .input-single {
  border-bottom: 1px solid #626262;
}
.contact-area .contact__form .input-single .form-control {
  padding-left: 0;
}

.analytics-card {
  background: #FFFFFF;
  border: 1px solid #E6EDF8;
  border-radius: 20px;
  padding: 20px;
  align-items: center;
}
.analytics-card .card__thumb {
  width: 100%;
}
.analytics-card .card__thumb img {
  width: 100%;
  border-radius: 20px;
}
.analytics-card .card-body .card__others-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.analytics-card .card-body .card__others-info .line {
  border-right: 1px solid #E6EDF8;
  width: 0px;
  height: 13px;
}
.analytics-card .card-body .card__others-info .time-ago,
.analytics-card .card-body .card__others-info p {
  font-size: 14px;
}
.analytics-card .card-body .card__others-info .time-ago:first-child .material-symbols-outlined,
.analytics-card .card-body .card__others-info p:first-child .material-symbols-outlined {
  transform: rotate(-180deg);
}
.analytics-card .card-body .card__others-info .material-symbols-outlined {
  color: #2C6AC8;
  font-size: 17px;
}
.analytics-card .card-body .card__others-info .analytics {
  background: rgba(68, 140, 116, 0.1);
  border-radius: 36px;
  padding: 2px 12px;
  font-size: 12px;
  color: #448C74;
}
.analytics-card .card-body .card__title {
  margin-bottom: 16px;
}

/* ==== 
   --------- (2.3) global styles end ---------
   ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.btn_theme {
  background: #0ADAB9;
  color: #181830;
  padding: 15px 30px;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.2);
  border-radius: 5px;
  border: none;
  outline: 3px solid transparent;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
}
.btn_theme:hover, .btn_theme:focus {
  outline: 3px solid #0ADAB9;
  outline-offset: 8px;
  color: #292C32;
  z-index: 1;
}
.btn_theme i {
  font-size: 30px;
}

.active_primary_btn {
  background: #0ADAB9;
  color: white;
}
.active_primary_btn:hover, .active_primary_btn:focus {
  background: #0ADAB9;
  outline: 3px solid #0ADAB9;
  outline-offset: 8px;
  color: white;
  z-index: 1;
}

.btn_light {
  background: white;
  color: #292C32;
}
.btn_light:hover, .btn_light:focus {
  background: #1A1F2C;
  outline: 3px solid #1A1F2C;
  outline-offset: 8px;
  color: #292C32;
  z-index: 1;
}

.btn_light_border {
  background: transparent;
  border-style: inset;
  border: 1px solid #ffffff;
  color: white;
  padding: 14px 39px;
}
.btn_light_border:hover, .btn_light_border:focus {
  outline: 3px solid #ffffff;
  outline-offset: 8px;
  border: 1px solid transparent;
  color: white;
  z-index: 1;
}

.link_btn {
  color: #0ADAB9;
  text-decoration: underline;
  font-size: 16px;
}

.btn_gap {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: -10px;
  width: 45px;
  height: 45px;
  line-height: var(--body-line-height);
  border-radius: 5px;
  background-color: #0ADAB9;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #ffffff !important;
  transition: 0.3s;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollToTop:hover {
  color: #ffffff !important;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.5);
}
.scrollToTop:focus {
  color: #ffffff !important;
}

.topActive {
  bottom: 30px;
  transform: translateY(0%);
}

@media (max-width: 1599px) {
  .topActive {
    bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .btn_theme {
    padding: 12px 30px;
  }
  .btn_theme:hover, .btn_theme:focus {
    outline-offset: 4px !important;
  }
}
@media (max-width: 767px) {
  .btn_theme {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_gap {
    gap: 16px;
    flex-wrap: wrap;
  }
}
/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.alert {
  transition: 1s;
  margin-bottom: -20px;
  margin-top: 10px;
  display: block;
}

label.error {
  color: red;
  font-size: 14px;
  position: absolute;
  left: 0;
}

.message-error.error {
  position: absolute;
  color: red;
  font-size: 14px;
}

.form-control {
  border: none;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  background: transparent;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.input-group {
  justify-content: space-between;
  align-items: center;
}
.input-group .input-single {
  width: 100%;
  width: calc(50% - 12px);
  position: relative;
}

.input-single {
  width: 100%;
  position: relative;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
.accordion {
  --bs-accordion-bg: #2D364D;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion .accordion-item {
  padding: 30px 40px;
  --bs-accordion-border-width: 0;
  border-radius: 10px;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
  color: white;
  padding-top: 24px;
  margin-top: 24px;
}
.accordion .accordion-item .show .accordion-body {
  position: relative;
}
.accordion .accordion-item .show .accordion-body:before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(209, 221, 243, 0.2);
  width: 100%;
  top: 0;
  opacity: 1;
}
.accordion .accordion-button {
  --bs-accordion-btn-bg: $tertiary-color;
  --bs-accordion-btn-color: white;
  padding: 0;
  position: relative;
  --bs-accordion-btn-bg: $tertiary-color;
  gap: 16px;
  font-size: inherit;
}
.accordion .accordion-button::after {
  --arrow: "";
  content: var(--arrow);
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 24px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  --bs-accordion-btn-icon-width: 1.75rem;
  --icon-bg: #414E6F;
  background: var(--icon-bg);
  border-radius: 50%;
  opacity: 1;
}
.accordion .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg:$tertiary-color;
  --bs-accordion-btn-icon-transform: rotate(180deg);
}
.accordion .accordion-button:not(.collapsed)::after {
  --arrow: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

@media (max-width: 767px) {
  .accordion .accordion-button::after {
    font-size: 18px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#pre_loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 299;
  display: flex;
  justify-content: center;
}

.navbar {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
.navbar .navbar-toggler {
  font-size: x-large;
  border: none;
  color: #ffffff;
  border: none !important;
}
.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.navbar-brand {
  background: transparent;
}

.main-menu {
  width: 100%;
  z-index: 299;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.main-menu .nav-right {
  display: flex;
  gap: 32px;
  align-items: center;
}
.main-menu .nav-right a.btn_theme {
  background: #0ADAB9;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.12);
  color: #1A1F2C;
  border-radius: 5px;
  font-weight: 600;
}
.main-menu .nav-right a.btn_theme:hover, .main-menu .nav-right a.btn_theme:focus {
  outline: 3px solid #0ADAB9;
  outline-offset: 8px;
  color: #1A1F2C;
}
.main-menu .navbar-nav {
  gap: 8px;
}
.main-menu .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  padding: 28px 8px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #0ADAB9 !important;
}
.main-menu .navbar-nav .nav-item .nav-link:focus, .main-menu .navbar-nav .nav-item .nav-link:active, .main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #0ADAB9 !important;
}

.header-active {
  position: fixed;
  top: -70px;
  transform: translateY(70px);
  transition: transform 0.5s;
  background-color: #1A1F2C;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.header-active::after {
  border-bottom: none;
}

.offcanvas {
  background-color: #055F5B;
  min-height: 100vh;
  height: 100%;
  min-width: 60%;
  width: 60%;
  overflow: clip !important;
  display: unset !important;
  border-left: none !important;
}
.offcanvas.offcanvas-end {
  right: 0;
}
.offcanvas .offcanvas-body {
  padding: 0;
  overflow: clip;
}
.offcanvas .offcanvas-body .custom-nevbar__left {
  padding: 50px 10px 50px 40px;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
}
.offcanvas .offcanvas-body .custom-nevbar__left::-webkit-scrollbar {
  width: 0;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li {
  border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961);
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
  color: white;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a.active {
  color: #1A1F2C;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li:hover a {
  transform: translateX(8px);
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.offcanvas .offcanvas-body .custom-nevbar__right {
  padding: 50px 30px 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 60px;
}
.offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: rgb(228, 226, 226);
}
.offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location .contact {
  color: white;
}
.offcanvas .offcanvas-body button.close-icon {
  display: block;
  background: transparent;
  text-align: end;
}
.offcanvas .offcanvas-body button.close-icon span {
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  padding: 8px;
  font-size: 24px;
  transition: all 0.35s ease-in-out;
}
.offcanvas .offcanvas-body button.close-icon span:hover {
  border: 1px solid #E0F300;
  color: #E0F300;
}

@media (max-width: 1599px) {
  .main-menu .navbar-nav {
    gap: 0px;
  }
}
@media (max-width: 1399px) {
  .header-section .navbar-brand {
    padding: 30px 0;
  }
  .header-section .navbar-brand img {
    max-width: 75% !important;
  }
  .header-section .navbar-toggler span {
    color: white;
  }
  .main-menu {
    display: block;
    height: 80vh;
    overflow-y: auto;
  }
  .main-menu::-webkit-scrollbar {
    width: 0;
  }
  .main-menu .navbar-nav {
    margin-top: 30px;
  }
  .main-menu .navbar-nav .nav-item .nav-link {
    padding: 10px 8px;
    justify-content: start;
  }
  .main-menu .navbar-nav .nav-item .nav-link:hover:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .offcanvas {
    width: 80%;
    min-width: 80%;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
    font-size: 24px;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .offcanvas .offcanvas-body {
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left {
    padding: 36px 30px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
    font-size: 20px;
    padding: 18px 0;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .menu_item:first-child > a {
    padding-top: 0;
  }
  .offcanvas .offcanvas-body button.close-icon span {
    font-size: 24px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__right {
    padding: 16px 30px 40px;
  }
}
@media (max-width: 575px) {
  .offcanvas {
    width: 100%;
    min-width: 100%;
  }
  .main-menu .col-12 {
    max-width: 100%;
  }
  .main-menu {
    padding: 0;
  }
  .header-section .navbar .navbar-brand {
    width: 60%;
    padding-left: 16px;
  }
  .header-section .navbar-toggler span {
    margin-right: 0;
  }
}
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.hero {
  background: url(../images/hero_bg.png);
  background-color: #1A1F2C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hero .section__content-title .word {
  letter-spacing: 4px;
  margin-right: 100px;
}
.hero .hero__animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__animation img:first-child {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__animation img:nth-child(2) {
  position: absolute;
  right: 7%;
  top: 21%;
  animation: pulse 5s infinite;
  -o-object-fit: contain;
     object-fit: contain;
  height: 58%;
}
.hero .hero__animation img:nth-child(3) {
  position: absolute;
  left: 3%;
  top: 27%;
  animation: pulseRotatedReverse 5s infinite;
}
.hero .hero__animation img:nth-child(4) {
  position: absolute;
  left: 38%;
  top: 17%;
  animation: pulseRotated 5s infinite;
  opacity: 0.5;
}
.hero .hero__animation img:nth-child(5) {
  position: absolute;
  left: 0;
  bottom: 13%;
  animation: pulseRotated 5s infinite;
  opacity: 0.5;
}
.hero .hero__animation img:nth-child(6) {
  position: absolute;
  left: 35%;
  bottom: 6%;
  animation: pulseRotatedReverse 5s infinite;
}

@media (max-width: 1900px) {
  .hero .hero__animation img:nth-child(1) {
    width: 50%;
  }
  .hero .hero__animation img:nth-child(2) {
    width: 38%;
  }
  .hero .hero__animation img:nth-child(5) {
    display: none;
  }
  .hero .hero__animation img:nth-child(6) {
    width: 12%;
    left: 30%;
    bottom: 2%;
  }
}
@media (max-width: 1599px) {
  .hero .hero__animation img:nth-child(3) {
    top: 12%;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 190px;
    padding-bottom: 80px;
    min-height: auto;
  }
  .hero .hero__animation img:nth-child(1) {
    display: none;
  }
  .hero .hero__animation img:nth-child(2) {
    display: none;
  }
  .hero .hero__animation img:nth-child(4) {
    right: 8%;
    top: 20%;
    left: auto;
  }
  .hero .hero__animation img:nth-child(5) {
    display: block;
    left: auto;
    right: 7%;
    width: 20%;
    bottom: 13%;
  }
  .hero .hero__animation img:nth-child(6) {
    left: 15%;
    bottom: 6%;
  }
  .hero .section__content-title .word {
    letter-spacing: 4px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .hero .hero__animation img:nth-child(5) {
    display: none;
  }
  .hero .hero__animation img:nth-child(3) {
    display: none;
  }
  .hero .hero__animation img:nth-child(4) {
    width: 14%;
  }
  .hero .hero__animation img:nth-child(6) {
    width: 20%;
    left: auto;
    right: 5%;
  }
}
/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer .footer_copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer_copyright p {
  color: rgba(255, 255, 255, 0.5);
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.nftpo-play .nftpo-play__card .number {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0ADAB9;
  font-size: 18px;
  color: #1A1F2C;
}
.nftpo-play .nftpo-play__card .nftpo-play__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.nftpo-play .nftpo-play__card .nftpo-play__thumb {
  overflow: hidden;
}
.nftpo-play .nftpo-play__card .nftpo-play__thumb img {
  transition: all 0.35s ease-in-out;
}
.nftpo-play .nftpo-play__card .nftpo-play__thumb:hover img {
  transform: scale(0.95);
}

.nft-lottery {
  background: #1E2433;
  width: 100%;
}
.nft-lottery .slider-double {
  display: flex;
  gap: 24px;
  height: 838px;
  overflow-y: clip;
  position: relative;
  z-index: 0;
  margin-top: -60px;
  margin-bottom: -60px;
}
.nft-lottery .slider-double::before {
  content: "";
  width: 100%;
  height: 165px;
  background: linear-gradient(180deg, #1E2433 26.56%, rgba(30, 36, 51, 0) 100%);
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}
.nft-lottery .slider-double::after {
  content: "";
  width: 100%;
  height: 165px;
  background: linear-gradient(0deg, #1E2433 26.56%, rgba(30, 36, 51, 0) 100%);
  position: absolute;
  bottom: -25px;
  left: 0;
}
.nft-lottery .slider-double .nft-lottery__slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(50% - 12px);
}
.nft-lottery .slider-double .nft-lottery__slide .slick-slide {
  margin: 12px 12px;
}
.nft-lottery .slider-double #lottery__slide1 {
  transform: rotate(180deg);
}
.nft-lottery .slider-double #lottery__slide1 img {
  transform: rotate(180deg);
}

.utility .utility__card {
  border: transparent;
  background: #1E2433;
  padding: 30px 16px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.utility .utility__card .utility__card-icon {
  z-index: 0;
}
.utility .utility__card .utility__card-icon .utility__icon {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.utility .utility__card .utility__card-icon .utility__icon img {
  width: calc(100% - 68px);
  -o-object-fit: contain;
     object-fit: contain;
}
.utility .utility__card:hover {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
}

.rarity .rarity__card-thumb img {
  border-radius: 15px;
}
.rarity .section__content.card {
  background: #1E2433;
  border: 1px solid #2C3448;
  border-radius: 15px;
  padding: 30px 12px;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.rarity .section__content.card:hover {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
}

.roadmap .roadmap__content {
  left: calc(50% - 12px);
  position: relative;
}
.roadmap .roadmap__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #1E2433;
  display: flex;
  justify-content: center;
}
.roadmap .roadmap__content::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -17px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1E2433;
}
.roadmap .roadmap__line {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.roadmap .roadmap__line .q-text {
  width: 170px;
  min-width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2D364D;
  outline: 20px solid #1E2433;
  position: relative;
  padding: 15px 30px;
  position: relative;
  right: 19%;
}
.roadmap .roadmap__line .q-text::before {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 12px);
  width: 80px;
  height: 4px;
  background: #1E2433;
}
.roadmap .roadmap__line .q-text::after {
  content: "";
  position: absolute;
  right: -82px;
  top: calc(50% - 13px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  outline: 9px solid #2D364D;
  z-index: 1;
}
.roadmap .roadmap__line .q-text__content {
  min-width: 416px;
  background: #1E2433;
  border-radius: 10px;
  padding: 30px;
  margin-left: -112px;
  position: relative;
  left: 0;
  transition: all 0.35s ease-in-out;
}
.roadmap .roadmap__line .q-text__content:hover {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
}
.roadmap .roadmap__line .q-text__content .section__content-list {
  margin-left: 20px;
  margin-top: 20px;
}
.roadmap .roadmap__line .q-text__content .section__content-list li {
  margin-bottom: 8px;
  font-size: 16px;
}
.roadmap .roadmap__line:nth-child(even) .q-text {
  left: 6.4%;
}
.roadmap .roadmap__line:nth-child(even) .q-text::before {
  right: 100%;
  left: auto;
}
.roadmap .roadmap__line:nth-child(even) .q-text::after {
  right: auto;
  left: -82px;
}
.roadmap .roadmap__line:nth-child(even) .q-text__content {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: 55px;
}
.roadmap .announced {
  color: #6A7BA8;
}

.team .section__header-title {
  max-width: 15ch;
  margin: auto;
  margin-bottom: 20px;
}
.team .team__member {
  text-align: center;
  padding: 0 35px;
}
.team .team__member .team__member-thumb {
  position: relative;
}
.team .team__member .team__member-thumb img {
  border-radius: 50%;
}
.team .team__member .team__member-thumb:after {
  content: "\f0e1";
  position: absolute;
  bottom: 0;
  right: 14%;
  font-family: "Line Awesome Brands";
  font-size: 24px;
  color: white;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009AE5;
}
.team .team__member .team__member-sub-title {
  color: #0ADAB9;
}

.call-to-action .call-to-action__content {
  background: url(../images/call_to_action.png);
  background-color: #0ADAB9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  border-radius: 30px;
}
.call-to-action .call-to-action__content .call-to-action__title {
  color: #1A1F2C;
}
.call-to-action .call-to-action__content .btn_theme {
  background: #202636;
  color: white;
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media (max-width: 1399px) {
  .roadmap .roadmap__line .q-text {
    right: 22%;
  }
  .roadmap .roadmap__line:nth-child(even) .q-text {
    left: 7.4%;
  }
}
@media (max-width: 1199px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 1.5;
  }
  a,
  button {
    font-size: 16px;
  }
  .slider-navigation .pagination-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  .slider-navigation .pagination-button::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-navigation .pagination-button.prev-testimonial::after {
    left: -13px;
  }
  .slider-navigation .pagination-button.next-testimonial::after {
    right: -13px;
  }
  .accordion .accordion-item {
    padding: 20px 24px;
  }
  .roadmap .roadmap__content {
    left: calc(50% - 2px);
  }
  .roadmap .roadmap__line .q-text {
    right: 26.3%;
  }
  .roadmap .roadmap__line:nth-child(even) .q-text {
    left: 8.9%;
  }
  .nft-lottery .slider-double {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    gap: 16px;
  }
  .nft-lottery .slider-double .nft-lottery__slide .slick-slide {
    margin: 8px 12px;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  .banner {
    height: auto;
  }
  .hero .section__content .hero-thumb .hero-thumb-before,
  .hero .section__content .hero-thumb .hero-thumb-after {
    bottom: -115px;
  }
  .slider-navigation {
    gap: 20px;
    margin-top: 10px;
  }
  .slider-navigation .pagination-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
  }
  .slider-navigation .pagination-button::after {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-navigation .pagination-button.prev-testimonial::after {
    left: -9px;
  }
  .slider-navigation .pagination-button.next-testimonial::after {
    right: -9px;
  }
  .utility .utility__card .utility__card-icon .utility__icon {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
  .utility .utility__card .utility__card-icon .utility__icon img {
    width: calc(100% - 58px);
  }
  .roadmap .roadmap__line .q-text__content {
    width: calc(50% - 12px);
    min-width: auto;
    padding: 24px 20px 20px 24px;
    margin-left: -140px;
  }
  .roadmap .roadmap__line .q-text {
    right: 31.3%;
  }
  .roadmap .roadmap__line .q-text::before {
    width: 50px;
  }
  .roadmap .roadmap__line .q-text::after {
    right: -54px;
  }
  .roadmap .roadmap__line:nth-child(even) .q-text {
    left: 7.9%;
  }
  .roadmap .roadmap__line:nth-child(even) .q-text::after {
    left: -55px;
  }
  .roadmap .roadmap__line:nth-child(even) .q-text__content {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__header {
    margin-bottom: 36px;
  }
  .section__header .section__header-sub-title {
    margin-bottom: 16px;
  }
  .section__header .section__header-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-sub-title,
  .section__content .banner__content-sub-title,
  .banner__content .section__content-sub-title,
  .banner__content .banner__content-sub-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-title,
  .section__content .banner__content-title,
  .banner__content .section__content-title,
  .banner__content .banner__content-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    margin-top: 30px;
  }
  .section__cta {
    margin-top: 36px;
  }
  .social a {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .call-to-action .call-to-action__content {
    padding: 30px 20px;
  }
  .roadmap .roadmap__content {
    left: 0;
    margin-top: 40px;
  }
  .roadmap .roadmap__content .roadmap__line {
    flex-direction: column;
    gap: 40px;
  }
  .roadmap .roadmap__content .roadmap__line .q-text {
    width: 130px;
    min-width: 130px;
    height: 130px;
    right: 27.8%;
  }
  .roadmap .roadmap__content .roadmap__line .q-text::before {
    right: 100%;
    left: auto;
  }
  .roadmap .roadmap__content .roadmap__line .q-text::after {
    right: auto;
    left: -38%;
  }
  .roadmap .roadmap__content .roadmap__line .q-text__content {
    width: 95%;
    margin-left: 40px;
  }
  .roadmap .roadmap__content .roadmap__line:nth-child(even) .q-text {
    left: -27.8%;
  }
  .roadmap .roadmap__content .roadmap__line:nth-child(even) .q-text__content {
    right: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .col-12 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .roadmap .roadmap__content .roadmap__line .q-text {
    right: 19.8%;
  }
  .roadmap .roadmap__content .roadmap__line:nth-child(even) .q-text {
    left: -19.8%;
  }
}
@media (max-width: 479px) {
  .col-6 {
    width: 100%;
  }
  .section__content .banner__content-inner ul,
  .section__content .section__content-inner ul,
  .banner__content .banner__content-inner ul,
  .banner__content .section__content-inner ul {
    flex-direction: column;
    align-items: start;
  }
  .section__content .banner__content-inner ul li,
  .section__content .section__content-inner ul li,
  .banner__content .banner__content-inner ul li,
  .banner__content .section__content-inner ul li {
    width: 100%;
  }
  .section__content .banner__content-inner,
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .banner__content-inner,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__content .banner__content-inner .btn_theme,
  .section__content .section__content-cta .btn_theme,
  .section__content .banner__content-cta .btn_theme,
  .banner__content .banner__content-inner .btn_theme,
  .banner__content .section__content-cta .btn_theme,
  .banner__content .banner__content-cta .btn_theme {
    width: 100%;
    justify-content: center;
  }
  .roadmap .roadmap__content .roadmap__line .q-text__content {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .roadmap .roadmap__content .roadmap__line .q-text {
    right: 11%;
  }
  .roadmap .roadmap__content .roadmap__line:nth-child(even) .q-text {
    left: -11%;
  }
}
/* ==== 
   --------- (6.0) responsive styles end ---------
   ==== *//*# sourceMappingURL=style.css.map */