/* Common CSS */
body {
    /* background-color: #FAFAFC; */
    font-family: 'Albert Sans';
}

body,
html,
ul {
    margin: 0;
    padding: 0
}

body,
html {
    width: 100%;
    height: 100%
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

button {
    outline: 0 !important;
    border: none;
    background-color: transparent
}

/* Common CSS */
/* Modal */
._modal_contact_wrapper {}

._modal_contact_dlg {
    max-width: 720px;
}

.modal-content {
    border-radius: 20px;
}

._modal_contact_wrapper .modal-header {
    border-bottom: none;
}

._modal_form_title {
    font-size: 40px;
    font-family: 'Neuton';
    line-height: 40px;
    color: #0632AD;
    text-align: center;
    margin-bottom: 24px;
}

._modal_form_title2 {
    font-size: 20px;
    font-family: 'Albert Sans';
    line-height: 1.2;
    color: #282828;
    margin-bottom: 30px;
    text-align: center;
}

._modal_form_title2 span {
    color: #0632AD;
}

._modal_form_input {
    padding: 12px 14px;
    border-color: #35353535;
    color: #353535;
    font-size: 16px;
    font-family: 'Albert Sans';
    line-height: 16px;
    margin: 12px 0;
}

._discalimer {
    font-family: 'Albert Sans';
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
}

._check_txt {
    font-family: 'Albert Sans';
    font-size: 14px;
    font-weight: 500;

}

._modal_contact_wrapper .modal-footer {
    border-top: none;
}

/* Modal */
/* Header */
/* nav */
._kgn_header_nav_img {
    max-width: 320px;
    padding: 20px 0;
}

/* nav */
._kgn_header_wrapper {
    padding: 0 0 0px;
}

._kgn_header_wrap {
    padding-top: 30px;
}

._kgn_header_txt_wrap {
    margin: 40px 0 10px;
}

._kgn_header_txt {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: rgba(53, 53, 53, 0.8);

}

._modal_form_input_msg {
    min-height: 120px;
    margin: 24px 0 12px;
}

._better_send_msg_btn {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

/* Header */
/* review */
._review_wrap {
    padding: 50px 0;
}

.review-border-color {
    padding: 1rem;
    position: relative;
    background: linear-gradient(180deg, #1338B0 0%, #0097FF 100%);
    padding: 1px;
    border-radius: 9px;
    margin: 12px 0;
    height: calc(100% - 20px);
}

.review {
    background: #fff;
    padding: 0rem 2rem 1rem;
    border-radius: 8px;
    text-align: left;
    height: 100%;
}

.top {
    padding: 25px 0 15px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.review .top .name {
    font-weight: 500;
    font-size: 22px;
}

.review .top .ratings {
    margin: 0 20px;
}

.description p {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 35px; */
}

.read-btn {
    padding: 15px 0 25px 0;
}

.read-btn a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}

/* review */
/* Big */
._big_wrapper {
    background: linear-gradient(180deg, #E7EBF7 -6.68%, #FFFFFF 46.88%);
}

/* Big */
/* Better than btx */
._better_wrapper {
    padding: 100px 0 50px;
}

._better_header_wrap {
    text-align: center;
}

._better_header_title {
    font-family: 'Neuton';
    font-weight: 400;
    font-size: 58px;
    line-height: 1.2;
    color: #353535;
}

._better_header_title span {
    color: #0632AD;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

._better_header_title span::before {
    content: url('../images/underline.svg');
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, 0%);
}

._better_header_p_wrap {
    margin: 50px 0
}

._better_header_p {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
}

._better_content {
    background: #FFFFFF;
    box-shadow: 4px 14px 40px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 28px 40px 40px;
    height: calc(100% - 20px);
    margin: 20px 0;
}

._better_content_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

._better_content_txt_wrap {
    margin: 32px 0 0;
    text-align: center;
}

._better_content_txt {
    font-family: 'Albert Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000000;
}

._better_content_txt strong {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000000;
}

._better_content_btn_wrap {
    margin: 60px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._better_content_btn {
    background: #0632AD;
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    position: relative;
    z-index: 2;
    transition: .3s all ease;
}

._better_content_btn::before {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 8px solid #0632AD;
    border-bottom: 8px solid #0632AD;
    border-left: 8px solid #FFFFFF;
    border-top: 8px solid #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

._better_content_btn::after {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 8px solid #0632AD;
    border-top: 8px solid #0632AD;
    border-right: 8px solid #FFFFFF;
    border-bottom: 8px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

._better_content_btn:hover {
    background: #0dc2b0;
}

._better_content_btn:hover::before {
    content: '';
    width: 5px;
    border-right: 8px solid #0632AD;
    border-bottom: 8px solid #0632AD;
    border-left: 8px solid #FFFFFF;
    border-top: 8px solid #FFFFFF;
    top: -8px;
    left: -8px;
}

._better_content_btn:hover::after {
    content: '';
    width: 5px;
    border-left: 8px solid #0632AD;
    border-top: 8px solid #0632AD;
    border-right: 8px solid #FFFFFF;
    border-bottom: 8px solid #FFFFFF;
    bottom: -8px;
    right: -8px;
}

._header_btm_img_wrap {
    position: relative;
    overflow: hidden;
    background-color: #A2B2E1;
    height: 1000px;
}

._header_btm_img {
    position: relative;
    background-color: #A2B2E1;
    top: 0;
    display: block;
}

._header_btm_img_mob {
    background-color: #A2B2E1;
    display: none;
}

._header_btm_img2 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;

}

/* Better than btx */
/* xmn */
._fast_wrapper {
    padding: 50px 0;
    overflow: hidden;
}

._fast_content_img_wrap {
    position: relative;
    z-index: 1;
}

._kgn_vid_wrap {
    border-radius: 24px;
    padding: 20px;
}

._kgn_vid {
    width: 100%;
    border-radius: 24px;
}

._fast_content_img {
    margin: -26px 0 0 26px;
}

._fast_content_img_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

._fast_content_title {
    font-family: 'Neuton';
    font-weight: 400;
    font-size: 58px;
    line-height: 1.3;
    color: #353535;
}

._fast_content_txt_wrap {
    margin: 22px 0 0 0;
}

._fast_content_txt {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(53, 53, 53, 0.8);
    margin-bottom: 28px;
}

/* xmn */
/* Meet */
._meet_wrapper {
    padding: 50px 0 100px;
    overflow: hidden;
}

._meet_content_txt_wrap {
    text-align: center;
}

._meet_content_txt_title {
    font-family: 'Neuton';
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #353535;
    margin: 0 0 28px;
}

._meet_content_title {
    font-family: 'Neuton';
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0632AD;
    padding: 8px 32px;
    border: 2.5px solid #90E0D8;
    margin: 0 0 18px;
}

._meet_content_title2 {
    font-family: 'Neuton';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #353535;
    margin: 0 0 24px;
}

._meet_content_ul_title {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4;
    text-decoration-line: underline;
    color: #353535;
    text-align: center;
    margin: 0 0 10px;
}

._meet_content_ul {
    list-style: none;
    text-align: center;
}

._meet_content_li {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #353535;
    margin: 0 0 4px;
}

/* Meet */
/*---=== FOOTER CRYPTOCURRENCY ===---*/
._ftr_crptcrncy_sec {
    padding: 50px 0px 0px;
    background-color: #FAFAFC;
}

._ftr_crptcrncy_logo_sec a {
    /* display: inline-block; */
    display: block;
}

._ftr_crptcrncy_logo {
    max-width: 284px;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

._ftr_crptcrncy_txt {
    font-family: 'Albert Sans';
    line-height: 1.5em;
    font-size: 16px !important;
    color: #010101;
    opacity: 0.7;
    width: 90%;
}

._ftr_crptcrncy_lft_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-self: center;
    list-style: none;
    gap: 0 16px;
    margin-bottom: 24px;
}

._ftr_crptcrncy_lft_ul li {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

._ftr_crptcrncy_lft_ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

._ftr_crptcrncy_itm {
    padding-right: 50px;
    /* margin-left: 50px; */
}

._ftr_map_btm_txt_wrap {
    padding: 20px 0 0 0;
}

._ftr_crptcrncy_titl {
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 20px;
}

._ftr_map_btm_txt {
    line-height: 1.5em;
    font-size: 18px !important;
    color: #131313;
    font-weight: 500;
}

._ftr_map_wrap iframe {
    width: 100%;
}

._ftr_crptcrncy_btm {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    background-color: #000;
    margin-top: 50px;
}

._ftr_crptcrncy_btm_txt {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 0px;
    color: #fff;
}

/*---=== FOOTER CRYPTOCURRENCY ===---*/
/* Variables */
:root {
    --white: #fff;
    --black: #000;
    --primary: #20c676;
    --pirmarybg: #1E2329;
}

/* Variables */