@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.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;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    pointer-events: none;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    background: #131313;
    color: #f8f8f8;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1532px;
    padding: 0 15px;
    margin: 0 auto;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 54px 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;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.navbar-light .navbar-nav li {
    margin-right: 60px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #f8f8f8;
    -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.active .nav-link {
    color: #ff4049;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #ff4049;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #ff4049;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff4049;
}


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 17px;width: 25px;padding: 0;display: none;align-items: center;justify-content: center;}
.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: 10px;background-image: none;position: relative;border-bottom: 2px solid #FF4049;margin: 0 0 12px;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 16px;position: absolute;height: 2px;background-color: #FF4049;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: auto;bottom: -10px;}

/*button.navbar-toggler.show-sidebar .navbar-toggler-icon:after {transform: rotate(45deg);width: 24px;}
button.navbar-toggler.show-sidebar .navbar-toggler-icon:before {transform: translateY(15px) rotate(-45deg);width: 24px;}
button.navbar-toggler.show-sidebar .navbar-toggler-icon {border-color: transparent;}*/

/* **** End toggler **** */

/* **** End Header **** */

/* **** Hero **** */
.hero-wrp img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
.hero-wrp .main-hero{
    display: none;
}
.hero-wrp .hero-img{
    display: block;
}
.hero-wrp .hero-mobile-img {
    display: none;
}
/* **** End Hero **** */

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-md-6 {
    width: 50%;
    max-width: 50%;
    padding: 0 15px;
}

/* **** Footer **** */
footer {
    background: #000000;
    position: relative;
    padding: 105px 0 95px;
}
footer .row {
    position: relative;
    z-index: 9;
}
footer .foot-logo {
    display: flex;
    margin: 0 0 72px;
}
footer .foot-logo img {
    max-width: 100%;
    margin-right: 62px;
}
footer .foot-logo p {
    width: 445px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #e2e2e2;
    margin: 0;
}
footer .foot-info {
    display: flex;
}
footer .foot-info .foot-box {
    margin-right: 63px;
}
footer .foot-info .foot-box:last-child {
    margin: 0;
}
footer .foot-info .foot-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    background: linear-gradient(266deg, #ff4049 15.92%, #fe1e6e 86.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 30px;
}
footer .foot-info .foot-box ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #f8f8f8;
}
footer .foot-info .foot-box ul li a:hover {
    color: #ff4049;
}

footer .subscribe-box {
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
}
footer .subscribe-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    background: linear-gradient(266deg, #ff4049 15.92%, #fe1e6e 86.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 18px;
}
footer .subscribe-box .form-group {
    position: relative;
    margin: 0 0 40px;
}
footer .subscribe-box .form-group .form-control {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #e2e2e2;
    display: block;
    width: 100%;
    padding: 17px 180px 16px 35px;
    border: 1px solid rgba(100, 100, 100, 0.5);
    border-radius: 60px;
    box-shadow: none;
    outline: none;
    background: transparent;
}
footer .subscribe-box .form-group .form-control::placeholder {
    color: #e2e2e2;
}
footer .subscribe-box .form-group button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #f8f8f8;
    padding: 10px 31px;
    background: linear-gradient(266deg, #ff4049 15.92%, #fe1e6e 86.96%);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    border: none;
    box-shadow: none;
    display: table;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .subscribe-box .form-group button:before {
    position: absolute;
    content: "";
    right: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    border-radius: 30px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .subscribe-box .form-group button:hover:before {
    left: 0;
    right: 0;
    width: 100%;
}
footer .subscribe-box .form-group button:hover {
    color: #ff4049;
}
footer .subscribe-box .form-group button span {
    position: relative;
    z-index: 5;
}
footer .subscribe-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #e2e2e2;
    margin: 0 0 35px;
}
footer .subscribe-box p a {
    color: #e2e2e2;
}
footer .subscribe-box p a:hover {
    color: #ff4049;
}

footer .copyright {
    padding: 200px 0 0;
}
footer .copyright .row {
    align-items: center;
}
footer .copyright p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #e2e2e2;
    margin: 0;
}
footer .copyright ul {
    display: flex;
    align-items: center;
    max-width: 520px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0;
}
footer .copyright ul a {
    height: 71px;
    width: 71px;
    background: rgba(41, 41, 41, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright ul a i {
    font-size: 30px;
    background: linear-gradient(266deg, #ff4049 15.92%, #fe1e6e 86.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
footer .copyright ul a:hover {
    background: #292929;
}

footer .foot-shap1 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
}
footer .foot-shap2 {
    position: absolute;
    left: 5%;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
}
footer .foot-shap3 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
    display: none;
}
footer .foot-shap4 {
    position: absolute;
    left: 30%;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
    display: none;
}
footer .foot-shap5 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
    display: none;
}
/* **** End Footer **** */


/* **** second-header **** */
.second-header {
    position: relative;
}
/* **** End second-header **** */

/* **** Roadmap **** */
.roadmap-wrp {
    padding: 65px 0 190px;
}
.roadmap-wrp .container {
    max-width: 1253px;
}
.roadmap-wrp .road-title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0 0 56px;
}
.roadmap-wrp .road-title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #ded2d2;
    margin: 0 0 58px;
}
.roadmap-wrp .road-shap1 {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    z-index: -1;
}
.roadmap-wrp .road-shap2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    z-index: -1;
}
/* **** End Roadmap **** */

.roadmap-wrp .accordion-item {
    background: rgba(41, 41, 41, 0.5);
    backdrop-filter: blur(12.5px);
    border-radius: 24px;
    padding: 12px 20px 12px;
    margin: 0 0 25px;
}
.roadmap-wrp .accordion-item .accordion {
    cursor: pointer;
    transition: 0.4s;
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}
.roadmap-wrp .accordion-item .accordion:before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.roadmap-wrp .accordion-item button.accordion.active:before {
    content: "\f00d";
}
.roadmap-wrp .accordion-item .accordion span {
    font-weight: 500;
        white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #f8f8f8;
    padding: 6px 10px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    margin-left: 12px;
}
.roadmap-wrp .accordion-item .accordion span.completed-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #fe1e6e 0%, #ff4049 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-color: #fe1e6e;
}
.roadmap-wrp .accordion-item .accordion span.very-soon {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #08f500 0%, #08f500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-color: #08f500;
}
.roadmap-wrp .accordion-item .panel {
    padding: 15px 0 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
}
.roadmap-wrp .accordion-item .panel p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #a49e9e;
    margin: 0 0 30px;
}
.roadmap-wrp .accordion-item .panel p:last-child {
    margin: 0;
}



/* **** Video **** */
.video-box{
    height: 100vh;
    width: 100%;
    display: none;
}
.medium-video-box{
    display: block;
}
.big-video-box{
    display: none;
}
.small-video-box{
    display: none;
}
.video-box video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.small-video-box{
    height: 100vh;
}
