@charset "UTF-8";

/* CSS Document */


/*==============================================================
	Common Styles Initials
==============================================================*/

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: inherit !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'), url('../fonts/ClashGrotesk-Variable.woff') format('woff'), url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'), url('../fonts/ClashGrotesk-Extralight.woff') format('woff'), url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'), url('../fonts/ClashGrotesk-Light.woff') format('woff'), url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'), url('../fonts/ClashGrotesk-Regular.woff') format('woff'), url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

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

@font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Semibold.woff') format('woff'), url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Bold.woff') format('woff'), url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ClashGrotesk-Medium';
    font-size: 18px;
    line-height: 1.2;
    color: #A1AFBF;
    font-weight: 500;
    background: #080B12;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scrollbar-color: #01203d #e5e5e5;
    scrollbar-width: thin;
}

body.pause {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background: #01203d;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #01203d;
}

a {
    outline: none;
    text-decoration: none;
    color: #495057;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #495057;
}

.btn:focus {
    box-shadow: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input,
textarea,
select {
    outline: none;
    resize: none;
    font-family: 'Outfit', sans-serif;
}

a,
input,
button {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Outfit', sans-serif;
    line-height: 1.1;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

.slick-slide {
    outline: none !important;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-dropdown input {
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control:-moz-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #17181a;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #17181a;
}

input:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
}


/*==============================================================
	Button Style
==============================================================*/

.btn {
    padding: 11px 20px 11px 20px;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-sm {
    padding: 7px 32px 7px 32px;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-auth {
    padding: 12px 36px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-primary {
    background: #01dcc6;
    color: #01203d;
    border: 2px solid #01dcc6;
    font-family: 'Outfit', sans-serif;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #01203d !important;
    color: #01dcc6 !important;
    border-color: #01203d !important;
    box-shadow: none;
}

.btn-secondary {
    color: #01203d;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #307ee0 !important;
    color: #fff !important;
    border-color: #307ee0 !important;
    box-shadow: none;
}

.btn-ternary {
    color: #ffffff;
    background-color: #307ee0;
    border: 1px solid #307ee0;
}

.btn-ternary:hover,
.btn-ternary:focus,
.btn-ternary:active {
    background: #ffffff !important;
    color: #01203d !important;
    border-color: #ffffff !important;
    box-shadow: none;
}


/*==============================================================
	Common Css 
==============================================================*/

h1,
.h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 60px;
    margin: 0;
    font-weight: 500;
}

h2,
.h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    margin: 0;
    font-weight: 500;
}

h3,
.h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    margin: 0;
    font-weight: 500;
}

h4,
.h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    margin: 0;
    font-weight: 500;
}

h5,
.h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}

h6,
.h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

p:last-child {
    margin: 0;
}


/*==============================================================
	Header Style
==============================================================*/

.section-banner-wrap {
    width: 100%;
    display: block;
    background: radial-gradient(348.85% 188.24% at -39.48% -91.67%, rgba(255, 252, 228, 0.24) 0%, rgba(251, 255, 205, 0.19) 40.10%, rgba(253, 255, 146, 0.00) 84.17%);
}

.section-banner {
    height: 960px;
    margin-left: auto;
    display: flex;
    align-items: center;
    background: radial-gradient(55.16% 52.09% at 71.46% 41.25%, rgba(108, 143, 247, 0.79) 0%, rgba(108, 143, 247, 0.63) 40.10%, rgba(108, 143, 247, 0.00) 84.17%);
}

.banner-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 80px;
}

.banner-info {
    width: 50%;
    padding: 0 15px;
}

.banner-info-media {
    width: 50%;
    padding: 0 15px;
}

.banner-info-wrap .media-box {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    border-radius: 46px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: linear-gradient(216deg, rgba(255, 255, 255, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    position: relative;
    text-align: right;
    padding-top: 20px;
    padding-right: 30px;
}

.banner-info-wrap .media-box img {
    margin-right: -60px;
    margin-bottom: -40px;
    z-index: 12;
    position: relative;
}

.banner-info-wrap .media-box:before {
    content: "";
    width: 131px;
    height: 194px;
    background: rgba(255, 255, 255, 0.70);
    filter: blur(30px);
    position: absolute;
    top: 50px;
    left: 82px;
}

.banner-info-wrap .media-box::after {
    content: "";
    width: 420px;
    height: 194px;
    background: rgba(108, 143, 247, 0.40);
    filter: blur(30px);
    position: absolute;
    bottom: -50px;
    right: -32px;
}

.banner-info h1 {
    background: linear-gradient(136deg, rgba(255, 244, 204, 0.78) 0%, rgba(255, 255, 255, 0.78) 13.02%, rgba(142, 171, 255, 0.78) 27.08%, rgba(171, 192, 255, 0.84) 45.31%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.banner-info p {
    font-size: 24px;
    margin-bottom: 33px;
}

.banner-icon {
    padding-bottom: 30px;
}

.banner-app {
    padding-bottom: 47px;
}

.help-box {
    width: 100%;
    max-width: 530px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    padding: 20px 53px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.help-box-left {
    width: 50%;
    border-right: 2px solid rgba(161, 175, 191, 0.20);
    padding: 20px;
    padding-left: 0;
}

.help-box-right {
    width: 50%;
    padding-left: 20px;
}

.help-box p {
    margin: 0;
}

.header-wrap {
    width: 100%;
    position: relative;
}

.header-wrap header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
    z-index: 123;
}

.header-wrap.sticky header {
    background: #252728;
}

.header-wrap header .container {
    border-bottom: 1px solid rgba(217, 217, 217, 0.20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 44px 0 30px;
    transition: all 0.3s ease-in-out;
}

.header-wrap.sticky header .container {
    padding: 24px 0 20px;
}

.header-logo a {
    display: inline-block;
}

.header-app-btn a {
    display: inline-block;
}

.header-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-menu ul li {
    padding: 0 25px;
}

.header-menu ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    position: relative;
    z-index: 12;
}

.header-menu ul li a:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #6C8FF7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.header-menu ul li a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.mobile-menu-btn {
    width: 30px;
    height: 24px;
}

.mobile-menu-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.mobile-menu-btn a span {
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.mobile-menu-btn a span:first-child {
    width: 80%;
    margin-left: auto;
}

.mobile-menu-btn a span:last-child {
    width: 60%;
    margin-left: auto;
}

.mobile-menu-btn a.open span {
    background: #6C8FF7;
}

.mobile-menu-btn a.open span:first-child,
.mobile-menu-btn a.open span:last-child {
    margin-right: auto;
    margin-left: 0;
}

.mobile-header {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #080B12;
    z-index: 12;
    display: none;
}

.mobile-header .inner-wrap {
    padding-top: 105px;
    height: 100%;
    position: relative;
    background: radial-gradient(50.74% 96.46% at 109% 70.56%, rgba(108, 140, 247, 0.88) 10%, rgba(108, 143, 247, 0.28) 60.1%, rgba(108, 143, 245, 0.00) 154.17%);
}

.mobile-header .inner-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(348.85% 188.24% at -39.48% -91.67%, rgba(255, 252, 228, 0.24) 0%, rgba(251, 255, 205, 0.19) 40.10%, rgba(253, 255, 146, 0.00) 84.17%);
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-header .mobile-header-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 40px 60px;
    overflow: auto;
    z-index: 1;
}

.mobile-menu ul li {
    padding-bottom: 15px;
}

.mobile-menu ul li a {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    background: linear-gradient(136deg, rgba(255, 244, 204, 0.78) 0%, rgba(255, 255, 255, 0.78) 13.02%, rgba(142, 171, 255, 0.78) 27.08%, rgba(171, 192, 255, 0.84) 45.31%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.mobile-menu ul li a:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #6C8FF7;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease-in-out;
}

.mobile-menu ul li a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.mobile-menu-app-btn {
    padding: 20px 0 50px;
}

.mobile-quick-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mobile-quick-links .mobile-quick-links-box {
    width: 50%;
    padding: 0 15px;
}

.mobile-quick-links-box h6 {
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 18px;
}

.mobile-quick-links-box ul li {
    padding-bottom: 10px;
}

.mobile-quick-links-box ul li a {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.mobile-quick-links-box ul li a:hover {
    text-decoration-color: #6C8FF7;
}

.mobile-social-media {
    padding-top: 40px;
    padding-bottom: 20px;
}

.mobile-social-media ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile-social-media ul li {
    padding-right: 8px;
}

.mobile-social-media ul li a svg rect {
    transition: all 0.3s ease-in-out;
}

.mobile-social-media ul li a:hover svg rect {
    fill: #6C8FF7;
    fill-opacity: 1;
}

.mobile-copyright p {
    font-size: 20px;
}

@media (min-width: 767px) {
    .mobile-menu-btn {
        display: none;
    }
}

@media (max-width: 1400px) {
    .section-banner {
        padding-right: 40px;
    }
}

@media (max-width: 1200px) {
    .banner-info-wrap .media-box::after {
        right: 0;
    }
    .banner-info-wrap .media-box {
        text-align: center;
    }
    .banner-info-wrap .media-box img {
        margin-right: 0;
    }
    .section-banner {
        padding-right: 0;
    }
    h1,
    .h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .section-banner {
        height: auto;
        padding: 90px 0 70px;
        background: radial-gradient(50.74% 46.46% at 100.00% 36.56%, rgba(108, 143, 247, 0.88) 0%, rgba(108, 143, 247, 0.28) 40.10%, rgba(108, 143, 247, 0.00) 84.17%);
    }
    .section-banner-wrap {
        background: radial-gradient(348.85% 188.24% at -39.48% -91.67%, rgba(255, 252, 228, 0.24) 0%, rgba(251, 255, 205, 0.19) 40.10%, rgba(253, 255, 146, 0.00) 84.17%);
    }
    .banner-info {
        width: 100%;
    }
    .banner-info-media {
        width: 100%;
        padding-top: 50px;
    }
    .banner-info p {
        font-size: 20px;
    }
    .banner-info-wrap .media-box {
        margin: 0 auto;
        padding-right: 0;
    }
    .header-menu ul li {
        padding: 0 10px;
    }
    .header-menu ul li a {
        font-size: 16px;
    }
    .header-wrap header .container {
        padding: 24px 0 20px;
    }
    .header-wrap header {
        height: 97px;
    }
}

@media (max-width: 767px) {
    .banner-info-wrap .media-box::after {
        display: none;
    }
    .help-box {
        padding: 20px;
    }
    .help-box-left {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid rgba(161, 175, 191, 0.20);
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .help-box-right {
        width: 100%;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-info-wrap .media-box {
        padding: 20px 15px;
    }
    .banner-info-wrap .media-box img {
        margin-right: -80px;
    }
    .banner-info-media {
        overflow: hidden;
        padding-bottom: 40px;
    }
    .section-banner {
        padding: 70px 0 30px;
    }
    .header-wrap header .container {
        border: 0;
    }
    .header-menu {
        display: none;
    }
    .header-app-btn {
        display: none;
    }
    .header-wrap header {
        height: auto;
    }
    .header-logo,
    .mobile-menu-btn {
        position: relative;
        z-index: 123;
    }
    .help-box-left {
        padding-top: 0;
    }
}