:root {
    --content-appear-time: .75s;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #050208;
    background: #030507;
}

.container {
    max-width: 1520px;
}

h1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 130px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h1 {
        font-size: 66px;
        line-height: 76px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 46px;
        line-height: 65px;
    }
}

h1 span {
    font-weight: 700;
    font-size: 96px;
    line-height: 130px;
    color: #ffffff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h1 span {
        font-size: 66px;
        line-height: 76px;
    }
}

@media screen and (max-width: 767px) {
    h1 span {
        font-size: 46px;
        line-height: 65px;
    }
}

h2, .h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 64px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h2, .h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 34px;
        line-height: 45px;
    }

    h2 br, .h2 br {
        display: none;
    }
}

h2 span.star, .h2 span.star {
    position: relative;
    font-weight: 500;
    font-size: 46px;
    line-height: 64px;
    color: #ffffff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h2 span.star, .h2 span.star {
        font-size: 38px;
        line-height: 48px;
    }
}

@media screen and (max-width: 767px) {
    h2 span.star, .h2 span.star {
        font-size: 34px;
        line-height: 45px;
    }

    h2 span.star br, .h2 span.star br {
        display: none;
    }
}

h2 span.star.small:before, .h2 span.star.small:before {
    width: 14px;
    height: 14px;
    right: -10px;
    top: 0;
}

h2 span.star:before, .h2 span.star:before {
    content: "";
    background: url("../images/icons/text-star-icon.svg") no-repeat center;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -5px;
}

@media screen and (max-width: 767px) {
    h2 span.star:before, .h2 span.star:before {
        display: none;
    }
}

.h2 {
    font-size: 56px;
    line-height: 70px;
}

h3, .h3, .h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h3, .h3 {
        font-size: 22px;
        line-height: 32px;
    }

    h3 br, .h3 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    h3, .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h3 br, .h3 br {
        display: none;
    }
}

h3 strong, .h3 strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

h3.light, .h3.light {
    font-weight: 400;
}

h3.medium, .h3.medium {
    font-weight: 500;
}

h3.blue, .h3.blue {
    color: #3FC1D7;
}

p, .p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    p, .p {
        font-size: 18px;
        line-height: 28px;
    }

    p br, .p br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    p, .p {
        font-size: 15px;
        line-height: 25px;
    }

    p br, .p br {
        display: none;
    }
}

p.small, .p.small {
    font-size: 13px;
    line-height: 18px;
}

p strong, .p strong {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #3FC1D7;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    p strong, .p strong {
        font-size: 18px;
        line-height: 28px;
    }

    p strong br, .p strong br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    p strong, .p strong {
        font-size: 15px;
        line-height: 25px;
    }

    p strong br, .p strong br {
        display: none;
    }
}

span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #B2B2B3;
    display: inline-block;
}

a, .a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    a, .a {
        font-size: 15px;
        line-height: 25px;
    }
}

a:hover, .a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.gray, .a.gray {
    color: #B2B2B3;
}

.a {
    font-size: 20px;
    line-height: 30px;
}

section {
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    section {
        padding: 60px 0;
    }
}

strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

ul li.gray {
    color: #B2B2B3;
}

ul li strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.text-primary {
    color: #3fc1d7 !important;
}

.text-border {
    border-bottom: 3px solid #41c0d7;
}

.badge {
    padding: 4px 8px 2px 8px;
}

.badge-pill {
    border-radius: 10rem;
}

.bg-warning {
    background-color: #ffd166;
}

.text-sm {
    font-size: 16px;
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .scroll-down {
        bottom: 0;
    }
}

.scroll-down span {
    display: block;
    width: 20px;
    height: 20px;
    font-weight: normal;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: lighten 2s infinite;
}

.scroll-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.scroll-down span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes lighten {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.section-bg-img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}

.btn-style {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    min-width: 127px;
    padding: 6px 30px 5px;
    border-radius: 34px;
    border: 2px solid #3FC1D7;
    text-decoration: none;
    background: #3FC1D7;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #050208;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .btn-style {
        font-size: 20px;
        padding: 6px 22px 5px;
    }
}

@media screen and (max-width: 991px) {
    .btn-style {
        min-width: 110px;
        height: 50px;
        font-size: 20px;
        line-height: 30px;
    }
}

.btn-style:hover {
    background: #3FC1D7;
    color: #050208;
}

.btn-style.white {
    border-color: #ffffff;
    color: #3FC1D7;
    background: #ffffff;
}

.btn-style.transparent {
    background: transparent;
    color: #3FC1D7;
    border-width: 2px;
}

.btn-style.transparent.white {
    color: #ffffff;
}

.btn-style.arrow {
    background-image: url("../images/icons/right-arrow-icon.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 91%;
    padding: 6px 70px 5px 30px;
}

@media screen and (max-width: 767px) {
    .btn-style.arrow {
        background-position: 93%;
        padding: 6px 50px 5px 30px;
    }
}

.btn-style.medium {
    height: 40px;
    min-width: 127px;
    font-size: 16px;
}

.btn-style.small {
    min-width: 120px;
    height: 42px;
    padding: 11px 12px 12px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .btn-style.small {
        min-width: 50px;
        height: 27px;
        padding: 6px 5px 6px;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.165px;
    }
}

.btn-style.text {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #3FC1D7;
}

.btn-style.icon {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-style.round {
    border-radius: 30px;
}

.btn-style.full {
    min-width: 100%;
}

.btn-style.disable {
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
    color: #B2B2B3;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-style.disable:hover {
    background: #e6e6e6;
    color: #B2B2B3;
}

.form .form-group {
    margin-bottom: 24px;
}

.form label {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .form label {
        margin-bottom: 5px;
    }
}

.form .forgot {
    color: #3FC1D7;
    font-weight: 700;
    font-size: 16px;
}

.form .form-control {
    border-radius: 8px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    height: 64px;
    padding: 8px 17px 8px;
    border: none;
    color: #B2B2B3;
    position: relative;
    outline: none;
    appearance: none;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .form .form-control {
        height: 55px;
    }
}

.form .form-control::placeholder {
    color: #B2B2B3;
}

.form .form-control:focus {
    box-shadow: none;
}

.form input[type="checkbox"] {
    border: 1px solid #F3F3F3;
    border-radius: 4px;
}

.banner {
    height: 100vh;
    max-height: 100vh;
    padding-top: 220px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 100%;
        min-height: 850px;
        padding-top: 110px;
    }
}

.banner-video {
    opacity: 0.22;
}

.banner-video video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .banner-video video {
        height: 100%;
    }
}

.banner .content-wrapper {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper {
        padding-top: 140px;
    }
    .banner .content-wrapper .logo {
        margin-top: 48px;
    }
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper .logo {
        max-width: 120px;
    }
}

.banner .content-wrapper > h3.medium {
    margin: 35px 0 10px;
    font-size: 34px;
    line-height: 47px;
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper > h3.medium {
        margin: 24px 0 10px;
        font-size: 24px;
        line-height: 34px;
    }
}

.banner .content-wrapper h1 {
    margin-bottom: 0;
}

.banner .content-wrapper h1 span {
    position: relative;
}

.banner .content-wrapper h1 span:before {
    content: "";
    background: url("../images/icons/text-star-icon.svg") no-repeat center;
    background-size: cover;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -20px;
    top: 0;
}

@media screen and (max-width: 991px) {
    .banner .content-wrapper h1 span:before {
        width: 21px;
        height: 21px;
        right: -13px;
    }
}

.banner .content-wrapper > h3.light {
    margin: 0 0 34px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner .content-wrapper > h3.light {
        margin: 10px 0 34px;
    }
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper > h3.light {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 53px;
    }
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper > h3.light strong {
        font-size: 16px;
        line-height: 22px;
    }
}

.banner .content-wrapper a.a {
    text-decoration: underline;
    display: block;
    margin: 34px 0 40px;
}

.banner-logo {
    width: 165px;
}

@media screen and (max-width: 767px) {
    .banner .content-wrapper a.a {
        display: none;
    }
}

.brands li a img{
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.brands li:hover a img {
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .brands  {
        display: flex;
        flex-direction: column;
    }
    .brands li {
        margin: 12px 0 !important;
    }
}

.banner .content-wrapper ul.brands li {
    display: inline-block;
}

.banner .content-wrapper ul.brands li:not(:last-of-type) {
    margin: 0 45px 0 0;
}

.mission {
    background: #010204;
    padding: 150px 0;
}

@media screen and (max-width: 767px) {
    .mission {
        padding: 70px 0 70px !important;
    }
}

@media screen and (max-width: 1199px) {
    .mission {
        padding: 200px 0 70px;
    }
}

@media screen and (max-width: 991px) {
    .mission .content-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .mission .content-wrapper .img-wrapper {
        margin-bottom: 42px;
        padding: 0;
    }
}

.mission .content-wrapper .img-wrapper img {
    width: 100%;
}

.mission .content-wrapper h2 span {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .mission .content-wrapper h2 span {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .mission .content-wrapper h2 span {
        margin-bottom: 34px;
        font-size: 34px;
        line-height: 45px;
    }
}

.mission .content-wrapper p {
    margin-bottom: 30px;
}

.mission .img-wrapper {
    padding-left: 70px;
    position: relative;
}

.mission .img-wrapper p.tag {
    position: absolute;
    left: -15px;
    top: calc(50% - 20px);
    transform: rotate(90deg) translateY(-50%);
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {
    .mission .img-wrapper p.tag {
        left: 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1366px) {
    .mission .img-wrapper p.tag {
        left: -7px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .mission .img-wrapper p.tag {
        font-size: 14px;
        left: 6px;
        top: calc(50% - 16px);
    }
}

.mission .img-wrapper .start-building {
    border-radius: 10px;
    padding: 7px 20px 5px 26px;
    position: absolute;
    right: 24px;
    bottom: 24px;
    border: none;
    height: 72px;
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width: 1329px) and (min-width: 1200px) {
    .mission .img-wrapper .start-building {
        height: 57px;
        font-size: 15.5px;
        padding: 7px 15px 5px 25px;
        bottom: 19px;
    }
}

@media screen and (max-width: 1330px) and (min-width: 1300px) {
    .mission .img-wrapper .start-building {
        height: 60px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1330px) {
    .mission .img-wrapper .start-building {
        height: 65px;
        font-size: 18.5px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1367px) {
    .mission .img-wrapper .start-building {
        height: 65px;
        font-size: 18.5px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1401px) {
    .mission .img-wrapper .start-building {
        height: 68px;
        font-size: 19.5px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1650px) {
    .mission .img-wrapper .start-building {
        height: 70px;
        font-size: 21.5px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .mission .img-wrapper .start-building {
        font-size: 13px;
        padding: 9px 10px 5px 25px;
        height: 44px;
        bottom: 16px;
        right: 13px;
    }
}

.mission .img-wrapper .start-building:before {
    content: "";
    background: #3FC1D7;
    width: 39px;
    height: calc(100%);
    position: absolute;
    left: -14px;
    top: 0;
    transform: skewX(-26deg);
    border-radius: 10px 0 0 10px;
}

.mission .img-wrapper img {
    width: 100%;
}

.virtual-world {
    background: #020308;
}

@media screen and (max-width: 1199px) {
    .virtual-world {
        padding: 70px 0 74px;
    }
}

.virtual-world .container > h2 {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .virtual-world .container > h2 {
        margin-bottom: 34px;
    }
}

.virtual-world .container > p {
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .virtual-world .container > p {
        margin-bottom: 40px;
    }
}

.virtual-world .container .img-wrapper {
    position: relative;
}

@media screen and (max-width: 767px) {
    .virtual-world .container .img-wrapper {
        margin-bottom: 34px;
    }
}

.virtual-world .container .img-wrapper:before {
    content: "";
    background: url("../images/virtual-world-bg-star.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: -16%;
    top: -17%;
    width: 600px;
    height: 400px;
}

@media screen and (max-width: 1699px) {
    .virtual-world .container .img-wrapper:before {
        display: none;
    }
}

.virtual-world .container .img-wrapper img {
    width: 100%;
}

#app-image-wrapper {
    transform-style: preserve-3d;
}

#app-image-wrapper #app-image {
    transform-style: preserve-3d;
    transition: all .1s;
}

.features {
    background-color: #05060a;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .features {
        background: #08131C;
    }
}

.features .container > h2 {
    text-align: center;
    margin-bottom: 34px;
}

.features-arrow {
    margin-top: -72px;
    position: absolute;
}

.features .features-wrapper {
    text-align: center;
}

.features .features-wrapper .nav {
    background: #111a2a;
    border-radius: 36px;
    display: inline-flex;
    padding: 8px 9px 6px;
    border: none;
    margin: 0 0 46px !important;
    overflow: auto;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .features .features-wrapper .nav {
        display: flex;
        padding-bottom: 16px;
    }
}

.features .features-wrapper .nav .nav-item:not(:last-of-type) {
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .features .features-wrapper .nav .nav-item:not(:last-of-type) {
        margin: 0;
    }
}

.features .features-wrapper .nav .nav-item .nav-link {
    color: #ffffff;
    border: none;
    border-radius: 28px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 5px 28px 5px;
    white-space: nowrap;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .features .features-wrapper .nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 21px;
        height: 45px;
        padding: 5px 24px 5px;
    }
}

@media screen and (max-width: 767px) {
    .features .features-wrapper .nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 21px;
        height: 41px;
        padding: 5px 12px 5px;
    }
}

.features .features-wrapper .nav .nav-item .nav-link.active {
    background: #3FC1D7;
    color: #050208;
}

.features .features-wrapper .nav .nav-item .nav-link:hover {
    border: none;
}

.features-card {
    position: relative;
    background: #0a1019;
    border: 2px solid #182439;
    backdrop-filter: blur(7.5px);
    border-radius: 24px;
    padding: 20px 20px;
    display: flex;
    grid-template-columns: 120px auto;
    align-items: center;
    margin-bottom: 24px;
    color: #05070A;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.features-card:hover {
    background: #3fc1d7;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.features-card:hover .gallery-wrapper img {
    transform: scale(1.05);
}

.features-card-scale:hover {
    transform: scale(1.05);
}

.features-card:hover div > h3,
.features-card:hover div > strong,
.features-card:hover div li,
.features-card:hover div li strong,
.features-card:hover > .content-wrapper > * {
    color: #111a2a !important;
}

@media screen and (max-width: 991px) {
    .features-card {
        background: #0C1E2C;
        border: 2px solid transparent;
        display: block;
        padding: 32px 24px;
    }
}

.features-card .img-wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    background: linear-gradient(rgba(17, 24, 34, 0.9), rgba(17, 24, 34, 0.9)) padding-box, linear-gradient(180deg, #1B4063, #03080D) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
}

.features-card .img-wrapper-alt {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(17, 24, 34, 0.9), rgba(17, 24, 34, 0.9)) padding-box, linear-gradient(180deg, #1B4063, #03080D) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.features-card .img-wrapper-alt img {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .features-card .img-wrapper {
        margin: 0 auto 28px;
    }
}

.features-card .content-wrapper {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .features-card .content-wrapper {
        text-align: center;
    }
}

.features-card .content-wrapper h3 {
    margin-bottom: 8px;
}

.features-card .content-wrapper p {
    margin-bottom: 0;
}

.features-card--alt {

}

@media screen and (min-width: 991px) {
    .features-card--alt:before {
        content: "";
        background: url(../images/card-pill.svg) no-repeat center;
        width: 1px;
        height: 100px;
        position: absolute;
        left: 0;
    }

    .features-card--alt:after {
        content: "";
        background: url(../images/card-pill.svg) no-repeat center;
        width: 1px;
        height: 100px;
        position: absolute;
        right: 0;
    }
}

/** The game **/
.game {

}

.game .video-wrapper {
    max-width: 100%;
    padding-top: 36%;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .game .video-wrapper {
        padding-top: 56.26%;
    }
}

.game .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** the vision **/
.vision {
    background: url("../images/banner-bg-img.png") no-repeat center;
    background-size: cover;
    padding: 140px 0;
}

@media screen and (max-width: 991px) {
    .vision {
        padding: 102px 0 140px;
    }
}

.vision .content-wrapper h2 {
    margin-bottom: 0;
}

.vision .content-wrapper p {
    margin: 24px 0 34px;
}

@media screen and (max-width: 991px) {
    .vision .content-wrapper p {
        margin: 16px 0 44px;
    }
}

header {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    z-index: 2;
}

header .header-wrapper {
    position: fixed;
    display: inline-flex;
    align-items: center;
    gap: 45px;
    backdrop-filter: blur(10px);
    border-radius: 36px;
    padding: 20px 35px;
    border: 1px solid #0c2428;
    background-color: rgb(0 0 0 / 9%);
    transform: translate(-50%, 0%);
}

header .header-wrapper .navbar-menu ul.menu {
    display: flex;
}

header .header-wrapper .navbar-menu ul.menu li {
    display: inline-block;
    position: relative;
}

header .header-wrapper .navbar-menu ul.menu li:before {
    content: "";
    background: url("../images/icons/gradient-line-icon.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -23px;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

header .header-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
    margin: 0 45px 0 0;
}


@media screen and (max-width: 767px) {
    header .header-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
        margin: 0 26px 0 0;
    }
}

header .header-wrapper .navbar-menu ul.menu li:hover:before, header .header-wrapper .navbar-menu ul.menu li.active:before {
    opacity: 1;
}

header .header-wrapper .navbar-menu ul.menu li:hover a, header .header-wrapper .navbar-menu ul.menu li.active a {
    color: #ffffff;
}

header .header-wrapper .navbar-menu ul.menu li a {
    transition: all .3s ease-in-out;
}

footer {
    background: #000000;
    padding: 65px 0;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 53px 20px 38px;
    }
}

@media screen and (max-width: 767px) {
    footer a.logo {
        display: inline-block;
        margin-bottom: 50px;
    }
}

footer ul.link li {
    display: block;
    padding-left: 24px;
    position: relative;
}

@media screen and (max-width: 767px) {
    footer ul.link li {
        padding-left: 22px;
    }
}

footer ul.link li:not(:last-of-type) {
    margin-bottom: 24px;
}

footer ul.link li:before {
    content: "";
    background: #FFD166;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

@media screen and (max-width: 767px) {
    footer ul.link li a {
        font-size: 18px;
    }
}

footer ul.social {
    display: grid;
    grid-template-columns: repeat(4, 30px);
    align-items: center;
    column-gap: 30px;
    row-gap: 55px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    footer ul.social {
        justify-content: center;
        margin-top: 60px;
        row-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    footer ul.social {
        margin-top: 50px;
        row-gap: 0;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    footer ul.social.desktop {
        display: none;
    }
}

footer ul.social.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    footer ul.social.mobile {
        display: grid;
    }
}

footer ul.social li a svg path {
    transition: all .3s ease-in-out;
}

footer ul.social li a:hover svg path {
    fill: #3FC1D7;
}

.bottom-footer {
    background: #000000;
    padding: 18px 0 17px;
}

@media screen and (max-width: 767px) {
    .bottom-footer {
        padding: 32px 0 29px;
    }
}

.bottom-footer ul li {
    font-size: 14px;
    line-height: 21px;
}

.bottom-footer ul li a {
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
}

.bottom-footer ul li:not(:last-of-type) {
    margin: 0 20px 0 0;
}

.commercial-land {
    background: #0a1019;
}

@media screen and (max-width: 991px) {
    .commercial-land {
        padding: 70px 0 90px;
    }
}

.commercial-land .container {
    position: relative;
}

@media screen and (max-width: 991px) {
    .commercial-land .container > h2 {
        margin-bottom: 34px;
        text-align: center;
    }
}

.commercial-land .nav {
    background: #141a24;
    display: inline-flex;
    padding: 16px 16px 16px 32px;
    border: none;
    border-top-right-radius: 2rem;
    margin: 0 !important;
    overflow: auto;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .commercial-land .nav {
        display: flex;
        padding-bottom: 16px;
    }
}

.commercial-land .nav .nav-item {
    position: relative;
}

.commercial-land .nav .nav-item:not(:last-of-type) {
    margin: 0 10px 0 0;
}

@media screen and (max-width: 991px) {
    .commercial-land .nav .nav-item:not(:last-of-type) {
        margin: 0;
    }
}

.commercial-land .nav .nav-item .nav-link {
    color: #ffffff;
    border: none;
    border-radius: 28px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 5px 28px 5px;
    white-space: nowrap;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .commercial-land .nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 21px;
        height: 45px;
        padding: 5px 24px 5px;
    }
}

@media screen and (max-width: 767px) {
    .commercial-land .nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 21px;
        height: 41px;
        padding: 5px 20px 5px;
    }
}

.commercial-land .nav .nav-item .nav-link:before {
    content: "";
    background: url("../images/icons/gradient-line-icon.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .commercial-land .nav .nav-item .nav-link:before {
        display: none;
    }
}

.commercial-land .nav .nav-item .nav-link.active {
    background: #3FC1D7;
    color: #050208;
}

.commercial-land .nav .nav-item .nav-link.active:before {
    opacity: 1;
}

.commercial-land .nav .nav-item .nav-link:hover {
    border: none;
}

@media screen and (min-width: 767px) {
    .commercial-land-wrapper > .row {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .commercial-land .commercial-land-wrapper {
        background: unset;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .commercial-land .commercial-land-wrapper {
        background: unset;
    }
}

@media screen and (max-width: 991px) {
    .commercial-land .commercial-land-wrapper {
        padding: 0;
        background: unset;
    }
}

.commercial-land .commercial-land-wrapper .content-wrapper > h2 {
    margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
    .commercial-land .commercial-land-wrapper .content-wrapper > h2 {
        display: none;
    }
}

.commercial-land .commercial-land-wrapper .content-wrapper h3 {
    margin-bottom: 20px;
}

.commercial-land .commercial-land-wrapper .content-wrapper .investment-cost {
    background: linear-gradient(#0C1E2C, #05070A) padding-box, linear-gradient(180deg, #1B4063, #03080D) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    max-width: 350px;
}

.commercial-land .commercial-land-wrapper .content-wrapper .investment-cost p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.commercial-land .commercial-land-wrapper .content-wrapper .investment-cost p strong {
    color: #3FC1D7;
    font-size: 16px;
    line-height: 24px;
}

.commercial-land .commercial-land-wrapper .content-wrapper ul {
    margin-bottom: 16px;
}

.commercial-land .commercial-land-wrapper .content-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.commercial-land .commercial-land-wrapper .content-wrapper ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FFD166;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

@media screen and (max-width: 991px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper {
        padding: 0;
        margin-bottom: 50px;
    }
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 {
    display: grid;
    grid-template-columns: 35% calc(65% - 8px);
    align-items: center;
    column-gap: 8px;
    padding: 0 0 0 76px;
    margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 {
        padding: 0;
    }
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1.gallery-grid-2 {
    display: grid;
    grid-template-columns: calc(65% - 8px) 35%;
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1.gallery-grid-2 .img-wrapper img {
    height: 220px !important;
    object-fit: cover;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1.gallery-grid-2 .img-wrapper img {
        height: 150px !important;
    }
}

@media screen and (max-width: 767px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1.gallery-grid-2 .img-wrapper img {
        height: 102px !important;
    }
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 .img-wrapper {
    position: relative;
    border-radius: 14px;
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 .img-wrapper:before {
    content: "";
    background: linear-gradient(180deg, rgba(6, 17, 21, 0) 23.64%, rgba(6, 17, 21, 0.75) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 .img-wrapper img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 .img-wrapper img {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .commercial-land .commercial-land-wrapper .gallery-wrapper .gallery-grid-1 .img-wrapper img {
        height: 160px;
    }
}

.gallery-wrapper {
    width: 100%;
    background-color: #222939;
    padding: 1.5rem;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.gallery-wrapper-alt {
    background-color: #1f2739;
}

.gallery-wrapper img, .gallery-wrapper video {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.gradient-circle {
    position: fixed;
    top: -15rem;
    right: -15rem;
    bottom: auto;
    left: auto;
    width: 72vh;
    height: 72vh;
    border-radius: 50%;
    background-image: radial-gradient(rgb(63 193 215),rgba(129,73,191,.18));
    opacity: .2;
    -webkit-filter: blur(56px);
    filter: blur(56px);
    pointer-events: none;
    z-index: 2;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

/** Carousel **/
.carousel-r__wrapper {
    max-width: 100%;
    background-color: rgb(0 0 0 / 9%);
    overflow: hidden;
    padding: 2rem 0;
}
.carousel-r {
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.carousel-r img {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.carousel-r img:hover {
    transform: scale(1.05);
}

.carousel-r:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {
    .carousel-r {
        animation: marquee 12s linear infinite;
    }
}

@media (max-width: 768px) {
    .carousel-r {
        animation: marquee 6s linear infinite;
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/** Slick **/
.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    height: auto;
    margin: 0 4px;
}

.slick-prev {
    left: -68px;
}

.slick-next {
    right: -48px;
}

.slick-prev:before, .slick-next:before {
    color: #3fc1d7;
    font-size: 48px;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: white;
}
.slick-dots li.slick-active button:before {
    color: white;
}

/* Carousel*/
.carousel {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.carousel,
.carousel-item {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .carousel,
    .carousel-item {
        height: auto;
    }
}

.carousel video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
}

@media screen and (max-width: 767px) {
    .carousel video {
        height: 100%;
        min-height: 850px;
    }
}

.carousel-inner {
    height: 100%;
}

.flex-center {
    color: #fff;
}

.carousel-caption {
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 220px;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        padding-top: 110px;
    }
}

.carousel-indicators {
    display: block;
    justify-content: center;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    backdrop-filter: blur(10px);
    padding: 8px 8px;
    background-color: rgb(255 255 255 / 7%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.carousel-indicators li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border: 2px solid #4b4b4b;
    border-radius: 8px;
    margin: 10px 4px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media screen and (max-width: 767px) {
    .carousel-indicators li {
        height: 32px;
        width: 32px;
        margin: 4px 2px;
    }
}

.carousel-indicators li img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.carousel-indicators li:hover {
    transform: scale(1.1);
}

.carousel-indicators li.active {
    border-color: #3fc1d7;
}

/** Videos **/
.videos {
    background-color: #0a1019;
}

.videos iframe {
    width: 491px;
    height: 275px;
}

@media screen and (max-width: 767px) {
    .videos iframe {
        width: 340px;
        height: 240px;
    }
}

.videos .features-card {
    border-radius: 0;
}

.video-wrapper {

}
