@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    --clr-light-scheme: #EFF6FF;
    --blue: #2563EB;
}

.p-large {
    padding: 8rem;
}

@media (max-width: 767px) {
    .p-large {
        padding: 3rem;
    }
}

.trX-0 {
    transform: translateX(0) !important;
}

/* Mixins */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1,
h3,
h4 {
    letter-spacing: -0.035rem;
}

.gr-text {
    color: #2563EB;
    background-image: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-caption {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 15%;
    text-transform: uppercase;
}

.text-small {
    font-size: 0.8125rem;
}

.text-large {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.nf-text-lg {
    font-size: 20rem;
    color: #999;
}

.section-content h1 {
    margin: 2rem 0;
}

.section-content h2 {
    margin: 1.5rem 0;
}

.section-content h3 {
    margin: 1.3rem 0;
}

.s-title .h-group {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.s-title .h-group .h-outline {
    font-size: clamp(3rem, 10vw, 11rem);
    color: var(--bs-white);
    letter-spacing: -3%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(180deg, rgb(191, 219, 254) 0%, rgba(191, 219, 254, 0) 100%);
    background-size: 100% 90%;
    background-clip: text;
    -webkit-text-stroke: 2px transparent;
    margin-bottom: -6vw;
}

.s-title h1,
.s-title .h1 {
    color: #2563EB;
    background-image: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {

    .s-title h1,
    .s-title .h1 {
        font-size: 1.75rem;
        width: 70%;
    }
}

.s-title p.sub-desc {
    font-size: 1.25rem;
    margin: 1rem auto;
    text-align: center;
    max-width: 75%;
}

@media (min-width: 768px) {
    .s-title.--left .h-outline {
        text-align: right;
        margin-bottom: -10vw;
    }

    .s-title.--left h1 {
        text-align: left;
        left: 0;
        transform: unset;
    }

    .s-title.--left p.sub-desc {
        text-align: left;
        width: 40vw;
        margin: 1rem 0;
    }
}

.c-content .accordion-item {
    border: 1px solid var(--bs-gray-300);
    margin-bottom: 1rem;
    border-radius: 0.75rem !important;
}

.c-content .accordion-item:first-child {
    border-top: 1px solid var(--bs-gray-300);
}

.c-content .accordion-item:last-child {
    border-bottom: 1px solid var(--bs-gray-300);
}

.c-content .accordion-item h2 button {
    font-size: 1.2rem;
    font-weight: bold;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0.75rem;
    background: transparent;
}

.accordion-button:not(.collapsed) {
    color: var(--clr-blue-500);
}

.btn-perfect {
    border: 1px solid green;
    background: linear-gradient(180deg, var(--green-400, #4ADE80) 0%, var(--green-600, #16A34A) 100%);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.7) inset;
    font-weight: 500;
    color: var(--bs-white);
}

.btn-perfect.btn-lg {
    border-radius: 1rem;
    border: 1px solid green;
    background: linear-gradient(180deg, var(--green-400, #4ADE80) 0%, var(--green-600, #16A34A) 100%);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.7) inset;
    font-weight: 500;
    color: var(--bs-white);
}

.btn-perfect:hover {
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.7) inset;
    border-color: rgb(117, 226, 117);
    color: var(--bs-white);
}

.btn-perfect:focus {
    background: linear-gradient(180deg, var(--green-600, #16A34A) 0%, var(--green-400, #4ADE80) 100%);
}

.btn-perfect.btn-lg i {
    margin-left: 1rem;
}

.btn-input-inside {
    color: var(--bs-white);
    margin: 0.75rem;
    border-radius: 12px !important;
    background: linear-gradient(107deg, #2563EB 6.44%, #1E3A8A 77.27%);
    color: var(--bs-white);
    transition: all 500ms ease;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .btn-input-inside {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.btn-input-inside i {
    font-size: 1rem;
}

.btn-input-inside:hover {
    opacity: 1;
    color: var(--bs-white);
}

.cat-link {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    text-align: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.cat-link--wrapper {
    display: inline-flex;
    gap: 0.5rem;
    background-color: var(--clr-blue-100);
    border: 1px solid var(--bs-white);
    padding: 0.5rem;
    border-radius: 1.5rem;
}

.cat-link--item {
    display: inline-flex;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: bold;
    color: var(--bs-gray-600);
    transition: all 200ms ease-in;
    border-radius: 1.1rem;
}

.cat-link--item.active {
    background-color: var(--bs-white) !important;
    color: var(--clr-blue-500) !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05) !important;
}

.cat-link--item:hover {
    color: var(--clr-blue-500);
}

.cat-link--item-icon {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    margin-right: 0.5rem;
}

.cat-link--item.--v {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
}

/* Top Scroll Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 1rem;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    z-index: 1000;
}

.scroll-to-top-btn.show {
    opacity: 1;
}

.currency-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
}

.currency-toggle {
    position: relative;
    display: flex;
    background-color: transparent;
    border: 1px solid var(--clr-blue-300);
    border-radius: 50px;
    overflow: hidden;
    width: 90px;
    height: 24px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.toggle-option {
    flex: 1;
    background: none;
    border: none;
    z-index: 1;
    font-weight: 500;
    color: var(--clr-blue-300);
    transition: color 0.3s ease;
}

.toggle-option.active {
    color: var(--clr-blue-500);
}

.toggle-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--bs-white);
    border-radius: 50px;
    transition: transform 0.3s ease;
    z-index: 0;
}

.swiper:not(.mainSlider) {
    padding: 1rem 0 !important;
}

.cards-group {
    margin: 2rem 0;
}

.form-area,
.form-login,
.card--customer,
.card--d-server,
.card--c-server,
.card--prd-h,
.card--prd-v {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
    text-decoration: none;
}

.form-area:hover,
.form-login:hover,
.card--customer:hover,
.card--d-server:hover,
.card--c-server:hover,
.card--prd-h:hover,
.card--prd-v:hover {
    border-color: var(--clr-blue-500);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.075);
}

.form-area .card-specs,
.form-login .card-specs,
.card--customer .card-specs,
.card--d-server .card-specs,
.card--c-server .card-specs,
.card--prd-h .card-specs,
.card--prd-v .card-specs {
    margin-bottom: 1.5rem;
}

.form-area .card-specs--title,
.form-login .card-specs--title,
.card--customer .card-specs--title,
.card--d-server .card-specs--title,
.card--c-server .card-specs--title,
.card--prd-h .card-specs--title,
.card--prd-v .card-specs--title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--bs-gray-500);
}

.form-area .card-specs--list,
.form-login .card-specs--list,
.card--customer .card-specs--list,
.card--d-server .card-specs--list,
.card--c-server .card-specs--list,
.card--prd-h .card-specs--list,
.card--prd-v .card-specs--list {
    list-style: none;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid var(--bs-gray-400);
}

.form-area .card-specs--list li,
.form-login .card-specs--list li,
.card--customer .card-specs--list li,
.card--d-server .card-specs--list li,
.card--c-server .card-specs--list li,
.card--prd-h .card-specs--list li,
.card--prd-v .card-specs--list li {
    padding: 0.3rem 0;
}

.form-area .card-specs .card-link,
.form-login .card-specs .card-link,
.card--customer .card-specs .card-link,
.card--d-server .card-specs .card-link,
.card--c-server .card-specs .card-link,
.card--prd-h .card-specs .card-link,
.card--prd-v .card-specs .card-link {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-area .card-specs .card-link i,
.form-login .card-specs .card-link i,
.card--customer .card-specs .card-link i,
.card--d-server .card-specs .card-link i,
.card--c-server .card-specs .card-link i,
.card--prd-h .card-specs .card-link i,
.card--prd-v .card-specs .card-link i {
    font-size: 0.75rem;
}

.form-area .btn,
.form-login .btn,
.card--customer .btn,
.card--d-server .btn,
.card--c-server .btn,
.card--prd-h .btn,
.card--prd-v .btn {
    display: block;
    width: 100%;
}

.form-area .ch-f,
.form-login .ch-f,
.card--customer .ch-f,
.card--d-server .ch-f,
.card--c-server .ch-f,
.card--prd-h .ch-f,
.card--prd-v .ch-f {
    display: flex;
    justify-content: space-between;
}

.form-area .ch-f .cb-count,
.form-login .ch-f .cb-count,
.card--customer .ch-f .cb-count,
.card--d-server .ch-f .cb-count,
.card--c-server .ch-f .cb-count,
.card--prd-h .ch-f .cb-count,
.card--prd-v .ch-f .cb-count {
    display: inline-block;
    text-align: center;
    background-color: #e3efff;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    color: var(--clr-blue-700);
    transition: all 300ms ease;
}

.form-area .ch-f .cb-count .h3,
.form-login .ch-f .cb-count .h3,
.card--customer .ch-f .cb-count .h3,
.card--d-server .ch-f .cb-count .h3,
.card--c-server .ch-f .cb-count .h3,
.card--prd-h .ch-f .cb-count .h3,
.card--prd-v .ch-f .cb-count .h3 {
    margin-bottom: 0;
}

.form-area .ch-f .cb-count span,
.form-login .ch-f .cb-count span,
.card--customer .ch-f .cb-count span,
.card--d-server .ch-f .cb-count span,
.card--c-server .ch-f .cb-count span,
.card--prd-h .ch-f .cb-count span,
.card--prd-v .ch-f .cb-count span {
    display: block;
}

.card-subtitle {
    color: var(--bs-gray-600);
}

.card-price {
    display: inline-block;
    width: 100%;
    padding: 1rem 0 0.25rem 0;
}

.card-price--p {
    color: var(--clr-blue-500);
    font-size: 3rem;
    font-weight: bold;
}

.card-price--t {
    font-style: 0.75rem;
    color: var(--bs-gray-700) !important;
}

.card {
    border-radius: 1rem;
}

.card--gray {
    background: linear-gradient(113deg, #EFFBFF 0%, #E9F5FA 100.17%);
    border: none;
    padding: 0.8rem;
}

.card--prd-v .card-body {
    padding: 1.5rem;
}

.card--prd-v .card-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--bs-gray-200);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.card--prd-v .card-icon i {
    font-size: 1.5rem;
    color: var(--clr-blue-500);
}

.card--prd-v .card-img-wrapper {
    width: auto;
    height: 300px;
    position: relative;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    overflow: hidden;
}

.card--prd-v .card-img-wrapper img {
    width: 100%;
    object-fit: cover;
    transition: all 300ms ease;
}

.card--prd-v .card-img-wrapper span.badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 999;
    color: var(--bs-white) !important;
}

.card--prd-v .card-price {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid var(--bs-gray-400);
}

.card--prd-v .card-price b {
    font-size: 1.5rem;
    color: var(--clr-blue-500);
}

.card--prd-v .card-btn {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 1399px) {
    .card--prd-v .card-btn {
        flex-direction: column;
    }
}

.card--prd-v p.text-small {
    margin: 0;
}

.card--prd-v:hover img {
    transform: scale(110%);
}

.card--prd-h {
    margin-bottom: 1.5rem;
    padding: 1rem !important;
}

.card--prd-h:hover .cb-count {
    background-color: var(--clr-blue-500);
    color: #EFF6FF;
}

.card--prd-h span.icon-lg {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-light-scheme);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.card--prd-h span.icon-lg i {
    color: var(--clr-blue-500);
}

.card.--second-card {
    padding-top: 1.25rem;
}

.card.--second-card .card-price {
    border-bottom: none !important;
    margin: 0;
}

.card.--second-card .btn {
    margin-bottom: 1rem;
}

.card.popular {
    --border-thick: 2px;
    border: var(--border-thick) solid var(--clr-blue-500);
    position: relative;
}

.card.popular::before {
    content: "En Popüler";
    position: absolute;
    width: calc(var(--border-thick) * 2 + 100%);
    top: -18px;
    left: calc(var(--border-thick) * -1);
    padding: 0.2rem 1rem;
    background-color: var(--clr-blue-500);
    color: var(--bs-white);
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}

.card--c-server {
    padding: 0.5rem;
}

@media (min-width: 1199px) {
    .card--c-server {
        margin-bottom: 1rem;
    }

    .card--c-server .card-body {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .card--c-server .card-body .card-title {
        width: 170px;
    }

    .card--c-server .card-body .card-price {
        width: 170px;
        margin: 0;
        padding: 0;
        order: 2;
    }

    .card--c-server .card-body .btn {
        width: auto;
        display: inline-block;
        order: 3;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card--c-server .card-body .card-specs {
        margin: 0;
    }

    .card--c-server .card-body .card-specs--list {
        display: flex;
        flex-direction: row;
        border: none;
        gap: 2rem;
        padding: 0 1rem;
        margin: 0;
    }

    .card--c-server .card-body .card-specs--list li b {
        display: block;
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .card--c-server .card-specs--list {
        gap: 2.5rem !important;
    }
}

.card--d-server:hover svg {
    color: var(--clr-blue-500);
}

.card--d-server .card-body {
    padding: 1.5rem;
}

.card--d-server .card-head {
    display: flex;
    justify-content: space-between;
}

.card--d-server .card-head--img img {
    max-width: 140px;
}

@media (max-width: 1199px) {
    .card--d-server .card-head {
        flex-direction: column;
        gap: 1rem;
    }
}

.card--d-server .card-price {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid var(--bs-gray-400);
}

.card--d-server .card-specs--list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.card--d-server .card-specs--list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex: 0 0 calc(50% - 10px);
}

.card--d-server .card-specs--list li span {
    display: block;
    text-align: center;
}

.card--d-server .card-specs--list li span b {
    display: block;
}

.card--d-server .card-specs--icon {
    color: var(--bs-gray-500);
}

.card--customer {
    margin: 0;
    border-radius: 1rem;
    padding: 1rem;
    height: 100%;
}

.card--customer blockquote {
    padding: 0;
    font-size: 1rem;
    margin-bottom: 1rem;
    display: block;
}

.card--customer .blockquote-footer {
    margin: 0;
}

@media (max-width: 600px) {
    .card--customer {
        padding: 0;
    }
}

.card--customer .customer {
    width: auto;
}

.card--customer .customer-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    color: var(--clr-blue-600);
}

.card--customer .customer-title i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background-color: var(--bs-gray-200);
    margin-right: 8px;
    border-radius: 6px;
    border: 1px solid var(--bs-gray-400);
}

.card--customer .customer-name {
    font-weight: bold;
}

.card--customer .customer-info {
    font-size: 0.8rem;
}

.card--customer .customer-info th {
    width: 25%;
}

.card--customer .card-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.card--customer .card-head .btn {
    width: auto !important;
    flex: 0 0 auto;
}

.card--customer .card-filter {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.card--customer .card-filter div {
    flex: 1 0 auto;
}

.card--customer .card-filter div.f-selectMenu,
.card--customer .card-filter div.f-toggleView {
    background: var(--bs-white);
    border: 1px solid var(--bs-gray-400);
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.card--customer .card-filter div.f-searchBox input[type=text] {
    height: 100%;
    border-radius: 0.5rem;
    border-color: var(--bs-gray-400);
}

.card--customer .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bs-gray-200);
    padding: 1rem;
    border-radius: 0.5rem;
}

@media (max-width: 991px) {
    .card--customer .card-bottom {
        flex-direction: column;
        gap: 12px;
    }
}

.card--customer .card-bottom p {
    margin: 0;
}

.card--customer .card-bottom a {
    flex: 0 0 25%;
}

.card--customer .table thead {
    border-radius: 0.5rem;
}

.card.product-price-content .card-price {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
}

.card.product-price-content .card-price b {
    font-size: 2rem;
    color: var(--clr-blue-500);
}

.card.product-price-content ul.list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: row;
    border-radius: 1rem;
}

.card.product-price-content ul.list-grid li {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(50% - 6px);
    border-radius: 8px;
    border: 1px solid var(--bs-gray-400);
    background-color: transparent;
    font-size: 14px;
    padding: 8px;
}

.card.product-price-content ul.list-grid li i {
    font-size: 1rem;
    color: rgb(17, 202, 17);
    margin: 0;
}

.card.product-price-content .btn-lg {
    border-radius: 1rem;
}

.card.product-price-content .btn-outline-primary:hover {
    color: var(--bs-white);
}

.a-cards {
    padding-top: 2rem;
}

.a-cards [class^=col-] {
    border-right-width: 1px;
    border-right-style: solid;
    border-image: linear-gradient(180deg, transparent 10%, var(--clr-blue-500) 100%) 5;
}

.a-cards [class^=col-]:nth-child(1),
.a-cards [class^=col-]:nth-child(2),
.a-cards [class^=col-]:nth-child(3),
.a-cards [class^=col-]:nth-child(4) {
    border-bottom: 1px solid var(--clr-blue-500);
}

.a-cards [class^=col-]:nth-child(4),
.a-cards [class^=col-]:nth-child(8) {
    border-right: none;
}

.a-cards [class^=col-]:nth-child(5),
.a-cards [class^=col-]:nth-child(6),
.a-cards [class^=col-]:nth-child(7) {
    border-image: linear-gradient(0deg, transparent 10%, var(--clr-blue-500) 100%) 5;
}

@media (max-width: 991px) {
    .a-cards [class^=col-]:nth-child(even) {
        border-right: none;
    }

    .a-cards [class^=col-]:nth-child(5),
    .a-cards [class^=col-]:nth-child(6) {
        border-bottom: 1px solid var(--clr-blue-500);
        border-image: none;
    }

    .a-cards [class^=col-]:nth-child(3),
    .a-cards [class^=col-]:nth-child(5) {
        border-color: var(--clr-blue-500);
        border-image: none;
    }
}

.a-cards.three-col [class^=col-]:nth-child(3) {
    border-right: none;
}

.a-cards.three-col [class^=col-]:nth-child(4) {
    border-bottom: none;
    border-image: linear-gradient(0deg, transparent 10%, var(--clr-blue-500) 100%) 5;
    border-right: 1px solid;
}

.a-cards.three-col [class^=col-]:nth-child(6) {
    border-right: none;
}

@media (max-width: 991px) {
    .a-cards.three-col [class^=col-]:nth-child(3) {
        border-right: 1px solid var(--clr-blue-500);
    }

    .a-cards.three-col [class^=col-]:nth-child(3),
    .a-cards.three-col [class^=col-]:nth-child(4) {
        border-bottom: 1px solid var(--clr-blue-500);
        border-image: none;
    }

    .a-cards.three-col [class^=col-]:nth-child(5),
    .a-cards.three-col [class^=col-]:nth-child(6) {
        border-bottom: none;
        border-image: linear-gradient(0deg, transparent 10%, var(--clr-blue-500) 100%) 5;
    }
}

.a-item {
    padding: 2rem;
    color: var(--bs-gray-700);
}

.a-item--icon {
    display: block;
    color: var(--clr-blue-500);
    margin-bottom: 1rem;
}

.a-item--title {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: normal;
}

.a-item--desc {
    font-size: 1rem;
}

.a-item--numb {
    width: 3rem;
    height: 3rem;
    background-color: var(--bs-white);
    color: var(--clr-blue-500);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem;
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
}

span.icon {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.server-adv {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.server-adv--icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    background-color: var(--bs-white);
    border: 1px solid var(--clr-blue-200);
    border-radius: 1rem;
}

.server-adv--icon i {
    color: var(--clr-blue-500);
    font-size: 1.5rem;
}

.server-adv--content {
    padding: 1rem 0 0 0;
}

.server-adv--content h4 {
    font-size: 18px;
}

.c-server--specs {
    display: none;
    padding: 1rem 1.5rem;
    color: var(--bs-gray-600);
    background: rgba(239, 246, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 90px;
}

@media (min-width: 1199px) {
    .c-server--specs {
        display: flex;
        width: 100%;
    }

    .c-server--specs span {
        display: block;
        text-align: center;
    }

    .c-server--specs span.item-title {
        width: 240px;
        text-align: left;
    }

    .c-server--specs span.item-specs {
        display: flex;
        margin: 0 6rem 0 1rem;
        gap: 10px;
    }

    .c-server--specs span.item-specs .item-1 {
        width: 120px;
    }

    .c-server--specs span.item-specs .item-2 {
        width: 80px;
    }

    .c-server--specs span.item-specs .item-3 {
        width: 80px;
    }

    .c-server--specs span.item-specs .item-4 {
        width: 100px;
    }

    .c-server--specs span.item-specs .item-5 {
        width: 100px;
    }
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .c-server--specs span.item-title {
        width: 200px;
    }

    .c-server--specs span.item-specs {
        margin: 0 4rem 0 1rem;
        gap: 0px;
    }
}

.horizon-web-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.horizon-web-link img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    border: 1px solid var(--bs-gray-300);
    overflow: hidden;
    object-fit: cover;
    transition: all 100ms linear;
}

.horizon-web-link p {
    font-weight: bold;
    color: var(--bs-gray-600);
}

.horizon-web-link:hover img {
    border-color: var(--clr-blue-500);
}

.horizon-web-link:hover p {
    color: var(--clr-blue-500);
}

@media (min-width: 992px) {
    header .dropdown-menu {
        left: 50% !important;
        transform: translateX(-50%);
        border-radius: 2rem;
        padding: 2rem;
        box-shadow: -1px 27px 43px -9px rgba(15, 54, 72, 0.3);
    }
}

@media (max-width: 992px) {
    header .dropdown-menu .container {
        padding: 0;
    }
}

header .dropdown-menu h3 {
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    color: #2563EB;
    background-image: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .dropdown-menu .lead {
    color: var(--bs-gray-600);
}

header .dropdown-menu .lead b {
    font-weight: bold;
}

header .dropdown-menu .dm-img {
    width: 100%;
    margin-top: 2rem;
}

header .dropdown-menu .dropdown-menus {
    list-style: none;
    padding: 0;
}

header .dropdown-menu .dropdown-item {
    display: flex;
    padding: 1rem;
    border-radius: 1rem;
}

@media (max-width: 767px) {
    header .dropdown-menu .dropdown-item {
        padding: 0.5rem;
    }
}

header .dropdown-menu .dropdown-item:hover {
    background-image: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
}

header .dropdown-menu .dropdown-item:hover span.menu-name--title {
    color: var(--bs-white);
}

header .dropdown-menu .dropdown-item:hover span.menu-name--desc {
    color: var(--bs-white);
    opacity: 0.8;
}

header .dropdown-menu .dropdown-item:hover span.menu-icon path {
    stroke: var(--bs-white);
}

header .dropdown-menu .dropdown-item:hover span.menu-icon i {
    color: var(--bs-white);
}

header .dropdown-menu .dropdown-item span {
    display: block;
    white-space: normal;
}

header .dropdown-menu .dropdown-item span.menu-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
}

header .dropdown-menu .dropdown-item span.menu-icon i {
    font-size: 1.5rem;
    color: var(--clr-blue-500);
}

header .dropdown-menu .dropdown-item span.menu-name--title {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 0.1rem;
    color: var(--bs-gray-700);
}

header .dropdown-menu .dropdown-item span.menu-name--desc {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
}

header .dropdown-menu .menu-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .dropdown-menu .menu-cont ul li {
    padding: 6px 0;
}

header .dropdown-menu .menu-cont ul li a {
    text-decoration: none;
    color: var(--bs-gray-600);
    font-weight: normal;
    font-size: 14px;
}

header .dropdown-menu .menu-cont ul li i {
    font-size: 12px;
    color: var(--clr-blue-400);
    margin: 0 4px 0 0;
}

header .navbar-nav .nav-link {
    position: relative;
}

header .navbar-nav .nav-link .discount-label {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    background: var(--clr-blue-500);
    border-radius: 10rem;
    padding: 2px 6px;
    top: -12px;
    animation: blink 1s infinite;
}

header .navbar-nav .nav-link .discount-label.green {
    background: rgb(62, 202, 114);
}

header .navbar-nav .nav-link .discount-label.red {
    background: rgb(220, 53, 69);
}

/* Blink animasyonu tanımı */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media (min-width: 992px) {
    header .dropdown-menu .menu-cont {
        border-left: 1px solid var(--bs-gray-300);
        padding-left: 2rem;
    }
}

.offcanvas-custom {
    max-width: 80vw;
}

@media (min-width: 1199px) {
    .offcanvas-custom ul.navbar-nav {
        margin-right: 3rem;
    }
}

@media (max-width: 992px) {
    .offcanvas-custom .dropdown-toggle::after {
        float: right;
    }
}

.megamenu-block .dropdown-menu {
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .megamenu-block .dropdown-menu .dropdown-item {
        /*flex-direction: column;
    align-items: center;
    text-align: center;*/
        gap: 1rem;
    }

    .megamenu-block .dropdown-menu .dropdown-menus {
        /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); /* max 4’lü */
        gap: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .megamenu-block .dropdown-menu .dropdown-menus a {
        background: var(--bs-gray-100);
        height: 100%;
        padding: 2rem;
        transition: all 300ms ease;
        margin-bottom: 1.5rem;
    }

    .megamenu-block .dropdown-menu .dropdown-menus a:hover {
        background: var(--clr-blue-500);
    }

    .megamenu-block .dropdown-menu .dropdown-menus a svg {
        /*transform: scale(1.5);*/
    }

    .megamenu-block .dropdown-menu .dropdown-menus a .menu-name--title {
        /*margin-top: 1rem;*/
        line-height: 120%;
    }

    .megamenu-block span.menu-icon {
        background: white;
        padding: 8px;
        border-radius: 6px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    }

    .megamenu-block .dropdown-menu .dropdown-item:hover span.menu-icon path {
        stroke: var(--clr-blue-500);
    }

    .megamenu-block .dropdown-menu .dropdown-item:hover span.menu-icon i {
        color: var(--clr-blue-500);
    }

    .megamenu-block .col-4 {
        border-right: 1px solid #f1f1f1;
    }

    .megamenu-block .col-4:last-child {
        border: none;
    }
}

/* Home domain section */
.domain {
    padding: 60px 0;
}

@media (max-width: 640px) {
    .domain {
        padding: 32px 0;
    }
}

.domain .input-group-lg {
    border: 1px solid var(--bs-gray-400);
    border-radius: 1.1rem;
    background-color: white;
}

.domain .input-group-lg:focus-within {
    border-color: blue !important;
}

.domain .input-group-lg>* {
    border: none;
}

.domain .input-group-lg span.input-group-text {
    background-color: transparent;
    color: var(--bs-gray-600);
    border-radius: 1.1rem;
}

.domain .input-group-lg input[type=text] {
    padding: 1.5rem 0;
    margin-right: 0.25rem;
    border-left: none;
}

.domain .input-group-lg input[type=text]:focus {
    box-shadow: none;
}

@media (max-width: 468px) {
    .domain .input-group-lg input[type=text] {
        padding: 0.5rem 0;
    }
}

.domain .badge-group {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.domain .badge-group--item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.domain .badge-group--item .badge.text-bg-success {
    background-color: #86EFAC !important;
    color: #166534 !important;
}

.domain .badge-group--item s {
    color: var(--bs-gray-500);
}

input::placeholder {
    color: var(--bs-gray-300);
}

.form-login {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    padding: 2rem;
}

.form-area {
    border-radius: 2rem;
}

.form-area:hover {
    border-color: transparent;
}

.form-area__title {
    border-bottom: 1px solid var(--bs-gray-400);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.form-area label {
    margin-bottom: 8px;
    font-weight: bold;
}

.form-control,
.form-control-lg {
    color: var(--clr-blue-500);
    font-size: 1rem;
}

.form-control-lg {
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 1.5rem;
}

.form-control:focus,
.form-control-lg:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--clr-blue-500);
}

.trade-cb i.info-tooltip {
    opacity: 0;
    font-size: 12px;
}

.trade-cb:hover i.info-tooltip {
    opacity: 1;
}

.trade-cb label {
    margin-left: 4px;
}

.total-form {
    background: var(--bs-white);
    border-radius: 1rem;
    margin: 3rem 0 0 0;
    padding: 1rem;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
}

.total-form .icon-wrapper {
    width: 100%;
    height: 100%;
    background: var(--clr-blue-500);
    color: var(--bs-white);
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    display: inline-block;
    border-radius: 0.5rem;
}

.total-form .total span {
    color: orangered !important;
}

.cookie-box {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    max-width: 26.25rem;
    z-index: 1055;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.cookie-box .cookie-text {
    font-size: 0.875rem;
    color: #212529;
}

@media (max-width: 36rem) {
    .cookie-box {
        left: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        max-width: none;
    }
}

.cookie-box.animate-in {
    opacity: 0;
    transform: translateY(0.625rem);
    animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-dialog img {
    max-width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 940px !important;
    }
}

.page-head {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(177deg, #093F70 2.51%, #3791AC 97.49%);
}

.page-head::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slider-bg.png) no-repeat center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.5;
}

.page-head.lg-head {
    height: 720px;
}

.page-head.lg-head::before {
    background: url(../img/h-bg.webp) no-repeat center;
    mask-image: linear-gradient(to right, transparent, var(--clr-blue-700) 25rem, var(--clr-blue-700) calc(100% - 25rem), transparent);
}

.page-head.lg-head .h-form-field {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--clr-blue-700);
    border-radius: 1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.page-head.lg-head .h-form-field textarea {
    width: 100%;
    height: auto;
    background-color: transparent !important;
    border: none;
    color: var(--bs-white);
    resize: none;
}

.page-head.lg-head .h-form-field textarea::placeholder {
    color: var(--bs-white);
}

.page-head.lg-head .h-form-field .h-field-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.5rem;
    min-height: 52px;
}

.page-head.lg-head .h-form-field .h-field-buttons button {
    background: none;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    transition: all 100ms linear;
    color: var(--bs-white);
}

.page-head.lg-head .h-form-field .h-field-buttons button:hover {
    background-color: var(--clr-blue-700);
}

.page-head.lg-head .h-form-field .h-field-buttons button.btn-send {
    background-color: var(--bs-white);
    color: var(--clr-blue-700);
    display: none;
}

.page-head.lg-head .prompt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 2rem 0 0 0;
}

.page-head.lg-head .prompt-buttons button {
    border-radius: 10rem;
    border-color: var(--clr-blue-700);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.page-head .container-xxl,
.page-head .row {
    height: 100%;
    position: relative;
    z-index: 999;
}

.page-head--content {
    color: #fff;
    z-index: 3;
    transition: opacity 1.5s ease, transform 1.5s ease;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .page-head--content .display-3 {
        font-size: clamp(2.8rem, 4vw, 3rem);
    }
}

.page-head--content .content-text {
    color: var(--clr-blue-100);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-head--content {
        text-align: center;
        padding: 0 2rem;
    }
}

.page-head--img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page-head--img img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 95%;
}

.page-head--img img[data-img-direction=horizontal] {
    max-height: 95%;
}

.page-head--img img[data-img-direction=vertical] {
    max-height: 75%;
}

.page-head--specs {
    --si-width: 110px;
    --s-gap: 8px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: var(--bs-white);
}

.page-head--specs .specs-item-wrap {
    width: calc(var(--si-width) * 2 + var(--s-gap));
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-gap);
    margin-top: 50%;
}

.page-head--specs .specs-item-wrap .specs-item {
    display: flex;
    font-size: 14px;
    width: var(--si-width);
    height: calc(var(--si-width) - 10px);
    padding: 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), 0px 0px 8px 0px rgba(255, 255, 255, 0.4) inset;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.page-head--specs .specs-item-wrap .specs-item::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: white;
    top: -12px;
    left: -5px;
    filter: blur(10px);
}

.page-head.customer {
    overflow: visible !important;
    height: 180px;
}

@media (max-width: 991px) {
    .page-head.customer {
        height: 240px !important;
    }
}

.page-head .customer--header {
    display: flex;
    gap: 1rem;
}

.page-head .customer--img {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 9999px;
    border: 2px solid var(--bs-white);
    flex-shrink: 0;
}

.page-head .customer--img img {
    width: 100%;
    object-fit: cover;
}

.page-head .customer--info {
    color: var(--bs-white);
}

.page-head .customer--info p {
    margin: 0 0 0.5rem 0;
}

.page-head .customer--info-opt {
    display: flex;
    gap: 1rem;
}

.page-head .customer--info-opt .btn {
    font-size: 14px;
}

.page-head .customer--info-balance {
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 2px 2px 12px;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-head .customer--info-balance span.balance {
    margin: 0 1rem 0 0;
}

.page-head .customer--info-balance .btn-sm {
    border-radius: 8px;
}

.page-head .customer--stat {
    width: auto;
    background-color: var(--bs-white);
    border-radius: 1rem;
    padding: 1rem;
}

.page-head .customer--stat-title {
    display: flex;
    gap: 0.5rem;
}

.page-head .customer--stat-title b {
    margin-bottom: 1rem;
}

.page-head .customer--stat-info {
    display: flex;
    gap: 2rem;
}

.page-head .customer--stat-info .item {
    display: flex;
    flex-direction: column;
}

.page-head .customer--stat-info .item:nth-child(1) i {
    color: rgb(11, 177, 11);
}

.page-head .customer--stat-info .item:nth-child(2) i {
    color: rgb(251, 126, 17);
}

.page-head .customer--stat-info .item:nth-child(3) i {
    color: rgb(74, 71, 241);
}

.page-head .customer--stat-info .item i {
    font-size: 10px;
}

.page-head .customer--stat-info .item .item-count {
    line-height: 1rem;
}

.page-head .customer--stat-info .item .item-name {
    font-size: 12px;
    color: var(--bs-gray-600);
}

.w-70 {
    width: auto;
}

@media (min-width: 767px) {
    .w-70 {
        width: 70%;
    }
}

.main_slider {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(177deg, #093F70 2.51%, #3791AC 97.49%);
}

@media (max-width: 767px) {
    .main_slider {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .main_slider::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/slider-bg.webp) no-repeat center;
        background-size: cover;
        mix-blend-mode: overlay;
        opacity: 0.5;
    }
}

.main_slider::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -60%;
    left: -20%;
    width: 790px;
    height: 790px;
    border-radius: 790px;
    opacity: 0.1;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: plus-lighter;
    filter: blur(47px);
}

.main_slider .container,
.main_slider .row {
    height: inherit;
}

.main_slider .swiper {
    width: 100%;
    height: inherit;
}

.main_slider .swiper .swiper-button-next,
.main_slider .swiper .swiper-button-prev {
    color: var(--clr-blue-300);
}

.main_slider .swiper .swiper-button-next:hover,
.main_slider .swiper .swiper-button-prev:hover {
    color: var(--bs-white);
}

.main_slider .swiper-slide-active .slider__item--content {
    opacity: 1;
    transform: translateY(0);
}

.main_slider .swiper-slide-active .specs-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.main_slider .swiper-slide-active img {
    opacity: 1 !important;
    filter: blur(0) !important;
}

.main_slider .slider__item {
    position: relative;
    z-index: 999;
    width: 100%;
    height: inherit;
}

.main_slider .slider__item--content {
    color: #fff;
    z-index: 3;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .main_slider .slider__item--content .display-3 {
        font-size: clamp(2.8rem, 4vw, 3rem);
    }
}

.main_slider .slider__item--content .content-text {
    color: var(--clr-blue-100);
}

@media (max-width: 767px) {
    .main_slider .slider__item--content {
        text-align: center;
        padding: 0 2rem;
    }
}

.main_slider .slider__item--specs {
    --si-width: 110px;
    --s-gap: 8px;
    position: absolute;
    top: 10rem;
    right: 0;
    z-index: 10;
    color: var(--bs-white);
}

.main_slider .slider__item--specs .specs-item-wrap {
    width: calc(var(--si-width) * 2 + var(--s-gap));
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-gap);
}

.main_slider .slider__item--specs .specs-item-wrap .specs-item {
    display: flex;
    font-size: 14px;
    width: var(--si-width);
    height: calc(var(--si-width) - 10px);
    padding: 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), 0px 0px 8px 0px rgba(255, 255, 255, 0.4) inset;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease, transform 0.8s ease;
    position: relative;
    overflow: hidden;
}

.main_slider .slider__item--specs .specs-item-wrap .specs-item::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: white;
    top: -12px;
    left: -5px;
    filter: blur(10px);
}

.main_slider .slider__item--img {
    width: auto;
    height: 100%;
}

.main_slider .slider__item--img img {
    object-fit: cover;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2.5s ease, filter 1s ease;
}

@media (min-width: 993px) {
    .main_slider .slider__item--img img {
        transform: translateX(-10rem);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main_slider .slider__item--img {
        transform: translateX(-6rem);
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .main_slider .slider__item--img {
        right: -20%;
    }
}

.tab-wrapper {
    background-color: var(--bs-white);
    border-radius: 1rem;
    padding: 1.5rem 0 0 0;
}

.tab-wrapper .nav-pills {
    text-align: center;
    border-bottom: 1px solid var(--bs-gray-400);
    justify-content: center;
    padding-bottom: 1.5rem;
}

.navtab-style-01 {
    background: var(--bs-white);
    border-radius: 1rem;
    overflow: hidden;
    padding: 0 1rem;
}

.navtab-style-01 .nav-link {
    color: var(--bs-gray-600);
    padding: 1rem 0;
}

.navtab-style-01 .nav-link:hover {
    border-color: transparent;
    box-shadow: none;
}

@media (max-width: 767px) {
    .navtab-style-01 .nav-item {
        flex: 0 0 50% !important;
    }
}

.navtab-style-01 .nav-link.active,
.navtab-style-01 .show>.nav-link {
    background-color: transparent;
    color: var(--clr-blue-500);
    border-color: transparent;
    border-bottom: 4px solid var(--clr-blue-500);
    border-radius: 0;
}

.table {
    --bs-table-striped-bg: rgb(244, 251, 255);
}

.table.table-style-01 {
    border-radius: 1rem;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0px 24px 32px 0 rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .table.table-style-01 thead {
        display: none;
    }

    .table.table-style-01 tr {
        display: flex;
        flex-direction: column;
        border: none;
    }

    .table.table-style-01 tr td {
        border: none;
    }

    .table.table-style-01 tr td:first-child {
        padding-top: 1.5rem;
    }

    .table.table-style-01 tr td:last-child {
        padding-bottom: 1.5rem;
    }

    .table.table-style-01 tr td:nth-child(2) {
        font-weight: bold;
    }
}

.table .card-price {
    padding: 0 !important;
}

.table .card-price--p {
    font-size: 1rem;
    color: var(--bs-gray-600);
}

.table-container {
    position: relative;
    max-width: 100%;
    min-width: 1200px;
    margin: 2rem auto;
    /* Hover efekti için */
}

.table-container .table-specs {
    display: flex;
    flex-direction: column;
    position: relative;
}

.table-container .row {
    display: flex;
}

.table-container .cell,
.table-container .t-cell {
    flex: 1;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    text-align: center;
    position: relative;
    z-index: 2;
    /* İçerik en üstte kalmalı */
    transition: all 500ms ease;
}

.table-container .t-cell {
    text-align: left;
    display: flex;
    gap: 0.75rem;
}

.table-container .cell {
    font-weight: bold;
}

.table-container .cell.no-border {
    border-bottom-color: transparent !important;
}

.table-container .card-price {
    padding: 0 !important;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid var(--bs-gray-400);
}

.table-container .btn {
    width: 100%;
}

.table-container .table-highlight {
    position: absolute;
    top: -24px;
    bottom: 0;
    width: 0;
    height: 104%;
    opacity: 0;
    background: var(--bs-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
    border-radius: 1.2rem;
}

.table-head {
    font-size: 0.8125rem;
    font-weight: bold;
    border-right: 1px solid var(--bs-gray-400);
}

.table-head td {
    vertical-align: middle;
}

.table-scroll-x {
    font-size: 0.8125rem;
    text-align: center;
}

.table-scroll-x table {
    width: 1800px;
}

.table-scroll-x table td {
    width: 10%;
    vertical-align: middle;
}

aside.main {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 0 0 1.5rem 0;
    border-top: 4px solid var(--clr-blue-500);
}

aside.main.sticky-top {
    top: 110px;
    z-index: 10;
}

aside.main .aside-collapse-btn {
    padding: 0;
    margin: 0;
    outline: none !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
}

aside.main .aside-collapse-btn .aside-title {
    margin: 0;
}

aside.main .aside-title {
    margin-bottom: 1.5rem;
}

aside.main .category-links {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

aside.main .category-links li {
    border-bottom: 1px solid var(--bs-gray-300);
}

aside.main .category-links li:hover a {
    padding-left: 0.5rem;
    color: var(--clr-blue-500) !important;
}

aside.main .category-links li a {
    text-decoration: none;
    color: var(--bs-gray-600);
    display: block;
    padding: 0.5rem 0;
    transition: all 300ms ease;
}

aside.main .category-links li a.active {
    padding-left: 1rem;
    position: relative;
    font-weight: bold;
    color: var(--clr-blue-500);
}

aside.main .category-links li a.active::before {
    content: ">";
    position: absolute;
    top: 8px;
    left: 0;
}

aside.main .category-links li a:hover {
    color: var(--bs-gray-700);
}

.blog-item {
    width: 80%;
    margin: 2rem auto;
}

.blog-item .blog-item--img {
    flex: 4;
}

.blog-item .blog-item--content {
    flex: 6;
}

.blog-item.-right .blog-item--link {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .blog-item.-right .blog-item--link {
        flex-direction: column;
    }
}

.blog-item--link {
    display: flex;
    gap: 4rem;
    text-decoration: none;
}

@media (max-width: 767px) {
    .blog-item--link {
        flex-direction: column;
        gap: 1rem;
    }
}

.blog-item--link p {
    color: var(--bs-gray-600);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    text-overflow: ellipsis;
}

.blog-item--link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 1.5rem;
    border: 3px solid transparent;
    transition: all 150ms ease-in;
}

.blog-item--link:hover img {
    border-color: var(--bs-white);
    box-shadow: 2px 1rem 2rem 0px rgba(0, 0, 0, 0.2);
}

.blog-item--link.-no-link .blog-item--img {
    flex: 1;
}

.blog-item--link.-no-link .blog-item--content {
    flex: 1;
}

.blog-item--link.-no-link p {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
}

.blog-item--link.-no-link:hover img {
    box-shadow: none;
    border-color: transparent;
}

.blog-item--img {
    width: 100%;
    position: relative;
    aspect-ratio: 16/10;
}

.blog-item--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .blog-item--content {
        padding: 0 2rem;
    }
}

@media (max-width: 991px) {
    .blog-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* HEADER */
header {
    width: 100%;
    transition: all 100ms linear;
    border-bottom: 1px solid var(--clr-blue-100);
    z-index: 9999;
}

header .top-navigation {
    width: inherit;
    background: linear-gradient(to right, #3185A4, #093F70);
    font-size: 0.75rem;
}

@media (max-width: 468px) {
    header .top-navigation {
        padding: 0.5rem 0;
    }
}

header .navbar {
    --bs-navbar-padding-y: 1.5rem;
    transition: all 100ms linear;
}

header .main-navigation {
    width: inherit;
    background-color: #fff;
}

header.sticky-top .navbar {
    --bs-navbar-padding-y: 0.5rem;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links) {
    width: 100%;
    height: auto;
    padding: calc(120px - 6rem) 0 120px 0;
    position: relative;
    color: var(--bs-gray-700);
}

@media (max-width: 468px) {
    section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links) {
        padding: 2rem 0 !important;
    }
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl {
    background: var(--clr-light-scheme);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl.--grid {
    background-image: linear-gradient(rgba(219, 234, 254, 0.7) 0.1em, transparent 0.1em), linear-gradient(90deg, rgba(219, 234, 254, 0.7) 0.1em, transparent 0.1em);
    background-size: 3em 3em;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl.--grid::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(var(--clr-light-scheme) 40%, transparent 100%);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl.--grid .container-xxl,
section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl.--grid .container {
    position: relative;
    z-index: 99;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-bl .h-outline {
    color: var(--clr-light-scheme);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-dark {
    padding: 120px 0;
    background: linear-gradient(180deg, #093F70 0%, #3791AC 100%);
    color: var(--bs-white);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).bg-dark h1.gradient-text {
    background: linear-gradient(107deg, var(--bs-white) 6.44%, var(--clr-blue-200) 77.27%);
    color: var(--bs-white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount {
    overflow-x: clip;
}

@media (max-width: 600px) {
    section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount {
        text-align: center;
    }
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount .card-discount {
    border: 1px dashed var(--bs-white);
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount .card-discount span {
    display: block;
    text-align: center;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount .special-abs {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).discount .special-abs {
        position: relative;
        margin-bottom: -2rem;
        width: 100%;
        z-index: 999;
    }
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).brands {
    padding: 3rem 0;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).brands .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).brands .col img {
    mix-blend-mode: luminosity;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--title {
    margin-bottom: 2rem;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--img {
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 4px solid var(--bs-white);
    border-radius: 1rem;
    overflow: hidden;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--img .preview-demo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--clr-blue-500);
    border-radius: 1rem;
    color: var(--bs-white);
    padding: 2rem;
    text-decoration: none;
    opacity: 0;
    transition: all 300ms ease;
    z-index: 200;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--img:hover .preview-demo {
    opacity: 1;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--img:hover img {
    transform: scale(105%);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product--img img {
    width: 100%;
    transition: all 500ms ease;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .nav-fill .nav-link {
    background-color: var(--bs-white);
    padding: 1rem 0;
    border-radius: 0 !important;
    border: none;
    border-bottom: 4px solid var(--bs-gray-100);
    color: var(--bs-gray-600);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .nav-fill .nav-link.active {
    color: var(--clr-blue-500);
    font-weight: bold;
    border-bottom-color: var(--clr-blue-500);
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .product-content {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    overflow: hidden;
}

section:not(.main_slider, .domain, .page-head, .bc-links, .customer-links).product .tab-content {
    padding: 1.5rem;
}

.customer .testimonials-wrapper {
    overflow: clip;
    position: relative;
    margin: 2rem 0;
}

.customer .testimonials-wrapper .testimonial-track {
    display: flex;
    gap: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.customer .testimonials-wrapper .testimonial-track .testimonial-item {
    width: 100%;
    max-width: 384px;
    user-select: none;
    will-change: transform;
}

@media (max-width: 467px) {
    .customer .testimonials-wrapper .testimonial-track .testimonial-item {
        max-width: 280px;
    }
}

.customer .testimonials-wrapper .testimonial-track.reverse {
    animation-direction: reverse;
}

.customer .testimonials-wrapper .testimonial-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    to {
        transform: translateX(-50%);
    }
}

.customer .testimonials-wrapper.fadeout-h {
    mask-image: linear-gradient(to right, transparent, var(--clr-light-scheme) 5rem, var(--clr-light-scheme) calc(100% - 5rem), transparent);
}

.bc-links,
.customer-links {
    width: 100%;
    height: 90px;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--bs-gray-300);
}

.bc-links ol,
.customer-links ol {
    margin: 0;
}

.customer-links {
    height: auto !important;
    padding: 0 !important;
}

.customer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.customer-links ul>li.link-item {
    flex: 1 0 auto;
    border-right: 1px solid var(--bs-gray-300);
    border-bottom: 1px solid var(--bs-gray-300);
    margin-bottom: -1px;
    position: relative;
}

@media (max-width: 1199px) {
    .customer-links ul>li.link-item {
        flex: 0 0 25%;
        width: 25%;
    }

    .customer-links ul>li.link-item:nth-child(4),
    .customer-links ul>li.link-item:nth-child(8) {
        border-right: none;
    }
}

.customer-links ul>li.link-item a {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: 500;
}

.customer-links ul>li.link-item a.active {
    color: rgb(16, 185, 16);
}

.customer-links ul>li.link-item a:hover {
    box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.1);
    color: var(--clr-blue-500);
}

.customer-links ul>li.link-item a i {
    font-size: 18px;
}

.customer-links ul>li.link-item .dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: var(--bs-white);
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease;
    box-shadow: 0 14px 14px 0px rgba(0, 0, 0, 0.1);
}

.customer-links ul>li.link-item .dropdown li {
    border-top: 1px solid var(--bs-gray-300) !important;
}

.customer-links ul>li.link-item .dropdown li a {
    line-height: 1rem;
}

.customer-links ul>li.link-item .dropdown li a:hover {
    box-shadow: none;
    color: var(--clr-blue-500);
}

.customer-links ul>li.link-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.customer-links a {
    text-decoration: none;
    color: var(--bs-gray-600);
}

.mobile-carousel {
    overflow-x: scroll;
}

.c-content {
    width: 100%;
    margin: 2rem auto 0 auto;
}

@media (min-width: 992px) {
    .c-content {
        max-width: 60%;
    }
}

.pt-default {
    padding-top: 120px !important;
}

@media (min-width: 1200px) {
    .-d-server-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .-d-server-wrapper .swiper-slide {
        flex: 0 0 calc(32% - 10px);
    }
}

.login {
    height: 100vh !important;
    background: url("../img/login-bg.jpg") no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    position: relative;
}

.login::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(3, 123, 171, 0.62) 0%, rgba(83, 196, 237, 0) 100%);
    z-index: 1;
}

.login .container {
    position: relative;
    z-index: 10;
}

address.contact ul li {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    gap: 0.5rem;
}

address.contact ul li i {
    color: var(--clr-blue-500);
}

footer {
    width: 100%;
    padding: 120px 0 30px 0;
    background: linear-gradient(180deg, #093F70 0%, #3791AC 100%);
    color: var(--bs-white);
}

@media (max-width: 468px) {
    footer {
        padding: 2rem 0;
    }
}

footer .footer-info p {
    margin: 2rem 0;
    font-weight: bold;
}

footer .footer-info ul {
    list-style: none;
    padding: 0;
    font-size: 0.85rem;
}

footer .footer-info ul li {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 1rem;
}

footer .footer-info ul li>* {
    display: block;
}

footer .social-links {
    margin-bottom: 2rem;
}

footer .social-links a {
    color: var(--bs-white);
    text-decoration: none;
    border: 1px solid var(--clr-blue-400);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
    transition: all 300ms ease;
}

footer .social-links a:hover {
    color: var(--clr-blue-400);
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

footer .footer-link {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

footer .footer-link--item {
    font-size: 0.85rem;
    padding: 0.25rem 0;
}

footer .footer-link--item a {
    text-decoration: none;
    color: var(--clr-blue-200);
}

footer .footer-link--item a:hover {
    color: var(--bs-white);
}

footer .footer-bottom {
    padding: 2rem 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid var(--clr-blue-400);
    justify-content: space-between;
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    footer .footer-bottom p {
        text-align: center;
    }
}

#cookie-consent {
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

body {
    color: var(--bs-gray-700);
}

a:focus-visible {
    box-shadow: none !important;
}

/* Pricing Hosting */
.acs-pricing-hosting {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin: 10px 0;
}

.acs-pricing-hosting .head {
    padding: 20px 30px;
    border-bottom: 1px solid #E5E5E5;
}

.acs-pricing-hosting .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.acs-pricing-hosting .head .img {
    width: 45px;
    margin-right: 20px;
}

.acs-pricing-hosting .head .pricing-name {
    font-size: 16px;
    font-weight: 400;
}

.acs-pricing-hosting .head .pricing-desc {
    font-size: 14px;
    color: #888888;
}

.acs-pricing-hosting .body {
    padding: 15px 30px 30px 30px;
}

.acs-pricing-hosting .price {
    background-color: #F7F7F7;
    padding: 5px;
    margin-bottom: 15px;
}

.acs-pricing-hosting .list-features li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    color: #535353;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
}

.acs-pricing-hosting .list-features li .icon {
    color: var(or);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hosting .list-features li .icon {
    color: var(--blue);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hostingb .list-features li .icon {
    color: var(--blue);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hosting .list-features li:last-child {
    border-bottom: 0;
}

.acs-pricing-hosting .suggest {
    background-color: #29CB23;
    color: #fff;
    font-size: 13px;
    height: 28px;
    position: absolute;
    top: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.row-pricings {
    margin-left: -10px;
    margin-right: -10px;
}

.row-pricings .col-xl-3,
.row-pricings .col-xl-4 {
    padding: 0 10px;
}



.ac-domain-transfer-box {
    padding: 5px 20px;
    border-radius: 6px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.ac-domain-transfer-box .grid {
    display: grid;
    grid-template-columns: 100px 1fr 350px;
    align-items: center;
}

.ac-domain-transfer-box .icon {
    font-size: 60px;
    color: #dc3545;
}

.domain-checker-invalid,
.domain-checker-unavailable .content {
    color: #21252E;
}

.ac-domain-transfer-box .grid .right {
    text-align: right;
}

.ac-domain-transfer-box .grid .right .btn {
    margin-left: 10px;
}

.ac-domain-result-area {
    display: none;
}

/* Domains */
.suggested-domains .title-head {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.domain-suggestion {
    border-bottom: 0;
    border-left: 3px solid var(--blue) !important;
    margin-bottom: 5px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.02);
    border-radius: 4px !important;
}

.domain-suggestion:not(.clone) {
    display: none !important;
}

.domain-suggestion .btn {
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 10px;
    margin-left: 10px;
    height: 40px;
    padding: 4px 10px;
}

.domain-suggestion .btn i {
    margin-right: 6px;
}

.domain-suggestion .left {
    display: block !important;
}

.domain-suggestion .actions {
    float: inherit !important;
}

.domain-suggestion .promo {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 30px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.badge-available {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 1px 10px;
    border-radius: 20px;
    display: inline-flex !important;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 13px;
}

.badge-available::before {
    content: "";
    background-color: #37D742;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 100%;
    margin-right: 5px;
}

.suggested-domains .btn {
    border-radius: 10px !important;
}

.suggested-domains .btn:not(.domain-contact-support) {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.suggested-domains .btn i {
    margin-right: 4px !important;
}

.suggested-domains .btn .fa-arrow-right {
    margin-right: 0 !important;
    margin-left: 4px !important;
}

.ac-section-domain-steps {
    background-color: #151C32;
    color: #fff;
}

.ac-section-domain-steps .ac-section-head .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.ac-domain-step {
    text-align: center;
    padding: 20px;
}

.ac-domain-step::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 92px;
    width: 32px;
    background-image: url("../img/domain-step-divider.svg");
}

.after-none::after {
    display: none;
}

.ac-domain-step .img {
    margin-bottom: 20px;
}

.ac-domain-step .title {
    font-size: 20px;
}

.ac-domain-step p {
    line-height: 28px;
    color: #909090;
}


.ac-suggested-domain {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #EAEAEA;
    padding: 20px;
    text-align: center;
}

.ac-suggested-domain .img {
    height: 30px;
    margin-bottom: 10px;
}

.ac-suggested-domain .price {
    font-weight: 600;
    font-size: 20px;
    color: var(--blue);
}

/*Banka Hesaplari */
.bank-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bank-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.bank-logo {
    width: 120px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.bank-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.bank-info-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.info-label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    min-width: 100px;
}

.info-value {
    color: #6c757d;
    font-size: 14px;
    font-family: 'Courier New', monospace;
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    position: relative;
}

.copy-btn {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: #e9ecef;
    color: #495057;
}

.copy-btn:active {
    background: #16A34A;
    color: white;
}

.bank-logo-container {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bank-logo-img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

.section-title {
    color: #16A34A;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #16A34A;
}

/* Register */
/* Auth */
.ac-auth-page {
    background-color: #F6F6F7;
    padding: 60px 0;
}

.ac-auth-box {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 40px;
}

.ac-auth-box .ac-auth-nav {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
    margin-bottom: 25px;
}

.ac-auth-box .ac-auth-nav .link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #797979;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
}

.ac-auth-box .ac-auth-nav .link.active,
.ac-auth-box .ac-auth-nav .link:hover {
    background-color: var(--blue);
    color: #fff;
}

.ac-auth-box .ac-auth-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.ac-auth-box .ac-auth-head .title {
    font-size: 22px;
    margin-bottom: 0;
}

.ac-auth-box .ac-auth-head .text {
    color: #6E6E6E;
    font-size: 15px;
}

.ac-auth-box label {
    font-size: 15px;
    color: #4E4E4E;
}

.ac-auth-box .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ac-auth-box .ac-check {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.ac-auth-box .ac-check input {
    margin-top: 0.2rem;
}

.ac-auth-box .forgot-pw {
    font-size: 14px;
    color: #4E4E4E;
    text-decoration: underline;
}

.ac-auth-box .btn.submit {
    height: 48px;
    font-weight: 500;
}

.ac-auth-box .divider-title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}

/* Hazır Site */
.site-link {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.site-link img {
    width: 100%;
    position: relative;
    z-index: 9;
    aspect-ratio: 16 / 9;
    transition: all ease 200ms;
}

.site-link:hover img {
    transform: scale(1.1);
    filter: blur(3px);
}

.site-link .site-btn {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    padding: 12px 24px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all. ease 700ms;
    border-radius: 8px;
}

.site-link:hover .site-btn {
    opacity: 1;
}


/* Server Animation */


    .animate-up-down {
      animation: upDown 3s infinite ease-in-out;
    }
    .animate-down-up {
      animation: downUp 3s infinite ease-in-out;
    }
    .animate-opacity {
      animation: opacityPulse 1.5s infinite ease-in-out;
    }
    @keyframes upDown {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    @keyframes downUp {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(10px); }
    }
    @keyframes opacityPulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.animate-opacity {
  animation: blink 1.2s infinite ease-in-out;
}

/* Bot İçin Konum */

/* Sol Alt Köşe Konumlandırması */
.bpFabWrapper {
  position: fixed;
  bottom: 1.5rem; /* Alt mesafesi */
  left: 1.5rem;   /* Sağ yerine sol mesafesi */
  z-index: 9998;
}

.bpFab {
  z-index: 9998;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bpFab:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.bpFab:active {
  transform: scale(0.9);
}

.bpUnreadMessage {
  position: absolute;
  top: 0;
  left: 0;  /* Sağ yerine sol */
  background-color: red;
  color: white;
  font-family: 'Inter', sans-serif;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(.215, .61, .355, 1), opacity 0.3s ease-out;
}

.bpUnreadMessage.bpHideUnreadMessage {
  opacity: 0;
  transform: scale(0.6);
}

.bpWebchat {
  width: 100%;
  height: 100dvh;
  position: fixed;
  bottom: 0;
  left: 0; /* Sağ yerine sol */
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}

@media (min-width: 768px) {
  .bpWebchat {
    width: 400px;
    bottom: 6rem;
    left: 1.5rem; /* Sağ yerine sol */
    max-height: 700px;
    height: min(700px, calc(100% - 120px));
    transform-origin: bottom left; /* Sağdan değil, soldan dönecek */
  }
}

@media (max-width: 700px) {
  :has(.bpOpen) {
    overflow: hidden;
  }
}

.bpOpen {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
}

.bpClose {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: visibility 0s 100ms, opacity 100ms ease-in-out, transform 100ms ease-in-out;
}

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