@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'BLASTICA';
    src: url('../fonts/BLASTICADISPLAY.woff2') format('woff2'),
        url('../fonts/BLASTICADISPLAY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Bai Jamjuree', sans-serif;
    font-family: 'BLASTICA';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #111318;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1530px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 60px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: BLASTICA;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.navbar-brand img {
    max-width: 100%;
    margin: 0;
    height: 48px;
}
.navbar-brand:hover{
    color: #fff;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 56px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 8px 0;
    color: #FFF;
    text-align: center;
    font-family: BLASTICA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #F7D002;
}
.navbar .navbar-nav a.active,
.navbar .navbar-nav a.active:focus,
.navbar .navbar-nav a.active:hover {
    color: #F7D002;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #F7D002;
}
.navbar-light .navbar-nav .contact-btn{
    background-image: url("../images/button-bg@2x.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 52px;
    color: #000;
}
.navbar-light .navbar-nav .contact-btn:hover,
.navbar-light .navbar-nav .contact-btn:focus{
    opacity: 0.7;
    color: #000;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 15px 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */

/* **** Hero **** */
.hero-wrp {
    background-image: url("../images/hero@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    padding: 215px 0 0;
}
.hero-wrp h2 {
    color: #fff;
    text-align: center;
    font-family: BLASTICA;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    margin: 0;
}
/* **** End Hero **** */

/* **** Hero Slider **** */
.hero-slider {
    margin: -134px 0 140px;
}
.hero-slider .slider-box {
    position: relative;
}
.hero-slider .slider-box img {
    max-width: 100%;
}
.hero-slider .slider-box .description h2 {
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    margin: 0;
}
.hero-slider .slider-box .description p {
    color: #fff;
    text-align: center;
    font-family: Bai Jamjuree;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.hero-slider .slider-box .button-link {
    position: absolute;
    top: 0;
    left: 62%;
    padding: 6px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.hero-slider .slider-box .button-link:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 2px dashed #000;
    animation: animName 12s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    left: 56%;
    top: 72%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hero-slider .slick-next {
}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/left-arrow.png");
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-slider .slick-next:before {
    left: 64px;
    background-image: url("../images/right-arrow.png");
    width: 80px;
    height: 80px;
    top: 11px;
}
.hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover:before {
    opacity: 0.8;
}
/* **** End Hero Slider **** */

/* **** gamefi **** */
.gamefi-wrp {
    padding: 0 0 190px;
    position: relative;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 52px;
    overflow-x: hidden;
    background: #fef1ae;
    padding: 10px 0;
    transform: rotate(-4deg);
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 18s linear infinite;
}
.track .content .marquee__inner {
    display: flex;
    align-items: center;
}
.track .content .marquee__inner .marquee__part {
    color: #000;
    text-align: center;
    font-family: BLASTICA;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.track .content .marquee__inner .marquee__part:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 10px;
    background: #000;
    right: -5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* **** End gamefi **** */

/* **** Team **** */
.team-wrp {
    padding: 0 0 85px;
}
.team-wrp .team-title h2 {
    color: #fff;
    text-align: center;
    font-family: BLASTICA;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    margin: 0 0 40px;
}
.team-wrp ul {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.team-wrp ul li {
    width: 20%;
    padding: 0 20px;
}
.team-wrp ul li .box-img {
    position: relative;
}
.team-wrp ul li .box-img img {
    max-width: 100%;
    margin: 0 auto;
}
.team-wrp ul li .box-img a {
    position: absolute;
    right: 35px;
    bottom: 25px;
}
.team-wrp ul li .box-img a img {
    max-width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-wrp ul li .box-img a:hover img {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.team-wrp ul li h3 {
    color: #fff;
    text-align: center;
    font-family: BLASTICA;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px;
}
.team-wrp ul li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.team-wrp ul li h4 {
    margin: 0;
    color: #fff;
    font-family: BLASTICA;
    font-size: 34px;
    font-weight: 400;
    line-height: 51px;
}
/* **** End Team **** */

/* **** Social **** */
.social-wrp {
    padding: 0;
}
.social-wrp .social-block {
    position: relative;
}
.social-wrp .social-block h2 {
    margin: 0;
    position: absolute;
    top: 190px;
    right: 21%;
    color: #fff;
    font-family: BLASTICA;
    font-size: 34px;
    font-weight: 400;
    line-height: 51px;
    display: flex;
    align-items: center;
}
.social-wrp .social-block h2 span {
    margin-right: 64px;
}
.social-wrp .social-block h2 ul {
    display: flex;
    align-items: center;
}
.social-wrp .social-block h2 ul li {
    margin-right: 60px;
}
.social-wrp .social-block h2 ul li:last-child {
    margin: 0;
}
.social-wrp .social-block h2 ul li a img {
    max-width: 120px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.social-wrp .social-block h2 ul li a:hover img {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.social-wrp .shape-bg {
    display: table;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
}
/* **** End Social **** */

/* **** Footer **** */
footer {
    background: #c5f6fc;
    padding: 24px 0;
}
footer p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: BLASTICA;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* **** End Footer **** */