﻿/*@charset "UTF-8";*/

:root {
    /*    --primerycolor: #ffcc00;
    --primerycolorrgb: rgba(254,213,27,.9);
    --primerycolorrgblight: rgba(254,213,27,.2);
    --primerycolorrgbmedlight: rgba(254,213,27,.5);
    --primerycolordark: #d3a900;
    --primerycolordoubledark: #846a00;
    --seconderycolor: #444;*/
    --body-color: #2b2521;
    --body-color-dark: #1c1815;
    --primery-text-color: #edcd90;
    --primery-text-color-light: #eadbbf;
    --primery-text-color-dark: #dea12d;
    --primery-text-color-dark-alt: #d29d4a;
    --light-green: #8ba121;
    --dark-green: #339966;
    --light-red: #ff7878;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Changa", tahoma;
    color: #9fa1a4;
    background: var(--body-color);
    line-height: 1.5;
    font-size: 11.5pt;
}

body.modal-open {
    padding: 0 !important;
}

a {
    color: var(--primery-text-color);
    text-decoration: none;
    transition: 0.3s all ease;
}

.color-primary-light {
    color: var(--primery-text-color-light);
}

.color-primary {
    color: var(--primery-text-color);
}

.color-primary-dark {
    color: var(--primery-text-color-dark);
}

.color-green-dark {
    color: var(--dark-green);
}

a:hover {
    color: var(--primery-text-color-dark);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.font-heading {
    color: #2d71a1;
    font-weight: 600;
}

.smallmed-thumb {
    max-height: 70px;
}

.small-thumb {
    max-height: 50px;
}

.tinymed-thumb {
    max-height: 26px;
}

.tiny-thumb {
    max-height: 20px;
}

.micro-thumb {
    max-height: 16px;
}

.fs-med {
    font-size: 0.95em;
}

.fs-small {
    font-size: 0.9em;
}

.fs-tiny {
    font-size: 0.75em;
}

.fw-600,
.fw-med {
    font-weight: 600;
}

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

.text {
    font-size: 1.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
}

.text-justify {
    text-align: justify;
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.box-shadow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.btn.box-shadow:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

.letter-spacing {
    letter-spacing: 1px;
}

.letter-spacing-md {
    letter-spacing: 4px;
}

.body-color-dark {
    color: #a6823b;
}

.container {
    z-index: 2;
    position: relative;
}

.trans-hover {
    transition: 0.5s all ease;
    opacity: 0.85;
}

.trans-hover:hover {
    opacity: 1;
}

.trans-hover:active {
    transform: scale(0.96);
    opacity: 1;
}

.trans-hover-dark {
    transition: 0.3s all ease;
    opacity: 1;
}

.trans-hover-dark:hover {
    opacity: 0.7;
}

.scale-hover {
    transition: 0.3s all ease;
}

.scale-hover:hover {
    transform: scale(1.2);
}

.bg-lightgrey {
    background: #f9f9f9;
}

figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.site-section {
    padding: 9em 0;
    position: relative;
}

.site-section.section-py {
    padding-top: 9em;
    padding-bottom: 9em;
}

.site-section.section-py-sm {
    padding-top: 4em;
    padding-bottom: 4em;
}

.site-section.section-pt-md {
    padding-top: 6em;
}

.site-section.section-pb-md {
    padding-bottom: 6em;
}

.site-section.section-pt-sm {
    padding-top: 4em;
}

.site-section.section-pb-sm {
    padding-bottom: 4em;
}

.site-section.bg-highlight:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 700px;
    background: url(../images/webp/section-highlight.webp) no-repeat center top;
    background-size: auto 100%;
    opacity: 0.4;
}

.site-section.bg-highlight.hl-reverse:before {
    left: auto;
    right: 0;
}

.site-section.bg-highlight.hl-center:before {
    left: 20%;
}

.dark-section-bg {
    background: #1c1815;
    z-index: 2;
}

.dark-section-top,
.dark-section-bottom,
.norm-section-top {
    background: url(../images/svg/dark-wave-top.svg) repeat-x center bottom;
    background-size: auto 3.5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 5em;
}

.dark-section-bottom {
    top: -1px;
    bottom: auto;
    transform: rotate(180deg);
}

.banner-section .dark-section-bottom {
    top: 0;
    background-size: auto 1em;
    height: 1em;
    z-index: 3;
}

.dark-section-bottom.w-full-back {
    background-size: 100% auto;
}

.norm-section-top {
    background-image: url(../images/svg/norm-wave-top.svg);
    background-size: auto 3em;
}

.buy-section-bg-bottom {
    background: url(../images/webp/buy-section-bg-bottom.webp) repeat-x center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 12em;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    font-size: 1.8em;
    font-weight: 900;
    background: linear-gradient( -45deg, var(--primery-text-color), var(--primery-text-color-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading h2 img {
    color: var(--primery-text-color);
}

.section-heading p {
    color: var(--primery-text-color-light);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.section-heading .ribbon-title img {
    max-width: 280px;
}

.ribbon-title {
    position: relative;
    text-align: center;
}

.ribbon-title .ribbon-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ribbon-title .ribbon-text .title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.2em;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: var(--body-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 15px;
    bottom: 45px;
    z-index: 13;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.back-to-top .icon {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top .icon img {
    max-width: 14px;
}

.discord-fixed {
    display: none;
    position: fixed;
    left: 0;
    bottom: 40px;
    z-index: 11;
    overflow: hidden;
    background: url(../images/iconbar-blue.png) no-repeat center center;
    background-size: 100% auto;
}


/* Default btn sre-tyling */

.btn {
    border: none;
    padding: 10px 20px;
    font-size: 0.9em;
}

.btn i {
    vertical-align: middle;
}

.btn.radius10 {
    border-radius: 10px;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #2d71a1;
}

.btn.btn-primary {
    background: #2d71a1;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.btn-sm {
    padding: 8px 15px;
}

.btn-light {
    color: #444;
}

.btn-green-light {
    color: rgba(0, 0, 0, 0.9);
    background: #31e190;
    text-shadow: 0 2px 3px #34e595, 0 3px 4px rgba(0, 0, 0, 0.3);
    transition: 0.3s all ease;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.btn-green-light:hover,
.btn-green-light:focus {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    color: #eee;
    outline-color: #34e595;
    background: #198754;
}


/* Review */

.review h3 {
    font-size: 20px;
}

.review p {
    line-height: 1.8;
    color: #888;
}

.review .stars span {
    color: #18d26e;
}

.review .stars .muted {
    color: #ccc;
}

.review .review-user img {
    width: 70px;
    margin: 0 auto;
}


/* Testimonial Carousel */

.testimonial-carousel {
    direction: ltr;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #cbd3da;
    border-radius: 50%;
    margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active>span {
    background: linear-gradient(-45deg, #1391a5, #274685);
}


/* Sticky Wrapper */

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #fff;
}

.sticky-wrapper .site-navbar .site-logo,
.logo-box .site-logo {
    display: flex;
    justify-content: center;
    /*  background:url(../images/svg/logo-bg.svg) no-repeat center -25px;
  background-size:auto 100%;*/
}


/*.sticky-wrapper .site-navbar .site-logo{
  padding-top:6px;
}*/

.sticky-wrapper .site-navbar .site-logo a {
    display: block;
    max-width: 4.5em;
}

.logo-box .site-logo a {
    max-width: 110px;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: var(--primery-text-color);
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: var(--primery-text-color-dark);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    padding: 12.5px 25px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a,
.sticky-wrapper.is-sticky .site-navbar .play-now-btn {
    max-width: 70px;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 85%);
}

.site-navbar .play-now {
    display: none;
    position: relative;
    height: 60px;
}

.site-navbar .play-now-btn {
    display: block;
    max-width: 100px;
}


/* Contact Form */

.form-control {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #2d71a1;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Blog */


/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

#notification {
    position: relative;
    display: block;
    height: 30px;
    padding: 4px 0;
    z-index: 100;
    overflow: hidden;
    background: url("../images/noti-bg.png") no-repeat center bottom;
    background-size: 1000px auto;
}

#notification .marq-text {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    margin: 0;
    white-space: nowrap;
}

.banner-section {
    /*background: url("../images/banner-cover-background.png"), url("../images/kech.png") left bottom, url("../images/banner-background-back.jpg") center center;*
  background-repeat: repeat, repeat,repeat;
  background-size:auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size:100% 20%, cover;*/
    background-color: #000;
    padding-bottom: 50px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-section .banner-text-image {
    padding-top: 12em;
}

.banner-section.contentpage {
    background: url("../images/banner-cover-background.png"), url("../images/banner-background-back.jpg") center center;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-repeat: no-repeat;
    background-size: cover, cover;
    height: auto;
    min-height: 30vh;
    padding-bottom: 5em;
    padding-top: 12em;
}

.banner-section.inner-page .banner-text {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    margin-top: -120px;
}

.banner-section h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 900;
    /*  margin-top:35px;*/
    margin-bottom: 5px;
    text-shadow: 0px 1px 2px #000;
}

.banner-section h1.text-big {
    font-size: calc(4em + .5vw);
}

.banner-section h2 {
    font-size: 2em;
    color: var(--primery-text-color);
    font-weight: 700;
    text-shadow: 0px 1px 2px #000;
}

.banner-section p {
    font-size: 1.1em;
    color: var(--primery-text-color-light);
    letter-spacing: 3.3px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0px 1px 2px #000;
}

.banner-section .iphone-wrap {
    position: relative;
}

.video-section .banner-videobox {
    position: relative;
    background-image: url(../images/video-box-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-mask-image: url(../images/svg/banner-videobox-mask.svg);
    mask-image: url(../images/svg/banner-videobox-mask.svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: top center;
    z-index: 1;
    /*  animation: slide 30s linear infinite;*/
}


/*@keyframes slide {
    0% {
        background-position: left 0;
    }
    50% {
        background-position: right 0;
    }
    100% {
        background-position:left 0;
    }
}*/

.video-section .banner-videobox-leaf {
    position: absolute;
    z-index: -1;
    width: 75px;
    max-width: 18%;
    right: 20px;
    top: 5%;
}

.video-section .banner-videobox-pattern {
    position: relative;
    z-index: 10;
}

.video-section .banner-videobox-leaf.x-reverse {
    top: 14%;
    right: auto;
    left: 0;
}

.x-reverse {
    transform: scaleX(-1);
}

.video-section .banner-videobox-stones {
    position: absolute;
    z-index: 3;
    max-width: 40%;
    right: 0;
    bottom: -6%;
}

.banner-section .banner-btns {
    display: block;
    max-width: 200px;
    transition: 250ms all ease;
}

.banner-section .banner-btns .banner-btns-inner {
    position: relative;
    text-align: center;
    filter: grayscale(0.2);
    transition: 150ms all ease;
}

.banner-section .banner-btns:hover .banner-btns-inner {
    filter: grayscale(0);
}

.banner-section .banner-btns .banner-btns-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .banner-btns .banner-btns-text h3 {
    max-width: 100px;
    margin-bottom: 0;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-top: 5%;
    color: #1d0800;
    text-shadow: 0px 1px 1px #e3943d, 0px 1px 1px #e3943d, 0px 1px 1px #e3943d, 0px 1px 1px #e3943d;
    transition: 250ms all ease;
}

.banner-section .banner-btns .banner-btns-icon {
    position: relative;
    margin-bottom: -30%;
    max-height: 160px;
    z-index: 10;
}

.banner-section .banner-btns .banner-btns-bg {
    max-width: 130px;
}

.banner-section .play-now {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.banner-section .play-now .play-now-inner {
    /*position: absolute;
  bottom:10px;
  left: 50%;*/
    width: 370px;
    /*transform: translateX(-50%);*/
    filter: grayscale(0.2);
    /*transform: translateY(-15px);*/
    transition: 150ms all ease;
}

.banner-section .play-now:hover .play-now-inner {
    filter: grayscale(0);
    transform: scale(1.05);
}

.banner-section .play-now .play-now-btn {
    position: relative;
    display: block;
}

.banner-section .play-now .play-now-btn b {
    color: var(--primery-text-color-light);
    text-shadow: 0 1px 1px #740011, 0 1px 1px #740011, 0 1px 1px #740011;
}

.banner-section .play-now .play-now-btn .title {
    position: absolute;
    top: 0;
    left: 0;
    /*  transform: translateX(-50%);*/
    font-size: 1.4em;
    font-weight: 600;
    width: 100%;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .video-background {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 1;
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(5deg);
        color: #1d0800;
    }
    50% {
        -webkit-transform: rotate(-2.5deg);
        color: var(--primery-text-color);
    }
    100% {
        -webkit-transform: rotate(5deg);
        color: #1d0800;
    }
}

@keyframes swinging {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-2.5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

.banner-section .banner-section-bottom {
    background: url(../images/webp/kech.webp) no-repeat left bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 10em;
    z-index: 2;
}

.banner-section .video-sound {
    position: absolute;
    max-width: 50px;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    transition: 0.5s all ease;
}

.banner-section .video-sound.disable {
    filter: grayscale(1);
}

.banner-section .video-sound .icon {
    position: absolute;
    width: 20px;
    height: 22px;
}

.banner-section .video-sound .icon path {
    fill: var(--primery-text-color-dark-alt);
}

.banner-section .video-sound.disable .icon path {
    fill: #000;
}


/*--------------------------------------------------------------
# Buy Cleg Now Section
--------------------------------------------------------------*/

.buy-cleg-section {
    background: url(../images/section-bg.jpg) no-repeat right bottom;
    background-size: auto 100%;
    padding: 7em 0 1em;
    background-color: #120d09;
}

.buy-cleg-section .form input[type="text"] {
    background: rgba(0, 0, 0, 0.85);
    color: var(--light-green);
    border: none;
    height: 55px;
    font-size: 1em;
    padding-left: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 10px 0 10px 10px;
}

.form-btns a,
.form-btns button {
    position: relative;
    border: none;
    padding: 0;
    background: none;
    color: rgba(0, 0, 0, 0.95);
    transition: 0.1s all ease;
}

.form-btns a .btn-lbl,
.form-btns button .btn-lbl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.1em;
}

.buy-cleg-section .form-btns a .btn-lbl .icon {
    width: 24px;
    height: 24px;
}

.buy-cleg-section .form-btns a:hover {
    margin-top: -5px;
}

.buy-cleg-section .form-btns {
    min-height: 78px;
}

.buy-cleg-section .copy-btn {
    background: var(--light-green);
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 4px 10px;
}

.buy-fixed-bar {
    display: none;
    position: fixed;
    color: var(--primery-text-color-dark-alt);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    background: rgba(14, 12, 10, 0.9);
}

.buy-fixed-bar .form-btns {
    max-width: 120px;
    margin-top: -10px;
    text-shadow: none;
}

.buy-fixed-bar .copy-btn .icon {
    width: 16px;
    height: 16px;
}

.buy-fixed-bar .mob-header {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
}

.buy-fixed-bar .mob-header .header-inner:after {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1rem;
    height: 1rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23edcd90'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 1s ease-in-out;
    transform: rotate(-180deg);
}

.buy-fixed-bar .mob-header .header-inner:not(.collapsed):after {
    transform: rotate(0deg);
}


/*--------------------------------------------------------------
# statistics
--------------------------------------------------------------*/

.statistics-section .statistic-item {
    display: block;
    transition: 250ms all ease;
    text-align: center;
    position: relative;
}

.statistics-section .statistic-item .stat-item-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.statistics-section .statistic-item .stat-icon {
    min-height: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics-section .statistic-item .stat-icon .icon {
    width: 70px;
    height: 70px;
}

.statistics-section .statistic-item .stat-text {
    color: var(--primery-text-color);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statistics-section .statistic-item .stat-text .title {
    font-size: 1.25em;
    font-weight: 700;
    color: inherit;
    line-height: 1.15;
}

.statistics-section .statistic-item .stat-text b {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primery-text-color-dark-alt);
}

.statistics-section .statistic-item .stat-text p {
    color: #d0b279;
    line-height: 1.15;
    max-width: 80%;
    margin: 0;
}


/*--------------------------------------------------------------
# last News
--------------------------------------------------------------*/

.news-section {
    /*  background: url(../images/section-bg.jpg) no-repeat right bottom;
  background-size: auto 100%;
  background-color: #120d09;*/
}

.news-section .news-item {
    display: block;
    transition: 250ms all ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-section .news-item.master {
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.news-section .news-item .news-pic {
    border-radius: 10px;
}

.news-section .news-item.master .news-pic {
    min-height: 150px;
}

.news-section .news-item .news-item-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.news-section .news-item.master .news-tag {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 10px;
    left: -80px;
    top: -80px;
    bottom: unset;
    transform: rotate(-45deg);
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #dfbf81 0%, #dfbf81 60%, #bb9f6a 100%);
}

.news-section .news-item .news-tag span {
    color: var(--primery-text-color-dark-alt);
    font-weight: bold;
}

.news-section .news-item.master .news-tag span {
    color: #1c1815;
    font-family: Vanderick;
}

.news-section .news-item .news-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.news-section .news-item .news-text .title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--primery-text-color);
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease;
}

.news-section .news-item.master .news-text .title {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.4;
}

.news-section .news-item:hover .news-text .title {
    color: var(--primery-text-color-dark);
}

.news-section .news-item .news-text .date {
    font-weight: 500;
    color: var(--primery-text-color-dark-alt);
}

.news-section .news-item .news-text p {
    color: #d0b279;
    line-height: 1.2;
    margin: 0;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crack-sep {
    text-align: center;
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.our-team-section .our-team-item {
    position: relative;
    background: url("../images/data-vertical-frame.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 20px 23px;
    text-align: center;
    min-height: 200px;
}

.our-team-item .our-team-pic {
    border-radius: 40px 40px 20px 20px;
}

.our-team-item .our-team-info {
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 22px;
    z-index: 10;
    background: rgba(32, 26, 19, 0.9);
    padding: 10px 10px 14px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.our-team-item .our-team-info .team-name {
    color: var(--primery-text-color);
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.our-team-item .our-team-info .team-post {
    color: var(--primery-text-color-light);
    font-size: 0.95em;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.our-team-item .our-team-social {
    position: absolute;
    right: 10%;
    left: 0;
    bottom: -12px;
    z-index: 15;
    display: flex;
    justify-content: end;
}

.our-team-item .our-team-social .team-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/brown-polygon-frame.png") no-repeat center center;
    background-size: 100% 100%;
    width: 40px;
    height: 42px;
    opacity: 0.8;
    transition: 0.3s all ease;
}

.our-team-item .our-team-social .team-social-item:hover {
    opacity: 1;
}

.our-team-item .our-team-social .team-social-item img {
    width: 20px;
    margin-bottom: 3px;
}

.theme-btn {
    position: relative;
    background: none;
    border: none;
    width: 150px;
}

.theme-btn .btn-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10%;
    color: #1d1610;
    font-weight: 500;
    transition: 0.3s all ease;
}

.theme-btn .btn-inner .icon {
    fill: #1d1610;
    transition: 0.3s all ease;
}

.theme-btn:hover .btn-inner,
.theme-btn:hover .btn-inner .icon {
    color: var(--primery-text-color);
    fill: var(--primery-text-color);
    text-shadow: 0px 1px 1px #1d0800;
}

.showmore.collapsed .btn-inner .icon {
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
# roadmap
--------------------------------------------------------------*/

.roadmap-section .roadmap-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    font-size: 12pt;
}

.roadmap-item .roadmap-list {
    position: relative;
    background: url("../images/webp/roadmap-frame.webp") no-repeat top center;
    background-size: 100% 100%;
    margin: 7px 4px;
    padding: 70px 50px 45px;
    color: var(--primery-text-color);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    min-height: 390px;
    width: 100%;
    z-index: 5;
}

.roadmap-item .roadmap-list ul li {
    margin-bottom: 10px;
    line-height: 1.2;
}

.roadmap-item .roadmap-list ul.compress li {
    margin-bottom: 5px;
}

.roadmap-item .roadmap-list ul li.done::marker {
    color: var(--light-green);
}

.roadmap-item .roadmap-list ul li a {
    color: var(--primery-text-color-dark);
    font-size: 1.65em;
}

.roadmap-item .roadmap-list ul li a:hover {
    color: var(--primery-text-color-light);
}

.roadmap-item .roadmap-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    width: 100%;
    min-height: 90px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    font-size: 1.1em;
}

.roadmap-item .roadmap-header:before {
    content: " ";
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #72573d;
    background: linear-gradient(0deg, #72573d 0 50%, #4d3d28 50% 100%);
    z-index: 0;
}

.roadmap-item .roadmap-header:after {
    content: " ";
    position: absolute;
    top: 55%;
    bottom: 0;
    left: 49.5%;
    right: 49.5%;
    width: 1%;
    height: 100%;
    border-left: dashed 2px #94714f;
    z-index: 0;
}

.roadmap-item .roadmap-header .icon {
    width: 35px;
    position: relative;
    z-index: 5;
}

.roadmap-item .roadmap-header .title {
    color: var(--primery-text-color-dark);
}

.roadmap-item .roadmap-header .year {
    color: var(--primery-text-color);
}

.roadmap-item.check .roadmap-header .title {
    color: var(--light-green);
}

.roadmap-item.check .roadmap-header .year {
    color: var(--light-green);
}


/*--------------------------------------------------------------
# feature
--------------------------------------------------------------*/

.feature-item {
    /*  background-image: linear-gradient(45deg, #302822, #514030);*/
    background: linear-gradient(45deg, #302822, #433528);
    border-radius: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    margin: 55px 10px 28px;
    display: flex;
    min-height: 270px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s all ease;
}

.feature-item .title {
    font-size: 1.25em;
    text-align: center;
    color: var(--primery-text-color);
}

.feature-item p {
    color: var(--primery-text-color-light);
    text-align: center;
    line-height: 1.4;
}

.feature-item .icon {
    margin-top: -35px;
    max-width: 88px;
}

.tutorial-video {
    max-width: 90%;
    max-height: 70vh;
    margin-inline: auto;
}


/*--------------------------------------------------------------
# tokenomics-section
--------------------------------------------------------------*/

.tokenomics-section {}

.tokenomics-section .tokenomics-chart {
    position: relative;
}

.tokenomics-section .tokenomics-chart .chart-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tokenomics-section .tokenomics-chart .chart-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 160px;
    height: 160px;
    border-radius: 100%;
}

.tokenomics-section .tokenomics-chart .chart-overview img {
    width: 40%;
    margin-top: -50%;
}

.tokenomics-section .tokenomics-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.01) 100%);
    border-radius: 7px;
    padding: 5px 15px;
    border-left: solid 5px #eee;
    margin-bottom: 5px;
}

.tokenomics-section .tokenomics-item .title {
    font-size: 1em;
    margin-bottom: 0;
    color: inherit;
}

.tokenomics-section .tokenomics-item p {
    font-size: 0.85em;
    color: #777;
}

.tokenomics-section .tokenomics-item .icon {
    width: 26px;
    height: 26px;
}

.tokenomics-section .tokenomics-item.aqua {
    color: #53bc9b;
    border-color: #53bc9b;
}

.tokenomics-section .tokenomics-item.purple {
    color: #da5ab1;
    border-color: #da5ab1;
}

.tokenomics-section .tokenomics-item.yellow {
    color: #fccd38;
    border-color: #fccd38;
}

.tokenomics-section .tokenomics-item.orange {
    color: #ff8808;
    border-color: #ff8808;
}

.tokenomics-section .tokenomics-item.pink {
    color: #fb1f56;
    border-color: #fb1f56;
}

.tokenomics-section .tokenomics-item.rose {
    color: #fd8963;
    border-color: #fd8963;
}

.tokenomics-section .tokenomics-item.blue {
    color: #3b9dbc;
    border-color: #3b9dbc;
}

.tokenomics-section .tokenomics-item.green {
    color: #66cc33;
    border-color: #66cc33;
}


/*--------------------------------------------------------------
# investor-section
--------------------------------------------------------------*/

.investor-section .investors {
    background: url("../images/investors-bg.png") no-repeat left top;
    background-size: auto auto;
}

.investor-section .investors .investors-list {
    position: relative;
}

.investor-section .investors .investors-list .investors-list-inner {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.investor-section .investors .investors-icon {
    position: relative;
    z-index: 20;
    margin-bottom: -10%;
    height: 100px;
}


/*--------------------------------------------------------------
# media-section
--------------------------------------------------------------*/

.media-section .media-item a,
.partners-section .partners-item a {
    display: block;
    transition: 0.3s all ease-in-out;
}

.media-section .media-item a:hover,
.partners-section .partners-item a:hover {
    opacity: 0.7;
}


/*--------------------------------------------------------------
# Calculator 
--------------------------------------------------------------*/

.calculator-box {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.calculator-box:after {
    content: " ";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    z-index: 1;
    border-radius: 0 0 25px 25px;
}

.calculator-box .range-title img {
    max-width: 100px;
}

.calculator-box .range-title .range-frame {
    position: relative;
}

.calculator-box .range-input .range-icon {
    position: relative;
    max-width: 67px;
    max-height: 67px;
}

.calculator-box .range-input .range-icon .icon {
    max-width: 45px;
}

.calculator-box .range-title .range-frame .range-frame-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculator-box .range-input .range-icon .range-icon-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculator-box .range-title input[type="number"],
.calculator-box .range-title input[type="number"]:focus {
    border: none;
    background: transparent;
    text-align: center;
    color: var(--primery-text-color);
    outline: none;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-family: "Changa";
    font-size: 1.1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

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

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 11px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    background-image: linear-gradient(0deg, #f9a54d 0 70%, #dc6a2b 70% 100%);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #de712e;
    border-width: 5px 2px 1px;
    background: #e98c41;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 31px;
    width: 18px;
    border-radius: 0;
    background: transparent url("../images/icons/range-handle.png") no-repeat center center;
    background-size: 100% auto;
    cursor: ew-resize;
    box-shadow: none;
    transition: background 0.3s ease-in-out;
    border: none;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 31px;
    width: 18px;
    border-radius: 0;
    background: transparent url("../images/icons/range-handle.png") no-repeat center center;
    background-size: 100% auto;
    cursor: ew-resize;
    box-shadow: none;
    transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-moz-range-thumb:hover,
input[type="range"]::-ms-thumb:hover {
    transform: scale(1.05);
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
}

input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
}

.calculator-options {
    position: relative;
    z-index: 10;
}

.calculator-options .option-item {
    position: relative;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}

.calculator-options .option-item:hover,
.calculator-options .option-item.active {
    opacity: 1;
}

.calculator-options .option-item .option-item-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5%;
    width: 100%;
    font-weight: 700;
    color: var(--primery-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.calculator-options .option-item .option-item-inner .land-icon {
    position: relative;
    margin-top: -30%;
    width: 75px;
    height: 75px;
    margin-bottom: 4px;
}

.calculator-options .option-item.active .option-item-inner .land-icon:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 40px;
    background: url("../images/green-dot.png") no-repeat center center;
    background-size: 100% auto;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.calculator-options .option-item .option-item-inner .land-price {
    text-transform: uppercase;
    font-size: 1.1em;
}

.calculation-result {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 20px 0 15px;
    color: var(--primery-text-color);
    font-size: 1.1em;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 19);
}

.calculation-result .result-price {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--primery-text-color-light);
    line-height: 1.2;
    letter-spacing: 1px;
    /*   background: url(../images/text-bg.png) no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-shadow:none;*/
}


/*--------------------------------------------------------------
# Partners section
--------------------------------------------------------------*/

.partners-section {}

.partners-section .partners-item {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
# video btn
--------------------------------------------------------------*/

.video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: url("../images/play-btn.png") no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(254, 203, 96, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-section {
    width: 100%;
    /* min-height: 80vh;
    background: url("../images/video-bg.jpg") no-repeat center center;
    background-size: 100% auto;*/
}


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
}

.site-navbar .site-logo {
    position: relative;
    font-size: 24px;
}

.site-navbar .site-logo a {
    padding-top: 10px;
    padding-top: 10px;
}

.site-navbar .site-logo a:hover {
    text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-size: 1.06em;
    font-weight: 400;
    /*  text-shadow:0 1px 2px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.9);*/
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 30px 25px;
    color: var(--primery-text-color);
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s all ease;
}

.site-navbar .site-navigation .site-menu>li.active>a,
.site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--primery-text-color-dark-alt);
}

.site-navbar .site-navigation .site-menu>li>a .icon path {
    fill: var(--primery-text-color);
}

.site-navbar .site-navigation .site-menu>li.active>a .icon path,
.site-navbar .site-navigation .site-menu>li>a:hover .icon path {
    fill: var(--primery-text-color-dark-alt);
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 15px;
    margin-left: 0px;
    background: #fff;
    border-radius: 15px;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    font-size: 0.9em;
    letter-spacing: normal;
    transition: 0s all;
    color: #999;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\ea75";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    transition-delay: 0s;
    margin-top: -10px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 280px;
    position: fixed;
    left: 0;
    z-index: 2000;
    background: transparent url(../images/sidebar-bg.png) no-repeat top right;
    background-size: auto auto;
    height: calc(100vh);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    background: #1c1815;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-logo img {
    max-width: 75%;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 10;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 25px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    color: var(--primery-text-color);
    transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /* padding: 10px 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;*/
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 12px 20px;
    display: block;
    position: relative;
    color: var(--primery-text-color);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.site-mobile-menu .site-nav-wrap a .icon path {
    fill: var(--primery-text-color);
}

.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a {
    color: var(--primery-text-color-dark);
}

.site-mobile-menu .site-nav-wrap a:hover .icon path {
    fill: var(--primery-text-color-dark);
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a .icon path {
    fill: var(--primery-text-color-dark);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 13px;
    z-index: 20;
    font-family: "icofont";
    content: "\ea99";
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--primery-text-color);
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 1.05em;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 0.9em;
    background: rgba(0, 0, 0, 0.02);
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}


/* Burger */

.burger {
    width: 28px;
    display: block;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: var(--primery-text-color);
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}


/* Hover */

.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}


/* Click */

.burger.active span {
    opacity: 0;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
}

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/
}

.burger:focus {
    outline: none;
}


/*--------------------------------------------------------------
# flickity
--------------------------------------------------------------*/

.carousel-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.carousel-cell.is-selected:nth-child(2n){
 padding-top:50px;
}*/

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 290px;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    border: none;
    color: transparent;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #777;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--primery-text-color);
    opacity: 1;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    background: url(../images/icons/page_arrow_next.png) no-repeat top center;
    background-size: auto 100%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    background-image: url(../images/icons/page_arrow_prev.png);
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.flickity-prev-next-button .flickity-button-icon {
    display: none;
}


/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    position: relative;
    padding: 3rem 0 0 0;
    z-index: 12;
}

.footer .footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-logo:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/chainoflegends-logo.png) no-repeat top center;
    background-size: 90% auto;
    filter: grayscale(1);
    opacity: 0.12;
}

.footer .footer-logo img {
    max-width: 90px;
    filter: grayscale(50%);
}

.footer h3 {
    font-size: 1em;
    color: #eee;
    margin-bottom: 15px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul.footer-menu li {
    margin: 0 0.65em;
}

.footer a {
    color: var(--primery-text-color);
}

.footer a:hover {
    color: var(--primery-text-color-dark);
}

.footer .input-group input[type="email"],
.modal-sm.modal-subsc .input-group input[type="email"] {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: var(--primery-text-color);
}

.footer .input-group .form-submit {
    position: relative;
    background: url(../images/form-poly-btn.png) no-repeat center center;
    background-size: 100% auto;
    border: none;
    width: 150px;
    margin-left: -30px !important;
    color: var(--primery-text-color);
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 15;
}

.footer .input-group .form-control::placeholder {
    color: #444;
}

.footer .input-group:hover .form-submit,
.footer .input-group:focus .form-submit {
    opacity: 1;
}

.footer .copyright {
    background-image: url(../images/webp/leafs.webp), url(../images/webp/leafs.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center right;
    background-size: auto 100%, auto 100%;
}

.footer .copyright-inner {
    text-align: center;
    padding: 1.6em 0 0.8em;
    background: url(../images/rectangle-stone.png) no-repeat top center;
    background-size: auto 100%;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    transition: 0.3s background ease;
    color: #2d71a1;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #fff;
    background: #2d71a1;
}


/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/

.modal {
    padding: 0 !important;
}

.modal-dialog.theme-style .modal-content {
    background-color: transparent;
    border: none;
}

.modal-dialog.theme-style .modal-header {
    height: 50px;
    color: #fff;
    padding: 0;
    /*height: 90px;*/
    background: url("../images/modal/Popup-simple-top.png") no-repeat top center;
    background-size: 100% auto;
    border: none;
    min-height: 70px;
}

.modal-dialog.theme-style.modal-lg .modal-header {
    background-image: url("../images/modal/Popup-top.png");
}

.modal-dialog.theme-style .modal-header .btn-close,
.btn-close.stone-circle {
    width: 34px;
    height: 34px;
    padding: 0;
    margin: -3rem -0.5rem -0.5rem auto;
    font-size: 0.1px;
    background: url("../images/modal/close-dialog.png") no-repeat top center;
    background-size: 100% auto;
    border: none;
    opacity: 1;
    z-index: 10;
}

.modal-sm .btn-close.stone-circle {
    width: 24px;
    height: 24px;
    margin: -1rem 0rem -0.5rem auto;
}

.modal-dialog.theme-style .modal-body {
    border: none;
    background: url("../images/modal/Popup-simple-midd.png") repeat-y top center;
    background-size: 100% auto;
    border: none;
    min-height: 50px;
}

.modal-dialog.theme-style.modal-lg .modal-body {
    background-image: url("../images/modal/Popup-midd.png");
}

.modal-dialog.theme-style .modal-footer {
    border: none;
    background: url("../images/modal/Popup-simple-bott.png") no-repeat bottom center;
    background-size: 100% auto;
    border: none;
    min-height: 70px;
}

.modal-dialog.theme-style.modal-lg .modal-footer {
    background-image: url("../images/modal/Popup-bott.png");
}

.modal-dialog.theme-style .modal-footer button {
    flex: 1;
    min-width: 120px;
}

.modal-sm .modal-content {
    background: url("../images/modal/modal-sm-bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 300px;
    border: none;
}

.modal-sm .modal-subsc-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.input-group .form-control.dark::placeholder {
    color: #8a5a36;
}


/*--------------------------------------------------------------
# landing-video-section
--------------------------------------------------------------*/

body.video-landing {
    background: #000;
    -webkit-animation: fadeInPage 3s ease-in-out;
    animation: fadeInPage 1.5s ease-in-out;
}

@keyframes fadeInPage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.landing-video-section {
    width: 100%;
    height: 100vh;
    background: url("../images/landing-video-bg.jpg") no-repeat top center;
    background-size: 100% auto;
    display: flex;
    align-items: center;
}

.landing-video-section .video-background {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.fancy-form {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.landing-video-section .fancy-form.overlay {
    width: 380px;
    max-width: 100%;
    margin-left: 6%;
    z-index: 100;
}

.landing-video-section .fancy-form.overlay:before {
    opacity: 0.8;
}

.fancy-form:before {
    content: "";
    background: url("../images/landing-video-bg.jpg") no-repeat 20% center;
    filter: blur(10px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.sep-line.revs {
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
# social box
--------------------------------------------------------------*/

.icon-bar.fixed {
    position: fixed;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
}

.icon-bar.fixed div:before {
    content: " ";
    position: absolute;
    top: -20%;
    left: 0;
    width: 80%;
    max-width: 700px;
    height: 140%;
    /*    background-color:transparent;
    background-image:url(../images/iconbar-leafs.png),url(../images/iconbar-leafs.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,bottom right;
    background-size: 100% auto,100% auto;*/
    z-index: -1;
}

.leaf-sep {
    height: 30px;
    background-color: transparent;
    background-image: url(../images/leafs.png), url(../images/leafs.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center right;
    background-size: auto 100%, auto 100%;
}


/* Style the icon bar links */

.icon-bar .icon-bar-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0;
    background: url(../images/social-item-bg.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    z-index: 30;
}

.icon-bar .icon-bar-item.blue {
    background-image: url(../images/social-item-bluebg.png);
}

.icon-bar .icon-bar-item svg path {
    transition: all 0.3s ease;
    fill: var(--primery-text-color);
}

.icon-bar .icon-bar-item.blue svg path {
    fill: #fff;
}


/* Style the social media icons with color, if you want */

.icon-bar .icon-bar-item:hover svg path {
    fill: var(--primery-text-color-dark);
}

.icon-bar .icon-bar-item.blue:hover svg path {
    fill: #fff;
}

.youtube {
    background: #bb0000;
    color: white;
}


/*modal*/

.modal .modal-body {
    font-size: 0.9em;
}

@media screen and (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1350px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1550px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1000px) {
    .feature-item {
        margin: 55px 0 28px;
    }
    .is-selected {
        z-index: 1000;
    }
    .is-selected .feature-item {
        background-image: linear-gradient(45deg, #302822, #514030);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {
    .roadmap-item .roadmap-list {
        line-height: 1.2;
        padding: 50px 25px 40px;
    }
    .landing-video-section .video-background,
    .banner-section .video-background {
        width: auto;
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    .banner-section {
        height: auto;
        /*overflow:unset;*/
    }
    .banner-section .wave {
        bottom: -120px;
    }
    .banner-section h1 {
        font-size: 1.8em;
    }
    .buy-cleg-section {
        background-position: right top;
        background-size: auto 100%;
    }
    .roadmap-item .roadmap-list {
        padding: 65px 28px 40px;
    }
    .landing-video-section {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
    #notification .marq-text {
        width: unset;
        position: absolute;
        transform: translateX(100%);
        animation: ltrmarquee 20s linear infinite;
    }
    #notification .marq-text {
        animation: ltrmarquee 20s linear infinite;
    }
    .site-navbar .btn.btn-sm {
        margin-bottom: 10px;
        width: 49%;
    }
    .footer a.email {
        letter-spacing: 2px;
    }
}

@keyframes ltrmarquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 768px) {
    .banner-section .banner-btns .banner-btns-bg {
        max-width: 170px;
    }
    .banner-section .banner-btns .banner-btns-text h3 {
        max-width: unset;
        font-size: 1em;
        font-weight: 600;
        margin-top: 11%;
    }
    .banner-section .banner-section-bottom {
        height: 5.5em;
    }
    .banner-section .video-background {
        max-width: 1000px;
    }
    .site-wrap {
        overflow-x: hidden;
    }
    .icon-bar.fixed {
        display: none;
    }
    .discord-fixed {
        display: block;
    }
    .site-navbar .play-now-btn {
        max-width: 60px;
    }
    .section-heading h2 img {
        max-width: 55%;
    }
    .section-heading h2 img.ex-width,
    .site-title img.ex-width {
        max-width: 75%;
    }
    .buy-cleg-section .form .form-btns a .btn-lbl {
        font-size: 0.9em;
    }
    .buy-cleg-section .form .form-btns a .btn-lbl .icon {
        width: 18px;
        height: 18px;
    }
    .footer .footer-logo::before {
        background-size: auto 100%;
    }
    .calculator-options .option-item .option-item-inner .land-icon {
        margin-top: -15%;
        width: 60px;
        height: 60px;
    }
    .feature-item .title {
        font-size: 1.1em;
    }
    .feature-item p {
        line-height: 1.2;
    }
}

@media (max-width: 560px) {
    .roadmap-item .roadmap-list {
        padding: 75px 35px 40px;
        margin: 7px 0;
    }
}

@media (max-width: 480px) {
    .banner-section .banner-text-image {
        padding-top: 14em;
    }
    .banner-section {
        height: 100vh;
    }
    .banner-section .video-background {
        max-width: 1920px;
        height: 100vh;
    }
    .video-section .banner-videobox-leaf {
        right: 0;
    }
    .video-section .banner-videobox-leaf.x-reverse {
        top: 8%;
    }
    .banner-section .play-now .play-now-btn .title {
        font-size: 1.4em;
    }
    .section-heading h2 img.ex-width,
    .site-title img.ex-width {
        max-width: 85%;
    }
    .news-section .news-item .news-text .title,
    .news-section .news-item.master .news-text .title {
        font-size: 1em;
        font-weight: 600;
    }
    .banner-section .play-now .play-now-inner {
        width: 295px;
    }
    .banner-section .banner-section-bottom {
        height: 3em;
    }
    .news-section .news-item .news-text p,
    .news-section .news-item .news-text .date {
        font-size: 0.9em;
    }
    .calculator-box .range-input .range-icon {
        max-width: 50px;
        max-height: 50px;
    }
    .calculator-box .range-input .range-icon .icon {
        max-width: 35px;
    }
    .buy-cleg-section .form input[type="text"] {
        font-size: 1em;
        letter-spacing: 0;
        padding-left: 10px;
    }
    .buy-cleg-section .form .form-btns button .btn-lbl {
        font-size: 0.9em;
    }
    .roadmap-section .roadmap-item {
        font-size: 9.5pt;
    }
    .roadmap-item .roadmap-list {
        padding: 72px 22px 40px;
    }
    .our-team-section .our-team-item {
        padding: 30px 15px 20px;
    }
    .our-team-item .our-team-info .team-post {
        font-size: 0.85em;
    }
    .our-team-item .our-team-info {
        left: 12px;
        right: 12px;
        bottom: 17px;
        padding: 8px 2px 12px;
    }
    .our-team-item .our-team-info .team-name {
        margin-bottom: 0;
        font-size: 0.9em;
    }
    .landing-video-section .video-background {
        height: 100%;
    }
    .landing-video-section .fancy-form.overlay {
        margin-left: 10%;
        width: 80%;
    }
    .tutorial-video {
        max-height: 40vh;
    }
}