@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Light.woff2') format('woff2'),
        url('../fonts/Gustavo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Bold.woff2') format('woff2'),
        url('../fonts/Gustavo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-LightItalic.woff2') format('woff2'),
        url('../fonts/Gustavo-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Regular.woff2') format('woff2'),
        url('../fonts/Gustavo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gustavo-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Medium.woff2') format('woff2'),
        url('../fonts/Gustavo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gustavo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Thin.woff2') format('woff2'),
        url('../fonts/Gustavo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gustavo-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo';
    src: url('../fonts/Gustavo-Italic.woff2') format('woff2'),
        url('../fonts/Gustavo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



: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;
    max-width: 100%;
}
body {
    font-family: 'Gustavo';
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    height: 100%;
    width: 100%;
    background: #FFFFFA;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
}

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container{
    max-width: 1390px;
}
.navbar> .container .navbar-brand,
.navbar> .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.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: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #252E43;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link.order-btn {
    background: #00D563;
    border-radius: 12px;
    color: #fff;
    padding: 12px 30px;
}

.navbar .navbar-nav li .nav-link.active {
    color:#FF7700;
}
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover {
    color:#FF7700;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color:#FF7700;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color:#FF7700;
}
.navbar .navbar-nav>li>a.order-btn:hover {
    background-color: #FF7700;
    color: #fff;
}

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color:#FF7700;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: 17px;background-image: none;position: relative;border-bottom: 1px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 1px;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 **** */


/* **** Hero **** */
.hero-wrp {
    padding: 70px 0 120px;
}
.hero-wrp h1 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 86px;
    text-align: center;
    text-transform: uppercase;
    color: #252e43;
    margin: 0;
}
.hero-wrp h1 span {
    background: linear-gradient(90.34deg, #ff7700 11.08%, #ffb801 53.73%, #00d563 90.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
}
/* **** End Hero **** */

/* **** Login **** */
.login-wrp {
    position: relative;
    margin: 0 0 120px;
}
.login-wrp:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 25%;
    /*background-color: #f5f5f5;*/
    right: 0;
    bottom: -2px;
    border-radius: 50px 0 0 0;
    background-image: url(../images/bottom-shap.svg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}
.login-wrp img.main-img {
    max-width: 100%;
    width: 100%;
    box-shadow: inset 0px -8px 32px rgba(0, 0, 0, 0.4), inset 0px 8px 32px rgba(0, 0, 0, 0.4);
}

.login-wrp .login-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.login-wrp .login-form form {
    background: #FFFFFA;
    padding: 0 120px 60px 0;
    border-radius: 0 0 60px 0;
    max-width: 600px;
    position: relative;
}
.login-wrp .login-form form:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    right: -79px;
    background-image: url(../images/top-shap.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}
.login-wrp .login-form form:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 200%;
    background: #FFFFFA;
    left: -200%;
    top: 0;
}
.login-wrp .login-form form p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252e43;
    margin: 0 0 24px;
}
.login-wrp .login-form form .form-group {
    position: relative;
    margin: 0 0 15px;
}
.login-wrp .login-form form .form-group .form-control {
    background: #fffffa;
    border: 1px solid #b3b3b3;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 14px 14px 14px 44px;
}
.login-wrp .login-form form .form-group .form-control::placeholder {
    color: #666666;
}
.login-wrp .login-form form .form-group img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.login-wrp .login-form form button {
    width: 100%;
    padding: 12px;
}
/* **** End Login **** */

/* **** Checkbox **** */
.form-checkbox {
    margin: 0 0 24px;
}
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 0;
}
.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background: #fffffa;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}
.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #00d563;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* **** End Checkbox **** */

/* **** Btn Main **** */
.btn-main {
    display: table;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px;
    background: #00d563;
    border-radius: 12px;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-main:hover {
    background: #ff7700;
    color: #fff;
}

.btn-main2 {
    display: table;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #00d563;
    padding: 10px 20px;
    border-radius: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-main2:hover {
    border-color: #00d563;
    background: #00d563;
    color: #fff;
}
/* **** End Btn Main **** */

/* **** successful **** */
.successful-wrp {
    padding: 0 0 80px;
}
.successful-wrp .successful-bix {
    border-top: 2px solid #252e43;
    padding: 16px 0 0;
    margin: 0 0 60px;
}
.successful-wrp .successful-bix h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    color: #252e43;
    margin: 0 0 16px;
}
.successful-wrp .successful-bix p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}
.successful-wrp span.successful-note {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #252e43;
}
.successful-wrp span.successful-note sub {
    color: #ff464b;
    vertical-align: top;
}
/* **** End successful **** */

/* **** Account **** */
.account-wrp {
    padding: 0 0 120px;
}
.account-title h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    color: #252e43;
    margin: 0 0 60px;
}
.account-wrp .account-box {
    min-height: 288px;
    padding: 24px 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.account-wrp .account-box img {
    max-width: 100%;
    margin: 0 0 16px;
}
.account-wrp .account-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #252e43;
    margin: 0 0 16px;
}
.account-wrp .account-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.account-wrp .account-box a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #252e43;
    margin: 16px 0 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.account-wrp .account-box a:hover {
    color: #ff7700;
}
.account-wrp .account-box:hover {
    background: #fffffa;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}
.account-wrp .account-box:hover a {
    opacity: 1;
}
/* **** End Account **** */

/* **** Option **** */
.option-wrp {
    position: relative;
    padding: 100px 0 200px;
    background: #171717;
    border-radius: 80px 80px 0px 0px;
    overflow: hidden;
}
.option-wrp .container{
    position: relative;
    z-index: 5;
}
.option-wrp .shap1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.option-wrp .shap2{
    position: absolute;
    right: 0;
    top: 25%;
    max-width: 100%;
}
.option-wrp .shap3{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
}
.option-title h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 32px;
}
.option-title p {
    max-width: 994px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #9a9fa5;
    margin: 0 auto 100px;
    display: table;
}
/* **** End Option **** */

.basic-information {
    background-image: url(../images/basic-information-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    height: 760px;
    padding: 28px 32px;
    margin: 0 0 120px;
}
.basic-information .basic-title h2 {
    display: flex;
    align-items: center;
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #252e43;
    margin: 0 0 32px;
}
.basic-information .basic-title h2 img {
    max-width: 100%;
    margin-right: 16px;
}
.basic-information .basic-block {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(200px);
    border-radius: 24px;
    padding: 32px;
}
.basic-information .basic-block ul li {
    margin: 0 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252e43;
    display: flex;
}
.basic-information .basic-block ul li span {
    font-weight: 600;
    min-width: 200px;
}
.basic-information .basic-block ul li:last-child {
    margin: 0;
}

/* **** platform ***** */
.platform-block .row {
    display: flex;
    align-items: center;
}
.platform-block .platform-img img {
    max-width: unset;
    width: 140%;
    margin-left: -40%;
}
.platform-block .platform-dt {
    padding-left: 100px;
}
.platform-block .platform-dt h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    margin: 0 0 24px;
}
.platform-block .platform-dt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9a9fa5;
    margin: 0 0 32px;
}

.platform-block.even .platform-img img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.platform-block.even {
    padding: 160px 0 0;
}
.platform-block.even .platform-dt h5 {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}
.platform-block.even .platform-dt h5 strong {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #00d563;
    min-width: 88px;
    margin-right: 16px;
}
.platform-block.even .platform-dt h5 span.info-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9a9fa5;
}
.platform-block.even .platform-dt h5 span.info-text span.green {
    color: #00d563;
}
.platform-block.even .platform-dt h5 span.info-text span.orange {
    color: #ff7700;
}
/* **** End platform ***** */

/* **** broker **** */
.broker-title h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #252e43;
    margin: 24px 0 32px;
}
.broker-wrp {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.broker-wrp .container {
    max-width: 100%;
    margin-left: calc(100% - 1450px);
}
.broker-wrp .slick-slide {
    margin: 0 16px;
}
.broker-wrp .slick-list {
    margin: 0 -16px;
}
.broker-wrp .slider-box {
    padding: 32px 24px;
    background: #fffffa;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    margin: 25px 0;
    min-height: 300px;
}
.broker-wrp .slider-box img {
    margin: 0 0 40px;
    max-width: 100%;
}
.broker-wrp .slider-box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #252e43;
    margin: 0;
}
.broker-wrp .slider-box h4 span {
    color: #ff7700;
}
/* **** End broker ****  */

/* **** successful-wrp **** */
.successful-wrp .btn-main {
    margin: 40px auto 60px;
}

.warning-box {
    border: 1px solid #666666;
    border-radius: 16px;
    padding: 32px 40px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.warning-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    margin: 0;
}
.warning-box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    margin: 0;
    background: #fffffa;
    padding: 0 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/* **** End successful-wrp **** */

/* **** Withdrawals **** */
.withdrawals-wrp {
    padding: 80px 0 225px;
}
.withdrawals-wrp .titlebar {
    padding: 0 0 80px;
}
.withdrawals-wrp .titlebar h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    color: #252e43;
    margin: 0 0 32px;
}
.withdrawals-wrp .titlebar p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    margin: 0 0 8px;
}
.withdrawals-wrp .titlebar a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    color: #00d563;
    display: table;
    margin: 0 auto;
}
.withdrawals-wrp .titlebar a:hover {
    color: #ff7700;
}
.withdrawals-wrp .withdrawal-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.withdrawals-wrp .withdrawal-block ul li {
    float: left;
    width: 16.66%;
    margin: 0 0 60px;
    min-height: 100px;
}
.withdrawals-wrp .withdrawal-block ul li img {
    max-width: 100%;
    margin: 0 auto;
}
/* **** End Withdrawals **** */

/* **** Trade **** */
.trade-wrp {
    padding: 0 0 185px;
}
.trade-wrp .trade-block {
    position: relative;
    width: 1200px;
    padding: 64px 48px;
    background: #171717;
    border-radius: 32px;
}
.trade-wrp .trade-block .shap4{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
}
.trade-wrp .trade-block:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    bottom: -24px;
    height: 100%;
    width: 95%;
    background: #d7e0db;
    border-radius: 32px;
    margin: 0 auto;
    z-index: -1;
}
.trade-wrp .trade-block .trade-info {
    width: 50%;
    position: relative;
    z-index: 5;
}
.trade-wrp .trade-block .trade-info h2 {
    font-family: "Gustavo";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    margin: 0 0 48px;
}
.trade-wrp .trade-block .trade-info ul {
    display: flex;
    align-items: center;
}
.trade-wrp .trade-block .trade-info ul li {
    margin-right: 16px;
}
.trade-wrp .trade-block .trade-info ul li:last-child {
    margin: 0;
}
.trade-wrp .trade-block .hand-img {
    position: absolute;
    right: -25px;
    bottom: -25px;
}
/* **** End Trade **** */

/* **** Footer **** */
footer {
    background: #171717;
    padding: 48px 0 24px;
}
footer .footer-navbar {
    padding: 0 0 75px;
}
footer .footer-navbar ul {
    display: flex;
    align-items: center;
}
footer .footer-navbar ul li {
    margin: 0 24px 0 0;
}
footer .footer-navbar ul li:first-child {
    margin: 0 32px 0 0;
    padding: 0 32px 0 0;
    border-right: 2px solid #3c4045;
}
footer .footer-navbar ul li:last-child {
    margin: 0;
    margin-left: auto;
}
footer .footer-navbar ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9a9fa5;
}
footer .footer-navbar ul li a:hover {
    color: #ff7700;
}
footer .footer-navbar ul li a.btn-main {
    color: #fff;
}
footer .footer-navbar ul li a.btn-main:hover {
    color: #fff;
}
footer .warning-box {
    margin: 0 auto 60px;
}
footer .warning-box h4 {
    background: #171717;
    color: #9a9fa5;
}
footer .warning-box p {
    color: #9a9fa5;
}
footer .copyright {
    border-top: 1px solid #3c4045;
    padding: 24px 0 0;
}
footer .copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9a9fa5;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */




/* **** INNER HERO **** */
.inner-hero-wrp{
    padding: 120px 0 100px;
}
.inner-hero-wrp h1{
    margin: 0 0 24px;
}
.inner-hero-wrp p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    margin: 0 0 32px;
}
.inner-hero-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-hero-wrp ul li{
    margin-right: 16px;
}
.inner-hero-wrp ul li:last-child{
    margin: 0;
}
.inner-hero-wrp ul li a{
    display: block;
}
.inner-hero-wrp ul li a img{
    max-width:100%;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.inner-hero-wrp ul li a img:hover{
    opacity: 0.8;
}
/* **** END INNER HERO **** */


/* **** inner-basic-wrp **** */
.inner-basic-wrp{
    padding: 0 0 160px;
}
.inner-basic-wrp .basic-information{
    margin: 0;
}
.inner-basic-wrp .basic-information .basic-title h2{
    margin: 0 0 90px;
}
.inner-basic-wrp .basic-information .basic-bx img{
    max-width: 100%;
    margin: 0 auto 10px;
}
.inner-basic-wrp .basic-information .basic-bx p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* **** End inner-basic-wrp **** */



/* **** About **** */
.about-wrp{
    padding: 0 0 160px;
}
.about-wrp .row{
    display: flex;
    align-items: center;
}
.about-wrp .about-dt h2{
    font-family: 'Gustavo';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #252E43;
    margin: 0 0 32px;
}
.about-wrp .about-dt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 16px;
}
.about-wrp .about-dt p:last-child{margin: 0;}
.about-wrp .about-dt p a{color: #00D563;}
.about-wrp .about-dt p a:hover{color: #FF7700;}

.about-wrp .about-img img{
    max-width: 100%;
    margin: 0 auto;
}
.about-wrp ul{
    display: flex;
    align-items: center;
    padding: 28px 0 0;
}
.about-wrp ul li{margin-right: 16px;}
.about-wrp ul li:last-child{margin: 0;}
.about-wrp ul li a{display: block;}

.about-wrp ul li a img{
    max-width:100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.about-wrp ul li a img:hover{
    opacity: 0.8;
}
/* **** End About **** */


/* **** advantage **** */
.advantage-wrp{
    padding: 0 0 160px;
}
.advantage-wrp .advantage-title{
    width: 57%;
}
.advantage-wrp .advantage-title h2{
    font-family: 'Gustavo';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #252E43;
    margin: 0 0 32px;
}
.advantage-wrp .advantage-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 60px;
}
.advantage-slider{
    overflow: hidden;
}
.advantage-slider .container{
    max-width: 100%;
    padding-left: calc(100% - 1570px);
}
.advantage-slider .slider-box{
    background: #FFE9D6;
    border-radius: 24px;
    min-height: 410px;
    padding: 32px;
    position: relative;
    margin: 16px;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}
.advantage-slider .slider-box h2{
    font-family: 'Gustavo';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #252E43;
    margin: 0;
}
.advantage-slider .slider-box img{
    position: absolute;
    right: 32px;
    bottom: 32px;
}
.advantage-slider .slider-box .hover-bix{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFA;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.advantage-slider .slider-box .hover-bix h2{
    margin: 0 0 32px;
}
.advantage-slider .slider-box .hover-bix p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.advantage-slider .slider-box:hover{
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.advantage-slider .slider-box:hover .hover-bix{
    opacity: 1;
    visibility: visible;
}

.advantage-slider .slider{
    padding: 0 0 50px;
}
.advantage-slider .slider .slick-dots{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 87%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 16px;
}
.advantage-slider .slider .slick-dots li{
    margin: 0;
    width: 20%;
}
.advantage-slider .slider .slick-dots li button{
    background: #EFEFEF;
    border-radius: none;
    width: 100%;
    height: 6px;
    font-size: 0;
    display: block;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.advantage-slider .slider .slick-dots li.slick-active button{
    background: #FF7700;
}
.advantage-slider .slider .slick-prev,
.advantage-slider .slider .slick-next{
    margin-right: 5%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    font-size: 0;
    padding: 0;
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.advantage-slider .slider .slick-prev{
    right: 50px;
}
.advantage-slider .slider .slick-prev:before,
.advantage-slider .slider .slick-next:before{
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/arrow-right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.advantage-slider .slider .slick-prev:before{
    background-image: url(../images/arrow-left.svg);
}
/* **** End advantage **** */



/* **** inner-hero-wrp **** */
.inner2-hero-wrp{
    padding: 120px 0 80px;
}
.inner2-hero-wrp img{
    max-width: 100%;
    margin: 80px auto 0;
}
/* **** End inner-hero-wrp **** */


/* ***** overview ***** */
.overview-wrp{

}
.overview-wrp .overview-title h2{
    font-family: 'Gustavo';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    color: #252E43;
    margin: 0 0 32px;
}
.overview-wrp .overview-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    margin: 0 auto 60px;
}
.overview-wrp .video-box{
    position: relative;
    margin: 0 0 60px;
}
.overview-wrp .video-box img.video-img{
    width: 100%;
    border-radius: 32px;
}
.overview-wrp .video-box .play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overview-wrp .video-box .play-icon:hover{
    background: #00D563;
}

.overview-informetion{
    padding: 0 0 120px;
}
.overview-informetion .overview-bx{
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px;
}
.overview-informetion .overview-bx .bx-img{
    min-width: 40px;
    height: 40px;
    background: #FFFFFA;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.overview-informetion .overview-bx .bx-img img{
    max-width: 100%;
}
.overview-informetion .overview-bx .bx-dt{
     min-height: 40px;
    display: flex;
    align-items: center;
}
.overview-informetion .overview-bx .bx-dt p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #252E43;
    margin: 0;   
}
.overview-informetion .overview-bx p span{
    color: #00D563;
    font-weight: 600;
}
/* ***** End overview ***** */



/* **** application **** */
.application-wrp{
    padding: 0 0 160px;
}
.application-wrp .application-dt h2{
    font-family: 'Gustavo';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #252E43;
    margin: 0 0 32px;
}
.application-wrp .application-dt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 32px;
}
.application-wrp .application-dt ul.register-buttons{
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}
.application-wrp .application-dt ul.register-buttons li{
    margin-right: 16px;
}
.application-wrp .application-dt ul.register-buttons li:last-child{
    margin: 0;
}
.application-wrp .application-dt ul.register-buttons li a.btn-main{
    padding: 18px 45px;
}
.application-wrp .application-dt ul.register-buttons li a{
    display: block;
}
.application-wrp .application-dt ul.register-buttons li a img{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.application-wrp .application-dt ul.register-buttons li a img:hover{
    opacity: 0.8;
}

.application-wrp .application-dt .register-links ul li{
    margin: 0 0 16px;
}
.application-wrp .application-dt .register-links ul li:last-child{
    margin: 0;
}
.application-wrp .application-dt .register-links ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B3B3B3;
}
.application-wrp .application-dt .register-links ul li a.active,
.application-wrp .application-dt .register-links ul li a:hover{
    color: #252E43;
}
/* **** End application **** */

.application-block .application-box{
    display: table;
    width: 75%;
    margin: 0 0 32px;
    margin-left: auto;
}
.application-block .application-box img{
    max-width: 100%;
    margin: 0 0 16px;
}
.application-block .application-box .bx-dt{
    display: flex;
    align-items: flex-start;
}
.application-block .application-box .bx-dt strong{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin: 0 10px 0 0;
}
.application-block .application-box .bx-dt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.application-block .application-box .bx-dt p strong{
    margin: 0;
}

#exampleModal .modal-dialog{
    max-width: 600px;
}
#exampleModal .modal-dialog .modal-content{
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
}
#exampleModal .modal-body{
    padding: 0;
}
#exampleModal .modal-body .btn-close{
    position: absolute;
    right:-50px;
    top:-50px;
    height: 40px;
    width: 40px;
    background: #00D563;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#exampleModal .modal-body .btn-close:hover{
    background:#FF7700;
    color: #fff;
}
#exampleModal .modal-body .video-box{
    height: 338px;
    max-width: 100%;
    object-fit: cover;
}
#exampleModal .modal-body .video-box video{
    height: 100%;
    width: 100%;
}
