@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

[class^=ri-] {
    font-weight: 400;
}

.dropdown-toggle::after {
    border: 0 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

html {
    scroll-padding-top: 100px;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--sitebg);
    outline: 0 !important;
    overflow-x: hidden;
    line-height: 1;
}

:root {
    --sitebg: #1B2633;
    --textwhite: #ffffff;
    --whitebackground: #ffffff;
    --headerbg: #1D2938;
    --maintext: #372E52;
    --subtext: #999999;
    --mainbackground: #5177FC;
    --secondbackground: #22272A;
    --sectionbg: #F6F9FB;
    --alpha: rgba(34, 39, 42, 0.80);
}

.row {
    --bs-gutter-x: 30px;
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.title {
    font-size: 25px;
    font-weight: 600;
    color: var(--textwhite);
    margin-bottom: 40px;
}

.title b {
    font-weight: 700;
}


/* Header */

.site-navbar {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.site-navbar .menu-block-wrapper {
    flex-grow: 1;
    align-items: center;
}

.site-navbar .brand-logo {
    display: flex;
    align-items: center;
}

.site-navbar .brand-logo span {
    color: var(--subtext);
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1.26px;
    margin-left: 10px;
}

.site-navbar .brand-logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.site-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--headerbg);
    padding: 15px 0;
    background: radial-gradient(at bottom, rgba(29, 41, 56, 0.95), #1D2938);
}

.site-header--sticky:not(.mobile-sticky-enable) {
    top: 0;
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: relative !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    position: fixed !important;
    transition: 0.4s;
    padding-top: 40px;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
    transform: translateY(0%);
    background: #fff;
    z-index: 3;
}

.site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main.nav-link-item {
    line-height: 80px;
}

.site-header--menu-center .container {
    position: relative;
}

.site-header--menu-center .menu-block-wrapper {
    position: static;
}

.site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-left: 15px;
}

.site-header--menu-right .menu-block-wrapper {
    position: static;
}

.site-header--menu-right .menu-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: auto;
}

.site-header--menu-right .menu-block .site-right-block {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.site-header--menu-right .menu-block .site-right-block small {
    display: flex;
    align-items: center;
}

.site-header--menu-right .menu-block .site-right-block small a {
    color: #888CA3;
    font-size: 13px;
    font-family: Inter;
    font-weight: 600;
    white-space: nowrap;
    padding: 0;
    border: none;
}

.site-header--menu-right .menu-block .site-right-block small a i {
    font-size: 15px;
    color: #888CA3;
    margin-right: 6px;
}

.site-header--menu-right .menu-block .site-right-block .list-item:not(:last-child) {
    margin-bottom: 15px;
}

.site-header--menu-right .menu-block .site-right-block a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #22272A;
    font-size: 16px;
    padding: 12px 36px 13px 37px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #F5F7F9;
    border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    height: 40px;
}

.site-header--menu-right .menu-block .site-right-block a.offer {
    color: var(--textwhite);
    background: var(--mainbackground);
    margin-left: 20px;
    border: none;
    max-width: 161px;
}

.site-header--menu-right .menu-block .site-right-block a i {
    font-size: 20px;
    margin-right: 8px;
    color: #ffffff;
}

.site-header--menu-right .menu-block .site-right-block a.btn-gradient {
    background: #ffffff;
    border: 1px solid rgba(66, 68, 89, 0.05);
    border-radius: 100px;
    margin-left: 15px;
    color: #424459;
    min-width: 75px;
}

.site-header--menu-right .menu-block .site-right-block a.btn-gradient span {
    line-height: 15px;
    color: #22272A;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 400;
}

.site-header--menu-right .menu-block .site-right-block a.btn-gradient i {
    font-size: 20px;
}

.site-header--menu-right .menu-block .site-right-block .menu {
    position: relative;
    min-width: 175px;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle {
    background-color: #14A800;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 10px 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15A003;
    margin-right: 10px;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform: rotate(45deg);
    transition: 0.4s;
    margin-left: auto;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle:focus::after {
    transform: rotate(225deg);
}

.site-header--menu-right .menu-block .site-right-block .menu .list {
    background-color: #ffffff;
    color: #444;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 135%;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #F6F6F7;
    overflow: auto;
}

.site-header--menu-right .menu-block .site-right-block .menu .list::-webkit-scrollbar {
    width: 3px;
    margin-top: 30px;
}

.site-header--menu-right .menu-block .site-right-block .menu .list::-webkit-scrollbar-track {
    background: #F6F6F7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-header--menu-right .menu-block .site-right-block .menu .list::-webkit-scrollbar-thumb {
    background: #5D667A;
    border-radius: 10px;
}

.site-header--menu-right .menu-block .site-right-block .menu .list a {
    bordeR: none;
}

.site-header--menu-right .menu-block .site-right-block .menu .list-item {
    display: flex;
    align-items: center;
    transition: 0.4s, transform 0.4s var(--delay);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.site-header--menu-right .menu-block .site-right-block .menu .list-item a {
    height: unset !important;
    padding: 0;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle:focus~.list {
    height: 190px;
    opacity: 1;
}

.site-header--menu-right .menu-block .site-right-block .menu .toggle:focus~.list .list-item {
    transform: translateX(0);
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0;
}

.site-menu-main li {
    list-style: none;
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0;
}

.site-menu-main a {
    text-decoration: none;
}

.site-menu-main .nav-item {
    display: inherit;
}

.site-menu-main .nav-item.login-box a {
    font-weight: 500;
    font-size: 15px;
    background: var(--mainbg);
    padding: 15px 30px;
    border-radius: 8px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: var(--white__text);
}

.site-menu-main .nav-link-item {
    font-size: 15px;
    font-family: Inter;
    font-weight: 600;
    line-height: 18px;
    font-style: normal;
    color: var(--textwhite);
    position: relative;
    display: flex;
    align-items: center;
}

.site-menu-main .nav-link-item.active {
    color: var(--mainbackground) !important;
}

.site-menu-main .nav-link-item i {
    margin-left: 5px;
    line-height: 5px;
}

.site-menu-main .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 0px;
    transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.site-menu-main .sub-menu--item {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-menu-main .sub-menu--item>a {
    color: inherit;
}

.site-menu-main .sub-menu--item:hover>a {
    color: #416ff4;
}

.site-menu-main>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.mega-trigger:hover>.megamenu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-trigger {
    display: none;
}

.mobile-menu-head {
    display: none;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: 27px;
    font-family: Sora;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 40px;
    padding-bottom: 0;
    border: none;
}

.title p {
    color: #888CA3;
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}


/* Hero */

.hero {
    padding: 70px 0;
    background-color: #1A2431;
}

.hero .hero--wrapper .hero--row {
    align-items: center;
    justify-content: space-between;
}

.hero .hero--wrapper .hero--row .right--content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right--content .image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.right--content .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

.right--content .grid.grid-animate-2 {
    grid-template-columns: 260px 120px;
}

.right--content .grid .image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right--content .grid .image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
    position: relative;
    border-radius: 5px;
}

.right--content .grid .image-fixed img {
    transition: none;
}

.hero .hero--wrapper .hero--row .left--content {
    max-width: 428px;
}

.hero .hero--wrapper .hero--row .left--content h3 {
    color: var(--textwhite);
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}

.hero .hero--wrapper .hero--row .left--content h1 {
    display: none
}

.hero .hero--wrapper .hero--row .left--content p {
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 33px;
    color: var(--textwhite);
}

.hero .hero--wrapper .hero--row .left--content .btn--area {
    display: flex;
    align-items: center;
}

.hero .hero--wrapper .hero--row .left--content .btn--area span {
    margin-left: 25px;
    color: var(--textwhite);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.24px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    font-family: Inter;
}

.hero .hero--wrapper .hero--row .left--content .btn--area span b {
    font-weight: 600;
    margin-left: 5px;
}

.hero .hero--wrapper .hero--row .left--content .btn--area span img {
    margin-right: 8px;
}

.hero .hero--wrapper .hero--row .left--content .btn--area a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: var(--textwhite);
    padding: 15px 34px;
    display: inline-flex;
    align-items: center;
    background: var(--mainbackground);
    border-radius: 5px;
}

.hero .hero--wrapper .hero--row .left--content .btn--area a i {
    font-size: 20px;
    margin-left: 6px;
}

.sliding-image {
    min-width: 331px;
}

.section--content {
    margin-top: 0;
    padding: 0;
    position: relative;
}

.section--content .bottom-border {
    border-bottom: 1px solid rgba(103, 120, 148, 0.10);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section--content .section--wrapper .nav-tabs {
    justify-content: center;
    margin-bottom: -240px;
    border-bottom: none;
}

.section--content .section--wrapper .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
}

.section--content .section--wrapper .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: none;
    background: transparent;
    border-radius: 3px;
    padding: 8px 15px;
    color: #677894;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.section--content .section--wrapper .nav-tabs .nav-item .nav-link.active {
    background: rgba(81, 119, 252, 0.1);
    color: #5177FC;
    border-radius: 100px;
}

.imageTop {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.imageTop.any::after {
    content: none;
}

.imageTop i {
    font-size: 39px;
    color: #fff;
}

.imageTop span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.imageTop span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #5177FC;
    z-index: -1;
}

.imageTop img {
    margin-top: 3px;
    margin-left: 2px;
}

.imageTop::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #5177FC;
    border-radius: 9999px;
    filter: blur(40px);
    z-index: -1;
    -webkit-clip-path: xywh(-108% 34px 331% 220% round 0 0);
    clip-path: xywh(-108% 34px 331% 220% round 0 0);
}

.section--1 {
    margin-bottom: 50px;
}

.section--1.other {
    padding: 0 0 40px 0;
    margin-bottom: 0;
}

.section--1.other .section--wrapper {
    margin-top: 0;
}

.section--1.theme {
    padding-top: 40px;
}

.section--1.other .section--wrapper .title {
    border-bottom: 0;
    margin-bottom: 33px;
    margin-top: 0;
}

.section--1 .section--wrapper {
    margin-top: 40px;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: -moz-max-content;
    width: max-content;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item img {
    border-radius: 5px 5px 0 0;
    height: auto;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 11.5px 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--textwhite);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p small {
    line-height: 27px;
    font-size: 16px;
    font-weight: 700;
    color: var(--textwhite);
    margin-right: 10px;
    padding-right: 10px;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p span {
    padding: 7px 12px 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: var(--textwhite);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.default {
    background: linear-gradient(93deg, #5177FC 20%, rgba(81, 119, 252, 0) 118%);
    height: 50px;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.lemon {
    background: linear-gradient(90deg, #DA9931 20%, rgba(218, 153, 49, 0) 118%);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.lemon span {
    background: rgba(230, 161, 49, 0.8);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.lemon small {
    border-right: 1px solid #DA9931;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.apple {
    background: linear-gradient(90deg, #DA4B4A 20%, rgba(218, 75, 74, 0) 118%);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.apple span {
    background: rgba(235, 77, 75, 0.8);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.apple small {
    border-right: 1px solid #DA4B4A;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.coconate {
    background: linear-gradient(90deg, #249CA8 20%, rgba(36, 156, 168, 0) 118%);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.coconate span {
    background: rgba(34, 166, 179, 0.8);
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p.coconate small {
    border-right: 1px solid #249CA8;
}

#section4 .nav-tabs {
    margin-bottom: 2rem;
    border-bottom: none;
}

#section4 .icon {
    margin-right: 0;
}

#section4 .nav-tabs .nav-item {
    margin: 0 10px;
}

#section4 .nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #a0aec0;
    font-weight: 600;
    padding: 1rem 2rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

#section4 .nav-tabs .nav-link i {
    font-size: 22px;
    margin-right: 8px;
}

#section4 .nav-tabs .nav-link:hover {
    color: #fff;
    background: rgba(99, 102, 241, 0.1);
}

#section4 .nav-tabs .nav-link.globalhover:hover {
    color: #fff;
    background: rgba(199, 135, 28, 0.1);
}

#section4 .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    transform: translateY(-2px);
    border-bottom: none;
}

#section4 .nav-tabs .nav-link.global.active {
    background: #C7871C;
}

.section--1.other .flex--box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item {
    width: 100%;
}

.section--1 .section--wrapper .section--area .flex--box .flex--item {
    padding-right: 0 !important;
    border-radius: 13px;
    overflow: hidden;
}


/* Mobil Uyumluluk */

@media (min-width: 768px) {
    .image-fixed .web {
        display: grid;
    }
    .image-fixed .mobile {
        display: none;
    }
}

#languageText {
    position: relative;
    height: 24px;
    /* metinlerin yüksekliğine göre ayarlayın */
    overflow: hidden;
    margin-bottom: 15px;
}

#languageText .text {
    position: absolute;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

#languageText .text.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#languageText .text.leaving {
    transform: translateY(-100%);
    opacity: 0;
    visibility: visible;
}

#languageRotator {
    position: relative;
    height: 60px;
    overflow: hidden;
}

#languageRotator .item {
    position: absolute;
    width: 100%;
    background: #5177FC;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#languageRotator .item.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#languageRotator .item.leaving {
    transform: translateY(-100%);
    opacity: 0;
    visibility: visible;
}

.section--2 .section--wrapper {
    margin-top: 0;
}

.section--2 .section--wrapper .section--area .col-xl-3 {
    display: none;
}

.section--2 .section--wrapper .section--area .load-more {
    background: #1B2633;
    padding: 15px;
    color: #888CA3;
    font-size: 15px;
    font-family: Inter;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    border-radius: 8px;
    margin-top: 15px;
}

.section--2 .section--wrapper .section--area .load-more i {
    font-size: 20px;
    margin-right: 4px;
}

.section--content .section--wrapper .section--2 .section--wrapper .section--area .no-gutters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.section--2 .section--wrapper .section--area .item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 15px;
    background: #1B2633;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    margin-bottom: 0;
}

.section--2 .section--wrapper .section--area .item strong {
    margin-top: 0;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 19px;
}

.section--2 .section--wrapper .section--area .item .icon {
    display: flex;
    align-items: center;
    position: relative;
}

.section--2 .section--wrapper .section--area .item .icon span {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: var(--textwhite);
    background: var(--mainbackground);
    padding: 1px 12px;
    border-radius: 3px;
    left: -2px;
    bottom: -7px;
}

.section--2 .section--wrapper .section--area .item--area {
    display: none;
}

.section--2 .section--wrapper .section--area .item .icon i {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: rgba(81, 119, 252, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5177FC;
    font-size: 20px;
    padding: 0;
}

.section--2 .section--wrapper .section--area .item strong {
    font-size: 17px;
    font-weight: 600;
    color: var(--textwhite);
    line-height: 23px;
    margin-left: 15px;
    margin-top: 0;
}

.section--2 .section--wrapper .section--area .item.first {
    background: var(--mainbackground);
    padding: 22px;
    justify-content: space-between;
    position: relative;
    border: none;
}

.section--2 .section--wrapper .section--area .item.first .absolute--item {
    position: absolute;
    left: 0;
    top: 0;
}

.section--2 .section--wrapper .section--area .item.first .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
}

.section--2 .section--wrapper .section--area .item.first .image small {
    font-size: 13px;
    font-weight: 600;
    color: var(--textwhite);
    margin-left: 7px;
}

.section--2 .section--wrapper .section--area .item.first i {
    font-size: 23px;
    color: var(--textwhite);
}


/* Stat */

.section--stat .section--wrapper .section--area {
    position: relative;
    background: linear-gradient(91deg, rgba(81, 119, 252, 0) 0%, rgba(81, 119, 252, 0.07) 100%);
    overflow: hidden;
    border-radius: 13px;
    z-index: 0;
    padding: 50px;
}

.section--stat .section--wrapper {
    border-bottom: 1px solid rgba(103, 120, 148, 0.10);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section--stat .section--wrapper .section--area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 13px;
    background: linear-gradient( 325deg, #5177FC 10%, rgba(81, 119, 252, 0.2) 30%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    z-index: -1;
}

.section--stat .section--wrapper .section--area::before {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -217px;
    width: 356px;
    height: 356px;
    background: #5177FC;
    border-radius: 50%;
    background: #5177FC;
    border-radius: 9999px;
    filter: blur(100px);
    z-index: -1;
}

.section--stat .section--wrapper .section--area .text--head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--stat .section--wrapper .section--area .text--head strong {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textwhite);
    font-size: 30px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    line-height: 38px;
}

.section--stat .section--wrapper .section--area .text--head strong b {
    color: #5177FC;
    font-weight: 700;
    margin-left: 10px;
}

.section--stat .section--wrapper .section--area .text--head p {
    color: var(--textwhite);
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    text-align: center;
}

.section--stat .section--wrapper .section--area .content {
    display: flex;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 889px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.section--stat .section--wrapper .section--area .content .item {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 19px;
    border: 1px rgba(255, 255, 255, 0.10) solid;
    width: 100%;
    padding: 30px;
    max-width: 437px;
}

.section--stat .section--wrapper .section--area .content .item.second {
    background: #5177FC;
    position: relative;
}

.section--stat .section--wrapper .section--area .content .item.second::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid transparent;
    border-radius: 13px;
    background: linear-gradient(240deg, #9DB3FF 10%, rgba(81, 119, 252, 0.2) 30%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}

.section--stat .section--wrapper .section--area .content .item .item--head {
    color: var(--textwhite);
    font-size: 25px;
    font-family: Sora;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section--stat .section--wrapper .section--area .content .item .progress--bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 9px;
}

.section--stat .section--wrapper .section--area .content .item .progress--bar .progress--area {
    display: flex;
    flex-direction: column;
}

.section--stat .section--wrapper .section--area .content .item .progress--bar .progress--area .progress--title {
    color: var(--textwhite);
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
}

.section--stat .section--wrapper .section--area .content .item .progress--bar .progress--area .progress-item {
    height: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100px;
    margin-top: 9px;
    position: relative;
}

.section--stat .section--wrapper .section--area .content .item .progress--bar .progress--area .progress--value {
    position: absolute;
    width: 10%;
    height: 100%;
    border-radius: 100px;
    background: #FFFFFF;
}

.section--3.navs--area .section--wrapper {
    margin-bottom: -20px;
}

.section--3.other .section--wrapper .section--area .imageTop::after {
    -webkit-clip-path: xywh(-108% 40px 331% 220% round 0 0);
    clip-path: xywh(-108% 40px 331% 220% round 0 0);
}

.section--3 .section--wrapper {
    border-bottom: 1px solid rgba(103, 120, 148, 0.10);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section--3 .section--wrapper .section--area .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.section--3 .section--wrapper .section--area .item {
    background: #1B2633;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(136, 140, 163, 0.10);
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    display: flex;
    flex-direction: column;
}

.section--3 .section--wrapper .section--area .item .item--head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 25px 0 25px;
}

.section--3 .section--wrapper .section--area .item .item--head .icon {
    font-size: 24px;
    color: #5177FC;
    padding: 13px;
    background: rgba(81, 119, 252, 0.10);
    border-radius: 3px;
}

.section--3 .section--wrapper .section--area .item .item--head strong {
    font-size: 18px;
    font-family: Sora;
    font-weight: 700;
    color: var(--textwhite);
    padding: 25px 0 15px 0;
}

.section--3 .section--wrapper .section--area .item .item--body {
    padding: 0 25px;
}

.section--3.page .section--wrapper .section--area .item .item--body {
    padding: 0;
}

.section--3 .section--wrapper .section--area .item .item--body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-family: Inter;
    color: #888CA3;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Inter-Regular', sans-serif;
}

.section--3.other .section--wrapper .section--area .item .item--bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(81, 119, 252, 0.05);
    padding: 25px;
    border-top: 1px solid rgba(136, 140, 163, 0.10);
    margin-top: auto;
    width: 100%;
}

.section--3.other .section--wrapper .section--area .item .item--bottom span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: var(--textwhite);
    background: rgba(81, 119, 252, 0.05);
    border: 1px solid rgba(81, 119, 252, 0.10);
    height: 50px;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
}

.section--3.other .section--wrapper .section--area .item .item--bottom span i {
    color: #5177FC;
    font-size: 24px;
}

.section--3.other .section--wrapper .section--area .item .item--bottom a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainbackground);
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: var(--textwhite);
    border-radius: 3px;
    margin-top: 10px;
}

.section--3.page .title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 600;
    font-family: Source Sans Pro;
}

.section--3.page .section--wrapper {
    padding-bottom: 10px;
    margin-top: 50px;
}

.section--3.page .section--wrapper .section--area .item.padb {
    padding-bottom: 20px;
}

.section--3.page .section--wrapper .section--area .item.padb.back {
    background: rgba(81, 119, 252, 0.05);
    border: 1px rgba(81, 119, 252, 0.2) solid;
    padding: 25px 25px 15px 25px;
    border-radius: 8px;
    margin-bottom: 0;
    width: 100%;
}

.section--3.page .section--wrapper .section--area .item.padb.back .item--bottom span.discount {
    background: rgba(26, 81, 119, 0.0509803922);
}

.section--3.page .section--wrapper .section--area .col-lg-4 {
    margin-bottom: 0;
}

.section--3.page .section--wrapper .section--area .item.packet--one {
    background: #1B2633;
    padding: 25px 25px 15px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    width: 100%;
}

.section--3.page .section--wrapper .section--area .item .item--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
    border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
    margin-bottom: 25px;
    padding: 0;
    padding-bottom: 25px;
}

.section--3.page .section--wrapper .section--area .item .item--head strong {
    margin-left: 0;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.section--3.page .section--wrapper .section--area .item .item--head strong.global {
    margin-left: 0;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    font-family: Source Sans Pro;
    flex-direction: column;
    padding: 0;
}

.section--3.page .section--wrapper .section--area .item .item--head strong.global small {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 400;
}

.section--3.page .section--wrapper .section--area .item .item--head strong i {
    font-size: 24px;
    color: #5177FC;
    margin-right: 10px;
}

.section--3.page .section--wrapper .section--area .item .item--head span {
    color: #5177FC;
    font-size: 14px;
    font-weight: 600;
    background: rgba(81, 119, 252, 0.1);
    border-radius: 8px;
    padding: 5px 10px;
    width: 100%;
    min-width: 110px;
    max-width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--3.page .section--wrapper .section--area .item.back .item--head span {
    min-width: 120px;
    max-width: 120px;
}

.section--3.page .section--wrapper .section--area .item.back .item--head span i {
    font-size: 18px;
    margin-right: 8px;
}

.section--3.page .section--wrapper .section--area .item .item--bottom.page {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
    display: flex;
    align-items: center;
}

.section--3 .section--wrapper .section--area .item .item--bottom span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--textwhite);
    background: #1B2633;
    border: 1px solid rgba(136, 140, 163, 0.1);
    height: 55px;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

.section--3 .section--wrapper .section--area .item .item--bottom a {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainbackground);
    font-size: 18px;
    font-weight: 700;
    color: var(--textwhite);
    margin-left: 18px;
    border-radius: 8px;
}

.section--3.other .section--wrapper .section--area .item .item--bottom a {
    margin-left: 0;
}

.section--3.page .section--wrapper .section--area .item .item--bottom span.discount {
    padding-right: 0;
}

.section--3.page .section--wrapper .section--area .item .item--bottom span.discount small {
    height: 100%;
    background: #F3A45D;
    margin-left: auto;
    text-align: center;
    padding: 11px 17px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 100px 0 0 100px;
}

.section--3.page .section--wrapper .section--area .item .item--bottom span.discount small b {
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
}

.section--3.page .section--wrapper .section--area .item .item--body p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--textwhite);
    border-bottom: 1px solid rgba(136, 140, 163, 0.1);
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: left;
    font-family: Source Sans Pro;
}

.section--3.page .section--wrapper .section--area .item .item--body p b {
    color: var(--mainbackground);
}

.section--3.page .section--wrapper .section--area .item .bottom-ex.tras strong {
    color: #888CA3;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex.tras strong i {
    color: #888CA3;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex strong {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #5177FC;
    margin-bottom: 25px;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex strong i {
    font-size: 23px;
    margin-right: 10px;
    color: #5177FC;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex .no-gutters {
    margin-right: -10px;
    margin-left: 0;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex .no-gutters [class*=col-] {
    padding-right: 7px;
    padding-left: 0;
    margin-bottom: 10px;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex .content {
    background: #1B2633;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: default;
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--3.page .section--wrapper .section--area .item.back .bottom-ex .content {
    background: rgba(81, 119, 252, 0.1);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: default;
    border: 1px solid rgba(81, 119, 252, 0.1);
}

.section--3.page .section--wrapper .section--area .item .bottom-ex .content .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(81, 119, 252, 0.1);
    font-size: 20px;
    color: #5177FC;
    margin-right: 15px;
}

.section--3.page .section--wrapper .section--area .item.back .bottom-ex .content .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(81, 119, 252, 0.1);
    font-size: 20px;
    color: #5177FC;
    margin-right: 15px;
}

.section--3.page .section--wrapper .section--area .item .bottom-ex .content .text {
    font-size: 16px;
    font-weight: 600;
    color: var(--textwhite);
}

.section--4 {
    background: #1B2633;
    padding: 30px 0;
}

.section--4 .section--wrapper .section--area {
    display: flex;
    align-items: center;
}

.section--4 .section--wrapper .section--area .minlap {
    width: 100%;
    max-width: 337px;
}

.section--4 .section--wrapper .section--area .flexfull {
    width: 100%;
    margin-left: 40px;
}

.section--4 .section--wrapper .content .image small {
    font-size: 13px;
    font-weight: 600;
    color: var(--textwhite);
    margin-left: 7px;
    line-height: 19px;
    margin-top: -4px;
}

.section--4 .section--wrapper .content h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 39px;
    color: var(--textwhite);
    margin: 8px 0 20px 0;
    font-family: Sora;
}

.section--4 .section--wrapper .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 33px;
    color: var(--textwhite);
    max-width: 517px;
}

.section--4 .section--wrapper .content .buttons {
    display: flex;
    align-items: center;
}

.section--4 .section--wrapper .content .info {
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}

.section--4 .section--wrapper .content .buttons a {
    font-size: 16px;
    font-weight: 600;
    color: var(--textwhite);
    width: 100%;
    max-width: 205px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--mainbackground);
    cursor: pointer;
    max-width: 170px;
}

.section--4 .section--wrapper .content .buttons.glb a {
    background: #C7871C;
}

.section--4 .section--wrapper .content .buttons.glb .demo {
    background: rgba(199, 135, 28, 0.05);
    border-radius: 5px;
    border: 1px rgba(199, 135, 28, 0.20) solid;
    color: #C7871C;
}

.section--4 .section--wrapper .content .buttons a i {
    font-size: 20px;
    margin-right: 5px;
}

.section--4 .section--wrapper .content .buttons a.demo {
    background: rgba(81, 119, 252, 0.1);
    color: #5177FC;
    margin-left: 15px;
    max-width: 154px;
    border: 1px solid #5177FC33;
}

.section--4.theme .section--wrapper .content .buttons a.demo {
    max-width: 170px;
    margin-left: 15px;
}

.section--4 .section--wrapper .content .buttons a.price {
    font-weight: 600;
    font-size: 15px;
    line-height: 46px;
    background: #888ca329;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    border-radius: 3px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    border: 1px solid #888ca33d;
}

.section--5 {
    margin-top: 30px;
}

.section--5 .section--wrapper .section--row {
    justify-content: space-between;
}

.section--5 .section--wrapper .section--row .content {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    background: #1B2633;
}

.section--5 .section--wrapper .section--row .content.detail--any {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainbackground);
    height: 85px;
}

.section--5 .section--wrapper .section--row .content.detail--any small {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: var(--textwhite);
    margin-left: 6px;
    margin-top: 2px;
}

.section--5 .section--wrapper .section--row .content .icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: rgba(81, 119, 252, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}

.section--5 .section--wrapper .section--row .content .text {
    display: flex;
    flex-direction: column;
}

.section--5 .section--wrapper .section--row .content .text strong {
    font-size: 17px;
    font-weight: 600;
    color: var(--textwhite);
    margin-bottom: 3px;
}

.section--5 .section--wrapper .section--row .content .text small {
    font-size: 15px;
    font-weight: 400;
    color: var(--textwhite);
}

.section--5 .section--wrapper .section--row .image--item {
    display: flex;
    align-items: flex-end;
}

.section--5 .section--wrapper .section--row .image--item .image--content {
    margin-top: -361px;
}

.section--5 .section--wrapper .section--row .image--item .image--content img {
    height: auto;
    border-radius: 5px;
}

@keyframes sway {
    0% {
        transform: rotate(2deg) translateY(15px);
    }
    100% {
        transform: rotate(-2deg) translateY(-15px);
    }
}

@keyframes sway-collumn {
    0% {
        transform: rotate(-2deg) translateY(-15px);
    }
    100% {
        transform: rotate(2deg) translateY(15px);
    }
}

.section--faq {
    margin-bottom: 40px;
}

.section--faq.detail {
    margin-bottom: 15px;
}

.section--faq .section--wrapper .section--row .content--left strong {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: var(--textwhite);
    margin-bottom: 20px;
    display: block;
}

.section--faq .section--wrapper .section--row .content--left p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--textwhite);
    max-width: 400px;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion:not(:last-child) {
    margin-bottom: 15px;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1B2633;
    color: #353550;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
    padding: 17px 20px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title.active {
    border-radius: 13px 13px 0 0;
    border-bottom: 0;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title.active i.quest {
    color: #5177FC;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title i {
    color: var(--textwhite);
    font-size: 18px;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title i.ri-arrow-up-s-line {
    display: none;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title i.quest {
    font-size: 24px;
    transition: all 0.4s;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title span {
    width: 30px;
    min-width: 30px;
    max-height: 30px;
    height: 30px;
    background: rgba(81, 119, 252, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.4s;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title span i {
    color: #5177FC;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .accordion-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--textwhite);
    margin-bottom: 3px;
    padding-left: 15px;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .panel {
    display: none;
    color: var(--textwhite);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 30px;
    padding-top: 30px;
    display: none;
    background-color: #1B2633;
    border-radius: 0 0 13px 13px;
    padding: 0 25px 25px 25px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    border-top: 0;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .panel p {
    padding-top: 20px;
    border-top: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--faq .section--wrapper .section--row .content .accordion-wrapper .accordion .panel p b {
    font-weight: bold;
}

.section--features {
    background: transparent;
    padding: 50px 0 0 0;
}

.section--features .section--wrapper {
    border-bottom: 1px solid rgba(103, 120, 148, 0.10);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section--features .section--wrapper .section--area .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.section--features .section--wrapper .section--area .content .content--item {
    background: #1B2633;
    border-radius: 8px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--features .section--wrapper .section--area .content .content--item .item--head {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.section--features .section--wrapper .section--area .content .content--item .item--head strong {
    color: var(--textwhite);
    font-size: 21px;
    font-family: Sora;
    font-weight: 600;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.section--features .section--wrapper .section--area .content .content--item .item--head small {
    color: #888CA3;
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
}

.section--features .section--wrapper .section--area .content .content--item .item--body {
    background: rgba(81, 119, 252, 0.05);
    border-top: 1px rgba(81, 119, 252, 0.10) solid;
    border-bottom: 1px rgba(81, 119, 252, 0.10) solid;
    padding: 20px 30px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--text {
    display: flex;
    align-items: center;
    color: var(--textwhite);
    font-size: 15px;
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 15px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--text i {
    color: #5177FC;
    font-size: 24px;
    margin-right: 5px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item {
    position: relative;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item {
    background: #5177FC;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .image {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .image img {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .text {
    color: var(--textwhite);
    font-size: 15px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
    margin-left: 10px;
}

.section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .text span {
    display: none;
}

.section--features .section--wrapper .section--area .content .content--item .item--bottom {
    padding: 30px;
}

.section--features .section--wrapper .section--area .content .content--item .item--bottom p {
    color: #888CA3;
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
}

.section--modules .title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 40px;
}

.section--modules .head--full {
    background: #1A2431;
}

.section--modules .head--full .content--head {
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.section--modules .head--full .content--head .imageTop {
    margin-bottom: 30px;
}

.section--modules .head--full .content--head .imageTop::after {
    left: -15px;
    width: 110px;
    height: 110px;
    top: -60px;
    -webkit-clip-path: xywh(-108% -12px 331% 220% round 0 0);
    clip-path: xywh(-108% -12px 331% 220% round 0 0);
}

.section--modules .head--full .content--head .icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 9px;
    color: #5177FC;
    background: rgba(81, 119, 252, 0.1);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.section--modules .head--full .content--head .icon svg path {
    fill: #fff;
}

.section--modules .head--full .content--head .text {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.section--modules .section--wrapper .section--area .section--content {
    margin-top: 0;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item {
    background: rgba(27, 37, 49, 0.3607843137);
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:nth-child(even) {
    background: #1B2633;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:first-child {
    border-radius: 8px 8px 0 0;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:last-child {
    border-radius: 0 0 8px 8px;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:hover .item--left .left--icon {
    color: #fff;
    background: var(--mainbackground);
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:hover .item--right a {
    background: var(--mainbackground);
    color: #fff;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item:hover .item--right span a {
    background: transparent;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--left {
    display: flex;
    align-items: center;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--left .left--icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 9px;
    color: #5177FC;
    background: rgba(81, 119, 252, 0.1);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--left .left--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--textwhite);
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    margin-right: 10px;
    text-align: left;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--left .left--text span {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #888CA3;
    display: block;
    margin-top: 5px;
    text-align: left;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right {
    display: flex;
    align-items: center;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right span {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    padding: 11px 22px;
    border-radius: 5px;
    border: 1px solid rgba(103, 120, 148, 0.1098039216);
    margin-right: 15px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 113px;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right span a {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    padding: 0;
    border: none;
    background: transparent;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right span a::after {
    content: none;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right a {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--mainbackground);
    opacity: 0.1;
    top: 0;
    left: 0;
}

.section--modules .section--wrapper .section--area .section--content .item--list .item .item--right a i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
}

.section--modules.detail .section--wrapper .section--area .section--content {
    margin-bottom: 30px;
}

.section--modules.detail .section--wrapper .section--area .section--content .item--list .item {
    background: #1B2633;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--modules.detail .section--wrapper .section--area .section--content .item--list .item .flex--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section--modules.detail .section--wrapper .section--area .section--content .item--list .item .item--info {
    border-top: 1px solid rgba(103, 120, 148, 0.1098039216);
    margin-top: 25px;
    padding-top: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    width: 100%;
}

.section--info {
    margin-bottom: 40px;
}

.section--info .section--wrapper .section--area .content {
    background: #1B2633;
    border-radius: 8px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    padding: 50px;
    text-align: center;
}

.section--info .section--wrapper .section--area .content strong {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.section--info .section--wrapper .section--area .content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #888CA3;
    text-align: center;
}

.section--info .section--wrapper .section--area .content .btn--area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.section--info .section--wrapper .section--area .content .btn--area a {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 16px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    background: var(--mainbackground);
    height: 50px;
    color: #fff;
}

.section--info .section--wrapper .section--area .content .btn--area a.bgtransparent {
    border: 1px solid rgba(103, 120, 148, 0.1098039216);
    background: transparent;
    color: #fff;
    margin-right: 20px;
}

.section--update .section--wrapper .section--area .other--title {
    font-size: 20px;
    font-weight: 600;
    color: var(--textwhite);
    margin-bottom: 30px;
}

.section--update .section--wrapper .section--area .update--list .list--item {
    margin-bottom: 30px;
}

.section--update .section--wrapper .section--area .update--list .list--item .content {
    padding: 30px;
    background: #1B2633;
    border-radius: 5px;
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(136, 140, 163, 0.0509803922);
}

.section--update .section--wrapper .section--area .update--list .list--item .content .head strong {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--textwhite);
}

.section--update .section--wrapper .section--area .update--list .list--item .content .head strong img {
    margin-right: 10px;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .head span {
    color: #888CA3;
    font-size: 17px;
    font-weight: 600;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: var(--textwhite);
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info ul {
    list-style: disc;
    margin-left: 20px;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info ul strong {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 23px;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
    font-size: 19px;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info ul li b {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Inter';
}

.section--update .section--wrapper .section--area .update--list .list--item .content .info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.section--routing {
    margin-bottom: 95px;
}

.section--routing .section--wrapper .section--area .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--textwhite);
}

.section--routing .section--wrapper .section--area .content strong {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.section--routing .section--wrapper .section--area .content strong b {
    font-weight: 700;
}

.section--req {
    margin-top: 10px;
}

.section--req .section--wrapper .section--area .section--head {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--head strong {
    font-size: 25px;
    font-weight: 600;
    color: var(--textwhite);
    margin-bottom: 24px;
    display: block;
    text-align: center;
}

.section--req .section--wrapper .section--area .section--head .nav-tabs {
    border: none;
    justify-content: center;
}

.section--req .section--wrapper .section--area .section--head .nav-tabs .nav-item .nav-link {
    color: #677894;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 8px 17px;
    border-radius: 100px;
}

.section--req .section--wrapper .section--area .section--head .nav-tabs .nav-item .nav-link.active {
    background: rgba(81, 119, 252, 0.1019607843);
    color: #5177FC;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box {
    padding: 30px;
    border-radius: 5px;
    background: #1B2633;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    margin-bottom: 30px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg {
    background: rgba(81, 119, 252, 0.05);
    border: 1px rgba(81, 119, 252, 0.2) solid;
    margin-bottom: 40px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg .select--item .item--head {
    border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg .select--item .item--body .checkbox--area {
    background: rgba(81, 119, 252, 0.1);
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg .select--item .item--body .quantity--area {
    background: rgba(81, 119, 252, 0.1);
    border: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg .select--hide {
    border-top: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box.bg .select--hide .info--text {
    border-top: 1px rgba(136, 140, 163, 0.10) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: var(--textwhite);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(136, 140, 163, 0.0509803922);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head i {
    font-size: 24px;
    margin-right: 11px;
    color: #5177FC;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head svg {
    margin-right: 11px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body small {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--textwhite);
    display: block;
    margin-bottom: 30px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area {
    padding: 18px 20px;
    border: 1px solid rgba(136, 140, 163, 0.1019607843);
    border-radius: 3px;
    margin-bottom: 20px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--textwhite);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(136, 140, 163, 0.1019607843);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox.last+label:before {
    border: 1px rgba(81, 119, 252, 0.4) solid;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:hover+label:before {
    border-color: var(--mainbackground);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:focus+label:before {
    box-shadow: none;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:checked+label:before {
    background: var(--mainbackground);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:disabled+label:before {
    box-shadow: none;
    border: 1px solid rgba(136, 140, 163, 0.1019607843);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(136, 140, 163, 0.1019607843);
    border-radius: 3px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area small {
    color: #888CA3;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area span {
    font-size: 18px;
    font-weight: 600;
    color: var(--textwhite);
    margin: 0 10px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area button {
    font-size: 17px;
    padding: 4px;
    border-radius: 3px;
    background: var(--mainbackground);
    border: none;
    color: var(--textwhite);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area button.passive {
    background: rgba(81, 119, 252, 0.5019607843);
    margin-left: 5px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide {
    border-top: 1px solid rgba(136, 140, 163, 0.0509803922);
    margin-top: 30px;
    padding-top: 30px;
    display: none;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    background: var(--mainbackground);
    color: var(--textwhite);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one span[class*=yazialan] {
    margin: 0 5px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one b {
    font-weight: 700;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_second a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    background: #F3A45D;
    color: var(--textwhite);
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(136, 140, 163, 0.0509803922);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--text strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--textwhite);
    margin-bottom: 20px;
    display: block;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--text ul {
    list-style: disc;
    padding-left: 25px;
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--text ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: var(--textwhite);
}

.section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--text ul li a {
    color: var(--textwhite);
    text-decoration: underline;
}

.section--boxes .section--wrapper .section--area .section--row .content {
    padding: 30px 30px;
    background: #1B2633;
    border: 1px rgba(136, 140, 163, 0.10) solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
}

.section--boxes .section--wrapper .section--area .section--row .content strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.section--boxes .section--wrapper .section--area .section--row .content small {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #888CA3;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 340px;
}

.section--boxes .section--wrapper .section--area .section--row .content .image img {
    border-radius: 5px;
    height: 252px;
    object-fit: cover;
}

.section--boxes .section--wrapper .section--area .section--row .content .action--btn {
    font-weight: 600;
    font-size: 17px;
    line-height: 60px;
    color: #fff;
    background: var(--mainbackground);
    width: 100%;
    max-width: 330px;
    margin-top: 20px;
    border-radius: 5px;
}

.apple-demo .section--boxes .section--wrapper .section--area .section--row .content .action--btn {
    background: #EB4D4B;
}

.apple-demo .section--boxes .section--wrapper .section--area .section--row .buyingbtn {
    background: #EB4D4B;
}

.apple-demo .imageTop::after {
    background: #EB4D4B;
}

.apple-demo .imageTop span::before {
    background: #EB4D4B;
}

.coconate-demo .section--boxes .section--wrapper .section--area .section--row .content .action--btn {
    background: #22A6B3;
}

.coconate-demo .section--boxes .section--wrapper .section--area .section--row .buyingbtn {
    background: #22A6B3;
}

.coconate-demo .imageTop::after {
    background: #22A6B3;
}

.coconate-demo .imageTop span::before {
    background: #22A6B3;
}

.lemon-demo .section--boxes .section--wrapper .section--area .section--row .content .action--btn {
    background: #E6A131;
}

.lemon-demo .section--boxes .section--wrapper .section--area .section--row .buyingbtn {
    background: #E6A131;
}

.lemon-demo .imageTop::after {
    background: #E6A131;
}

.lemon-demo .imageTop span::before {
    background: #E6A131;
}

.section--boxes .section--wrapper .section--area .section--row .buyingbtn {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: var(--mainbackground);
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-top: 35px;
    margin-bottom: 40px;
}

.fixed--discord {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    display: none;
}

.fixed--discord .fixed--area {
    max-width: 336px;
    background: #1D2938;
    border-radius: 5px;
}

.fixed--discord .fixed--area .head {
    height: 65px;
    border-radius: 5px 5px 0 0;
    background: #5177FC;
    position: relative;
}

.fixed--discord .fixed--area .head .close--btn button {
    border: none;
    background: none;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
}

.fixed--discord .fixed--area .head .image {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.fixed--discord .fixed--area .head .icon {
    background: #5177FC;
    border: 3px solid #1D2938;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--textwhite);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    margin-bottom: -26.5px;
}

.fixed--discord .fixed--area .body {
    padding: 45px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed--discord .fixed--area .body strong {
    font-size: 23px;
    font-weight: 700;
    color: var(--textwhite);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed--discord .fixed--area .body p {
    font-size: 16px;
    color: var(--textwhite);
    font-weight: 400;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
}

.fixed--discord .fixed--area .body a {
    background: var(--mainbackground);
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 23px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
}

footer {
    background: #1A2431;
    padding: 25px 0;
}

footer .footer--wrapper .content {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #888CA3;
    text-align: center;
    display: flex;
    flex-direction: column;
}

footer .footer--wrapper .content span {
    margin: 15px 0 5px 0;
    color: var(--textwhite);
}

footer .footer--wrapper .content span a {
    color: var(--textwhite);
}


/* Responsive */

@media (min-width: 1366px) {
    .container {
        max-width: 1094px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 97%;
    }
}

@media (max-width: 1040px) {
    .maxlab {
        display: none !important;
    }
    .section--4 .section--wrapper .section--area .row {
        align-items: center;
    }
    .section--5 .section--wrapper .section--row .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .site-header--absolute {
        backdrop-filter: blur(4px);
    }
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto;
    }
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: sticky !important;
        top: 0px;
        transition: 0.4s;
    }
    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
        transform: translateY(-100%);
        background: var(--dark--background);
        padding: 20px 0 !important;
    }
    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
        transform: translateY(0%);
        z-index: 3;
        top: 0 !important;
    }
    .site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main .nav-link-item {
        line-height: 80px;
    }
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto;
    }
    .container-fluid .site-navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-btns {
        margin-right: 0;
    }
    .row-lg {
        display: flex;
    }
    .site-menu-main {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 25px;
    }
    .site-menu-main .nav-item:not(:last-child) {
        margin-right: 15px;
    }
    .site-menu-main .nav-link-item {
        padding: 0;
    }
    .site-menu-main .sub-menu {
        top: 100%;
        min-width: 227px;
        max-width: 227px;
    }
    .site-menu-main .sub-menu .sub-menu {
        top: 0 !important;
        left: 100%;
    }
    .site-menu-main .sub-menu--item {
        color: #000;
    }
    .site-menu-main .sub-menu--item>a {
        transition: 0.4s;
    }
    li.nav-item-has-children:hover>.sub-menu {
        top: 100%;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
        border-radius: 0px 0px 15px 15px;
        border-top: 3px solid var(--subtext);
    }
}

@media (max-width: 1200px) {
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(3) .item--wrapper {
        margin-bottom: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(4) .item--wrapper {
        margin-bottom: 0;
    }
    .site-header--menu-right .menu-block .site-right-block a.offer {
        margin-left: 0;
        margin-top: 15px;
    }
    .site-header--menu-right .menu-block .site-right-block {
        flex-direction: column;
        display: flex;
        margin-left: 0 !important;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .site-header--menu-right .menu-block .site-right-block small a {
        padding-right: 11px !important;
        height: 18px;
    }
    .site-header--menu-right .menu-block .site-right-block a {
        width: 100%;
        max-width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-header--menu-right .menu-block .site-right-block a.register {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .site-header--menu-right .menu-block .site-right-block a.log-in {
        color: var(--main--text);
        border: 1px rgba(136, 140, 163, 0.10) solid;
        border-radius: 100px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .site-header--menu-right .menu-block .site-right-block a.btn-gradient {
        margin-left: 0;
    }
    .site-header .mobile-menu-trigger {
        display: block;
        font-size: 24px;
        color: #fff;
    }
    .site-header .item-right {
        align-items: center;
    }
    .site-header .menu-block {
        position: fixed;
        width: 320px;
        background-color: #1A2431;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
        flex-direction: column;
    }
    .site-header .menu-block .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #1A2431;
        width: 100%;
        top: 0;
    }
    .site-header .menu-block .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px rgba(136, 140, 163, 0.10) solid;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: var(--textwhite);
        font-size: 16px;
        display: none;
    }
    .site-header .menu-block .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: var(--textwhite);
        visibility: hidden;
    }
    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px rgba(136, 140, 163, 0.10) solid;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: var(--textwhite);
        font-size: 25px;
    }
    .site-header .menu-block .mobile-menu-head.active .go-back {
        display: block;
    }
    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
        visibility: visible;
    }
    .site-header .menu-block .site-menu-main {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .site-header .menu-block.active {
        transform: translate(0%);
    }
    .site-menu-main>li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .site-menu-main>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px rgba(136, 140, 163, 0.10) solid;
        color: var(--textwhite) !important;
    }
    .site-menu-main>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .site-menu-main>li .sub-menu.mega-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .site-menu-main>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .site-menu-main>li .sub-menu>ul>li>a {
        display: block;
    }
    .site-menu-main>li .sub-menu.active {
        display: block;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.section--3.page .section--wrapper .section--area .item .item--head strong.global small {
    margin-top: 5px;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .section--3 .section--wrapper .section--area .content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1140px) {
    .section--features .section--wrapper .section--area .content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 15px;
    }
    .section--features .section--wrapper .section--area .content .content--item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .section--features .section--wrapper .section--area .content .content--item:nth-child(2) {
        grid-column: span 2;
        grid-row: 2;
        width: 50%;
        max-width: 800px;
        margin: 0 auto;
    }
    .section--features .section--wrapper .section--area .content .content--item:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    .section--features .section--wrapper .section--area .content .content--item:nth-child(4) {
        display: none;
    }
    .section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .text span {
        display: block;
    }
    .section--features .section--wrapper .section--area .content .content--item .item--body .body--item .item .text strong {
        display: none;
    }
}

.section--4 .minlap {
    border-radius: 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .section--3.page .section--wrapper {
        padding-bottom: 40px;
    }
    .section--4 .section--wrapper .section--area {
        flex-direction: column;
    }
    .section--stat .section--wrapper .section--area {
        padding: 40px;
    }
    .section--content .section--wrapper .section--2 .section--wrapper .section--area .no-gutters {
        grid-template-columns: repeat(3, 1fr);
    }
    .section--1 .section--wrapper .section--area .flex--box {
        margin-right: 0;
    }
    .section--4 {
        padding: 30px 0;
    }
    .section--4 .minlap {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1;
        margin-bottom: 30px;
    }
    .section--4 .minlap img {
        height: auto;
    }
    .section--1 {
        padding-bottom: 20px;
    }
    .section--1 .section--wrapper .section--area .flex--box {
        margin-left: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item {
        padding-right: 10px;
        padding-left: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p {
        min-height: 77px;
        flex-direction: column;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p small {
        border-right: none !important;
        margin-right: 0;
        padding-right: 0;
    }
    .hero {
        padding: 40px 0;
    }
    .grid-animate-3 {
        display: none !important;
    }
    .hero .hero--wrapper .hero--row .right--content {
        justify-content: center;
    }
    .hero .hero--wrapper .hero--row .left--content {
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
    .hero .hero--wrapper .hero--row .left--content p {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .hero .hero--wrapper .hero--row .left--content .btn--area {
        justify-content: center;
    }
    .section--4 .section--wrapper .section--area .flexfull {
        margin-left: 0;
    }
    .section--4 .section--wrapper .content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section--4 .section--wrapper .content .buttons {
        width: 100%;
        justify-content: center;
    }
    .section--5 .section--wrapper .section--row .image--item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--5 .section--wrapper .section--row .image--item .image--content {
        margin-top: 30px;
    }
}

@media (max-width: 880px) {
    .section--modules .section--wrapper .section--area .section--content .item--list:not(.inner) .item .item--right a {
        display: none;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list:not(.inner) .item .item--right span {
        margin-right: 0;
    }
    .section--content .section--wrapper .tab-content .no-gutters {
        margin-right: -10px;
        margin-left: 0;
    }
    .section--content .section--wrapper .tab-content .no-gutters [class*=col-] {
        padding-right: 10px;
        padding-left: 0;
    }
}

@media (max-width: 830px) {
    .section--stat .section--wrapper .section--area .content {
        grid-template-columns: repeat(1, 1fr);
    }
    .section--stat .section--wrapper .section--area .content .item {
        max-width: 100%;
    }
    .section--stat .section--wrapper .section--area .content .item.second {
        grid-row: 1;
    }
    .section--3 .section--wrapper .section--area .content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .section--modules.detail .section--wrapper .section--area .section--content .item--list .item .flex--item {
        flex-direction: column;
    }
    .section--modules.detail .section--wrapper .section--area .section--content .item--list .item .flex--item .item--left {
        margin-bottom: 15px;
    }
    .section--modules.detail .section--wrapper .section--area .section--content .item--list .item .flex--item .item--left .left--text {
        margin-right: 0;
    }
    .section--modules.detail .section--wrapper .section--area .section--content .item--list .item .item--info {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section--3.page .title {
        margin-bottom: 40px !important;
    }
    .section--3 .section--wrapper .section--area .section--head {
        flex-direction: column;
        height: unset !important;
        margin-bottom: 35px !important;
    }
    .section--content .section--wrapper .section--2 .section--wrapper .section--area .no-gutters {
        grid-template-columns: repeat(2, 1fr);
    }
    .section--features .section--wrapper .section--area .content .content--item .item--head,
    .section--features .section--wrapper .section--area .content .content--item .item--bottom {
        padding: 20px;
    }
    .section--features .section--wrapper .section--area .content .content--item .item--body {
        padding: 20px 20px;
    }
    .section--features .section--wrapper .section--area .content {
        display: flex;
        flex-direction: column;
        /* Elemanları dikey hizala */
        gap: 15px;
        /* Aralarındaki boşluğu koru */
    }
    .section--features .section--wrapper .section--area .content .content--item {
        width: 100% !important;
        /* Tüm div'ler %100 genişlik alsın */
        grid-column: span 1 !important;
        /* Grid sütun genişliği sıfırlandı */
        grid-row: auto !important;
        /* Satır ayarlarını sıfırla */
    }
    .section--1.other .flex--box {
        grid-template-columns: repeat(1, 1fr);
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item {
        align-items: center;
    }
    #section4 .nav-tabs .nav-link {
        width: 100%;
        justify-content: center;
    }
    .image-fixed {
        border-radius: 5px;
        overflow: hidden;
    }
    .image-fixed .web {
        display: none;
    }
    .image-fixed .mobile {
        display: grid;
    }
    .grid-animate-1 {
        display: none !important;
    }
    .grid-animate-3 {
        display: grid !important;
    }
    .right--content .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .right--content .grid .image-fixed img {
        max-width: 280px;
    }
    .right--content .grid.grid-animate-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .right--content .grid.grid-animate-2 .image:nth-child(2) {
        display: none;
    }
    .right--content .grid .image img {
        height: 120px;
        width: 120px;
    }
    .right--content .grid.grid-animate-1 .image:last-child {
        display: none;
    }
    .right--content .grid.grid-animate-3 .image:last-child {
        display: none;
    }
    .right--content .grid .image-fixed img {
        width: 100%;
    }
}

@media (max-width: 769px) {
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one {
        flex-wrap: wrap;
    }
    .hero {
        padding-top: 30px;
    }
    .section--1 {
        padding-bottom: 20px;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper {
        margin-bottom: 10px;
    }
    .hero .hero--wrapper .hero--row .left--content p {
        max-width: 630px;
    }
}

@media (max-width: 660px) {
    .section--boxes .section--wrapper .section--area .section--row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .section--boxes .section--wrapper .section--area .section--row .col-sm-6 .mb {
        margin-bottom: 30px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list:not(.inner) .item .item--right {
        display: none;
    }
}

@media (min-width:576px) {
    .section--4 .minlap img.mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .section--4.theme .section--wrapper .content .buttons a.demo {
        margin-left: 0;
        max-width: 100%;
    }
    .section--stat .section--wrapper .section--area .content .item {
        border-radius: 14px;
    }
    .right--content .image {
        max-width: 280px;
    }
    .right--content .grid .image img {
        width: 100%;
    }
    .section--4 {
        padding-top: 0;
    }
    .section--4 .section--wrapper .section--area .minlap {
        max-width: 100%;
    }
    .section--4 .minlap img {
        border-radius: 0 !important;
    }
    .section--4 .container {
        max-width: 100%;
        padding: 0;
    }
    img.web {
        display: none;
    }
    .section--4 .section--wrapper .section--area .flexfull {
        padding: 0 15px;
    }
    .section--3 .section--wrapper .section--area .item .item--head {
        padding: 20px 20px 0 20px;
    }
    .section--3.other .section--wrapper .section--area .item .item--bottom {
        padding: 20px;
    }
    .section--3 .section--wrapper .section--area .content {
        grid-template-columns: repeat(1, 1fr);
    }
    .section--stat .section--wrapper .section--area {
        padding: 30px;
    }
    .section--stat .section--wrapper .section--area .content {
        margin-top: 30px;
    }
    .section--stat .section--wrapper .section--area .text--head strong {
        flex-direction: column;
        text-align: center;
    }
    .section--stat .section--wrapper .section--area .text--head strong b {
        margin-left: 0;
    }
    .section--content .section--wrapper .section--2 .section--wrapper .section--area .no-gutters {
        grid-template-columns: repeat(1, 1fr);
    }
    .icon-content .tooltip {
        right: -40px !important;
    }
    .fixed--discord {
        right: 15px;
    }
    .fixed--discord .fixed--area {
        max-width: 289px;
    }
    .section--boxes .section--wrapper .section--area .section--row .content {
        padding: 20px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one span[class*=yazialan] {
        display: flex;
        flex-direction: column;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box {
        padding: 20px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head {
        font-size: 18px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area {
        position: relative;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox:checked+label::after {
        left: -4px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox+label {
        padding-left: 20px;
        font-size: 17px;
        line-height: 21px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox+label::before {
        position: absolute;
        left: -9px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area {
        flex-wrap: wrap;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area span {
        margin-left: 0;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area small {
        margin-bottom: 10px;
        font-size: 16px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section--info .section--wrapper .section--area .content {
        padding: 30px;
    }
    .section--info .section--wrapper .section--area .content strong {
        font-size: 25px;
    }
    .section--info .section--wrapper .section--area .content p {
        font-size: 17px;
        line-height: 25px;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(3) .item--wrapper {
        margin-bottom: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(4) .item--wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 540px) {
    .section--3 .section--wrapper .section--area .item .item--bottom span {
        margin-bottom: 15px;
    }
    .section--3 .section--wrapper .section--area .item .item--bottom a {
        margin-left: 0;
    }
    .section--modules .head--full .content--head .text {
        font-size: 23px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner.one .item .item--right {
        flex-wrap: unset;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner.one .item .item--right span {
        margin: 0;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner.one .item .item--right a {
        max-width: 100%;
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner .item .item--right {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner .item .item--right span {
        flex: 0 0 46%;
        max-width: 46%;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner .item .item--right span a {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list.inner .item .item--right a {
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--4 .section--wrapper .content .buttons {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section--4 .section--wrapper .content .buttons a {
        max-width: 100%;
    }
    .section--4 .section--wrapper .content .buttons a.demo,
    .section--4 .section--wrapper .content .buttons a.price {
        margin-left: 0;
        margin-top: 15px;
        max-width: 100%;
    }
    .section--4 .section--wrapper .content .buttons a:first-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section--3.page .section--wrapper .section--area .item .item--bottom a {
        margin-left: 0;
    }
    .section--3.page .section--wrapper .section--area .item .item--bottom.page {
        flex-direction: column;
    }
}

.section--4 .minlap img {
    height: 350px;
    object-fit: cover;
    border-radius: 18px;
}

@media (max-width: 480px) {
    .section--4 {
        padding-top: 0;
    }
    .section--4 .container {
        max-width: 100%;
        padding: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content {
        margin-top: -1px;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p small {
        margin-right: 5px;
        padding-right: 5px;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item img {
        height: 155px;
        object-fit: cover;
        object-position: left;
    }
    .section--stat .section--wrapper .section--area .content .item {
        padding: 20px;
    }
    .section--stat .section--wrapper .section--area .content .item .item--head {
        font-size: 20px;
    }
    .section--stat .section--wrapper .section--area .content .item .progress--bar .progress--area .progress--title {
        font-size: 14px;
    }
    .section--4 .section--wrapper .content .image img {
        height: 20px;
        max-width: 83px;
        min-width: 83px;
    }
    .section--3.page .section--wrapper .section--area .item .item--head strong.global {
        font-size: 18px;
    }
    .section--3.page .section--wrapper .section--area .item .item--head strong.global small {
        height: 17px;
    }
    .section--3.page .section--wrapper .section--area .item .item--head strong.global small img {
        height: 17px;
        max-width: 54px;
        min-width: 54px;
    }
    .section--3.page .section--wrapper .section--area .item .item--head span {
        min-width: 95px;
        max-width: 95px;
    }
}

@media (max-width: 440px) {
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head {
        margin-bottom: 20px;
        padding-bottom: 19px;
    }
    .section--5 .section--wrapper .section--row .content .icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        max-height: 40px;
        margin-right: 15px;
    }
    .section--5 .section--wrapper .section--row .content .icon img {
        max-height: 18px;
    }
    .title {
        font-size: 28px;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(3) .item--wrapper {
        margin-bottom: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item:nth-child(4) .item--wrapper {
        margin-bottom: 0;
    }
    .section--1 .section--wrapper .section--area .flex--box .flex--item .item--wrapper .item .content p small {
        margin-right: 0;
        padding-right: 0;
    }
    .hero .hero--wrapper .hero--row .left--content h3 {
        font-size: 32px;
        line-height: 43px;
    }
    .hero .hero--wrapper .hero--row .left--content p {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .section--stat .section--wrapper .section--area .content .item .progress--bar {
        grid-template-columns: 1fr;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head {
        text-align: center;
        flex-direction: column;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head i,
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--head svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_second a {
        text-align: center;
        justify-content: center;
    }
    .section--update .section--wrapper .section--area .update--list .list--item .content {
        padding: 20px;
    }
    .section--update .section--wrapper .section--area .update--list .list--item .content .head {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--update .section--wrapper .section--area .update--list .list--item .content .head strong {
        margin-bottom: 15px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list .item {
        padding: 20px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list .item .item--left .left--text {
        margin-right: 0;
        font-size: 17px;
    }
    .section--modules .section--wrapper .section--area .section--content .item--list .item .item--left .left--text span {
        font-size: 15px;
    }
    .section--info .section--wrapper .section--area .content .btn--area {
        flex-direction: column;
    }
    .section--info .section--wrapper .section--area .content .btn--area a {
        max-width: 100%;
    }
    .section--info .section--wrapper .section--area .content .btn--area a.bgtransparent {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .section--3.page .section--wrapper .section--area .item .item--bottom span.discount {
        padding-left: calc(100% - 210px);
        margin-bottom: 15px;
    }
}

@media (max-width: 342px) {
    .section--content {
        margin-top: 122px;
    }
    .section--content.inner {
        margin-top: 137px;
    }
    .section--content .section--wrapper .nav-tabs {
        margin-bottom: -255px;
    }
}

@media (max-width: 340px) {
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .quantity--area span {
        font-size: 16px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--item .item--body .checkbox--area .styled-checkbox+label {
        font-size: 16px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one {
        font-size: 17px;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_one span[class*=yazialan] {
        margin: 0;
    }
    .section--req .section--wrapper .section--area .section--body .tab-content .tab-pane .content--box .select--hide .info--btn_second a {
        text-align: center;
        justify-content: center;
    }
    .section--3.page .section--wrapper .section--area .item .bottom-ex strong {
        font-size: 15px;
    }
    .section--content .section--wrapper .nav-tabs .nav-item:not(:last-child) {
        margin-right: 5px;
    }
    .section--4 .section--wrapper .content h1 {
        font-size: 33px;
    }
    .section--4 .section--wrapper .content p {
        font-size: 18px;
    }
    .hero .hero--wrapper .hero--row .left--content h3 {
        font-size: 29px;
        line-height: 40px;
    }
    .hero .hero--wrapper .hero--row .left--content p {
        font-size: 17px;
    }
    .hero .hero--wrapper .hero--row .left--content .btn--area span {
        margin-left: 15px;
    }
}


/*# sourceMappingURL=style.css.map */