/* Size */
/* Size End */
/* FontFace */
@font-face {
    font-family: "mazala";
    font-weight: 300;
    src:
        url("../fonts/ZonaPro-Light.otf") format("opentype"),
        url("../fonts/ZonaPro-Light.otf") format("opentype");
}
@font-face {
    font-family: "mazala";
    font-weight: 400;
    src:
        url("../fonts/ZonaPro-Regular.otf") format("opentype"),
        url("../fonts/ZonaPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: "mazala";
    font-weight: 500;
    src:
        url("../fonts/ZonaPro-SemiBold.otf") format("opentype"),
        url("../fonts//ZonaPro-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: "mazala";
    font-weight: 600;
    src:
        url("../fonts/ZonaPro-Bold.otf") format("opentype"),
        url("../fonts/ZonaPro-Bold.otf") format("opentype");
}
@font-face {
    font-family: "mazala";
    font-weight: 700;
    src:
        url("../fonts/ZonaPro-ExtraBold.otf") format("opentype"),
        url("../fonts/ZonaPro-ExtraBold.otf") format("opentype");
}
/* FontFace End */
/* Size */
/* Size End */
/* Color */
:root {
    --backgroundColor: #040c22;
    --primaryColor: #24ddb9;
    --primaryHoverColor: #1bc09f;
    --baseColor: #080404;
    --baseColorHover: #333;
    --greenColor: #009592;
    --secondColor: #c41f4b;
    --secondHoverColor: #a31b3f;
    --inputBg: #f1f3f4;
    --borderColor: #e0e0e0;
    --textColor: #555;
    --grayText: #858585;
    --lgrayColor: #f4f5f6;
    --checkradioBg: #f3f5f6;
    --switchBg: #f0f2f3;
    --itemBorder: #efece8;
    --boxBg: #f5f7ff;
    --grayColor: #e1e6eb;
    --grayColorHover: #d0d7dd;
    --lightGrayColor: #eceff3;
}

/* Color End */
html {
    margin: 0;
    padding: 0;
    background-color: var(--backgroundColor);
    overflow-x: hidden;
    line-height: 1.5;
    font-family: "mazala", sans-serif;
    --cursor-color: #eefff6af;
    --cursor-hover: #02d866;
}

@keyframes grain {
    0%,
    100% {
        transform: translate(0);
    }
    10% {
        transform: translate(-5%, -10%);
    }
    20% {
        transform: translate(-15%, 5%);
    }
    30% {
        transform: translate(7%, -25%);
    }
    40% {
        transform: translate(-5%, 25%);
    }
    50% {
        transform: translate(-15%, 10%);
    }
    60% {
        transform: translate(15%);
    }
    70% {
        transform: translateY(15%);
    }
    80% {
        transform: translate(3%, 35%);
    }
    90% {
        transform: translate(-10%, 10%);
    }
}
body {
    min-height: 100%;
    font-size: 14px;
    font-family: "mazala";
    color: var(--baseColor);
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    background-size: cover;
}

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

a {
    color: var(--baseColor);
    font-size: 14px;
    text-decoration: none;
}
a:hover {
    color: var(--baseColor);
    text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-weight: 400;
    line-height: 1.4;
}
p ~ p {
    margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

button {
    font-family: "mazala";
}

/* Other Style */
.clear-fix {
    display: block;
    clear: both;
}

.clear-fix::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

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

*,
*:focus,
*:active {
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
}

.dg {
    display: grid;
    width: 100%;
}

.dgc {
    align-items: center;
}

.aic {
    align-items: center;
}

.g2 {
    grid-template-columns: 1fr 1fr;
}

.g3 {
    grid-template-columns: repeat(3, 1fr);
}

.g4 {
    grid-template-columns: repeat(4, 1fr);
}

.g5 {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
}

.g6 {
    grid-template-columns: repeat(6, minmax(170px, 1fr));
}

.g12 {
    grid-template-columns: repeat(12, 1fr);
}

.g50_50 {
    grid-template-columns: 50% 50%;
}

.gc1 {
    grid-column: 1/3;
}

.gap1 {
    gap: 10px;
}

.gap1_2 {
    gap: 12px;
}

.gap1_6 {
    gap: 16px;
}

.gap2 {
    gap: 20px;
}

.gap2_4 {
    gap: 24px;
}

.gap3 {
    gap: 30px;
}

.gap4 {
    gap: 40px;
}

.gap5 {
    gap: 50px;
}

.df {
    display: flex;
}

.dfc {
    display: flex;
    align-items: center;
}

.dfs {
    display: flex;
    align-items: flex-start;
}

.dcsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dcsa {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

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

.pr {
    position: relative !important;
}

.pa {
    position: absolute !important;
}

.pa_cc {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w10 {
    width: 100%;
}

.mt1 {
    margin-top: 10px;
}

.mt1_6 {
    margin-top: 16px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.ml1 {
    margin-left: 10px;
}

.ml1_6 {
    margin-left: 16px;
}

.ml2 {
    margin-left: 20px;
}

.mb2 {
    margin-bottom: 20px;
}

/* Main Style */
.container {
    margin: 0 auto;
    width: 1220px;
    transition: all 0.1s ease-in;
    box-sizing: border-box;
}

.widget {
    width: 360px;
}

.full_container {
    margin: 0 auto;
    max-width: 1280px;
    transition: all 0.1s ease-in;
    box-sizing: border-box;
}

::-moz-selection {
    color: #fff;
    background-color: var(--primaryColor);
}

::selection {
    color: #fff;
    background-color: var(--primaryColor);
}

/* Main Style End */
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pa_bl {
    left: 10px;
    bottom: 10px;
}

.pa_br {
    right: 10px;
    bottom: 10px;
}

.__input,
.__select,
.__textarea {
    position: relative;
    color: var(--baseColor);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "mazala";
    font-weight: 500;
    line-height: 36px;
    height: 40px;
    width: 100%;
    padding: 0 12px;
    background: #fff;
    transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--borderColor);
    border-radius: 6px;
    z-index: 0;
}
.__input::-moz-placeholder,
.__select::-moz-placeholder,
.__textarea::-moz-placeholder {
    color: #acb4c1;
    font-weight: 400;
}
.__input::placeholder,
.__select::placeholder,
.__textarea::placeholder {
    color: #acb4c1;
    font-weight: 400;
}

.input_icon {
    position: relative;
}
.input_icon .__input,
.input_icon .__select {
    padding-left: 42px;
}
.input_icon span {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: 2;
}

.col2to1 {
    grid-column: 1/3;
}

select,
.__select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background: url("../images/drop-arrow.svg") no-repeat center center;
    background-position: right 12px center;
    background-size: 10px 10px;
    outline: 0;
}

.__textarea {
    height: auto;
    min-height: 6rem;
    max-height: 12rem;
    resize: vertical;
}

textarea::-moz-placeholder {
    color: #acb4c1;
}

textarea::placeholder {
    color: #acb4c1;
}

.__input_l {
    height: 48px;
    padding: 0 14px;
}

.__input::-moz-placeholder {
    color: #acb4c1;
    font-size: 14px;
}

.__input::placeholder {
    color: #acb4c1;
    font-size: 14px;
}

.__input:hover,
.__select:hover,
.__textarea:hover,
.__input_rest:hover {
    border-color: #7f8da5;
}

.__in_error {
    border-color: #d0021b;
}

.notice {
    padding: 10px 14px;
    margin: 16px 0;
    background-color: var(--grayColor);
    border-radius: 8px;
}
.notice.green {
    color: #0f5f55;
    background-color: #bef8ed;
}

.form_item {
    display: grid;
    margin-bottom: 20px;
}

.fe {
    justify-content: flex-end;
}

.__label {
    display: flex;
    color: #495460;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 20px;
    margin-bottom: 8px;
}
.__label span {
    color: var(--secondColor);
    font-size: 13px;
    margin-left: 4px;
}

.label ~ .label {
    margin-top: 10px;
}
.label .fargo_count {
    color: #b1b7bf;
}

.label,
.label-text {
    color: var(--textColor);
    font-size: 13px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 !important;
    width: 100%;
    overflow: hidden;
}

.__text_desc {
    margin-top: 8px;
}
.__text_desc p {
    color: var(--primaryColor);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #495460;
}
.__text_desc p ~ p {
    margin-top: 8px;
}
.__text_desc .__error {
    color: #d0021b;
    font-weight: 500;
}

.input_col {
    display: grid;
    grid-template-columns: 1fr 60px;
}
.input_col ~ .input_col {
    margin-top: 10px;
}
.input_col .__input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input_col button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Button Style */
.__btn {
    position: relative;
    color: var(--baseColor);
    font-size: 13px;
    font-family: "mazala";
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 8px 20px;
    background-color: transparent;
    transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 6px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    z-index: 2;
}

.__btn_l {
    height: 48px;
    border-radius: 24px;
}

.__btn_m {
    height: 40px;
}

.__btn_htrans {
    transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.__default {
    color: var(--baseColor);
    background-color: #f3f0ed;
    border: none;
}
.__default:hover {
    background-color: var(--lgrayColor) !important;
}
.__default .__deactivated {
    opacity: 0.6;
}

.__primary {
    color: var(--baseColor);
    background-color: var(--primaryColor);
}
.__primary:hover {
    background-color: var(--primaryHoverColor);
}

.green_btn {
    color: #fff;
    font-size: 13px;
    background-color: var(--greenColor);
}
.green_btn:hover {
    color: #fff;
    background-color: var(--greenColor);
}

/* Button Style End */
/* Other */
.checkbox-label {
    color: var(--textColor);
    display: flex;
    align-items: center;
    min-height: 22px;
    position: relative;
    padding-left: 30px;
    flex-grow: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkbox-label .checkbox,
.checkbox-label .radiobox {
    opacity: 0;
    position: absolute;
}

.checkmark,
.radiomark {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid var(--borderColor);
    transform: translateY(-50%);
    border-radius: 2px;
}

.radiomark {
    border-radius: 50%;
}

.checkbox-label:hover .checkbox ~ .checkmark,
.checkbox-label:hover .radiobox ~ .radiomark {
    border-color: var(--primaryColor);
}

.checkbox[type="checkbox"]:checked + .checkmark {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.radiobox[type="radio"]:checked + .radiomark {
    background-color: var(--primaryColor);
    border-color: var(--baseColor);
}

.checkbox[type="checkbox"]:checked + .checkmark::before,
.checkbox[type="checkbox"]:checked + .checkmark::after {
    display: flex;
    position: absolute;
    content: "";
    top: 7px;
    left: 5px;
    width: 9px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    border-radius: 2px;
}

.checkbox[type="checkbox"]:checked + .checkmark::before {
    top: 8px;
    left: 3px;
    width: 5px;
    transform: rotate(45deg);
}

.radiobox[type="radio"]:checked + .radiomark::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.checkbox[type="checkbox"]:checked + .checkmark + .label-text,
.radiobox[type="radio"]:checked + .radiomark + .label-text {
    color: var(--baseColor);
    font-weight: 500;
}

.checkbox-label:not(.disabled).\:focus .checkbox ~ .checkmark,
.checkbox-label:not(.disabled):focus .checkbox ~ .checkmark {
    opacity: 1;
    z-index: 10;
    outline: 2px dotted var(--baseColor);
    outline-offset: 2px;
}

.hidden_input {
    display: none;
}

.__txtu {
    text-transform: uppercase;
}

ol {
    list-style: circle;
}

span[class^="icon-"] {
    height: 18px;
    width: 18px;
}
span[class^="icon-"].search {
    background: url("../images/icon-search.png") no-repeat center center;
}

/* Other End */
/* Header Style */
.logo {
    display: flex;
    justify-content: center;
}
.logo span {
    display: flex;
    flex: 0 0 250px;
    width: 300px;
    height: 80px;
    background: transparent url("../images/meta_logo.png") no-repeat center
        center;
    background-size: contain;
    transition: all 0.2s;
}

.logo_slogan .slogan {
    color: var(--textColor);
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 24px;
}

.header_wrap {
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    transition: all 0.2s ease;
    z-index: 9;
}
.header_wrap .header_main {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.header_wrap .header_content {
    position: relative;
    grid-template-columns: 250px 1fr 250px;
    flex-grow: 1;
    padding: 24px 0;
    z-index: 9;
}
.header_wrap .dropdown_btn {
    position: relative;
}
.header_wrap .dropdown_btn:hover .drop_wrap {
    right: 0;
    transform: translateY(0);
    opacity: 1;
}
.header_wrap .drop_wrap {
    position: absolute;
    content: "";
    right: -10000px;
    top: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.3s ease-in-out,
        top 0.35s ease-in-out,
        transform 0.2s ease-in;
    cursor: default;
}
.header_wrap .drop_wrap .drop_menu {
    width: 200px;
    margin-top: 20px;
    padding: 6px 0;
    background-color: #fff;
    box-shadow: 0 2px 8px -1px rgba(10, 10, 10, 0.3);
    border-radius: 6px;
}
.header_wrap .drop_wrap .drop_menu .drop_head,
.header_wrap .drop_wrap .drop_menu .drop_main,
.header_wrap .drop_wrap .drop_menu .drop_foot {
    padding: 5px 10px;
}
.header_wrap .drop_wrap .drop_menu .drop_head a,
.header_wrap .drop_wrap .drop_menu .drop_main a,
.header_wrap .drop_wrap .drop_menu .drop_foot a {
    display: flex;
    padding: 5px 0;
}
.header_wrap .drop_wrap .drop_menu .drop_head a:hover,
.header_wrap .drop_wrap .drop_menu .drop_main a:hover,
.header_wrap .drop_wrap .drop_menu .drop_foot a:hover {
    color: var(--primaryColor);
}
.header_wrap .drop_wrap .drop_menu .drop_main {
    border-top: 1px dashed var(--grayColor);
    border-bottom: 1px dashed var(--grayColor);
}
.header_wrap .header_menu ul {
    display: flex;
}
.header_wrap .header_menu ul li {
    position: relative;
}
.header_wrap .header_menu ul li ~ li {
    margin-left: 30px;
}
.header_wrap .header_menu ul li.sub > a {
    padding-right: 32px;
}
.header_wrap .header_menu ul li.sub > a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    height: 8px;
    width: 8px;
    background: url("../images/icon-right-arrow.svg") no-repeat center center;
    transform: translateY(-50%) rotate(90deg);
}
.header_wrap .header_menu ul li a {
    position: relative;
    color: #fff;
    display: flex;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 15px 5px;
    transition: all 0.2s;
}
.header_wrap .header_menu ul li a::before,
.header_wrap .header_menu ul li a::after {
    position: absolute;
    content: "[";
    color: #fff;
    transition: all 0.2s;
    opacity: 0;
}
.header_wrap .header_menu ul li a::after {
    content: "]";
    background-color: transparent;
    transition: all 0.2s;
}
.header_wrap .header_menu ul li a span {
    font-size: 13px;
    position: relative;
    z-index: 3;
}
.header_wrap .header_menu ul li a:hover {
    color: rgba(255, 255, 255, 0.5647058824);
}
.header_wrap .header_menu ul li a:hover::before,
.header_wrap .header_menu ul li a:hover::after {
    animation: hover_opacity 0.2s 0.3s linear;
    opacity: 1;
}
.header_wrap .header_menu ul li a:hover::before {
    left: -8px;
}
.header_wrap .header_menu ul li a:hover::after {
    left: auto;
    right: -8px;
}
@keyframes hover_opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header_wrap .header_menu ul li .sub_menu {
    position: absolute;
    top: 100%;
    left: -10000px;
    min-width: 280px;
    transition:
        opacity 0.3s ease-in-out,
        top 0.35s ease-in-out,
        transform 0.2s ease-in;
    transform: translateY(10px);
    opacity: 0;
}
.header_wrap .header_menu ul li .sub_menu ul {
    margin-top: 6px;
    padding: 6px 0;
    background-color: #fff;
    flex-direction: column;
    box-shadow: 0 5px 25px -5px rgba(10, 10, 10, 0.3);
    border-radius: 6px;
}
.header_wrap .header_menu ul li .sub_menu ul li ~ li {
    border: none !important;
}
.header_wrap .header_menu ul li .sub_menu ul li a {
    color: var(--textColor);
    text-transform: none;
    padding: 10px 14px;
}
.header_wrap .header_menu ul li .sub_menu ul li a:hover {
    color: var(--primaryColor);
}
.header_wrap .header_menu ul li .sub_menu ul li a:hover::before {
    top: 90%;
    height: 1px;
    background-color: var(--baseColor);
}
.header_wrap .header_menu ul li .sub_menu ul li ~ li {
    margin: 0;
}
.header_wrap .header_menu ul li:hover .sub_menu {
    left: 0;
    transform: translate(0);
    opacity: 1;
}
.header_wrap .header_menu ul li .active,
.header_wrap .header_menu ul li .active:hover {
    color: #fff;
    font-weight: 500;
}
.header_wrap .header_menu ul li .active::before,
.header_wrap .header_menu ul li .active::after,
.header_wrap .header_menu ul li .active:hover::before,
.header_wrap .header_menu ul li .active:hover::after {
    left: -8px;
    right: -8px;
    color: var(--primaryColor);
    background-color: rgba(36, 221, 185, 0.1882352941);
    opacity: 1;
}
.header_wrap .header_menu ul li .active::after,
.header_wrap .header_menu ul li .active:hover::after {
    left: auto;
    background-color: transparent;
}
.header_wrap .header_right {
    justify-content: flex-end;
}
.header_wrap .header_right .__btn p {
    font-weight: 500;
}
.header_wrap .header_right .__btn span {
    display: none;
}

.head_pro,
.sidebar_bottom {
    cursor: pointer;
}
.head_pro .img_block,
.sidebar_bottom .img_block {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.head_pro p,
.sidebar_bottom p {
    display: block;
    color: #fff;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Header Style End */
/* Body Style */
.visible {
    overflow: hidden;
}

.overflow_element {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 88;
}

.main_wrap {
    padding-top: 98px;
}

.main_content {
    padding: 0;
}

.section_container {
    position: relative;
    max-width: 1280px;
    padding: 0 20px !important;
    margin: 0 auto;
}

.swiper-container {
    overflow: hidden;
}

.home_head {
    text-align: center;
    margin-bottom: 50px;
}
.home_head .home_head_main {
    max-width: 1000px;
    margin: 0 auto;
}
.home_head .home_head_main img {
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}
.home_head .home_head_main h1 {
    font-size: 54px;
    color: #fff;
    margin: 20px 0;
}
.home_head .home_head_main p {
    color: #fff;
    opacity: 0.8;
}

.main_column {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
}

.img_block {
    position: relative;
    height: 100%;
}
.img_block img {
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
}

.section {
    display: block;
    padding: 50px 0;
}

.title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.sub_title {
    text-decoration: underline;
}

.sub_title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.non_img_box {
    color: #fff;
    text-align: center;
    padding: 30px;
    background-color: #141f38;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}
.non_img_box h3 {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
}
.non_img_box h3 span {
    color: var(--primaryColor);
    font-size: 24px;
}
.non_img_box p {
    margin-top: 20px;
    opacity: 0.6;
}

.big_box {
    align-items: center;
}
.big_box h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.big_box p {
    color: #fff;
    opacity: 0.7;
}
.big_box button {
    margin-top: 30px;
}
.big_box.rtl {
    direction: rtl;
}

.under_construction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 50px 30px;
    color: #fff;
}
.under_construction .mazala_logo span {
    display: flex;
    flex: 0 0 300px;
    width: 350px;
    height: 100px;
    background: transparent url("../images/meta_logo.png") no-repeat center
        center;
    background-size: contain;
    transition: all 0.2s;
}
.under_construction h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0 40px;
    opacity: 0.9;
}

.chat_wrap {
    position: relative;
    height: 100vh;
}

.back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin-right: 16px;
    background-color: var(--primaryColor);
    border-radius: 8px;
}
.back_btn span {
    position: relative;
}
.back_btn span::before,
.back_btn span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 2px;
    width: 10px;
    background-color: #fff;
    transform: translate(-50%, calc(-50% + 3px)) rotate(45deg);
}
.back_btn span::after {
    transform: translate(-50%, calc(-50% - 3px)) rotate(-45deg);
}

.box_pad {
    padding: 20px;
}

.new_chat {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 14px 30px;
    transition: all 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.new_chat:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.mobile_chat_head {
    position: fixed;
    top: 0;
    width: 100vw;
    padding: 12px;
    background-color: var(--backgroundColor);
    z-index: 9;
}

.left_sidebar {
    background-color: #020818;
}
.left_sidebar .sidebar_top .logo span {
    display: flex;
    flex: 0 0 200px;
    width: 250px;
    height: 80px;
    background: transparent url("../images/meta_logo.png") no-repeat center
        center;
    background-size: contain;
    transition: all 0.2s;
}
.left_sidebar .sidebar_main {
    height: calc(100vh - 161px);
}
.left_sidebar .sidebar_main .chat_history {
    position: relative;
    max-height: calc(100vh - 271px);
    margin-top: 20px;
    overflow-y: auto;
}
.left_sidebar .sidebar_main .chat_history::-webkit-scrollbar {
    width: 3px;
    background-color: var(--backgroundColor);
    border-radius: 3px;
}
.left_sidebar .sidebar_main .chat_history::-webkit-scrollbar-thumb {
    background-color: var(--baseColor);
    border-radius: 3px;
}
.left_sidebar .sidebar_main .chat_history::-webkit-scrollbar-thumb:hover {
    background-color: #7f8da5;
}
.left_sidebar .sidebar_main .history_item h4 {
    color: #fff;
    margin-bottom: 20px;
}
.left_sidebar .sidebar_main .history_item ul li {
    position: relative;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.2s;
    overflow: hidden;
    cursor: pointer;
}
.left_sidebar .sidebar_main .history_item ul li ~ li {
    border: none !important;
}
.left_sidebar .sidebar_main .history_item ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.left_sidebar .sidebar_main .history_item ul li:hover .item_action {
    opacity: 1;
    visibility: visible;
}
.left_sidebar .sidebar_main .history_item ul li span {
    height: 18px;
    width: 18px;
    min-width: 18px;
    margin-right: 10px;
    background: url("../images/chat-icon.png") no-repeat center center;
    background-size: 100%;
}
.left_sidebar .sidebar_main .history_item ul li p {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 214px;
    white-space: nowrap;
}
.left_sidebar .sidebar_main .history_item ul li .item_action {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    right: 0;
    height: 42px;
    padding: 12px;
    padding-left: 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #202533 20%);
    transition: all 0.2s;
}
.left_sidebar .sidebar_main .history_item ul li .item_action button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.left_sidebar .sidebar_main .history_item ul li .item_action button ~ button {
    margin-left: 10px;
}
.left_sidebar .sidebar_main .history_item ul li .item_action button span {
    display: flex;
    height: 18px;
    width: 18px;
    margin: 0;
}
.left_sidebar .sidebar_main .history_item ul li .item_action button .edit {
    background: url("../images/edit-icon.png") no-repeat center center;
    background-size: contain;
}
.left_sidebar .sidebar_main .history_item ul li .item_action button .delete {
    background: url("../images/delete-icon.png") no-repeat center center;
    background-size: contain;
}
.left_sidebar .sidebar_main .history_item ~ .history_item {
    margin-top: 30px;
}
.left_sidebar .sidebar_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.left_sidebar .sidebar_bottom p {
    max-width: 140px;
}
.left_sidebar .sidebar_bottom .logout {
    color: #fff;
    text-transform: uppercase;
}

.main_grid {
    grid-template-columns: 300px 1fr;
}
.main_grid .left_sidebar_wrap {
    position: relative;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}
.main_container {
    position: relative;
}
.main_container::after {
    position: fixed;
    content: "";
    left: 300px;
    right: 0;
    bottom: 0;
    height: 95px;
    background: linear-gradient(
        to bottom,
        rgba(4, 12, 34, 0),
        30%,
        rgb(4, 12, 34)
    );
    z-index: 1;
}
.main_container .chat_main_wrap {
    height: 100vh;
    width: 780px;
    margin: 0 auto;
}
.main_container .chat_header .chat_tab {
    display: flex;
    align-items: center;
    padding: 4px;
    margin: 0 auto;
    background-color: rgba(36, 221, 185, 0.1254901961);
    border-radius: 12px;
}
.main_container
    .chat_header
    .chat_tab
    .tab_item
    input[type="radio"]:checked
    + .chat_item_label {
    color: var(--baseColor);
    background-color: var(--primaryColor);
}
.main_container .chat_header .chat_tab .tab_item .chat_item_label {
    display: flex;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    height: 38px;
    padding: 12px 36px;
    border-radius: 8px;
    cursor: pointer;
}
.main_container .chat_main .chat_item {
    font-size: 15px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    grid-template-columns: 40px 1fr;
    border-radius: 12px;
}
.main_container .chat_main .chat_item .chat_profile {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.main_container .chat_main .chat_item .chat_profile .img_block {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.main_container .chat_main .chat_item .chat_text {
    color: #fff;
}
.main_container .chat_main .chat_item.ai {
    background-color: rgba(36, 221, 185, 0.1254901961);
}
.main_container .chat_main .chat_item.ai .chat_profile {
    padding: 4px;
    background-color: #fff;
}
.main_container .chat_main .chat_item.ai .chat_profile .img_block {
    border: none;
}
.main_container .chat_container {
    position: relative;
}
.main_container .chat_bottom {
    position: fixed;
    bottom: 30px;
    padding: 0;
    width: 780px;
    z-index: 3;
}
.main_container .chat_bottom .chat_write {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.main_container .chat_bottom .chat_textarea {
    font-size: 14px;
    font-family: "mazala";
    min-height: 60px;
    width: 100%;
    scroll-padding: 20px;
    padding: 20px 125px 20px 20px;
    border-radius: 8px;
    overflow-x: hidden;
    resize: none;
    border: none;
}
.main_container .chat_bottom .character_count {
    display: flex;
    align-items: center;
    position: absolute;
    content: "";
    bottom: 24px;
    right: 60px;
    font-size: 12px;
    line-height: 1;
    opacity: 0.7;
}
.main_container .chat_bottom .chat_send_btn {
    position: absolute;
    content: "";
    bottom: 12px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.main_container .chat_bottom .chat_send_btn svg {
    height: 28px;
    width: 28px;
}

.other_page_wrap {
    margin-top: 98px;
    background-color: var(--checkradioBg);
}
.other_page_wrap .main_wrap {
    padding: 0;
}

.sidebar_wrap {
    padding: 30px 0;
}
.sidebar_wrap .sidebar_colum {
    grid-template-columns: 260px 1fr;
}
.sidebar_wrap .sidebar_colum .sidebar_left {
    position: relative;
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_head,
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main {
    border-bottom: 1px dashed var(--grayColor);
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_head {
    text-align: center;
    padding-top: 30px !important;
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_head .img_block {
    height: 100px;
    width: 100px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main ul li a {
    display: block;
    padding: 10px;
    border-radius: 4px;
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main ul li a.active,
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main ul li a.active:hover {
    background-color: var(--primaryColor);
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main ul li a:hover {
    background-color: var(--lightGrayColor);
}
.sidebar_wrap .sidebar_colum .sidebar_left .sl_main ul li a span {
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
    padding: 3px 6px;
    background-color: var(--baseColor);
    border-radius: 20px;
}
.sidebar_wrap .sidebar_colum .sidebar_content {
    background-color: #fff;
    border: 1px solid var(--grayColorHover);
    border-radius: 8px;
}
.sidebar_wrap .sidebar_colum .sidebar_content .sidebar_content_head {
    padding: 10px 16px;
    border-bottom: 1px solid var(--grayColor);
}
.sidebar_wrap .sidebar_colum .sidebar_content .sidebar_content_head h2 {
    font-size: 17px;
}
.sidebar_wrap .sidebar_colum .sl_pad {
    padding: 16px;
}

.wallet_transaction {
    max-width: 500px;
    margin: 0 auto;
}

.wallet_item {
    padding: 20px;
    border: 1px solid var(--grayColor);
    border-radius: 8px;
}
.wallet_item .wallet_item_main {
    margin-bottom: 10px;
}

.transaction_item ~ .transaction_item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed var(--grayColor);
}
.transaction_item .transaction_item_main p {
    font-size: 16px;
    font-weight: 500;
}
.transaction_item .transaction_item_main em {
    color: var(--greenColor);
    font-weight: 400;
    font-style: normal;
}

.transaction_item_head,
.transaction_item_main {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 20px;
}

.transaction_item_head {
    margin-bottom: 6px;
}
.transaction_item_head label,
.transaction_item_head p {
    color: var(--textColor);
}

.page_sub {
    margin-top: 30px;
}

.box_bg {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}

.mazala_modal {
    max-width: 400px;
    margin: 40px auto;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
    pointer-events: all;
}
.mazala_modal .mazala_main {
    padding: 20px;
}
.mazala_modal .mazala_main h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
}

.fade {
    transition: opacity 0.15s linear !important;
}
.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    transition: transform 0.3s ease-out;
    pointer-events: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.checkout_success {
    text-align: center;
}

.mazala_qr {
    margin: 0 auto;
    width: 200px;
}

.cart_footer {
    margin-top: 20px;
}

.amount_options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.amount_options .amount_item input[type="radio"]:checked + .amount_label {
    color: var(--baseColor);
    background-color: var(--primaryColor);
}
.amount_options .amount_item .amount_label {
    display: block;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 30px;
    cursor: pointer;
}

/* Body Style End */
/* Footer Style */
.footer_wrap {
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_wrap .footer_main {
    padding: 50px 0;
}
.footer_wrap .footer_main .footer_main_l {
    grid-column: 1/5;
    grid-row: 1;
}
.footer_wrap .footer_main .footer_main_l .img_block {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
.footer_wrap .footer_main .footer_main_r {
    grid-column: 5/13;
    grid-row: 1;
}
.footer_wrap .footer_main .footer_main_r ul li {
    list-style: decimal;
}
.footer_wrap .footer_main ul h3 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer_wrap .footer_main ul li {
    color: #fff;
    display: flex;
    padding: 6px 0;
}
.footer_wrap .footer_main ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.5647058824);
}
.footer_wrap .footer_main ul li a:hover {
    color: var(--primaryColor);
}
.footer_wrap .footer_main ul li span {
    margin-right: 8px;
    opacity: 0.7;
}
.footer_wrap .footer_bottom {
    padding: 20px 0;
}
.footer_wrap .footer_bottom p {
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

/* Footer Style End */
/* Responsive Style */
@media (max-width: 1265px) {
    .header_wrap {
        left: 20px;
        right: 20px;
    }
    .container,
    .section_container {
        width: 100%;
        padding: 0 16px;
        overflow: hidden;
    }
    .slide_content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .item_column {
        margin-top: 20px;
    }
}
@media (max-width: 1201px) {
    .footer_wrap .footer_top {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 1131px) {
    .header_wrap .header_content {
        grid-template-columns: 200px 1fr 200px;
    }
    .logo span {
        flex: 0 0 200px;
        width: 200px;
    }
    .visible {
        overflow: hidden;
    }
    .visible .transparent_bg {
        display: flex;
        opacity: 1;
    }
    .menu_small {
        position: relative;
        display: flex;
        height: 44px;
        width: 44px;
        margin-right: 10px;
        cursor: pointer;
        overflow: hidden;
    }
    .menu_small.open span {
        left: 5px;
        width: 24px;
    }
    .menu_small.open span:first-child {
        opacity: 0;
        transform: translateX(-60px);
    }
    .menu_small.open span:nth-child(2) {
        transform: translateY(6px) rotate(135deg);
    }
    .menu_small.open span:nth-child(3) {
        transform: translateY(-6px) rotate(-135deg);
    }
    .menu_small span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        width: 22px;
        height: 2px;
        opacity: 1;
        background-color: #fff;
        transform: rotate(0deg) translate(-50%, -1px);
        transition: 0.4s ease-in-out;
    }
    .menu_small span:nth-child(2) {
        top: 16px;
    }
    .menu_small span:last-child {
        top: 28px;
    }
    .menu_wrap {
        position: fixed;
        top: 65px;
        bottom: 0;
        width: 100vw;
        max-width: 400px;
        background-color: #fff;
        transition: transform 0.2s cubic-bezier(0.7, 1, 0.3, 0.1);
        transform: translateX(-200%);
        z-index: 101;
    }
    .menu_wrap.open {
        left: 0;
        transform: translateX(0);
    }
    .menu_wrap .__block > ul {
        padding: 16px;
        height: calc(100vh - 101px);
        overflow-y: auto;
    }
    .menu_wrap ul li a {
        display: flex;
        align-items: center;
        font-size: 16px;
        height: 54px;
        padding: 0;
    }
    .menu_wrap ul li ~ li {
        border-top: 1px solid #e5e5e9;
    }
    .menu_wrap .sub_menu {
        margin-left: 10px;
    }
    .change .menu_wrap {
        top: 81px;
    }
    .left_sidebar .sidebar_main {
        height: calc(100vh - 226px);
    }
    .left_sidebar .sidebar_main .new_chat {
        display: none;
    }
    .left_sidebar .sidebar_main .chat_history {
        margin: 0;
    }
    .__visible_page {
        overflow: hidden;
    }
    .__visited {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        z-index: 7;
    }
    .gap4 {
        gap: 20px;
    }
}
@media (max-width: 1121px) {
    .main_container .chat_main_wrap,
    .main_container .chat_bottom {
        width: calc(100vw - 350px);
    }
}
@media (max-width: 991px) {
    html {
        overflow-x: hidden;
    }
    html::before {
        display: none;
    }
    .logo span {
        height: 40px;
        width: 110px;
        flex: 0 0 110px;
    }
    .main_wrap {
        padding-top: 10px !important;
    }
    .main_wrap .slide_wrap {
        left: -20px;
        margin: 0 0 20px;
        width: 100vw;
        border-radius: 0;
    }
    .main_grid .left_sidebar_wrap {
        height: 74px;
    }
    .item_column {
        border: 1px solid var(--itemBorder);
    }
    .item_box:nth-child(3),
    .item_box:nth-child(4) {
        border-top: 1px solid var(--itemBorder);
    }
    .main_column,
    .main_grid,
    .g2,
    .g3 {
        grid-template-columns: 1fr;
    }
    .g4 {
        grid-template-columns: 1fr 1fr;
    }
    .gap3 {
        gap: 20px;
    }
    .big_box.rtl {
        direction: ltr;
    }
    .slide_content {
        padding-bottom: 50px !important;
    }
    .main_container {
        margin: 0 16px;
    }
    .main_container .chat_main_wrap,
    .main_container .chat_bottom {
        height: auto;
        width: 100%;
        max-width: 640px;
    }
    .main_container .chat_main_wrap {
        padding: 0 0 100px;
    }
    .main_container .chat_bottom {
        bottom: 16px;
    }
    .main_container::after {
        left: 0;
    }
}
@media (max-width: 768px) {
    .header_wrap {
        left: 10px;
        right: 10px;
    }
    .header_wrap .header_content {
        padding: 10px 0;
        grid-template-columns: 1fr 1fr;
    }
    .header_wrap .header_content .header_menu {
        display: none;
    }
    .new_chat {
        font-size: 13px;
        padding: 12px 24px;
    }
    .main_container .chat_header .chat_tab .tab_item .chat_item_label {
        font-size: 13px;
        height: 36px;
        padding: 12px 30px;
    }
    .dropdown_btn .dfc .img_block {
        margin: 0;
    }
    .dropdown_btn .dfc p {
        display: none;
    }
    .__btn {
        padding: 6px 16px;
    }
    .section {
        padding: 30px 0;
    }
    .container,
    .section_container {
        width: 100vw;
        padding: 0 12px !important;
    }
    .other_page_wrap {
        margin-top: 64px;
    }
    .sidebar_wrap {
        padding: 20px 0;
    }
    .home_head .home_head_main h1 {
        font-size: 40px;
    }
    .big_box h2 {
        font-size: 28px;
    }
    .chat_text p {
        font-size: 13px;
    }
    .main_column_wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
    .item_box {
        padding: 30px 20px 20px;
    }
    .item_box ~ .item_box {
        border-top: 1px solid var(--itemBorder);
        border-left: none;
    }
    .menu_slide {
        margin-left: -10px;
        margin-right: -10px;
    }
    .tab_wrap .tab_item {
        font-size: 13px;
        padding: 8px 10px;
    }
    .main_wrap .slide_wrap {
        left: -10px;
    }
    .detail_page h2 {
        font-size: 26px;
    }
    .page_head {
        margin-bottom: 12px;
    }
    .title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .gap2_4 {
        gap: 10px;
    }
    .g4 {
        grid-template-columns: 1fr;
    }
    .gap4 {
        gap: 12px;
    }
    .slide_content {
        padding: 20px;
    }
    .slide_content h2 {
        font-size: 24px;
    }
    .sidebar_wrap .sidebar_colum {
        grid-template-columns: 1fr;
    }
    .sidebar_wrap .sidebar_colum .sidebar_left {
        display: none;
    }
    .g12 {
        grid-template-columns: 1fr;
    }
    .footer_wrap {
        padding: 0;
    }
    .footer_wrap .footer_main {
        padding: 20px 0;
    }
    .footer_wrap .footer_main .footer_main_l,
    .footer_wrap .footer_main .footer_main_r {
        grid-column: 1;
        grid-row: auto;
    }
}
@media (max-width: 674px) {
    .header_right .__btn p {
        text-indent: -10000px;
        font-size: 0;
        display: block;
        max-width: 80px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .header_right .__btn span {
        font-size: 14px;
        display: block !important;
    }
    .main_container .chat_bottom {
        width: calc(100vw - 32px);
    }
    .main_container .chat_bottom .character_count {
        bottom: 30px;
    }
    .main_container .chat_bottom .chat_send_btn {
        bottom: 17px;
    }
}
@media (min-width: 991px) {
    .mobile_chat_head {
        display: none;
    }
}
/* Responsive Style End */ /*# sourceMappingURL=style.css.map */
