/* Theme Codes */

.top--head-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
}

.top--head {
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 1px;
}

.top--head .item {
    padding: 3px 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff30;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white);
    font-weight: 500;
}

.top--head .item.item-action {
    font-weight: 600;
    transition: 0.3s ease all;
}

.top--head .item.item-action:hover {
    color: var(--main-color);
}

.top--head .item > i {
    font-size: 20px;
    color: var(--base-color);
}

.top--head .item:last-child {
    padding: 0;
    margin: 0;
}

header {
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
}

.header .logo img {
    display: block;
    height: auto;
    position: relative;
    width: auto;
}

.navbar ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar ul li.nav-item {
    position: relative;
}

.navbar ul li .nav-link {
    padding: 20px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.2s;
    color: var(--white);
    user-select: none;
    text-transform: uppercase;
}

.navbar ul li .nav-link > i {
    display: block;
    font-size: 20px;
    transition: 0.3s ease all;
    color: var(--main-color);
}

li.nav-item.nav-sub > .nav-link::after {
    content: "\e96f";
    font-family: "eg";
}

.navbar ul li .nav-sub-content {
    position: absolute;
    left: calc(50% - 225px);
    width: 450px;
    background: #fff;
    top: 74px;
    border-radius: 20px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease all;
}

.navbar ul li .nav-sub-content.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 60px;
}

.navbar ul li .nav-sub-content > ul {
    display: grid;
    gap: 7px;
}

.navbar ul li .nav-sub-content::before {
    display: flex;
    justify-content: center;
    content: "";
    position: absolute;
    top: -6px;
    left: calc(50% - 4px);
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
}

.navbar ul li .nav-link:hover i,
.navbar ul li.active .nav-link i {
    color: var(--main-color);
}

.navbar ul li .nav-link::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 30px;
    height: 3px;
    width: 0;
    border-radius: 10px;
    background: var(--main-color);
    opacity: 0;
    transition: 0.2s;
}

.navbar ul li .nav-link:hover:before {
    width: 26px;
    opacity: 1;
}

.navbar ul li .nav-link:hover,
.navbar ul li.active .nav-link {
    color: var(--main-color);
}

.navbar--action {
    display: flex;
    align-items: center;
    gap: 7px;
}

.navbar--action .item {
    position: relative;
    cursor: pointer;
    transition: 0.3s ease all;
}

.navbar--action .item .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecf5;
    border-radius: var(--radius-in);
    transition: 0.2s ease all;
}

.navbar--action .item .icon.show {
    color: var(--base-color);
    border-color: var(--base-color) !important;
}
.navbar--action .item .icon.show .have-notify {
    background: var(--base-color);
}

header .container {
    width: 100%;
}

.navbar--action .item .icon i {
    display: flex;
    font-size: 20px;
}

.navbar--action .item.it-basket {
    border-color: var(--base-color);
    color: var(--base-color);
}

.navbar--action .item.it-basket .count {
    position: absolute;
    left: -7px;
    top: -7px;
    font-size: 11px;
    background: var(--base-color);
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    border: 2px solid var(--white);
}

.navbar--action .item.it-basket .icon i {
    font-size: 23px;
}

.navbar--action .item:hover {
    background: var(--bg);
}

.navbar--action .item .have-notify {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--main-color);
}

.navbar--action .nav-user-action {
    position: relative;
}

.navbar--action .nav-user-action .butto-login {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px !important;
    border-radius: 50px;
    background: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color) !important;
    font-weight: 600;
    transition: 0.2s;
}

.menu--control,
.order--search {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    transition: 0.2s ease all;
    pointer-events: none;
    visibility: hidden;
}
.order--search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.menu--control .menu--linear {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #191b2bbd;
}

.order--linear {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #11131ec2;
}

.menu--control .control--area {
    position: relative;
    left: -100%;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    max-width: 450px;
    width: 100%;
    background: var(--white);
    transition: 0.3s ease all;
    transition-delay: 0s;
}

.menu--control .control--area .top-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--bg);
    height: 76px;
}

.menu--control .control--area .top-side .logo img {
    display: block;
    height: 34px;
    position: relative;
}

.menu--control .control--area .top-side .close {
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--bg);
    color: var(--soft-text);
    font-size: 20px;
    transition: 0.2s ease all;
}

.menu--control .control--area .top-side .close:hover {
    background: #ecedf3;
}

.menu--control .content-side {
    position: relative;
    max-height: calc(100% - 76px);
    overflow: auto;
    padding-bottom: 50px;
}

.menu--control.show,
.order--search.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu--control.show .control--area {
    left: 0%;
    transition-delay: 0.1s;
}

nav.content--navbar ul {
    display: flex;
    flex-direction: column;
}

nav.content--navbar ul li.nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-bottom: 1px solid var(--bg);
    cursor: pointer;
    transition: 0.2s ease all;
    user-select: none;
}

nav.content--navbar ul li.nav-item .nav-link.show {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.menu--control .nav-sub-content {
    display: none;
}

nav.content--navbar .nav-link .icon {
    color: var(--soft-text);
    background: #eff0f3;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 2px;
    transition: 0.2s ease all;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

nav.content--navbar .nav-link.show .icon {
    background: var(--soft-text);
    color: #fff;
}

nav.content--navbar ul li.nav-item .nav-link > span {
    font-weight: 600;
}

nav.content--navbar ul li.nav-item .nav-link::after {
    margin-left: auto;
    margin-right: 10px;
    font-size: 22px;
    color: var(--soft-text);
    transform: rotate(-90deg);
    transition: 0.2s ease all;
}

nav.content--navbar ul li.nav-item .nav-link.show::after {
    transform: rotate(0deg);
}

nav.content--navbar ul li.nav-item .nav-link:hover {
    background: #fbfbfb;
}

.navbar-action-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-navbar-button {
    display: none;
    position: relative;
    width: 29px;
    height: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
}

.mobile-navbar-button .line {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: var(--main-color);
    transition: 0.3s ease all;
}

.mobile-navbar-button .line:nth-child(2) {
    width: 75%;
}

.mobile-navbar-button.show .line {
    width: 75%;
}

.mobile-navbar-button.show .line:nth-child(2) {
    width: 100%;
}

.menu--control .nav-sub-content ul {
    display: grid;
    gap: 6px;
    background: var(--bg);
    padding: 12px;
}

.nav-sub-content ul li.nav-sub-item {
    border-radius: 12px;
    background: var(--bg);
    border: 1px solid transparent;
    position: relative;
    transition: 0.3s ease all;
}

.nav-sub-content ul li .nav-sub-link {
    display: flex;
    align-items: center;
    padding: 3px;
    gap: 8px;
}

.nav-sub-content ul li .nav-sub-link .icon {
    width: 34px;
    height: 38px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c, var(--main-color));
    border-radius: 8px;
    color: #fff;
}

.nav-sub-content ul li .nav-sub-link .text {
    line-height: normal;
    color: var(--soft-text);
}

.nav-sub-content ul li .nav-sub-link .text span {
    color: var(--main-text);
    font-size: 15px;
    font-weight: 600;
}

.nav-sub-content ul li .nav-sub-link .icon i {
    display: flex;
}

.nav-sub-content ul li.nav-sub-item:hover {
    border-color: var(--c, #d8dbe5);
}

.menu--control .nav-sub-content .nav-sub-heading {
    display: block;
    width: 100%;
    background: #f7f8fb;
    padding: 10px 12px;
    padding-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--soft-text);
    display: flex;
    align-items: center;
    gap: 3px;
}

.menu--control .nav-sub-content .nav-sub-heading > i {
    font-size: 14px;
}

.main--intro {
    display: grid;
    grid-template-columns: 500px auto;
    gap: 20px;
    align-items: center;
}

section#intro {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    min-height: 650px;
    background: linear-gradient(to bottom, #0e1122, #0c101a);
    padding-top: 130px;
    z-index: 1;
    overflow: hidden;
}

section#intro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/path-1.webp);
    opacity: 0.02;
    z-index: -1;
    background-size: 350px;
}

.path-wave::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    /* background: url(../image/wave.webp); */
    height: 30px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 5;
}

.intro--well h2 {
    font-size: 32px;
    color: var(--white);
    line-height: 38px;
    margin-bottom: 15px;
}

.intro--well .site-title {
    color: var(--main-color);
    font-size: 18px;
    padding: 12px 22px;
    border: 1px solid var(--main-color);
    width: fit-content;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
}

.intro--well h2 > span {
    display: block;
    font-size: 38px;
    color: var(--main-color);
}

.intro--well p.intro-desc {
    color: #e8e9e9;
    font-size: 18px;
    padding-bottom: 40px;
    font-weight: 500;
}

.intro--well .intro-rate {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    border: 1px dashed var(--main-color);
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 30px;
}

.intro--well .intro-rate .icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 14px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #151821;
}

.intro--well .intro-rate .text {
    position: relative;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    line-height: 20px;
}

.intro--well .intro-rate .text span {
    display: block;
    font-size: 20px;
    color: var(--main-color);
}

.intro--image .int-img-front {
    position: absolute;
    right: 0px;
    z-index: 3;
    bottom: -30px;
    max-width: 380px;
}

.intro--image {
    position: relative;
    height: 490px;
}

.intro--image .phone {
    position: relative;
    max-width: 340px;
    right: -130px;
    bottom: -20px;
    transform: rotate(-8deg);
}

.phone-inside-action {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 70px;
    opacity: 0;
    z-index: 1;
    animation: 1s ease fadein;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.phone-inside-action .overlay {
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: 0;
    transition: 0.2s ease;
}

.phone-inside-action .icon {
    font-size: 150px;
    color: #fff;
    height: 160px;
    transition: 0.2s;
    position: relative;
    top: -40px;
    opacity: 0;
}

.phone-inside-action .icon.active {
    opacity: 1;
    top: 0;
}

.phone-inside-action .text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    transition: 0.2s;
    position: relative;
    bottom: -40px;
    opacity: 0;
}

.phone-inside-action .text.active {
    opacity: 1;
    bottom: 0;
}

:root {
    --ov_instagram: linear-gradient(45deg, #e91e63, #ff5722);
    --ov_tiktok: linear-gradient(45deg, #673ab7, #3f51b5);
    --ov_twitter: linear-gradient(45deg, #03a9f4, #1e84d1);
}

.phone-inside-action .overlay.active {
    opacity: 1;
    left: 10px;
    width: calc(100% - 20px);
}

.phone-inside-action .overlay.instagram.active {
    background: var(--ov_instagram);
}
.phone-inside-action .overlay.twitter.active {
    background: var(--ov_twitter);
}
.phone-inside-action .overlay.tiktok.active {
    background: var(--ov_tiktok);
}

.intro--well {
    padding-bottom: 30px;
}

.intro--image .int-img-back {
    width: 100%;
    position: relative;
    z-index: 2;
}

.wit--action {
    position: relative;
}

.wit--action .wit--tabs {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wit--action .wit--tabs .item {
    min-width: 60px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background: #ffffff15;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
}

.wit--action .wit--tabs .item:hover {
    background: #ffffff20;
}

.wit--action .wit--tabs .item.ov_instagram.active {
    background: var(--ov_instagram);
}
.wit--action .wit--tabs .item.ov_twitter.active {
    background: var(--ov_twitter);
}
.wit--action .wit--tabs .item.ov_tiktok.active {
    background: var(--ov_tiktok);
}

.wit--action .wit--content {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wit--action .wit--content .icon {
    position: absolute;
    top: 15px;
    height: 40px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff20;
    font-size: 26px;
    padding-left: 2px;
    color: #fff;
}

.wit--action .wit--content .wit-control {
    padding-left: 85px;
    height: 70px;
    border-radius: 12px;
    background: #ffffff17;
    border-color: #ffffff20;
    color: #fff;
}

.wit--action .wit--content .wit-control::placeholder {
    color: #90939d;
}

.wit--action .wit--content .butto {
    position: absolute;
    right: 12px;
    height: 46px;
    top: 12px;
    border-radius: 8px;
    padding: 0 20px;
    background: var(--main-color);
}
.wit--action .wit--content .butto span {
    display: flex;
    align-items: center;
}

.wit--action .wit--content .butto span i {
    animation: 1s ease infinite rotate;
    font-size: 18px;
}

.wit--action .wit--content .butto[data-wit_butto="instagram"] {
    background: var(--ov_instagram);
}

.wit--action .wit--content .butto[data-wit_butto="twitter"] {
    background: var(--ov_twitter);
}

.wit--action .wit--content .butto[data-wit_butto="tiktok"] {
    background: var(--ov_tiktok);
}

.title-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.title-heading p {
    font-size: 17px;
    font-weight: 400;
    color: var(--soft-text);
}

.title-heading > i {
    font-size: 24px;
}

.title-heading .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--dark-text);
}

.title-heading::after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    height: 1px;
    width: 70%;
    background: linear-gradient(to right, #a0a8c100, #a0a8c17a, #a0a8c100);
}

.path-wave.path-wave-up::after {
    bottom: auto;
    top: -1px;
    transform: rotate(180deg);
}

.title-heading.light .title {
    color: #fff;
    font-weight: 700;
}

.title-heading.light p {
    color: #fff;
    opacity: 0.6;
}

.title-heading.light::after {
    opacity: 0.5;
}

.popular--packs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.popular-pack-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #282936;
    border: 1px solid #383947;
    border-radius: 20px;
    padding: 10px;
}

.popular-pack-item .icon {
    width: 72px;
    min-width: 72px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--c);
    font-size: 32px;
    color: #fff;
}

.popular-pack-item .detail {
    position: relative;
}

.popular-pack-item .detail span.platform {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.popular-pack-item .detail span.name {
    display: block;
    color: #99a0b5;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.popular-pack-item .detail span.price {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    display: block;
}

.popular-pack-item .butto-popular-buy {
    margin-left: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background: #383947;
    border-radius: 10px;
    min-width: 110px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    transition: 0.2s;
    border: 1px dashed transparent;
}

.popular-pack-item .butto-popular-buy:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

#reviews {
    position: relative;
    background: #0c101b;
    z-index: 1;
}

#reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/path-1.webp);
    background-size: 300px;
    opacity: 0.03;
    z-index: -1;
}

.us-data-bar {
    background: #fd502a;
    position: relative;
    overflow: hidden;
}

.us-data-area {
    position: relative;
    padding: 30px 0;
}

.us-data-area .data-item {
    border: 1px dashed #ffffff40;
    border-radius: 18px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.us-data-area .data-item .icon {
    min-width: 64px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff20;
    border-radius: 12px;
    font-size: 28px;
    color: #fff;
}

.us-data-area .data-item .text {
    color: #ffffffa1;
    line-height: 22px;
}

.us-data-area .data-item .text span {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

#reviews .title-heading {
    display: block;
    padding: 5px 0;
    padding-left: 20px;
}

#reviews .title-heading .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
}

#reviews .title-heading > p {
    font-size: 16px;
}

#reviews .title-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    border-radius: 10px;
    background: var(--main-color);
}

#reviews .title-heading::after {
    display: none;
}

.reviews--wrapper {
    padding: 60px 0 100px;
    z-index: 1;
    position: relative;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.reviews-list .review {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #ffffff10;
    border: 1px dashed #ffffff20;
    border-radius: 20px;
    padding: 15px;
}

.reviews-list .review .user {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.reviews-list .review .user img {
    min-width: 56px;
    width: 56px;
    min-height: 56px;
    object-fit: cover;
    border-radius: 12px;
}

.reviews-list .review .user .detail {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

.reviews-list .review .user .detail .name {
    font-weight: 700;
    color: #fff;
}

.reviews-list .review .user .detail .statu {
    color: var(--base-color);
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.reviews-list .review .user .detail .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    background: var(--main-color);
    width: fit-content;
    padding: 5px 12px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    display: none;
}

.show-more-reviews {
    border-radius: 30px;
    background: var(--base-color);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: 0.2s;
    max-width: 600px;
    margin: 20px auto 0;
    padding: 26px !important;
}

.show-more-reviews:hover {
    letter-spacing: 1px;
}

.reviews-list .review .review-content {
    position: relative;
    padding: 20px;
    background: #ffffff08;
    border-radius: 12px;
}

.reviews-list .review .review-content p {
    color: #fff;
    font-size: 15px;
}

section#blog {
    position: relative;
    padding: 50px 0 0;
}

.main-blog-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-blog-list .mblog--item {
    position: relative;
    border-radius: 20px;
    max-height: 400px;
}

.main-blog-list .mblog--item .linear {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(35deg, #1d1e29, #1d1e2921);
    border-radius: 18px;
    z-index: 1;
    transition: 0.2s;
}

.main-blog-list .mblog--item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.main-blog-list .mblog--item .post-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 22px 25px;
    z-index: 3;
}

.main-blog-list .mblog--item .post-detail span.title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.2s;
}

.mblog--item .post-detail .detail-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.mblog--item .post-detail .detail-action .date {
    font-size: 15px;
    color: #fff;
    opacity: 0.5;
}

.mblog--item .post-detail .detail-action .arrow {
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    transition: 0.2s;
}

.main-blog-list .mblog--item:hover .linear {
    background: linear-gradient(35deg, #1d1e29, #1d1e2912);
}

.main-blog-list .mblog--item .post-detail span.title:hover {
    color: var(--main-color);
}

.mblog--item:hover .post-detail .detail-action .arrow {
    padding: 5px 20px;
    background: #fff;
    color: var(--text-color);
}

.mblog--item .post-detail .detail-action .arrow:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: var(--text-color);
}

#faq {
    padding: 60px 0 20px;
    position: relative;
}

.accordion {
    position: relative;
}

.accordion .item {
    background: var(--white);
    border-radius: 20px;
    height: fit-content;
}

.accordion .item .head {
    padding: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.accordion .item .head::before {
    content: "\f0f8";
    font-family: var(--icon-family);
    color: var(--base-color);
    font-size: 22px;
    font-weight: 500;
}

.accordion .item .body {
    padding: 20px;
    border-top: 1px solid var(--bg);
    color: var(--soft-text);
    display: none;
    font-size: 17px;
}

.article--area {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    max-height: 450px;
    overflow: auto;
}

.article--area :is(h1, h2, h3, h4, h5) {
    margin-bottom: 2px;
}

.article--area p {
    margin-bottom: 20px;
    font-size: 17px;
    color: var(--soft-text);
    line-height: 24px;
}

.article--area p:last-child {
    margin: 0;
}

.article--area h2 {
    font-size: 24px;
}

.article--area h3 {
    font-size: 22px;
}

.article--area h4 {
    font-size: 20px;
}

footer {
    background: linear-gradient(to bottom, #0e1122, #0c101a);
    position: relative;
}

.footer--top {
    height: 90px;
    background: linear-gradient(45deg, var(--linear));
    border-radius: 20px;
    z-index: 3;
    position: relative;
    margin-top: 40px;
    margin-bottom: -45px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.footer--top .text {
    padding-left: 15px;
    color: #ffffffb0;
}

.footer--top .text span {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.footer--top .action {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer--top .action .item {
    background: #ffffff20;
    border: 1px dashed #ffffff40;
    height: 46px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s ease all;
}

.footer--top .action .item:hover {
    background: #ffffff30;
}

.footer--top .footer-logo {
    padding: 0 7px;
}

.footer--area {
    display: grid;
    grid-template-columns: 400px auto;
    gap: 10px;
}

.footer--area :is(.footer-actions, .footer-about) {
    padding-top: 100px;
    padding-bottom: 15px;
}

.footer-actions .footer-navs {
    display: grid;
    grid-template-columns: auto;
    padding-bottom: 15px;
}

.footer-nav-heading {
    position: relative;
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .footer-bottom {
    background: #ffffff05;
    padding: 10px 0;
    border-top: 1px dashed #ffffff15;
}

footer .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

footer .footer-bottom .copyright {
    color: #fff;
    font-size: 15px;
}

.footer-nav-item.double > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    height: auto;
}

.footer-nav-item > ul {
    padding: 10px 0 15px;
    position: relative;
}

.footer-nav-item > ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 70%;
    background: linear-gradient(to right, #fff, #ffffff00);
    opacity: 0.3;
}

.fn-show-more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 150px;
    background: linear-gradient(to right, #fff, #ffffff00);
    opacity: 0.3;
}

.footer-nav-item > ul li a.fn-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #a9adbf;
    padding: 5px 0;
    font-weight: 500;
    transition: 0.2s ease all;
}

.footer-nav-item > ul li a.fn-item::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: var(--main-color);
    transition: 0.2s ease all;
}

.footer-nav-item > ul li a.fn-item:hover:before {
    width: 10px;
}

.footer-nav-item > ul li a.fn-item:hover {
    color: #fff;
}

.footer-nav-item > ul {
    overflow: hidden;
    transition: 0.2s ease all;
}

.footer-area .footer-about {
    position: relative;
}

.footer-about > a > img {
    margin-bottom: 10px;
    height: 34px;
    width: auto;
}

.footer-about > .footer-about-desc {
    color: #a9adbf;
    margin-bottom: 15px;
}

.footer-socials {
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
}

.footer-socials .fsocial-item {
    min-width: 42px;
    height: 42px;
    background: #ff9f241c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--main-color);
    transition: 0.2s ease all;
}

.footer-socials .fsocial-item:hover {
    background: var(--main-color);
    color: #fff;
}

.footer--area .footer-about {
    position: relative;
    padding-left: 15px;
    padding-right: 30px;
}


.bottom--menu {
    display: none;
}

.intro--page {
    position: relative;
    background: linear-gradient(to bottom, #0e1122, #0c101a);
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 1;
    overflow: hidden;
    min-height: 475px;
}

.intro--page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/path-1.webp);
    opacity: 0.04;
    z-index: -1;
    background-size: 250px;
}

.intro--curved {
    /* clip-path: ellipse(120% 100% at top center); */
}

.post--action .post-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}

.post--action .post-list .item {
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    border-radius: 18px;
    border: 2px solid #9298ab4f;
    transition: 0.1s;
    z-index: 1;
    padding: 2px;
    width: -webkit-fill-available;
}

.post--action .post-list .item:hover {
    border: 2px solid #4548556c;
}

.post--action .post-list .item.selected .detail {
    display: flex;
}

.post--action .post-list .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 13px;
    /* max-width: max-content; */
}

.post--action .post-list .item .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    display: none;
}

.post--action .post-list .item.selected {
    border-color: var(--main-color);
}

.post--action .post-list .item .type {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    background: #ffffffe8;
    padding: 8px;
    border-radius: 8px;
    font-size: 18px;
}

.post--action .post-list .item::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 2px;
    right: 2px;
    height: 90px;
    background: linear-gradient(to top, #ffffffa3, transparent);
    border-radius: 0 0 13px 13px;
    display: none;
}

.post--action .post-list .item.selected::after {
    display: block;
}

.post--action .post-list .item .detail .like {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
}

.post--action .post-list .item .detail > span {
    padding: 5px 12px;
    border-radius: 30px;
    background: var(--main-color);
    transition: 0.1s;
}

.post--action .post-list .item .detail .view {
    background: var(--main-color);
    color: var(--white);
    font-weight: 500;
}

.post--action .post-more-area {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.post--action .post-area .post-head-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.post--action .post-area .post-head-title > span.title {
    font-weight: 600;
    color: var(--dark-text);
    position: relative;
    padding: 5px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.post--action .post-area .post-head-title > span.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--main-color);
    border-radius: 10px;
}

section.post--action {
    position: relative;
    z-index: 2;
    margin-top: -200px;
}

section.post--action > .card {
    background: #ffffff10 !important;
}

section.post--action .card {
    padding: 25px;
}

.post--action .post-more-area .more-post-button {
    background: var(--bg);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--soft-text);
    cursor: pointer;
    transition: 0.2s;
}

.post--action .post-more-area .more-post-button:hover {
    background: #e4e7ed;
}

.modal.post .modal-content .modalArea {
    background: transparent;
}

.modal.post .modal-content .modalArea .modal-close {
    border: 1px solid #ffffff20;
    background: #ffffff20;
}

.post-detail-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.post-detail-head .poster {
    min-width: 80px;
    width: 80px;
    height: auto;
    border: 1px dashed #ffffff40;
    border-radius: 16px;
    padding: 3px;
}

.post-detail-head .poster img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.post-detail-head .text {
    color: #c0c0cd;
    position: relative;
    top: -2px;
}

.post-detail-head .text span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.post-modal-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-modal-content .item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff08;
    border: 1px solid #ffffff15;
    padding: 10px;
    border-radius: 16px;
}

.post-modal-content .item > .icon {
    min-width: 66px;
    width: 66px;
    min-height: 76px;
    background: #ffffff08;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
}

.post-modal-content .item > .content {
    width: 100%;
    position: relative;
    padding-right: 6px;
}

.post-modal-content .item > .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.post-modal-content .item > .content .top :is(.type, .price) span {
    display: block;
    font-size: 15px;
    color: #fff;
}


.post-modal-content .item > .content .top :is(span[data-count], span[data-price]) {
    color: #a1a4ad;
}

.post-modal-content .item > .content .top .price {
    text-align: right;
}

.post-modal-content .item > .content .wit--range {
    background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 0%, #ffffff33 0%, #ffffff33 100%);
}

.post-modal-bottom {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 15px;
}

.post-modal-bottom .icon {
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff15;
    border-radius: 12px;
    font-size: 26px;
    color: #fff;
}

.post-modal-bottom .text {
    color: #c3c7db;
    font-size: 15px;
}

.post-modal-bottom .text span.total_price {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.post-modal-bottom .butto {
    height: 60px;
    min-width: 200px;
    border-radius: 16px;
    font-size: 18px;
}

.post-modal-bottom .butto[data-post_close] {
    margin-left: auto;
    min-width: 150px;
    background: #ffffff20;
    margin-right: -5px;
}

.post-modal-bottom .butto[data-profile_close] {
    margin-left: auto;
    min-width: 150px;
    background: #ffffff20;
    margin-right: -5px;
}

.post--bottom {
    background: var(--bg);
    padding: 15px;
    border-radius: 12px;
    position: sticky;
    bottom: 10px;
    z-index: 5;
}

.post--bottom .icon {
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(45deg, var(--linear));
}

.post--bottom .text {color: var(--soft-text);font-weight: 500;}

.post--bottom .text span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.post--bottom .text p {
    max-width: 100%;
    word-break: break-word;
    table-layout: fixed;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post--bottom .top-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post--bottom .top-side .butto span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post--bottom .butto-light {
    border-radius: 8px;
    background: transparent;
    border: 1px solid #d6dbe7;
    padding: 8px 18px;
    color: var(--soft-text);
    font-weight: 500;
    margin-left: auto;
}

.post--bottom .butto-light:hover {
    background: #d6dbe759;
}

.post--bottom .butto-buy {
    height: 60px;
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
}

.post--bottom .basket-content {
    display: none;
    margin-top: 15px;
}

.product--list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product--list .item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #eceff5;
    border: 1px solid #00000010;
    padding: 10px;
    border-radius: 8px;
}

.product--list .item .image {
    position: relative;
    margin-right: 10px;
}

.product--list .item .image img {
    width: 100%;
    max-width: 60px;
    display: block;
    border-radius: 6px;
}

.product--list .item .price {
    margin-left: auto;
    padding: 7px 20px;
    border-radius: 30px;
    background: #d5dae5;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    min-width: fit-content;
}

.post-detail-head.post-content .poster {
    min-width: 100px;
    width: 100px;
}

.post-detail-head.post-content .detail {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.post-detail-head.post-content .detail .text {
    width: 100%;
}

.post-detail-head.post-content .detail .ite {
    background: #ffffff15;
    font-size: 14px;
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 6px 15px;
    border-radius: 8px;
    color: #fff;
}

.post-detail-head.post-content .detail .ite .add {
    color: #4fcf89;
    font-weight: 500;
}

/* Action */

.scraper--title {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.scraper--title .icon {
    min-width: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 30px;
    color: #fff;
}

.scraper--title .icon.instagram {
    background: var(--ov_instagram);
}

.scraper--title .icon.twitter {
    background: var(--ov_twitter);
}

.scraper--title .icon.tiktok {
    background: var(--ov_tiktok);
}

.scraper--title .text {
    color: #c2c4cf;
}

.scraper--title .scraper-close {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 20px;
    background: var(--main-color);
    border-radius: 12px;
    color: #fff;
}

.scraper--title .text span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.scraper--head {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ffffff25;
    padding: 20px;
}

.scraper--head .image {
    min-width: 64px;
    width: 64px;
    height: 64px;
    flex: 1;
    max-width: 64px;
}

.scraper--head .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #ffffff30;
}

.scraper--head .detail {
    position: relative;
    color: var(--soft-text);
    line-height: 20px;
}

.scraper--head .detail > span {
    display: block;
    font-size: 18px;
    color: var(--main-text);
    font-weight: 600;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scraper--head .wrap-area {
    display: flex;
    align-items: center;
}

.scraper--head .wrap-area .wrap {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid var(--bg);
    height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--soft-text);
    margin-right: 25px;
}

.scraper--head .wrap-area .wrap > .in span {
    display: block;
    font-weight: 600;
    color: var(--main-text);
}

.scraper--head .range-area {
    width: 100%;
    margin-left: auto;
}

.scraper--head .price-text {
    min-width: 100px;
    background: var(--bg);
    border: 1px solid #acb8c320;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: var(--main-text);
    font-size: 15px;
    font-weight: 600;
}

.wit--range {
    -webkit-appearance: none; 
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 0%, #e8e9ef 0%, #e8e9ef 100%);
    outline: none;
    transition: background 0.15s ease-in-out;
}

.wit--range::-webkit-slider-thumb {
    -webkit-appearance: none; /* VarsayÄ±lanÄ± sÄ±fÄ±rla */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
}

.wit--range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
}

.wit--range::-ms-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
}

.wit--range::-moz-range-track {
    height: 8px;
    border-radius: 5px;
    background: transparent;
}

.wit--range::-ms-track {
    height: 8px;
    border-radius: 5px;
    background: transparent;
    border: none;
}

section#articleBox {
    padding: 20px 0 80px;
}

.article--loop {
    display: flex;
    flex-direction: column;
}

.article--loop .article-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.article--loop .article-box:nth-child(even) {
    flex-direction: row-reverse;
}

.article--loop .article-box .article-image {
    position: relative;
    display: flex;
    align-items: center;
}

.article--loop .article-box .article-image img {
    width: 100%;
    min-width: 500px;
    max-width: 500px;
}

.article-box .article-text :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 10px;
    color: var(--main-text);
}

.article-box .article-text :is(h1, h2, h3, h4, h5, h6) > span {
    position: relative;
    color: #fff;
    margin-left: 3px;
}

.article-box .article-text :is(h1, h2, h3, h4, h5, h6) > span::before {
    content: "";
    position: absolute;
    left: -6px;
    bottom: -4px;
    right: -6px;
    background: var(--main-text);
    top: -4px;
    z-index: -1;
    transform: skew(-7deg, -2deg);
}

.article-box .article-text h2 {
    font-size: 28px;
}

.article-box .article-text h3 {
    font-size: 24px;
}

.article-box .article-text h4 {
    font-size: 22px;
}

.article-box .article-text h5 {
    font-size: 20px;
}

.article-box .article-text p {
    font-size: 18px;
    color: var(--soft-text);
    line-height: 22px;
    margin: 10px 0;
}

/* Keyframes */

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Media Codes */

@media (max-width: 1250px) {
    .intro--well {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .navbar ul li .nav-link {
        font-size: 16px;
        padding: 20px 3px;
    }
    .navbar--action .nav-user-action .butto-login {
        padding: 10px 20px !important;
    }
    .main--intro {
        grid-template-columns: 450px auto;
    }
    .catpi--list .catpi-item .icon {
        font-size: 46px;
    }
    .popular-pack-item .icon {
        width: 66px;
        min-width: 66px;
        height: 78px;
    }

    .popular-pack-item .butto-popular-buy {
        font-size: 14px;
        min-width: 100px;
    }
    .catpi--list .catpi-item {
        padding: 10px;
    }
    .service--content .pack--list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .main--intro {
        grid-template-columns: 400px auto;
    }
    .footer--area {
        display: flex;
        flex-direction: column;
    }
    .footer-actions {
        padding: 80px 20px;
    }
    .footer-actions::before {
        display: none;
    }
    .footer--area .footer-about {
        margin-top: 50px;
        padding: 20px;
    }
    .footer-actions .footer-bottom::before {
        display: none;
    }
    .footer-actions .footer-bottom {
        padding: 15px;
        border-radius: var(--radius-in);
    }
    .main--intro .intro--well {
        padding-left: 15px;
    }
    .intro--image .phone {
        right: -55px;
    }

    .catpi--list {
        grid-template-columns: repeat(6, 1fr);
    }

    .popular--packs {
        grid-template-columns: 1fr 1fr;
    }

    .reviews-list {
        grid-template-columns: 1fr 1fr;
    }

    .main-blog-list {
        grid-template-columns: 1fr 1fr;
    }

    .main-blog-list .mblog--item {
        max-height: 200px;
    }

    .footer-socials {
        margin-bottom: 20px;
    }

    .footer-actions {
        padding: 0;
        padding-top: 0 !important;
    }
    .main--intro {
        grid-template-columns: 450px auto;
    }

    .intro--well h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .intro--well h2 > span {
        font-size: 36px;
    }

    .platform--area .platform--item .icon {
        min-width: 60px;
        width: 60px;
        height: 80px;
    }
    .platform--area .platform--item .text span {
        font-size: 18px;
    }
    .platform--area .platform--item .text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    :root {
        --container: 720px;
    }
    header .navbar {
        display: none;
    }
    .mobile-navbar-button {
        display: flex;
    }
    .main--intro {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-actions .footer-navs {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-actions {
        padding: 30px !important;
        padding-top: 0px !important;
    }
    .footer--top {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        justify-content: center;
    }
    .footer--top .text {
        flex: 1;
    }
    .footer--top .action {
        width: 100%;
        margin-top: 17px;
    }
    .bottom--menu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99;
    }
    .bottom--content {
        margin: 0 auto;
        max-width: calc(var(--container) - 30px);
        background: var(--white);
        border-radius: var(--radius-main);
        box-shadow: 0 0 15px #6b6d852b;
        margin-bottom: 15px;
        transition: 0.2s ease all;
        padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
        position: relative;
        bottom: 0;
    }
    .bottom--menu.end .bottom--content {
        bottom: -100px;
    }
    .bottom-content-nav {
        display: flex;
    }
    .bottom-content-nav .bm-item {
        width: 100%;
        padding: 12px;
        border-right: 1px solid var(--bg);
        display: flex;
        flex-direction: column;
        gap: 2px;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bottom-content-nav .bm-item .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: var(--main-color);
    }
    .bottom-content-nav .bm-item .text {
        color: var(--soft-text);
        font-size: 14px;
    }
    .bottom-content-nav .bm-item:last-child {
        border: 0;
    }
    .bottom-content-nav .bm-item.basket {
        background: var(--main-color);
        border: 0;
        border-radius: var(--radius-main);
        margin-top: -12px;
        margin-bottom: 10px;
        min-width: 90px;
    }
    .bottom-content-nav .bm-item.basket .icon {
        color: #fff;
    }
    .bottom-content-nav .bm-item.basket .text {
        color: #fff;
        opacity: 0.9;
    }
    .bottom-content-nav .bm-item.basket span.count {
        position: absolute;
        right: 5px;
        top: 5px;
        background: #ffffff26;
        font-size: 12px;
        line-height: normal;
        padding: 2px 4px;
        border-radius: 2px;
    }
    .intro--image .int-img-front {
        right: -280px;
        transform: translateX(-0%);
        left: inherit;
        display: block;
        bottom: 0px;
        max-width: 350px;
    }

    .main--intro .intro--well {
        position: absolute;
        bottom: 0;
        padding: 20px;
        padding-bottom: 0;
        z-index: 5;
        text-align: center;
    }

    .intro--image .int-img-back {
        display: block;
    }

    .intro--well .intro-rate {
        display: none;
    }

    .intro--well .site-title {
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .intro--well h2 > span {
        font-size: 30px;
    }

    .intro--well h2 {
        font-size: 26px;
        line-height: 30px;
        text-align: left;
    }

    .catpi--list {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-actions .footer-navs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .intro-screen-linear {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 400px;
        background: linear-gradient(to top, #171b24 30%, #1c202a00);
        z-index: 4;
    }
    .intro--well .site-title {
        font-weight: 600;
        background: #1b1f292b;
    }
    .intro--page {
        padding-top: 150px;
    }
    .service--area {
        display: flex;
        flex-direction: column;
    }

    .service--detail .poster img {
        left: 50%;
        transform: translateX(-50%);
    }
    .intro--curved {
        /* clip-path: ellipse(180% 100% at top center); */
    }

    .intro--image .phone {
        right: -90px;
        max-width: 260px;
        opacity: 0.6;
    }
    .post--action .post-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    section.post--action {
        margin-top: -140px;
    }
    
    .scraper--head {
        flex-wrap: wrap;
    }
    
    .scraper--head .butto {
        width: 100%;
        justify-content: center;
    }
    
    .article--loop .article-box {
        flex-direction: column;
    }
    
    .article--loop .article-box:nth-child(even) {
        flex-direction: column;
    }
    
    .article--loop .article-box .article-image {
        width: 100%;
    }
    
    .article--loop .article-box .article-image img {
        width: 100%;
        min-width: 100%;
    }
    
    .article--loop {
        gap: 20px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 800px) {
}

@media (max-width: 768px) {
    :root {
        --container: 100%;
    }
    .bottom--content {
        max-width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

    .popular-pack-item {
        flex-wrap: wrap;
    }

    .popular-pack-item .butto-popular-buy {
        width: 100%;
        margin-right: 0;
    }

    .reviews-list {
        grid-template-columns: auto;
    }

    .footer--top .action .item {
        width: 100%;
        justify-content: center;
    }

    section#intro {
        padding-top: 90px;
        min-height: auto;
        padding-bottom: 20px;
    }

    .title-heading {
        text-align: center;
    }

    section#popular-packs {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .reviews--wrapper .title-heading {
        text-align: left;
    }

    .reviews--wrapper {
        padding: 30px 0 85px;
    }

    section#blog {
        padding: 30px 0 0px;
    }
    .bottom-content-nav .bm-item .text {
        font-size: 13px;
    }

    .intro--page {
        padding-top: 120px;
    }

    .intro--page .intro--head {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .intro--page .intro--head > .count {
        margin: auto;
    }

    .intro--page .intro--head > .text p {
        margin: 0;
    }

    .intro--page .intro--head > .text::before {
        display: none;
    }

    .intro--page .intro--head > .text {
        padding-left: 0;
    }
    .intro--service {
        padding-top: 100px;
    }
    .service--content .pack--list {
        grid-template-columns: repeat(3, 1fr);
    }
    .service--content .selected--pack .text > span {
        font-size: 16px;
    }

    .service--content .selected--pack .text {
        line-height: 20px;
    }

    .service--content .selected--pack .icon {
        min-width: 54px;
        width: 54px;
        height: 54px;
    }

    .service--content .pack--action .pack--butto {
        height: 54px;
        min-width: 175px;
        padding: 12px 25px;
    }
    section#post-view {
        padding: 110px 0 0;
    }
    .intro--image .int-img-front {
        right: 0;
        transform: translateX(-18%);
        left: 50%;
        max-width: 365px;
        bottom: 30px;
    }

    .main--intro {
        min-height: 550px;
    }

    .intro--curved {
        /* clip-path: ellipse(200% 100% at top center); */
    }

    .wit--action .wit--tabs .item {
        min-width: 80px;
        border: 1px solid #ffffff20;
    }

    .intro-screen-linear {
        background: linear-gradient(to top, #171b24 40%, #1c202a00 100%);
    }

    .intro--image .phone {
        right: 66px;
        max-width: 285px;
        bottom: 5px;
        opacity: 0.4;
    }
    section.post--action {
        margin-top: -80px;
    }
    
    .post--action .post-list {
        grid-template-columns: repeat(2, 1fr);
    }
    section.post--action {
        margin-top: -150px;
    }
    
    .post--action .post-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .scraper--head .image {
        min-width: 60px;
        width: 60px;
        height: 60px;
        max-width: 60px;
    }
    
    .scraper--head .detail > span {
        font-size: 17px;
    }
    
    .scraper--head .detail {
        font-size: 15px;
        line-height: 18px;
    }
    
    .scraper--head .wrap-area .wrap {
        padding-left: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .article-box .article-text :is(h1, h2, h3, h4, h5, h6) > span {
        color: var(--main-text);
        margin: 0;
    }
    
    .article-box .article-text :is(h1, h2, h3, h4, h5, h6) > span::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .catpi--list {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .catpi--list .catpi-item {
        aspect-ratio: auto;
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 25px;
        gap: 10px;
    }

    .catpi--list .catpi-item .text {
        text-align: left;
    }

    .popular--packs {
        grid-template-columns: auto;
    }

    .popular-pack-item {
        flex-wrap: nowrap;
    }

    .popular-pack-item .butto-popular-buy {
        width: inherit;
        min-width: 100px;
        margin-right: 10px;
    }

    .main-blog-list {
        grid-template-columns: auto;
    }

    .accordion .item {
        margin-bottom: 10px !important;
    }

    .intro--well p.intro-desc {
        display: block;
        padding-bottom: 30px;
    }

    #popular-services {
        margin-top: -44px;
        z-index: 6;
        position: relative;
    }

    #popular-services .title-heading {
        display: none;
    }

    .intro--image .int-img-front {
        bottom: 30px;
        transform: translateX(-50%);
        max-width: 350px;
    }

    section#intro {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    section#intro.path-wave::after {
        display: none;
    }

    .intro--image .int-img-back {
        display: block;
    }

    .intro--image {
        width: 100%;
    }

    .catpi--list .catpi-item {
        border-radius: 12px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .catpi--list .catpi-item .text span {
        font-size: 16px;
    }

    .service--content .pack--list {
        grid-template-columns: repeat(2, 1fr);
    }

    .service--base .service-head .info h1 {
        font-size: 22px;
    }

    .service--base .service-head .icon {
        min-width: 70px;
        width: 70px;
        height: 84px;
        font-size: 34px;
        border-radius: 12px;
    }
    .order--step .order--head .title {
        font-size: 18px;
    }
    .order--step .order--head {
        flex-wrap: wrap;
        gap: 10px;
    }

    .order--step .order--head .icon {
        max-width: 44px;
        flex: 1;
    }

    .order--step .order--head .title {
        width: 100%;
        flex: 1;
    }

    .order--step .order--head .price {
        width: 100%;
        justify-content: center;
    }
    .order--detail .od--details ul li {
        font-size: 16px;
    }

    .basket--products > .item {
        flex-wrap: wrap;
    }

    .basket--products > .item .icon {
        flex: 1;
        max-width: 66px;
    }

    .basket--products > .item .text {
        flex: 1;
        width: 100%;
    }

    .basket--products > .item .badge {
        width: 100%;
        text-align: center;
    }

    .basket--products > .item .text .product--name {
        font-size: 16px;
    }
    .main--intro .intro--well {
        width: 100%;
    }

    .main--intro {
        min-height: 600px;
    }

    .intro--image .phone {
        right: 0;
        left: 58%;
        bottom: 15px;
        max-width: 275px;
    }

    .intro-screen-linear {
        background: linear-gradient(to top, #171b24 45%, #1c202a00 100%);
    }

    .intro--well h2 {
        display: none;
    }

    .wit--action .wit--tabs {
        justify-content: center;
    }

    .intro--curved {
        /* clip-path: ellipse(250% 100% at top center); */
    }
    .scraper--head .butto {
        width: fit-content;
        order: 3;
        font-size: 16px !important;
    }
    
    .scraper--head .image {
        order: 1;
    }
    
    .scraper--head .detail {
        order: 2;
    }
    
    .scraper--head .wrap-area {
        order: 4;
        width: 100%;
        justify-content: center;
        padding: 10px;
        background: var(--bg);
        border-radius: 12px;
        margin: 0 auto;
    }
    
    .scraper--head .wrap-area .wrap {
        border-color: #00000010;
        text-align: center;
        padding-left: 20px;
        margin-left: 20px;
    }
    
    .scraper--head .wrap-area .wrap:first-child {
        padding-left: 0;
        margin-left: 0;
        border: 0;
    }
    
    .scraper--head .wrap-area .wrap:last-child {
        margin-right: 0;
    }
    
    section.post--action {
        margin-top: -140px;
    }
    
    .post--bottom .top-side {
        flex-wrap: wrap;
    }
    
    .post--bottom .butto-buy {
        margin-left: auto;
    }
    
    .post--bottom .butto-light {
        width: 100%;
        order: 2;
        padding: 12px;
    }
    
    .post--bottom .butto-light span {
        justify-content: center;
    }
    .post-modal-bottom .butto {
        min-width: 130px;
    }
    
    .post-modal-bottom .butto[data-post_close] {
        min-width: 120px;
    }
    
    .modal.post .modal-content .modalArea .modal-close {
        top: -30px;
    }

    .product--list .item .image img {
        aspect-ratio: 1;
        max-width: 50px;
        min-width: 50px;
    }
    
    .product--list .item .image {
        margin-right: 5px;
    }
    
    .post--bottom .text {
        font-size: 15px;
    }
    
    .post--bottom .text span {
        font-size: 16px;
    }
    
    .post--bottom .text p {
        color: var(--soft-text);
    }
}

@media (max-width: 500px) {
    .intro--image .int-img-front {
        max-width: 340px;
        bottom: 50px;
    }

    .footer--top .action {
        flex-direction: column;
    }

    .footer--top .action .item {
        justify-content: flex-start;
    }

    .footer-nav-item.double > ul {
        grid-template-columns: auto;
    }

    .catpi--list .catpi-item .icon {
        font-size: 36px;
    }

    .catpi--list .catpi-item {
        padding: 20px;
    }

    .catpi--list .catpi-item .text span {
        font-size: 15px;
    }

    footer .footer-bottom .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        height: auto;
    }

    footer .footer-bottom img {
        display: block;
    }

    .title-heading.light .title {
        font-size: 22px;
    }

    .title-heading.light p {
        font-size: 16px;
    }

    .title-heading::after {
        width: 90%;
        left: 5%;
    }

    .title-heading .title {
        font-size: 22px;
    }

    .title-heading p {
        font-size: 16px;
    }

    .intro--well h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .intro--well h2 > span {
        font-size: 28px;
    }

    .intro-screen-linear {
        height: 400px;
        background: linear-gradient(to top, #171b24 55%, #1c202a00 100%);
    }

    section#intro {
        padding-top: 15px;
    }
    .catpi--list {
        gap: 5px;
    }

    section#popular-packs {
        margin-top: 40px;
        padding-top: 80px;
    }

    .intro--well .site-title {
        padding: 8px 15px;
        border-radius: 30px;
    }

    .intro--image .int-img-back {
        display: block;
    }

    .main--intro .intro--well {
        padding-bottom: 0;
    }

    .popular-pack-item .icon {
        width: 60px;
        min-width: 60px;
        font-size: 28px;
    }

    .popular-pack-item .icon {
        width: 60px;
        min-width: 60px;
        font-size: 28px;
    }

    .us-data-area .data-item .icon {
        min-width: 60px;
        height: 70px;
        font-size: 26px;
    }

    .us-data-area .data-item {
        padding: 5px;
        border-radius: 18px;
    }

    .us-data-area .data-item .text {
        line-height: 24px;
    }

    .service--content .service--bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .service--content .pack--action .pack--butto {
        width: 100%;
        min-width: 100%;
        margin: 0;
        height: 60px;
        padding: 12px 30px;
    }

    .service--content .pack--action {
        margin: 0;
        width: 100%;
    }

    .free--type {
        flex-direction: column;
        gap: 8px;
    }

    .service--content .free--area {
        padding: 20px;
    }

    .free--value .icon {
        min-width: 48px;
        width: 48px;
        height: 48px;
        top: 11px;
        left: 11px;
    }

    .free--amount .butt {
        min-width: 48px;
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .free--amount .count {
        font-size: 18px;
    }

    .service--content .service--bottom {
        padding: 20px;
    }

    .service--base .service-head .icon {
        min-width: 66px;
        width: 66px;
        height: 66px;
        font-size: 30px;
    }

    .post-content .post-body .head h1 {
        font-size: 22px;
    }

    .post-content .post-body {
        padding: 25px;
    }
    .order--step .butto {
        padding: 15px 25px !important;
        font-size: 17px !important;
    }
    .order--payment_method .item .top span {
        font-size: 18px;
    }
    .main--intro {
        min-height: 630px;
    }

    .intro--well p.intro-desc {
        font-size: 17px;
    }
    .bottom--menu {
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        bottom: -100px;
    }
    .bottom--menu.show {
        opacity: 1;
        visibility: visible;
        transition: 0.2s;
        bottom: 0;
    }
    .wit--action .wit--content .icon {
        display: none;
    }

    .wit--action .wit--content .wit-control {
        padding-left: 25px;
    }
    .accordion .item .head {
        padding: 20px;
        font-size: 16px !important;
    }

    .accordion .item {
        border-radius: 15px;
    }
    .scraper--head .butto {
        width: 100%;
        order: 4;
    }
    
    section.post--action {
        margin-top: -90px;
    }
    
    .scraper--head {
        padding: 15px;
    }
    
    section.post--action .card {
        padding: 20px;
    }
    
    .post--bottom .icon {
        display: none;
    }
    
    .post--bottom .top-side .text {
        font-size: 15px;
        padding-left: 8px;
    }
    
    .post--bottom .text span {
        font-size: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .post--bottom .top-side {
        gap: 12px;
    }
    
    .post--bottom .butto-buy {
        padding: 15px !important;
        height: auto;
    }
    .post-modal-bottom {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    
    .post-modal-bottom .butto {
        width: 100%;
        flex: 1;
    }
    
    .post-modal-bottom .icon {
        flex: 1;
        max-width: 60px;
    }
    
    .post-modal-bottom .text {
        flex: 1;
        width: 100%;
        min-width: calc(100% - 80px);
    }

    .product--list .item .image {
        margin-right: 5px;
    }
}

@media (max-width: 400px) {
    .intro--image .int-img-front {
        width: 100%;
        max-width: 340px;
        bottom: 20px;
    }

    .intro--image .int-img-back {
        width: 300px;
        bottom: 20px;
    }

    section#intro {
        padding-top: 0;
    }

    .catpi--list .catpi-item .icon {
        font-size: 30px;
    }

    .accordion .item .head {
        font-size: 17px !important;
    }

    .service--base .service-head .info p {
        display: none;
    }

    .service--base .service-head .info h1 {
        margin: 0;
        font-size: 24px;
        line-height: 28px;
    }

    .order--step .butto {
        padding: 15px 25px !important;
        font-size: 17px !important;
    }

    .order-action_bottom {
        flex-direction: column;
        gap: 8px;
        margin-top: 0 !important;
    }

    .order-action_bottom .butto {
        width: 100%;
        margin: 0 !important;
        justify-content: center;
    }
    .product--list .item {
        flex-wrap: wrap;
    }
    
    .product--list .item .image {
        flex: 1;
        max-width: 50px;
    }
    
    .post--bottom .text {
        flex: 1;
        width: 100%;
    }
    
    .product--list .item .price {
        width: 100%;
        text-align: center;
        border-radius: 4px;
        padding: 5px;
    }
    .post-list {
        max-width: 95%;
    }
}
@media (max-width: 385px) {
    .post-list {
        max-width: 100%;
    }
}
@media (max-width: 370px) {
    .catpi--list .catpi-item .text span {
        font-size: 13px;
    }
    .order--detail .od--details ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    .post-list {
        max-width: 100%;
    }
}
.none_click {
    pointer-events: none;
    opacity: 0.5;
}
.none_click_2 {
    pointer-events: none;
}

/* Modal Overlay */
.ns-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: modalOverlayFadeIn 0.3s ease-out;
}

@keyframes modalOverlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal Container */
.ns-modal-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
    transform-origin: center;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Modal Content */
.ns-modal-content {
    padding: 40px 32px 32px;
    text-align: center;
}

/* Modal Icon */
.ns-modal-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
}

.ns-modal-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

.ns-modal-icon i {
    font-size: 40px;
    color: white;
}

/* Modal Header */
.ns-modal-header {
    margin-bottom: 16px;
}

.ns-modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    letter-spacing: -0.025em;
}

/* Modal Body */
.ns-modal-body {
    margin-bottom: 32px;
}

.ns-modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Modal Actions */
.ns-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.ns-modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    min-width: 120px;
}

.ns-modal-btn i {
    font-size: 18px;
}

/* Cancel Button */
.ns-modal-cancel {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.ns-modal-cancel:hover {
    background: #f1f5f9;
    color: #475569;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.15);
}

/* Confirm Button */
.ns-modal-confirm {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    border: 1px solid transparent;
}

.ns-modal-confirm:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Focus States */
.ns-modal-btn:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Success Variant */
.ns-modal-icon.ns-success {
    background: linear-gradient(135deg, #10b981, #059669);
}

.ns-modal-icon.ns-success::after {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* Error Variant */
.ns-modal-icon.ns-error {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.ns-modal-icon.ns-error::after {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

/* Info Variant */
.ns-modal-icon.ns-info {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.ns-modal-icon.ns-info::after {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .ns-modal-overlay {
        padding: 16px;
    }
    
    .ns-modal-content {
        padding: 32px 24px 24px;
    }
    
    .ns-modal-icon {
        width: 64px;
        height: 64px;
    }
    
    .ns-modal-icon i {
        font-size: 32px;
    }
    
    .ns-modal-header h3 {
        font-size: 20px;
    }
    
    .ns-modal-body p {
        font-size: 15px;
    }
    
    .ns-modal-actions {
        flex-direction: column;
    }
    
    .ns-modal-btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .ns-modal-overlay {
        padding: 12px;
    }
    
    .ns-modal-content {
        padding: 24px 20px 20px;
    }
    
    .ns-modal-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
    
    .ns-modal-icon ion-icon {
        font-size: 28px;
    }
    
    .ns-modal-header h3 {
        font-size: 18px;
    }
    
    .ns-modal-body {
        margin-bottom: 24px;
    }
    
    .ns-modal-body p {
        font-size: 14px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .ns-modal-overlay,
    .ns-modal-container {
        animation: none;
    }
    
    .ns-modal-icon::after {
        animation: none;
    }
    
    .ns-modal-btn:hover {
        transform: none;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .ns-modal-container {
        background: #1e293b;
    }
    
    .ns-modal-header h3 {
        color: #f8fafc;
    }
    
    .ns-modal-body p {
        color: #94a3b8;
    }
    
    .ns-modal-cancel {
        background: #334155;
        color: #cbd5e1;
        border-color: #475569;
    }
    
    .ns-modal-cancel:hover {
        background: #475569;
        color: #e2e8f0;
    }
}
.card--head--danger {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.card--head--danger .card--head-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card--head--danger .card--head-title .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.card--head--danger .card--head-title .desc {
    font-size: 16px;
    text-align: center;
    max-width: 600px;
}
.card--head--danger .card--head-title .desc i {
    color: #721c24;
    margin-right: 5px;
}

.wu-user-info {
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.wu-user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.wu-user-details h2 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.wu-user-stats {
    color: #666;
    font-size: 0.9rem;
}

.wu-post-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
}

.wu-item {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.wu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.wu-item .type {
    background: linear-gradient(45deg, #f093fb, #f5576c);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: inline-block;
}

.wu-item .type.retweet {
    background: linear-gradient(45deg, #1DA1F2, #00aaff);
}

.wu-item .type.quote {
    background: linear-gradient(45deg, #17bf63, #00a83a);
}
.post--action .wu-post-list .wu-item .detail {
    position: relative;
    right: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    display: none;
    bottom: 0px;
    left: 0px;
    border: none;
}
.post--action .wu-post-list .wu-item.selected .detail {
    display: flex;   ;
}
.post--action .wu-post-list .wu-item .detail .like {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
}
.post--action .wu-post-list .wu-item .detail > span {
    padding: 5px 12px;
    border-radius: 30px;
    background: var(--main-color);
    transition: 0.1s;
    color: #fff;
}
.wu-tweet-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.wu-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.wu-author-info h3 {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.wu-author-handle {
    color: #666;
    font-size: 0.9rem;
}

.wu-tweet-content {
    font-size: 15px;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wu-tweet-media {
    margin: 15px 0;
    border-radius: 15px;
    overflow: hidden;
}

.wu-tweet-media img {
    width: 100%;
    height: auto;
    display: block;
}

.wu-tweet-media video {
    width: 100%;
    border-radius: 15px;
}

.wu-quoted-tweet {
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
    background: #fafafa;
}

.wu-date {
    color: #666;
    font-size: 0.85rem;
    margin-left: auto;
}

.wu-item .detail {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 15px;
}

.wu-item .detail span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
}

.wu-item .detail span i {
    font-size: 1.1rem;
}

.views-count {
    color: #1DA1F2;
    font-weight: 600;
}

.interaction-count {
    font-weight: 600;
    color: #333;
}

.wu-loading {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    margin: 50px 0;
}

@media (max-width: 768px) {
    .wu-container {
        padding: 10px;
    }
    
    .wu-item {
        padding: 20px;
    }
    
    .wu-header h1 {
        font-size: 2rem;
    }
}

.fixedSupport .supportButton {
    color: #fff;
    background: #25D366;
    width: 170px;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    user-select: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.fixedSupport .supportButton>i {
    font-size: 18px;
    pointer-events: none;
}


#service {
    position: relative;
    top: -79px;
    z-index: 9999;
}
#service .service--list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    z-index: 1;
    position: relative;
}
#service .service--list .item {
    width: 100%;
    position: relative;
}
#service .service--list .item a {
    aspect-ratio: 1 / 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: .2s;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
#service .service--list .item .service-count {
    position: relative;
    margin: 7px auto 0;
    border-top: 1px solid var(--service-color);
    min-width: 90%;
    background: inherit;
    padding: 15px 0 0;
    color: var(--service-color);
    transition: .4s;
    border-radius: 0;
}
#service .service--list .item .service-count span {
    color: var(--service-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
}
#service .service--list .item:hover .service-count {
    border-top: 1px dashed var(--service-color);
}
#service .service--list .item:hover .service-name {
    color: var(--service-color)
}
#service .service--list .item .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    color: var(--service-color);
    display: flex;
    align-items: center;
    font-size: 52px;
    justify-content: center;
}
#service .service--list .item h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}
#service .service--list .item .service-name {
    color: #4d5368;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    transition: .4s;
}
#service .service--list .item .service-name .service-text {
    background: inherit;
    padding: 0;
    height: inherit;
    display: block;
    color: #767d95 !important;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}
@media screen and (max-width: 1200px) {        
    #service {
        top: -59px;
    }
    #service .service--list {
        grid-template-columns: repeat(4, 1fr);
    }        
}
@media screen and (max-width: 1050px) {
    #service {
        top: -39px;
    }
    #service .service--list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 900px) {
    #service {
        top: -19px;
    }
    #service .service--list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 500px) {
    #service {
        top: -20px;
    }
    #service .service--list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-columns: auto;
        gap: 8px;
    }
    #service .service--list .item a {
        aspect-ratio: auto;
        flex-direction: row;
        padding: 12px;
        border-radius: 12px;
    }
    
    #service .service--list .item a .icon {
        background: var(--bg);
        border-radius: 8px;
    }
    #service .service--list .item a .icon  i {
        font-size: 28px;
    }
    #service .service--list .item a .service-name {
        text-align: left;
    }
    #service .service--list .item a .service-name .service-text {
        font-size: 18px;
        margin-top: -2px;
    }
    #service .service--list .item a .service-count {
        min-width: auto;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
        padding: 3px 10px;
        border: 0;
        border: 1px solid var(--service-color);
        border-radius: 5px;
    }
    #service .service--list .item a .service-count span {
        font-size: 13px;
        background: 0 0;
    }
    #service .service--list .item:hover .service-count {
        border-top: 1px solid var(--service-color);
    }
}