
/* AvertaCY */
@font-face {
    font-family:"AvertaCY-Regular" ;
    src: url('../fonts/AvertaCY/AvertaCY-Regular.ttf');
}

/* Roundkey */
@font-face {
    font-family:"Roundkey-Thin";
    src: url('../fonts/Roundkey/Roundkey-Thin.otf');
}
@font-face {
    font-family:"Roundkey-Regular";
    src: url('../fonts/Roundkey/Roundkey-Regular.otf');
}
@font-face {
    font-family:"Roundkey-Bold" ;
    src: url('../fonts/Roundkey/Roundkey-Bold.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



body {
    font-family:"Roundkey-Regular";
    color: var(--white-color);
    background: #030604;
}

.body .row {
    align-items: center;
}

:root {
    --black-color: #111011;
    --green-color: #01FD8B;
    --sky-blue:#02FCED;
    --white-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.2;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--white-color);
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
}
/* .mobile-show{
    display: none !important;
}

.desktop-show{
    display: block !important;
} */
#banner .banner-box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 0;
    max-width: 80%;
    margin: 0 auto;
}
#banner {
    background-image: url("../images/banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    position: relative;
}
/* #banner::after{
    content: "";
    height: 100%;
    width: 100%;
    background: #030604;
    position: absolute;
    left: 0;
    top: 0;
} */
#banner  .logo-box img {
    max-width: 250px;
    width: 100%;
}
.content-box .logo-box a{
    line-height: 0;
}
.title-box {
    text-align: center;
    margin: 50px 0;
}
.title-box p {
    margin-bottom: 0;
    font-family: "Roundkey-Thin";
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1;
}
.title-box h1 {
    font-size: 96px;
    font-family: "Roundkey-Bold";
    background: linear-gradient(270deg,#00FF3A ,#02FBFC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 0.8;
}
.text-content-box .text-box h4 {
    font-size: 40px;
    font-family:"Roundkey-Regular";
    letter-spacing: 3px;
    font-weight: normal;
}
.text-content-box li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.text-content-box li span{
    font-family:"AvertaCY-Regular" ;
    margin-left: 15px;
    font-size: 24px;
    color: var(--sky-blue);
}
.button-box {
    margin-top: 40px;
}
.button-box .text-box h3 {
    font-size: 52px;
    font-family:"Roundkey-Bold" ;
    font-weight: normal;
    letter-spacing: 2px;
}
.button-box .text-box h3 span{
    color: var(--green-color);
}
 .button-box img {
    width: 100%;
    max-width: 70%;
}
/* 
.hero-img-box {
    text-align: center;
    display: none;
} */
.hero-img-box .text-box {
    display: none;
}
.hero-img-box .text-content-box {
    display: none;
}
