@charset "UTF-8";

.dev-mode {
    display: none !important;
    opacity: 0 !important;
    z-index: -3 !important;
    transform: translate(-200%, -200%) scale(0);
}

@media (min-width: 992px) and (max-width: 1500px) {
    html {
        zoom: .8;
    }
}

.p-color {
    color: #ff5f00 !important;
}

.s-color {
    color: #ff5f00 !important;
}

.i-color {
    color: #ff5f00 !important;
}

.w-color {
    color: #ff5f00 !important;
}

.d-color {
    color: #ff5f00 !important;
}

.alert {
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 15px !important;
}



@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-SemiBold.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Regular.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Thin.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-ThicccAF.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-ThicccAF.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: "THICCCBOI Semi";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Black.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-ExtraBold.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Bold.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Medium.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "THICCCBOI";
    src: url("https://mgfy.digital/cabinet/724sosyal2/font/THICCCBOI-Light.woff2") format("woff2"), url("https://mgfy.digital/cabinet/smmist/font/THICCCBOI-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body,
html {
    font-family: "THICCCBOI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #484848;
}

:root {
 --bg_secondary: #ffffff;
  --font: "THICCCBOI";
}


body {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

    body.stop-body {
        overflow: hidden;
    }

.root .app-content {
    padding-top: 120px;
}

@media (min-width: 992px) {
    .root .app-content {
        padding-top: 150px;
    }
}

.container {
    max-width: 1200px;
}

.app-content {
    min-height: 100vh;
}

.btn {
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 20px;
}

    .btn.btn-block {
        width: 100%;
        display: block;
    }

    .btn.btn-sm {
        padding: 12px 16px;
        border-radius: 8px !important;
    }

@media (min-width: 992px) {
    .btn.btn-sm {
        padding: 10px 10px;
        border-radius: 12px !important;
    }
}

@media (min-width: 992px) {
    .btn {
        padding: 18px 25px;
    }
}

.btn:hover {
    color: #fff;
}

.btn.btn-primary {
    background: #ff5f00;
    border-radius: 15px;
    color: #fff;
}

    .btn.btn-primary:hover {
        box-shadow: 0px 0px 5px #ff5f00;
    }

    .btn.btn-primary.btn-border {
        border: 1px solid #ff5f00;
        box-shadow: none;
        color: #fff;
    }

    .btn.btn-primary:focus,
    .btn.btn-primary:active {
        box-shadow: 0 0 0 0.25rem #ff5f007d;
    }

.btn.btn-default {
    background: #EE5B5B;
    border-radius: 15px;
    color: black;
    margin-right: 10px;
}

    .btn.btn-default:hover {
        background: #ad4747;
    }

    .btn.btn-default.btn-border {
        border: 1px solid #ad4747;
        box-shadow: none;
        color: black;
    }

        .btn.btn-default.btn-border:hover {
            background: #ad4747;
        }

    .btn.btn-default:focus,
    .btn.btn-default:active {
        box-shadow: 0 0 0 0.25rem #ad4747;
    }

.btn.btn-secondary {
    background: #ff5f00;
    box-shadow: 0px 0px 5px #ff5f00;
    border-radius: 15px;
    color: #fff;
}

    .btn.btn-secondary:hover {
        background: #ff5f00d1;
    }

.btn.btn-dns {
    background: #ff5f00;
    border-radius: 15px;
    color: #fff;
}

    .btn.btn-dns:hover {
        background: #ff5f00d1;
    }


.btn.btn-secondary.btn-border {
    background: #ff5f00;
    border: 3px solid #ff5f00;
    box-shadow: 0px 0px 5px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    color: black;
}

    .btn.btn-secondary.btn-border:hover {
        background: #ff5f00d1;
        color: black;
    }

.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    box-shadow: 0 0 0 0.15rem #ff5f00;
}


.btn.btn-info.btn-border {
    background: #ff5f001a;
    border: 1px solid #ff5f008f;
    box-shadow: none;
    color: #ff5f00c9;
}

    .btn.btn-info.btn-border:hover {
        background: #ff5f00;
        color: #fff;
    }

.btn.btn-info:focus,
.btn.btn-info:active {
    box-shadow: 0 0 0 0.25rem #ff5f00;
}

.btn .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a {
    color: #ff5f00;
    text-decoration: none;
    transition: 0.14s ease;
    text-decoration: none;
}

    a:hover {
        color: #ff5f0038;
    }

.card {
    background: #f5f5f5;
    border-radius: 15px;
}

    .card .card-title {
        font-weight: 600;
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .card .card-head-text {
        padding-top: 4px;
        font-size: 16px;
        line-height: 22px;
        color: #72879d;
        margin-bottom: 0px;
    }

    .card .card-header {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: #e7e7e7;
        padding: 20px;
    }

.card-border {
    border: 1px solid #e5e5e5;
}

.divider {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.form-control,
.form-select {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    padding: 20px 25px;
}

    .form-control:read-only {
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    .form-control:focus,
    .form-select:focus {
        outline: none;
        border-color: #d7d7d7;
        background-color: #e7e7e7;
        color: #484848;
    }

    .form-control:disabled,
    .form-select:disabled {
        background: #fff;
        cursor: not-allowed;
    }

.form-select {
    position: relative;
}

    .form-select::after {
        content: "";
        position: absolute;
        display: block;
        color: #fff;
        width: 100px;
        height: 100px;
    }

.header {
    position: fixed;
    top: 0px;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1030;
    transition: 0.14s ease;
}

    .header.fixed {
        background-color: #fff;
    }

@media (min-width: 992px) {
    .header.fixed {
        background-color: rgba(34, 39, 55, 0.5) !important;
        backdrop-filter: blur(30px);
    }

        .header.fixed .nmenu .nmenu-item .nmenu-link {
            padding: 20px 20px;
           color: white;
        }
}

.b-menu-wrapper {
    display: block;
    position: fixed;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    background: #f5f5f5;
    border-radius: 30px 30px 0 0;
    padding: 24px 10px;
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
    transition: 0.14s ease;
    transform: translateY(101%);
    opacity: 0.4;
}

    .b-menu-wrapper.active {
        transform: translateY(0);
        opacity: 1;
    }

@media (min-width: 992px) {
    .b-menu-wrapper {
        display: block;
        bottom: inherit;
        background-color: transparent;
        position: relative;
        border-radius: 0;
        padding: 0;
        width: 100%;
        transform: none;
        overflow: inherit;
        opacity: 1 !important;
    }
}

.sm-header {
    display: block;
    padding: 14px 0;
    transition: 0.14s ease;
}

@media (min-width: 992px) {
    .sm-header {
        display: none;
    }
}

.menu-btn {
    height: 48px;
    width: 48px;
    border-radius: 10px;
    background-color: #ff5f0057;
    color: #ff5f00;
    outline: none;
    border: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-menu-close {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    background-color: #fff;
    color: #484848;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    z-index: 2000;
}

@media (min-width: 992px) {
    .b-menu-close {
        display: none;
    }
}

.head-right-btns {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .head-right-btns {
        display: inline;
    }
}

.nmenu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    gap: 10px;
    padding: 10px 0 20px 0;
}

@media (min-width: 992px) {
    .nmenu {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        padding: 10px 0 0 0;
    }
}

.nmenu .nmenu-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

    .nmenu .nmenu-item .nmenu-link {
        font-weight: 600;
        font-size: 23px;
        line-height: 125%;
        color: #484848;
        opacity: 0.8;
        padding: 7px 20px;
        transition: 0.14s ease;
        text-decoration: none;
        display: inline-block;
        text-align: left;
    }

@media (min-width: 992px) {
    .nmenu .nmenu-item .nmenu-link {
        padding: 48px 20px;
        display: block;
        font-size: 16px;
    }

        .nmenu .nmenu-item .nmenu-link::before {
            display: block;
            background-color: #ff5f00 !important;
        }
}

.nmenu .nmenu-item .nmenu-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 3px;
    opacity: 0;
    background-color: transparent;
}

.nmenu .nmenu-item .nmenu-link:hover {
    opacity: 1;
}

.nmenu .nmenu-item .nmenu-link.active {
    opacity: 1;
}

    .nmenu .nmenu-item .nmenu-link.active::before {
        opacity: 1;
    }

.home-head {
    margin-top: -86px;
    padding-top: 86px;
    position: relative;
}

@media (min-width: 992px) {
    .home-head {
        margin-top: -127px;
        padding-top: 127px;
    }
}

.home-head .hh-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: -1;
}

    .home-head .hh-bg img {
        width: 100%;
        height: auto;
    }

.home-head .home-head-content {
    position: relative;
    z-index: 5;
    padding: 40px 0 0 0;
}

@media (min-width: 992px) {
    .home-head .home-head-content {
        padding: 60px 0 0 0;
    }
}

.hh-box-title {
    background: #2f3444;
    border: 1px solid #3c4154;
    box-sizing: border-box;
    backdrop-filter: blur(16px);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 13px 20px;
    color: #fff;
    margin-bottom: 34px;
}

    .hh-box-title .text {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
    }

@media (min-width: 768px) {
    .hh-box-title {
        padding: 16px 25px;
    }
}

.hh-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #484848;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .hh-title {
        font-size: 45px;
        line-height: 50px;
    }
}

.hh-title span {
    position: relative;
    color: #ff5f00;
}



.hh-text {
    font-size: 14px;
    line-height: 25px;
    color: #797d89;
    margin-bottom: 40px;
}

.hh-image-cover {
    position: relative;
}

    .hh-image-cover img {
        max-width: 100%;
    }

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

@media (min-width: 992px) {
    .home-login {
        margin-top: -370px;
    }
}

.hl-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .hl-title .icon {
        border: 1px solid #3a4259;
        color: #fff;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .hl-title .text {
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 22px;
        color: #ffffff;
    }

.dhacc {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    color: #ffffff;
}

.home-input {
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
  	    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 56px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home-input {
        height: 62px;
    }
}

@media (min-width: 992px) {
    .home-input {
        height: 76px;
    }
}

.home-input:focus-within {
    box-shadow: 0 0 0 0.20rem #ff5f0070;
}

.home-input .icon {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}

.home-input input,
.home-input select {
    font-weight: 600;
    border: none;
    outline: none;
    background-color: transparent;
    height: 76px;
    flex: 1;
    color: #484848 !important;
}

    .home-input input::placeholder,
    .home-input select::placeholder {
        color: #484848;
    }

    .home-input input:focus,
    .home-input select:focus {
        color: #484848;
    }

    .home-input input:-webkit-autofill,
    .home-input input:-webkit-autofill:hover,
    .home-input input:-webkit-autofill:focus,
    .home-input input:-webkit-autofill:active {
        -webkit-text-fill-color: #484848;
        transition: background-color 5000s ease-in-out 0s;
    }

.hl-btn {
    width: 56px;
    height: 56px;
    background: #2c3645 !important;
    border: 1px solid #314858 !important;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-weight: 400;
    font-size: 24px;
}

@media (min-width: 768px) {
    .hl-btn {
        height: 62px;
        width: 62px;
    }
}

@media (min-width: 992px) {
    .hl-btn {
        height: 76px;
        width: 76px;
    }
}

.hl-btn-wrapper input[type=checkbox] {
    display: none;
}

    .hl-btn-wrapper input[type=checkbox]:checked + .hl-btn {
        background-color: #40cbb3 !important;
    }

.lg-btn {
    padding: 16px 10px;
}

@media (min-width: 768px) {
    .lg-btn {
        padding: 20px 10px;
    }
}

@media (min-width: 992px) {
    .lg-btn {
        padding: 24px 10px;
    }
}








.htbox {
    position: relative;
    width: 38px;
    height: 38px;
    background: rgba(45, 250, 213, 0.26);
    border-radius: 10px;
    color: #2dfad5;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.home-title h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.04em;
}

    .home-title h2 span {
        color: #ff5f00;
        position: relative;
    }




.home-section {
    padding: 80px 0 80px 0;
    position: relative;
}



.card-hobo {
    background-image: none;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .card-hobo {
        border-radius: 50px;
    }
}

@media (min-width: 992px) {
    .card-hobo {
        margin-bottom: 0;
    }
}

.card-hobo .card-body {
    padding: 24px 22px 32px;
}

@media (min-width: 768px) {
    .card-hobo .card-body {
        padding: 40px 36px 280px;
    }
}

@media (min-width: 992px) {
    .card-hobo .card-body {
        padding: 50px 45px 300px;
    }
}

.card-hobo .card-body .c-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 32px;
}

    .card-hobo .card-body .c-head .icon {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.04em;
        border-radius: 10px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-hobo .card-body .c-head .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.04em;
    }

.card-hobo .card-body .c-text {
    background-color: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.04em;
}

@media (min-width: 768px) {
    .card-hobo.card-1 {
        background-image: url(https://storage.perfectcdn.com/sw36r8/o9868r5385jjyrem.webp) !important;
    }
}


.card-hobo.card-1 .c-head .icon {
    background-color: #ccff0020;
    color: #ff5f00;
}

.card-hobo.card-1 .c-head .title {
    color: #ff5f00;
}

.card-hobo.card-1 .c-text {
    background: linear-gradient(89.31deg, #ff5f0090 4.55%, #ff5f0020 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .card-hobo.card-2 {
        background-image: url(https://storage.perfectcdn.com/sw36r8/ye2uyhdo2876dh82.webp);
    }
}

.card-hobo.card-2 .c-head .icon {
    background-color: #ccff0020;
    color: #ff5f00;
}

.card-hobo.card-2 .c-head .title {
    color: #ff5f00;
}

.card-hobo.card-2 .c-text {
    background: linear-gradient(89.31deg, #ff5f0090 4.55%, #ff5f0020 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .card-hobo.card-3 {
        background-image: url(https://storage.perfectcdn.com/sw36r8/hz9wjop7pexql7y7.webp);
    }
}

.card-hobo.card-3 .c-head .icon {
    background-color: #ccff0020;
    color: #ff5f00;
}

.card-hobo.card-3 .c-head .title {
    color: #ff5f00;
}

.card-hobo.card-3 .c-text {
    background: linear-gradient(89.31deg, #ff5f0090 4.55%, #ff5f0020 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-ssto-box {
    background: #252c3b;
    box-shadow: 0px 47px 100px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 20px;
}

@media (min-width: 768px) {
    .our-ssto-box {
        padding: 40px 36px;
        border-radius: 30px;
    }
}

@media (min-width: 992px) {
    .our-ssto-box {
        padding: 80px 70px;
        border-radius: 52px;
    }
}









.hbl-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

    .hbl-title .hblt-top {
        display: inline-flex;
        align-items: center;
        gap: 18px;
    }

        .hbl-title .hblt-top .htbox {
            background-color: rgba(255, 90, 165, 0.26);
            color: #ff5aa5;
        }

        .hbl-title .hblt-top .text {
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.04em;
            color: #ff5aa5;
        }

    .hbl-title .title {
        font-weight: bold;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: -0.04em;
        background: linear-gradient(89.31deg, #ff5f0085 4.55%, #ff5f0047 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }




.footer {
    position: relative;
    z-index: 6;
    background-size: cover;
    background-position: bottom;
}

.footer-top {
    position: relative;
    z-index: 10;
}







.footer-bottom {
    position: relative;
    z-index: 9;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}






/* ------------------------- */
/* Styles for Signed in Part */


.dashboard-root {
    position: relative;
}

    .dashboard-root .app-content {
        padding: 90px 0 80px 0px;
        max-width: 100%;
        overflow-x: hidden;
    }

@media (min-width: 768px) {
    .dashboard-root .app-content {
        padding: 70px 0 80px 0px;
    }
}

@media (min-width: 1400px) {
    .dashboard-root .app-content {
        padding: 20px 0 80px 260px;
    }
}

.dashboard-root .card .card-body {
    padding: 13px;
}

.sidebar-toggle {
    z-index: 9999999;
 /* position: absolute;
    top: 25px;
    right: 15px; */
    width: 50px;
    height: 50px;
    background-color: #ff5f0061;
    border-radius: 15px;
    color: #ff5f00;
    font-size: 28px;
    outline: none;
    border: none;
    transition: 0.14s ease;
}


@media (min-width: 768px) {
    .sidebar-toggle {
        left: 8px;
        top: 24px;
    }

        .sidebar-toggle.active {
            transform: translateX(260px);
        }
  
}

@media (min-width: 992px) {
    .sidebar-toggle {
        left: 30px;
    }
}


.sidebar-toggle .menu-bar
{
    position: relative;
 /* left: 0px; 
    top: -53px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle .close-i {
    position: relative;
 /* left: 0px;
    top: -53px;  */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle .menu-bar {
    transform: scale(1);
    opacity: 1;
   /* transition: 0.2s ease; */
}

.sidebar-toggle .close-i {
    transform: scale(0);
    opacity: 0;
 /*   transition: 0.2s ease; */
}

.sidebar-toggle.active .close-i {
    transform: scale(1);
    opacity: 1;
  	top: -48px;
}

.sidebar-toggle.active .menu-bar {
    transform: scale(0);
    opacity: 0;
}

@media (min-width: 1400px) {
    .sidebar-toggle {
        display: none;
    }
}




.sidebar {
    bottom: 0px;
    width: 260px;
    transform: translateX(-100%);
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    left: 0px;
    top: 0px;
    transition: 0.14s ease;
    z-index: 1040;
}

    .sidebar.active {
        transform: translateX(0);
    }

@media (min-width: 1400px) {
    .sidebar {
        width: 260px;
        transform: inherit;
    }
}

.sidebar .sidebar-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column !important;
}

.sidebar-logo {
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-logo img {
        max-width: 100%;
    }

.sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 40px;
}

    .sidebar-body::-webkit-scrollbar {
        width: 0px;
    }

    /* Track */
    .sidebar-body::-webkit-scrollbar-track {
        background: #252c3b;
        border-radius: 3px;
    }

    /* Handle */
    .sidebar-body::-webkit-scrollbar-thumb {
        background: #3b4456;
        border-radius: 3px;
    }

        /* Handle on hover */
        .sidebar-body::-webkit-scrollbar-thumb:hover {
            background: #434e64;
        }




.sidebar-balance {
    display: flex;
    padding: 14px 28px;
    align-items: center;
    gap: 14px;
  	background: #ff5f00;
}

    .sidebar-balance .icon {
        clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
        background: #fff;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .sidebar-balance .s-balance {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        color: #000;
        margin-bottom: 0px;
    }

    .sidebar-balance .s-fill-balance {
        margin-top: 4px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #484848;
        display: flex;
        align-items: center;
    }

.sidebar-menu-wrapper {
    padding: 0px 0px 20px 0px;
}

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-menu .s-menu-item {
        padding: 3px 35px;
        position: relative;
    }

        .sidebar-menu .s-menu-item::before {
            content: "";
            position: absolute;
            width: 0px;
            background-color: #ff5f00;
            box-shadow: 0px 4px 25px #ff5f00;
            height: 100%;
            top: 0px;
            right: 0px;
        }

        .sidebar-menu .s-menu-item.active::before {
            width: 5px;
        }

        .sidebar-menu .s-menu-item.active .s-menu-link {
            color: #ff5f00;
            border: 1.5px solid #ff5f00;
            background-color: #ff5f0038;
            border-radius: 14px;
            padding-left: 15px;
        }

    .sidebar-menu .s-menu-link {
        display: flex;
        font-size: 14px;
        line-height: 24px;
        color: #797d89;
        align-items: center;
        padding: 14px 0;
        transition: 0.14s ease;
    }

        .sidebar-menu .s-menu-link:hover {
            color: #ff5f00;
            border: 1.5px solid #ff5f00;
            background-color: #ff5f0038;
            border-radius: 14px;
            padding-left: 15px;
        }

        .sidebar-menu .s-menu-link .icon {
            width: 48px;
            font-size: 24px;
            display: flex;
            align-items: center;
        }

        .sidebar-menu .s-menu-link .text {
            font-weight: 600;
        }

.sidebar-signout-wrapper {
    padding: 0 35px;
}







.d-header {
    position: fixed;
    left: 0px;
    right: 0;
    padding: 15px 0;
    z-index: 1031;
    border-bottom: 1px solid transparent;
    transition: 0.14s ease;
}

    .d-header .row.head-row {
        margin-left: -6px;
        margin-right: -6px;
    }

        .d-header .row.head-row .col-item {
            padding-left: 6px;
            padding-right: 6px;
        }

@media (min-width: 768px) {
    .d-header .row.head-row {
        margin: 0 -10px;
    }

        .d-header .row.head-row > * {
            padding: 0 10px;
        }
}

@media (min-width: 1400px) {
    .d-header .row.head-row {
        margin: 0 -15px;
    }

        .d-header .row.head-row > * {
            padding: 0 15px;
        }
}

@media (min-width: 768px) {
    .d-header {
        left: 0px;
    }
}

@media (min-width: 1400px) {
    .d-header {
        left: 260px;
    }
}

.d-header.fixed {
    padding: 5px 0;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
}

.d-header .page-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #484848;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}



@media (min-width: 992px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 40px;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        padding: 0 50px;
    }
}

.d-dropdown {
    display: inline-block;
}

    .d-dropdown .btn {
        padding: 0;
        display: inline-flex;
        align-items: center;
        background-color: transparent !important;
    }

@media (min-width: 768px) {
    .d-dropdown .btn {
        gap: 15px;
    }

        .d-dropdown .btn .icon {
            width: 52px;
            height: 52px;
            font-size: 24px;
        }
}

.d-dropdown .btn:focus {
    box-shadow: none;
}

.d-dropdown .btn .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

    .d-dropdown .btn .icon.c-1 {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
        background-color: #ccff00;
        color: black;
    }

    .d-dropdown .btn .icon.c-2 {
        background-color: rgba(255, 90, 165, 0.26);
        color: #ff5aa5;
    }

    .d-dropdown .btn .icon.user-avatar {
        overflow: hidden;
    }

        .d-dropdown .btn .icon.user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.d-dropdown .btn .title {
    font-size: 15px;
    line-height: 19px;
    color: #484848;
    align-items: center;
    gap: 6px;
    display: none;
}

    .d-dropdown .btn .title span {
        font-weight: 600;
    }

@media (min-width: 768px) {
    .d-dropdown .btn .title {
        display: flex;
    }
}

.d-dropdown .btn .info {
    font-weight: 600;
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
    display: none !important;
}

@media (min-width: 992px) {
    .d-dropdown .btn .info {
        display: flex !important;
    }
}

.d-dropdown .btn::after {
    content: "";
    display: none;
}

.dropdown-menu {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 10px 0;
}

    .dropdown-menu .dropdown-item {
        color: #484848;
        padding: 6px 24px;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #c5c5c5;
        }

#PageTitle {
    display: none;
}

.d-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 600;
}
/*
    .d-icon.i-primary {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .d-icon.i-secondary {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .d-icon.i-info {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .d-icon.i-warning {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .d-icon.i-danger {
        box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }
*/

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

.dashboard-head-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .dashboard-head-wrapper .dashboard-head {
        border-radius: 30.8097px;
        background-color: #252c3b;
        position: relative;
    }

    .dashboard-head-wrapper .dhead-body {
        position: relative;
        z-index: 6;
        padding: 20px;
    }

.dashboard-head::before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    background-image: url(https://storage.perfectcdn.com/sw36r8/1nmogwncckgoupxm.png);
    display: none;
}

.dashboard-head .mascot-img {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 4;
    height: 100%;
}

/*#service_description {
    display: block;
}*/

#service_description {
    display: none;
}

@media (min-width: 768px) {
    .dashboard-head::before {
        display: block;
    }



    .dashboard-head .mascot-img {
        display: block;
    }

    .dashboard-head-wrapper .dhead-body {
        padding: 32px 38px;
        max-width: 60%;
    }
}

@media (min-width: 992px) {
    .dashboard-head-wrapper .dhead-body {
        padding: 40px 60px;
        max-width: 55%;
    }

    .dashboard-head .mascot-img {
        right: 0px;
    }
}

@media (min-width: 1600px) {
    .dashboard-head-wrapper .dhead-body {
        padding: 70px 82px;
        max-width: 55%;
    }

    .dashboard-head .mascot-img {
        right: 80px;
    }
}

.dashboard-head-wrapper .dhead-body .title {
    font-weight: 600;
    font-size: 35px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 14px;
}

.dashboard-head-wrapper .dhead-body .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #797d89;
    margin-bottom: 0px;
}

    .dashboard-head-wrapper .dhead-body .text a {
        color: #ccff00;
    }

.dashboard-head-wrapper .dhead-body .text-2 {
    padding-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #72879d;
    margin-bottom: 0;
}

.dh-icon {
    color: #484848;
    border-radius: 50%;
    position: relative;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
}

    .dh-icon.icon-info {
        border-radius: 100px;
        box-shadow: 0px 2px 14px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .dh-icon.icon-primary {
        border-radius: 100px;
        box-shadow: 0px 2px 14px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .dh-icon.icon-secondary {
        border-radius: 100px;
        box-shadow: 0px 2px 14px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .dh-icon.icon-warning {
        border-radius: 100px;
        box-shadow: 0px 2px 14px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

    .dh-icon.icon-danger {
        color: #EE5B5B;
        background-color: rgba(238, 91, 91, 0.25);
    }






.d-hello-card {
    position: relative;
}

    .d-hello-card .card-body {
        padding: 20px;
        margin-bottom: -20px;
    }

@media (min-width: 992px) {
    .d-hello-card .card-body {
        padding: 32px 34px;
    }
}

.d-hello-card .d-hello--item {
    display: flex;
    gap: 15px;
    height: 65px;
    width: 250px;
    align-items: center;
    margin-bottom: 18px;
}

    .d-hello-card .d-hello--item .dh-right .text-1 {
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #484848;
    }

    .d-hello-card .d-hello--item .dh-right .text-2 {
        width: 250px;
        font-weight: 600;
        font-size: 22px;
        line-height: 29px;
        color: #484848;
    }

    .d-hello-card .d-hello--item .dh-right .text-3 {
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        color: #484848;
    }

.d-cat-row {
    display: block;
}

.d-cat-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #484848;
}

.d-cat-btn {
    position: relative;
    display: inline-flex;
    box-shadow: 0px 2px 14px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    border-radius: 50px;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #484848;
    outline: none;
    border: 2px solid #00000036;
    transition: 0.14s ease;
    cursor: pointer;
}

    .d-cat-btn.active {
        background-color: #ff5f00;
        color: black !important;
        border-color: #ff5f00;
    }

    .d-cat-btn:hover {
        background-color: #ff5f00;
        color: #fff;
    }

    .d-cat-btn .text {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .d-cat-btn .icon {
        font-size: 24px;
    }

.d-cat-col-right {
    position: relative;
}

#new-order-cats .swiper-slide {
    width: auto;
}

.no-nav {
    overflow-y: auto;
}

.nav-new-order {
    margin: -5px 0px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

    .nav-new-order .nav-item {
        padding: 5px 0;
    }

        .nav-new-order .nav-item .nav-link {
            padding: 0px 0;
            font-size: 16px;
            line-height: 18px;
            color: #797d89;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .nav-new-order .nav-item .nav-link .text {
                font-weight: 600;
            }

            .nav-new-order .nav-item .nav-link .d-icon {
                background-color: rgba(121, 125, 137, 0.1);
                color: #797d89;
            }

            .nav-new-order .nav-item .nav-link.active {
                background-color: transparent;
                color: #5AD7FF;
            }

                .nav-new-order .nav-item .nav-link.active .d-icon {
                    background-color: rgba(90, 215, 255, 0.1);
                    color: #5AD7FF;
                }





.no-serds .service-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}

.no-serds .no-ser-box {
    background: #fff;
    border-radius: 15px;
  	border: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #484848;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 10px;
    margin-bottom: 20px;
    gap: 5px;
}

    .no-serds .no-ser-box.long-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #484848;
        padding: 30px;
    }

        .no-serds .no-ser-box.long-text > div {
            word-wrap: break-word !important;
            max-width: 100%;
        }

    .no-serds .no-ser-box .title {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #484848;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

    .no-serds .no-ser-box .text {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-left: auto;
    }

    .no-serds .no-ser-box .title-sample-link {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #484848;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 110px;
    }





/* services page */

.search-services {
    height: 56px;
    position: relative;
}

    .search-services:focus-within .icon {
        color: #fff;
    }

    .search-services .icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        color: #92969d;
        transition: 0.14s ease;
    }

    .search-services .textbox {
        width: calc(100% - 40px);
        margin-left: 40px;
        height: 40px;
        background-color: transparent;
        outline: none;
        border: none;
        color: #484848;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }

        .search-services .textbox::placeholder {
            color: #92969d;
        }

.sp-service-title {
  /*  font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;  */
    color: #484848;

}



/*

.btn-fav {
    padding: 0;
    width: 32px;
    height: 32px;
    color: #ffffff7f;
}

*/



.s-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .s-row.s-title {
        font-weight: 600;
        display: none;
    }

.s-title-wrapper {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .s-row.s-title {
        display: flex;
    }
}

.s-col {
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .s-col {
        flex: 0 0 50px;
        width: 50px;
    }

        .s-col.s-col-sm {
            flex: 0 0 70px;
            width: 70px;
        }

        .s-col.s-col-md {
            flex: 0 0 100px;
            width: 100px;
        }

        .s-col.s-col-lg {
            flex: 0 0 180px;
            width: 180px;
        }

        .s-col.s-title {
            flex: 1 0 0;
            width: auto;
        }
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .services-wrapper .si-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }

@media (min-width: 768px) {
    .services-wrapper .si-wrapper {
        flex: 0 0 auto;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .services-wrapper {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

        .services-wrapper .si-wrapper {
            width: 100%;
        }
}

.service-item {
    padding: 20px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .service-item {
        padding: 0px 0 !important;
    }
}

@media (max-width: 992px) {
    .service-item .s-row {
        flex-wrap: wrap;
        align-items: center;
    }

    .service-item .btn-fav {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        background-color: rgba(255, 90, 165, 0.18);
        color: #ff5aa5;
        border: 1px solid #ff5aa5;
    }

    .service-item .s-col-avtime {
        width: 100%;
        text-align: center;
    }

    .service-item .s-col-btn {
        flex: 1;
    }

    .service-item .s-col {
        padding: 6px 0;
    }

        .service-item .s-col::before {
            content: attr(data-title);
            display: block;
            padding-bottom: 6px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.5);
            font-size: 13px;
        }

    .service-item .s-col-fav {
        order: 100;
    }

    .service-item .s-col-id {
        width: 100%;
        text-align: center;
    }

    .service-item .s-title {
        width: 100%;
        text-align: center;
    }

    .service-item .s-col-c {
        width: 30%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .service-item {
        border: none;
        background-color: none;
    }
}

.service-item + .service-item {
    border-top: 1px solid #2a3f4e;
}

.sp-serv-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.sp-serv-sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #484848;
}

@media (min-width: 992px) {
    .sp-serv-sm {
        color: #484848;
        font-size: 14px;
    }
}

.orlc {
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 10px;
}

    .orlc.min {
        color: #ff5f00;
        background-color: #ff5f0038;
    }

    .orlc.max {
        color: #ff5f00;
        background-color: #ff5f0038;
    }

.sp-services .card {
    margin-bottom: 30px;
    border: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    .sp-services .card {
        border: 1px solid #e5e5e5;
        background: #f5f5f5;
    }
}







/* Add Balance Page  */

.af-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    margin-bottom: 0px;
}

.card-af-top {
    margin-bottom: 30px;
}

.af-nav {
   /* background: #fff;
    border-radius: 15px; */
    display: inline-flex;
    flex-wrap: wrap;
    padding: 5px;
    margin: 0 !important;
}

    .af-nav .nav-item {
        position: relative;
    }

    .af-nav .nav-link {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 20px;
        color: #484848;
        border-radius: 10px;
    }

        .af-nav .nav-link.active {
            background-color: #ff5f00;
            color: #fff;
        }

.af-nav-pay {
    display: flex;
    margin: 0 0 10px 0 !important;
    justify-content: space-between;
    gap: 10px;
}

    .af-nav-pay .nav-item {
        position: relative;
        flex: 1;
        margin-bottom: 10px;
    }

    .af-nav-pay .nav-link {
        font-weight: 600;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #484848;
        padding: 15px 0px;
        width: 100px;
        border-radius: 10px;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        border-radius: 15px;
        box-shadow: 0px 3px 6px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    }

        .af-nav-pay .nav-link .icon {
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .af-nav-pay .nav-link:hover {
            background-color: #ff5f00;
            border-color: #ff5f00;
            color: black;
        }

        .af-nav-pay .nav-link.active {
            background-color: #ff5f00;
            border-color: #ff5f00;
            color: black;
        }

.af-pm-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #484848;
    margin-bottom: 14px;
}

.af-pm-about {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #787f8d;
    margin-bottom: 30px;
}

.af-pm-text {
    font-size: 16px;
    line-height: 25px;
    color: #484848;
}

.af-pm-img {
    width: 100px;
}

.af-ph {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 24px;
    margin-bottom: 14px;
}







/* Orders Page */

.orders-nav-wrapper {
    padding-top: 20px;
    margin-bottom: 30px;
}

.orders-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.orders-nav-link {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    display: block;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #484848;
    padding: 10px 20px;
    margin-bottom: 10px;
    min-width: 168px;
}

    .orders-nav-link:focus {
        box-shadow: 0 0 0 0.25rem #ff5f00;
    }

    .orders-nav-link.active {
        background-color: #ff5f00;
        border-color: #ff5f00 !important;
        color: #fff;
    }

    .orders-nav-link:hover {
        border-color: #ff5f00;
        background-color: #ff5f00;
        color: #fff;
    }

@media (min-width: 992px) {
    .orders-nav-link {
        padding: 10px 13px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .orders-nav-link {
        padding: 10px 13px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1400px) {
    .orders-nav-link {
        padding: 7px 18px;
    }
}

.orders-nav-link .icon {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.orders-nav-link .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.op-search-box {
    transition: 0.14s ease;
}

    .op-search-box:focus-within {
        box-shadow: 0 0 0 0.25rem #ff5f0047;
    }

	.op-search-box:hover {
        background-color: #fff;
        border-color: #e5e5e5;
    }

    .op-search-box .icon {
        color: #484848;
    }

    .op-search-box input {
        transition: 0.14s ease;
        background-color: transparent;
        border: none;
        outline: none;
        flex: 1;
        color: #484848;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }

        .op-search-box input::placeholder {
            color: #484848;
        }




.op-card {
    margin-bottom: 30px;
}

    .op-card .op-card--top {
        padding-bottom: 30px;
        border-bottom: 1px solid #353f55;
    }

    .op-card .op-card--bottom {
        padding-top: 30px;
    }

.op-stats {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 15px;
    padding: 20px 34px;
}

.min-btn-tr div.op-stats {
    min-width: 200px;
}

.min-btn-en div.op-stats {
    min-width: 145px;
}

.op-stats i {
    position: absolute;
    left: 10px;
    font-size: 20px
}

.op-stats.op-stats-btn i {
    position: initial;
    left: auto;
    font-size: 20px
}

.op-stats.op-stats-sm {
    padding: 16px 30px;
    border-color: #ff5f004f !important;
}

.op-stats.op-stats-btn {
    padding: 20px 20px;
    display: inline-block;
    background: #293142;
    border: 1px solid #566676;
    color: #566676;
    transition: 0.14s ease;
}

    .op-stats.op-stats-btn:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    }

    .op-stats.op-stats-btn.cs-btn {
        font-size: 24px;
        margin-bottom: 0;
    }

.op-stats.primary {
    background-color: #ff5f001a;
    border: 1px solid #ff5f00;
    color: #ff5f00c9;
}

.op-stats.secondary {
    background-color: rgba(255, 90, 165, 0.15);
    border: 1px solid #ff5aa5;
    color: #ff5aa5;
}

.op-stats.info {
    background-color: rgba(90, 215, 255, 0.15);
    border: 1px solid #5AD7FF;
    color: #5AD7FF;
}

.op-stats.warning {
    background-color: rgba(237, 126, 88, 0.15);
    border: 1px solid #ED7E58;
    color: #ED7E58;
}

.op-stats.danger {
    background-color: rgba(238, 91, 91, 0.15);
    border: 1px solid #EE5B5B;
    color: #EE5B5B;
}

    .op-stats.danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.25);
    }

.op-service-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #484848;
    margin-bottom: 0px;
}

.op-search-box.op-order-link {
    display: flex;
    width: 100%;
}

    .op-search-box.op-order-link .link {
        display: block;
        width: 100%;
        flex: 1 0 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #637990;
        opacity: 0.8;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 530px;
    }

.op-date {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #484848;
}

    .op-date::before {
        width: 9px;
        height: 9px;
        background: #9aacbd;
        display: inline-block;
        border-radius: 50%;
        margin-right: 14px;
        margin-left: 0px;
        display: none;
    }

@media (min-width: 992px) {
    .op-date::before {
        display: block;
    }

    .op-search-box.op-order-link {
        min-width: 690px;
        max-width: 610px;
    }
}

.op-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    padding-top: 10px;
}

@media (min-width: 992px) {
    .op-item {
        flex-direction: row;
    }
}

.op-item .title {
    font-size: 16px;
    line-height: 18px;
    color: #484848;
}

@media (max-width: 992px) {
    .op-item .title {
        font-size: 13px;
    }
}

.op-item .icon {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #484848;
}

.op-item .text {
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #484848;
}









/* Support Ticket Page */

.sc-ticket-card {
    padding: 20px;
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    transition: 0.14s ease;
    margin-bottom: 15px;
}

    .sc-ticket-card:hover {
        border-color: #b3b3b3;
    }

    .sc-ticket-card .sctc-title {
        margin-top: 6px;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        color: #484848ab;
    }

    .sc-ticket-card .sctc-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #484848;
    }


.sd-head {
    padding: 20px 0 30px;
}

.sd-back {
    display: block;
    padding: 10px 0 12px;
    margin: 10px 0;
    color: #484848;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

    .sd-back:hover {
        color: #ff5f0038;
    }

        .sd-back:hover::after {
            left: -18px;
            right: -18px;
        }

    .sd-back i,
    .sd-back span {
        position: relative;
        z-index: 3;
    }

    .sd-back::after {
        content: "";
        height: 2px;
        background-color: #ff5f00;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.14s ease;
    }

.sd-tid {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .sd-tid .title {
        font-weight: 600;
        font-size: 25px;
        line-height: 31px;
        margin: 0px;
    }

    .sd-tid .tid {
        display: block;
        background: #ff5f0038;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ff5f00;
        padding: 14px 30px;
    }

.tc-tdet-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 0px;
}

.tc-tick-id {
    background-color: #2dfad5;
    color: #484848;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 28px;
}

.tc-ti-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    margin-bottom: 0px;
}

.tc-ti-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}

.card.tc-ti-box {
    background-image: url(https://storage.perfectcdn.com/sw36r8/qsnuq4hwzxxde685.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #484848;
}

    .card.tc-ti-box .card-body {
        padding: 20px;
    }

@media (min-width: 768px) {
    .card.tc-ti-box .card-body {
        padding: 24px;
    }
}

@media (min-width: 992px) {
    .card.tc-ti-box .card-body {
        padding: 42px 33px;
    }
}

@media (min-width: 1400px) {
    .card.tc-ti-box .card-body {
        padding: 50px 38px;
    }
}

.card.tc-ti-box .title {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.card.tc-ti-box .text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #7e96ad;
}

    .card.tc-ti-box .text p {
        margin-bottom: 28px;
    }

.card.tc-ti-box .smmist-mark {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.04em;
}

.ticket-message-block {
    display: flex;
}

    .ticket-message-block.ticket-message-left + .ticket-message-left {
        margin-top: -50px;
    }

    .ticket-message-block.ticket-message-right + .ticket-message-right {
        margin-top: -50px;
    }

    .ticket-message-block.ticket-message-right {
        justify-content: flex-end;
    }

        .ticket-message-block.ticket-message-right .ticket-msg-container {
            text-align: right;
        }

            .ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
                background: #39445c;
                border-radius: 20px 20px 0 20px;
            }

    .ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
        border-radius: 20px 20px 20px 0px;
    }

    .ticket-message-block .ticket-msg-container {
        width: 100%;
        max-width: 400px;
    }

        .ticket-message-block .ticket-msg-container .ticket-msg {
            background: #0093ff;
            border-radius: 30px;
            padding: 14px 26px;
            display: inline-flex;
            margin-bottom: 12px;
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.3px;
            color: #fff;
        }

        .ticket-message-block .ticket-msg-container .date-time {
            font-size: 12px;
            line-height: 15px;
            color: #747886;
            margin-bottom: 30px;
            padding: 0 10px;
            opacity: 0;
            display: block;
        }

.ticket-message-right ~ .ticket-message-right .ticket-msg-container .date-time {
    opacity: 1;
}

.ticket-message-left ~ .ticket-message-right .ticket-msg-container .date-time {
    opacity: 1;
}

.ticket-message-left ~ .ticket-message-left .ticket-msg-container .date-time {
    opacity: 1;
}

.ticket-message-right ~ .ticket-message-left .ticket-msg-container .date-time {
    opacity: 1;
}

.schat-body .schat-chat-body {
    max-height: 553px;
    overflow-y: auto;
  	padding-right: 5px;
}

    .schat-body .schat-chat-body::-webkit-scrollbar {
        width: 6px;
        border-radius: 3px;
    }

    .schat-body .schat-chat-body::-webkit-scrollbar-track {
	background: #fff;
      border-radius: 3px;
    }

    .schat-body .schat-chat-body::-webkit-scrollbar-thumb {
        background: #252c3b;
        border-radius: 3px;
        transition: 0.14s ease;
    }

        .schat-body .schat-chat-body::-webkit-scrollbar-thumb:hover {
            background: #606778;
        }

.schat-body .schat-input {
    padding-top: 10px;
}

.schat-msg-input {
    position: relative;
    display: flex;
    background-color: #d7d7d7;
    border-radius: 10px;
    height: 70px;
    align-items: center;
}

    .schat-msg-input input {
        border: none;
        outline: none;
        background: transparent;
        flex: 1;
        padding: 0 30px;
        color: #484848;
        font-size: 14px;
        line-height: 17px;
    }



.payments-table {
    width: 100%;
}

    .payments-table tr {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 12px 14px;
        display: block;
        display: flex;
        align-items: center;
        margin: 0 -10px;
        justify-content: space-between;
        margin-bottom: 14px;
    }

        .payments-table tr > td {
            padding: 0 10px;
        }

    .payments-table .pyt-id {
        background: #21c5fb;
        border-radius: 7px;
        color: #fff;
        padding: 12px 24px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .payments-table .pyt-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .payments-table .pyt-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #21c5fb;
        margin-bottom: 0px;
    }

.btn.sd-send-btn {
    box-shadow: none;
    display: flex;
    align-items: center;
}










/* Reseller Panel Order Page  */


.cp-sns-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #484848;
    margin-bottom: 30px;
}

.cp-sns-dns {
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ff5f00;
    background-color: #ff5f0057;
    padding: 24px 20px;
    text-align: center;
    margin-bottom: 20px;
}



.cp-top {
    margin-bottom: 30px;
}

.cp-exclamation {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252C3B;
    background-color: #EE5B5B;
    font-size: 12px;
    font-weight: 700;
}

.aq {
    position: relative;
}

    .aq .aq-item {
        background: #f5f5f5;
        border: 1px solid #e5e5e5;
        border-radius: 15px;
        transition: 0.32s cubic-bezier(0.17, 0.67, 0.71, 1.34);
        margin-bottom: 20px;
    }

        .aq .aq-item:focus-within {
            box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.16);
        }

        .aq .aq-item .aq-content {
            padding: 0px 26px 0px;
            overflow: hidden;
            max-height: 0px;
            transition: 0.32s ease;
        }

        .aq .aq-item .i-1 {
            display: block;
        }

        .aq .aq-item .i-2 {
            display: none;
        }

        .aq .aq-item.active .i-1 {
            display: none;
        }

        .aq .aq-item.active .i-2 {
            display: block;
        }

        .aq .aq-item.active .aq-content {
            padding: 8px 26px 24px;
            max-height: 1000px;
        }

    .aq .aq-btn {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        color: #484848;
        align-items: center;
        padding: 24px 0px;
        border: none;
        outline: none;
        background: transparent;
        border-radius: 15px;
    }

        .aq .aq-btn .aq-btn-text {
            font-weight: 600;
            padding-left: 20px;
            text-align: left;
        }

        .aq .aq-btn .aq-btn-right {
            color: #ff5f00;
            font-size: 20px;
            margin-left: auto;
            width: 72px;
            opacity: 0.6;
        }








/* ------  affiliates  -----------  */

.afp-ftext {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}

.afp-top {
    margin-bottom: 30px;
}

.aft-item {
    display: flex;
    gap: 17px;
    align-items: center;
    margin: 5px 0;
}

    .aft-item .title {
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        color: #ff5f00;
        margin-bottom: 4px;
    }

    .aft-item .text {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #484848;
    }

.aft-box-row {
    margin: 0 -8px -10px;
}

    .aft-box-row > .col {
        padding: 0 8px;
    }

        .aft-box-row > .col:nth-child(1n) .aft-box::after {
            background-color: #ccff00;
        }

        .aft-box-row > .col:nth-child(2n) .aft-box::after {
            background-color: #fff;
        }

        .aft-box-row > .col:nth-child(3n) .aft-box::after {
            background-color: #ff5f00;
        }

        .aft-box-row > .col:nth-child(4n) .aft-box::after {
            background-color: #ccff00;
        }

        .aft-box-row > .col:nth-child(5n) .aft-box::after {
            background-color: #fff;
        }

        .aft-box-row > .col:nth-child(6n) .aft-box::after {
            background-color: #ff5f00;
        }


.aft-box {
    border-width: 4px; /* top right bottom left */
    border-style: solid;
    border-color: #00000042;
    background: #4d5259;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

    .aft-box .title {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
    }

    .aft-box .text {
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
        color: #ffffff;
    }

    .aft-box:hover::after {
        height: 14px;
    }

    .aft-box::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 8px;
        background-color: #fff;
        transition: 0.14s ease;
    }









/* --------- account page --------  */


.acc-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .acc-user .acc-avatar {
        height: 74px;
        width: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 7px solid #ff5f00;
    }

        .acc-user .acc-avatar img {
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            border-radius: 50%;
            object-fit: cover;
        }

    .acc-user .acc-username {
        font-weight: 600;
        font-size: 19px;
        line-height: 23px;
        color: #484848;
    }

    .acc-user .acc-mail {
        font-size: 16px;
        line-height: 19px;
        color: #4e5d7c;
    }

.acc-card-left {
    display: flex;
    justify-content: center;
    height: 100%;
}

    .acc-card-left .card-body {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .acc-card-left .card-body .row {
            width: calc(100% + 30px);
        }

.acc-api {
    display: flex;
    padding: 9px 18px 7px 22px;
    background: #ff5f0038;
    border-radius: 15px;
    color: #ff5f00;
    width: 100%;
    align-items: center;
    margin: 0px;
}

    .acc-api .acc-api-key {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #ff5f00;
        padding-right: 20px;
        text-align: left;
    }

    .acc-api a {
        margin-left: auto;
        font-size: 24px;
        line-height: 1;
    }









/* ----------  Blog Page ---------  */

.blog-page .dashboard-head-wrapper {
    padding-top: 100px;
}

@media (min-width: 992px) {
    .blog-page .dashboard-head-wrapper .text {
        width: 64%;
    }
}

.blog-page .dashboard-head-wrapper .r-image {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.bp-blogs-wrapper {
    padding: 0 0 80px;
}



.card-blog {
    margin-bottom: 30px;
}

    .card-blog .blog-img-wrapper {
        overflow: hidden;
        position: relative;
        padding-top: 48%;
    }

        .card-blog .blog-img-wrapper img {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

    .card-blog .blog-title {
        padding: 25px 30px 15px 30px;
    }

        .card-blog .blog-title h2 {
            margin-bottom: 0;
            font-weight: 600;
            font-size: 25px;
            line-height: 29px;
        }

    .card-blog .blog-content {
        padding: 10px 30px 0px 30px;
        font-size: 14px;
        line-height: 21px;
        color: #92969d;
    }

    .card-blog .blog-footer {
        padding: 25px 30px;
    }

    .card-blog .blog-read-more {
        font-size: 16px;
        line-height: 14px;
        letter-spacing: -0.02em;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

        .card-blog .blog-read-more:hover {
            color: #2dfad5;
        }

        .card-blog .blog-read-more i {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-blog .blog-read-more span {
            font-weight: 600;
        }

.blog-border {
    position: relative;
}

    .blog-border::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: #e5e5e5;
    }

.blog-share-wrapper {
    display: flex;
    gap: 10px;
}

.blog-share-btn {
    display: inline-block;
    background: #2f384d;
    border: 1px solid #374462;
    box-sizing: border-box;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.14s ease;
}

    .blog-share-btn i {
        transition: 0.14s ease;
    }

    .blog-share-btn:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    }

    .blog-share-btn:hover {
        color: #fff;
    }

        .blog-share-btn:hover i {
            transform: scale(1.2);
        }









/* ------- Blog Inside --------  */

.bi-head-wrapper {
    padding: 30px 0;
}

.bi-head-box {
    background: #19202a;
    border: 1px solid #353f55;
    box-sizing: border-box;
    border-radius: 35px;
    position: relative;
}

    .bi-head-box .bi-head-bg {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 35px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0.15;
    }

        .bi-head-box .bi-head-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .bi-head-box .bi-head-content {
        position: relative;
        z-index: 5;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

@media (min-width: 992px) {
    .bi-head-box .bi-head-content {
        padding: 90px 30px;
    }
}

.bi-head-box .bi-head-content .bi-cat-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

    .bi-head-box .bi-head-content .bi-cat-wrapper .bi-cat {
        display: inline-block;
        background: #ccff0060;
        border: 1px solid #ccff00;
        box-sizing: border-box;
        color: #ccff00;
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.04em;
        padding: 15px 45px;
    }

.bi-head-box .bi-head-content .bi-title h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
}

.bi-head-box .bi-head-content .user-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bi-head-box .bi-head-content .user-wrapper .blog-head {
        padding: 24px 0 0 0;
    }

.bi-service-category {
    padding: 10px 0 10px 0;
}


.blog-content {
    padding-bottom: 30px;
}

.bi-content {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #92969d;
}

    .bi-content strong {
        color: #fff;
    }

    .bi-content img,
    .bi-content table {
        max-width: 100%;
    }



.bi-share-section {
    padding-bottom: 30px;
}

    .bi-share-section .blog-share-wrapper {
        justify-content: space-between;
    }

@media (min-width: 768px) {
    .bi-share-section .blog-share-wrapper {
        justify-content: flex-start;
        gap: 30px;
    }

        .bi-share-section .blog-share-wrapper .blog-share-btn {
            position: relative;
        }

            .bi-share-section .blog-share-wrapper .blog-share-btn + .blog-share-btn::before {
                content: "";
                position: absolute;
                left: -15px;
                height: calc(100% + 48px);
                top: 50%;
                transform: translateY(-50%);
                width: 1px;
                background-color: #2a3f4e;
            }
}

@media (min-width: 992px) {
    .bi-share-section .blog-share-wrapper {
        gap: 50px;
    }

        .bi-share-section .blog-share-wrapper .blog-share-btn + .blog-share-btn::before {
            left: -25px;
        }
}

@media (min-width: 1400px) {
    .bi-share-section .blog-share-wrapper {
        gap: 80px;
    }

        .bi-share-section .blog-share-wrapper .blog-share-btn + .blog-share-btn::before {
            left: -40px;
        }
}









/* ----- Api Page  --------   */

.api-page #PageTitle {
    display: block;
    font-weight: 600;
    font-size: 35px;
    line-height: 30px;
}

.api-page p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #92969d;
}

.api-page h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
}

.api-title-section {
    padding: 60px 0 30px;
}

.api-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
}

.api-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #92969d;
}

.api-section {
    padding: 0 0 30px;
}

    .api-section .card-header .api-title {
        margin-bottom: 0;
    }

@media (min-width: 992px) {

    .api-section .card .card-body,
    .api-section .code.card-body {
        padding: 40px;
    }
}

.api-section .card-body .row {
    margin-bottom: -2rem;
}

.api-section .code {
    color: rgba(255, 255, 255, 0.6);
}






/*  -----  Register Page  -------   */

.register-page {
    position: relative;
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
}


.rp-content {
    width: 100%;
    position: relative;
    z-index: 10;
}

.rp-left-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin-top: 36px;
    margin-bottom: 24px;
    background: linear-gradient(89.31deg, #ff5f0082 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ff5f0000, #ff5f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rp-left-text {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #484848;
    margin-bottom: 60px;
}







/*  ------- actulus  --------- */

.select-container {
    position: relative;
    width: 100%;
}

    .select-container.open .select-options-wrapper {
        display: flex;
    }

    .select-container.open .select-arrow {
        transform: rotate(180deg);
    }

.select-button {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    background-color: transparent;
    transition: 0.14s ease;
    outline: none;
    line-height: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #484848;
    padding: 15px 30px 15px 10px;
}

.selected-text {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.select-arrow {
    position: absolute;
    right: 14px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.14s ease;
}

.select-options-wrapper {
    border-radius: 20px;
    position: absolute;
    z-index: 6;
    display: none;
    align-items: center;
    flex-direction: column;
    transition: 0.14s ease;
    background: #fff;
    border: 1px solid #e5e5e5;
    top: 70px;
    width: 100%;
}

.select-options {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 8px;
    display: flex;
    gap: 2px;
    flex-direction: column;
    max-height: 240px;
    overflow-y: auto;
}


    .select-options::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .select-options::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 4px;
    }

    /* Handle */
    .select-options::-webkit-scrollbar-thumb {
        background: #c3c3c3;
        border-radius: 4px;
    }

        /* Handle on hover */
        .select-options::-webkit-scrollbar-thumb:hover {
            background: #ff5f00;
        }

.select-option {
    display: block;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
    color: #484848;
}

    .select-option:hover,
    .select-option:focus {
        background-color: #e7e7e7;
    }

    .select-option.active {
        color: #000;
    }

.search-container {
    width: 100%;
    padding: 10px 10px 3px;
}

.search-input {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 38px;
    padding: 0 14px;
    outline: none;
}

    .search-input:focus {
        box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
    }

.form-group {
    margin-bottom: 0.5rem !important;
}

.modal-content {
    background: #f5f5f5;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}

.modal-title {
    line-height: 1.3;
    font-size: 19px;
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #648ab04a;
}

.modal-body {
    color: #484848;
    padding-top: 30px;
    line-height: 1.3;
}

.ticket-response {
    margin-bottom: 20px;
    display: none;
}

    .ticket-response.active {
        display: block;
    }


.alert.alert-success {
    color: #ff5f00;
    background: #ff5f0038;
}

.alert.alert-danger {
    color: #EE5B5B;
    background: #ee5b5b41;
}

.alert .close {
    position: absolute;
    right: 20px;
    top: 13px;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
}

.pagination li.active .page-link {
    background-color: #252c3b;
    color: #ccff00;
}

    .pagination li.active .page-link::before {
        content: "";
        bottom: 0px;
        height: 3px;
        width: 14px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ccff00;
    }

.pagination li.page-item-before .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 400;
}

.pagination li.page-item-next .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
}

.pagination li .page-link {
    border: none;
    margin: 0;
    height: 50px;
    padding: 0px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17.3005px;
    line-height: 18px;
    color: #6f85a2;
    position: relative;
    background-color: #252c3b;
}

    .pagination li .page-link:focus {
        z-index: 2;
    }

.bootstrap-datetimepicker-widget {
    color: #fff;
}

    .bootstrap-datetimepicker-widget .list-unstyled {
        padding: 14px;
    }

    .bootstrap-datetimepicker-widget .day:hover {
        background-color: rgba(255, 255, 255, 0.117) !important;
    }

    .bootstrap-datetimepicker-widget .picker-switch:hover,
    .bootstrap-datetimepicker-widget .prev:hover,
    .bootstrap-datetimepicker-widget .next:hover {
        background-color: rgba(255, 255, 255, 0.117) !important;
    }








/*  -------     ------ */

.op-card--bottom-close {
    display: none;
}

@media (max-width: 768px) {
    .op-card .op-card--top {
        border-color: transparent;
        padding-bottom: 0px;
    }

    .op-stats {
        padding: 20px 10px 20px 25px;
        margin: 2px
    }

        .op-stats i {
            position: absolute;
            left: 4px;
            font-size: 18px;
        }
    /*.op-stats.op-id {
            background-color: transparent;
            border: none;
            padding: 0px;
        }*/


    .op-card .op-card--bottom {
        position: fixed;
        bottom: -1px;
        background: #262c3b;
        left: 0px;
        right: 0px;
        max-height: 80vh;
        border-radius: 25px 25px 0 0;
        z-index: 2000;
        padding-bottom: 30px;
        padding-top: 64px;
        overflow-y: auto;
        box-sizing: border-box;
        box-shadow: 0 -4px 41px rgba(0, 0, 0, .5);
        padding-left: 12px;
        padding-right: 12px;
        display: none;
        transform: translateY(110%);
    }

    .op-card--bottom-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 9px;
        background-color: rgb(39, 200, 255, .18);
        color: rgba(39, 200, 255, 1);
        border: none;
        outline: none;
    }
}






/*  services page service detail */

.sp-modal {
    position: fixed;
    z-index: 2020;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
}

    .sp-modal.active {
        display: flex;
    }

@media (min-width: 768px) {
    .sp-modal {
        padding: 30px 0;
        overflow-y: auto;
    }
}

.sp-modal-card {
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    z-index: 2021;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .sp-modal-card {
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        border-radius: 25px;
        max-width: 600px;
        width: 100%;
        position: relative;
        border: 1px solid #e5e5e5;
        max-height: calc(100vh - 80px);
    }
}

.sp-modal-header {
    background-image: url(https://storage.perfectcdn.com/sw36r8/0lb2fwkbq80fui9z.webp);
    background-size: cover;
    background-position: center;
    padding: 22px 20px 16px;
    position: relative;
    z-index: 2030;
    text-align: center;
}

@media (min-width: 768px) {
    .sp-modal-header {
        padding: 64px 30px 100px;
        border-radius: 25px 25px 0 0;
    }
}

.sp-modal-service-id {
    background: #ff5f00;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 14px 22px;
    display: inline-block;
    margin-bottom: 22px;
}

.sp-modal-service-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  color: #fff;
}

.sp-modal-body {
    position: relative;
    z-index: 2040;
    padding: 30px;
    flex: 1;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .sp-modal-body {
        margin-top: -64px;
        padding: 0 30px 30px;
        flex: inherit;
        overflow: inherit;
    }

    .sp-modal-body-card {
        background: #f5f5f5;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        border-radius: 15px;
        padding: 28px;
        margin-bottom: 22px;
      font-weight: 600;
      color: #484848;
    }
}

.sp-modal-body-card {
    margin-bottom: 0px;
}

.sp-modal-close {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: none;
    outline: none;
    background: #ff5f00;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    z-index: 2050;
    font-size: 28px;
}

.sp-modal-close:hover {
  background: #ff5f0038;
}







/* -----  Mobile Bottom Fixed Navbar ------- */

.mobile-navbar {
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 56px;
    border-top: 1px solid;
    background-color: #252c3b;
    border-color: #252c3b;
    padding: 0 10px;
}

.mobile-navbar-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

.mnc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.mnc-item:active {
  color: #fff;
}

.mnc-item-icon {
    font-size: 20px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.mnc-item-text {
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .mobile-navbar {
        display: none;
        opacity: 0;
        transform: translateY(100%);
    }
}









.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #484848;
    vertical-align: top;
    border-color: #dee2e6;
}





.icons {
    font-size: 20px;
    display: flex;
    align-items: center;
    background: #ff5f00;
    padding: 10px;
    border-radius: 8px;
}

.spans {
    font-size: 16px;
    padding: 0px 0px 0 10px;
}

.sctx-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.agr {
    margin-bottom: 30px;
}

.op-stats.neutral {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #484848;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #353F55;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #353F55;
}

.pagination {
    display: flex;
  	justify-content: center;
    list-style: none;
    margin-top: 20px;
  	gap: 10px;
}

.pagination li {
  border: 1px solid #f6f6f6;
  box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
  padding: 10px 20px;
  border-radius: 15px;
}

.pagination .active {
  background-color: #ff5f00;
}

.pagination .active a {
  color: white !important;
}

.pagination li a {
    font-weight: 700;
    font-size: 20px;
  	color: black !important;
}



.badge-dangers {
    background: #FF5A5A;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
}

.badge-primarys {
    background: #00D2AD;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
}

.badge-warnings {
    background: #FBBC05;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
}

.badge-infos {
    background: #FF4FD8;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
}











/* ----------------- */
/* EK CSS BAŞLANGIÇ  */

.bosluk1 {
    margin-bottom: 0.8rem !important;
}

.imgResizer {
    width: 33px;
}

#iconResizer {
    font-size: 33px;
}


.box {
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .box {
        padding: 40px;
    }
}

.align-center1 {
    align-items: center;
}

.video-block {
    position: relative;
}

    .video-block .video-image {
        position: relative;
        margin-top: 30px;
    }

@media (min-width: 768px) {
    .video-block .video-image {
        width: 75%;
        margin: 0 auto;
    }
}

.video-block .video-image .img-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #009cd5, #0069b9);
    opacity: 0.9;
    border-radius: 10px;
}

.video-block .video-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.1);
}

.video-block .video-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    background: #fff;
    color: #2196f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-block .video-image .play-btn:before,
    .video-block .video-image .play-btn:after {
        content: "";
        color: transparent;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        transition: 0.5s;
        border-radius: 50%;
        border: 1px solid;
        background: rgba(255, 255, 255, 0.253);
    }

    .video-block .video-image .play-btn:before {
        animation: ring-wave 2s linear infinite;
    }

    .video-block .video-image .play-btn:after {
        animation: ring-wave 2s linear 1s infinite;
    }

    .video-block .video-image .play-btn:hover {
        text-decoration: none;
    }

    .video-block .video-image .play-btn i {
        font-size: 22px;
        margin-left: 5px;
    }

@keyframes ring-wave {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}




/* --------------------------------------------------------------------------------------------*/
/* ------------------------------- Sign in Design By SGadget  ------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/*  payment icons part */
.ikon-payment-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.0rem !important;
}

.ikon-payment {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50px;
    margin: 18px;
    transition: all 0.3s ease; /* Added transition for smooth animation */
    position: relative; /* Added relative positioning for shadow effect */
    box-shadow: 0px 0px 10px #fff; /* Added shadow effect */
    text-align: center;
}

    .ikon-payment:hover {
        background-color: #ccff00;
        /*  width: 80px;
    height: 80px; */
        transform: translateY(-40px); /* Added translation for upward movement */
        box-shadow: 0px 0px 10px #ccff00; /* Updated shadow effect on hover */
    }

.hidden-payment {
    transition: all 0.0s ease;
    color: transparent;
    position: relative;
}

.ikon-payment:hover .hidden-payment {
    top: 20px;
    color: #ccff00;
    text-shadow: 0px 0px 10px #ccff00;
    letter-spacing: 2px;
    font-weight: 400;
}









/* slider auto */

/* Genel stil ayarları */


/* section.slide-option {
  margin: 0 0 50px 0; 
} */

.no-marg {
    margin: 0 0 0 0;
}


/* Highway Slider */

infinity-icon-style {
max-width: 100%;
max-height: 100%;
}

div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content; /* 150px */
}

div.highway-barrier {
    overflow: hidden;
    position: relative;
}

ul.highway-lane {
    display: flex;
    height: 100%;
  	padding: 10px 0px;
}

li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #484848;
    gap: 10px;
}


/* "infinite" animasyonu */
@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 4)); /* 5 hızında */
    }
}


/* "infinite" stil ayarları */
#infinite div.highway-barrier {
    background: transparent;
}

    #infinite div.highway-barrier::before,
    #infinite div.highway-barrier::after {
        content: " ";
        position: absolute;
        z-index: 9;
        width: 180px;
        height: 100%;
    }

    #infinite div.highway-barrier::before {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

    #infinite div.highway-barrier::after {
        top: 0;
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

#infinite ul.highway-lane {
    width: calc(180px * 13);
}

#infinite li.highway-car {
    width: 180px;
    animation: translateinfinite 25s linear infinite;
    box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    border-radius: 100px;
    margin: 0 10px 20px 0;
}

span.fab {
    font-size: 40px;
}


/* opposite side slider --------------*/
@keyframes translateinfinitex {
    0% {
        transform: translateX(calc(-180px * 4));
    }

    100% {
        transform: translateX(0);
    }
}

#infinitex div.highway-barrier {
    background: transparent;
}

    #infinitex div.highway-barrier::before,
    #infinitex div.highway-barrier::after {
        content: " ";
        position: absolute;
        z-index: 9;
        width: 180px;
        height: 100%;
    }

    #infinitex div.highway-barrier::before {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

    #infinitex div.highway-barrier::after {
        top: 0;
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

#infinitex ul.highway-lane {
    width: calc(180px * 13);
}

#infinitex li.highway-car {
    width: 180px;
    animation: translateinfinitex 25s linear infinite;
    box-shadow: 0px 4px 16px rgb(37 23 51 / 32%), inset 0px 1px 0px rgb(255 255 255 / 20%), inset 0px 6px 30px rgb(255 255 255 / 20%);
    border-radius: 100px;
    margin: 0 10px 20px 0;
}


*/
/*  slider içi */
.slidertxt {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #424261;
}



/* slider starts */

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}



/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}





/* sign-in howto-use */

.how-to-use-hand-img {
  max-width: 175px;
  height: auto;
}

.how-to-use-direction-img {
  max-width: 100%;
  max-height: 100%;
  padding-top: 15px; 
}

/* sign-in howto-use part */





/*services page*/

@media (min-width: 992px) {
    .s-col {
        flex: 0 0 50px;
        width: 50px;
    }

        .s-col.s-col-sm {
            flex: 0 0 70px;
            width: 70px;
        }

        .s-col.s-col-md {
            flex: 0 0 80px;
            width: 100px;
            text-align: center;
        }

            .s-col.s-col-md:nth-child(2) {
                flex: 0 0 100px;
                width: 100px;
                text-align: center;
                padding-left: 10px;
            }

        .s-col.s-col-lg {
            flex: 0 0 180px;
            width: 180px;
            text-align: center;
        }

        .s-col.s-title {
            flex: 1 0 0;
            width: auto;
            text-align: left;
            margin: 0px;
        }
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .services-wrapper .si-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }

@media (min-width: 768px) {
    .services-wrapper .si-wrapper {
        flex: 0 0 auto;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .services-wrapper {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

        .services-wrapper .si-wrapper {
            width: 100%;
        }
}

.service-item {
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .service-item {
        padding: 0px 0 !important;
    }
}

@media (max-width: 992px) {
    .service-item .s-row {
        flex-wrap: wrap;
        align-items: center;
    }

    .service-item .btn-fav {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        background-color: rgba(255, 90, 165, 0.18);
        color: #ff5aa5;
        border: 1px solid #ff5aa5;
    }

    .service-item .s-col-avtime {
        width: 100%;
        text-align: center;
    }

    .service-item .s-col-btn {
        flex: 1;
    }

    .service-item .s-col {
        padding: 6px 0;
    }

        .service-item .s-col::before {
            content: attr(data-title);
            display: block;
            padding-bottom: 6px;
            font-weight: 600;
            color: #9b9b9b;
            font-size: 13px;
        }
}
/*!services page */





/* swiperjs */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    display: flex;
}


/* pagination dots color */
.swiper-pagination-bullet {
    background-color: #ff5f00 !important;
}





/* payment icons resizer */
.payment-resizer {
    width: 100%;
    padding: 12px;
}

/* addfunds payment icons resizer */
.payment-resizer-height {
    height: 100%;
    margin-bottom: 8px;
}






/* footer droplist style */

.footer-dropdown-menu {
    background-color: #fff;
    padding: 40px 0 40px 40px;
}

@media (max-width: 991px) {
    .footer-dropdown-menu {
        padding: 0 0 20px 10px;
    }
}

.menu, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    background-color: transparent;
    position: relative;
    list-style-type: none;
    border-radius: 20px;
   /* transition: all .3s ease-in-out; */
    max-width: max-content;
}

    .menu-item:hover {
        background-color: #ff5f00 !important;
        max-width: max-content;
    }

    .menu-item span {
        text-decoration: none;
        font-weight: 450;
        padding: 10px 10px;
        color: #484848;
        display: block;
    }

    .menu-item a {
      text-decoration: none;
      font-weight: 450;
      padding: 10px 10px;
      color: #484848;
      display: block;
    }

    .menu-item:hover a {
        color: #fff;
        font-weight: 600;
    }

  .menu-item:hover span {
        color: #fff;
        font-weight: 600;
    }

.drop-menu {
    border-radius: 15px;
   	/* padding: 10px 0; */
    display: none;
    position: absolute;
    top: 0px; 
    left: 100%;
    color: #000;
    background-color: #f5f5f5;
    min-width: max-content;
    max-height: 300px;
    overflow: auto;
    z-index: 9999;
  	border: 1px solid #ddd;
}

  /* width */
.drop-menu::-webkit-scrollbar {
  width: 6px;
 /* border-radius: 0px; */
}

/* Track */
.drop-menu::-webkit-scrollbar-track {
  background: #fff; 
 /* border-radius: 50px; */
}
 
/* Handle */
.drop-menu::-webkit-scrollbar-thumb {
  background: #ff5f00; 
/*  border-radius: 50px; */
}


/* Handle on hover */ /*
.drop-menu::-webkit-scrollbar-thumb:hover {
  background: #ccff00; 
  border-radius: 50px;
}
*/

.menu-item:hover .drop-menu {
    display: block;
}
  
.drop-menu-item {
    width: 100%;
}

    .drop-menu-item a {
        color: #283146 !important;
        font-weight: 600 !important;
       border-bottom: 1px solid #d3d3d3 !important;
    }

    .drop-menu-item:hover {
        background-color: #283146;
    }

        .drop-menu-item:hover a {
            color: #fff !important;
            font-weight: 600;
        }


.footer-droplist-title {
    font-size: 18px;
    color: #484848;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-droplist-button {
    border: none !important;
    background: none !important;
    text-align: left !important;
}




/* contact footer Buttons*/

.footer-icon-box {
  width: 75px;
  height: 75px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 50px
}





/* randomly icons part renew */

.randomly-icons-part {
    position: relative;
}


.fixed-m-frame {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #2dfad5;
    color: #fff;
    font-size: 20px;
}

.fixed-xl-frame {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #2dfad5;
    color: #fff;
    font-size: 30px;
}


/* Hider of web part in mobile */
@media only screen and (max-width: 991px) {

    .icons-left-1 {
        display: none;
    }

    .icons-left-2 {
        display: none;
    }

    .icons-left-3 {
        display: none;
    }

    .icons-left-4 {
        display: none;
    }

    .icons-left-5 {
        display: none;
    }

    .icons-left-6 {
        display: none;
    }

    .icons-right-1 {
        display: none;
    }

    .icons-right-2 {
        display: none;
    }

    .icons-right-3 {
        display: none;
    }

    .icons-right-4 {
        display: none;
    }

    .icons-right-5 {
        display: none;
    }

    .icons-right-6 {
        display: none;
    }
}


/* Web Part Icons  */

/* left side icons */
.icons-left-1 {
    left: 18%;
    top: -40%;
    background: #298be5;
    box-shadow: 0px 0px 40px #298be5;
    animation: shake-left-up-to-right-down 2s ease-in-out infinite;
}

.icons-left-2 {
    left: 13%;
    top: 30%;
    background: #b25cf0;
    box-shadow: 0px 0px 40px #b25cf0;
    animation: shake-left-to-right 2s ease-in-out infinite;
}

.icons-left-3 {
    left: 18%;
    top: 100%;
    background: #FF5700;
    box-shadow: 0px 0px 40px #FF5700;
    animation: shake-left-down-to-right-up 2s ease-in-out infinite;
}

.icons-left-4 {
    left: 5%;
    top: -50%;
    background: #fa7e1e;
    box-shadow: 0px 0px 40px #fa7e1e;
    animation: shake-left-up-to-right-down 2s ease-in-out infinite;
}

.icons-left-5 {
    left: 0%;
    top: 30%;
    background: #c4302b;
    box-shadow: 0px 0px 40px #c4302b;
    animation: shake-left-to-right 2s ease-in-out infinite;
}

.icons-left-6 {
    left: 5%;
    top: 110%;
    background: #00ACEE;
    box-shadow: 0px 0px 40px #00ACEE;
    animation: shake-left-down-to-right-up 2s ease-in-out infinite;
}



/* right side icons */
.icons-right-1 {
    right: 18%;
    top: -40%;
    background: #ed812b;
    box-shadow: 0px 0px 40px #ed812b;
    animation: shake-right-up-to-left-down 2s ease-in-out infinite;
}

.icons-right-2 {
    right: 13%;
    top: 30%;
    background: #81b71a;
    box-shadow: 0px 0px 40px #81b71a;
    animation: shake-right-to-left 2s ease-in-out infinite;
}

.icons-right-3 {
    right: 18%;
    top: 100%;
    background: #0072b1;
    box-shadow: 0px 0px 40px #0072b1;
    animation: shake-right-down-to-left-up 2s ease-in-out infinite;
}

.icons-right-4 {
    right: 5%;
    top: -50%;
    background: #4267B2;
    box-shadow: 0px 0px 40px #4267B2;
    animation: shake-right-up-to-left-down 2s ease-in-out infinite;
}

.icons-right-5 {
    right: 0%;
    top: 30%;
    background: #f5f5f5;
    box-shadow: 0px 0px 40px #939393;
    animation: shake-right-to-left 2s ease-in-out infinite;
}

.icons-right-6 {
    right: 5%;
    top: 110%;
    background: #ffa500;
    box-shadow: 0px 4px 50px #ffa500;
    animation: shake-right-down-to-left-up 2s ease-in-out infinite;
}


/* shaker frames */
@keyframes shake-left-up-to-right-down {
    0% {
        transform: translate(-3px,-3px);
    }

    50% {
        transform: translate(3px,3px);
    }

    100% {
        transform: translate(-3px,-3px);
    }
}

@keyframes shake-right-up-to-left-down {
    0% {
        transform: translate(3px,-3px);
    }

    50% {
        transform: translate(-3px,3px);
    }

    100% {
        transform: translate(3px,-3px);
    }
}

@keyframes shake-left-to-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes shake-right-to-left {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-6px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes shake-right-down-to-left-up {
    0% {
        transform: translate(3px,3px);
    }

    50% {
        transform: translate(-3px,-3px);
    }

    100% {
        transform: translate(3px,3px);
    }
}

@keyframes shake-left-down-to-right-up {
    0% {
        transform: translate(-3px,3px);
    }

    50% {
        transform: translate(3px,-3px);
    }

    100% {
        transform: translate(-3px,3px);
    }
}




/* sign-in lets start part mobile icons hider & style  */
@media only screen and (max-width: 991px) {
  
      .ikony-ikon {
        margin: 12.5px;
        font-size: 45px;
      }
  
    .ikony {
        width: 70px;
        height: 70px;
      background-color: #f5f5f5;
      border: 1px solid #e5e5e5;
        border-radius: 50px;
        box-shadow: 0px 0px 10px #fff;
    }

    .ikony-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /* padding: 60px 20px; */
        text-align: center;
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 991px) {
    .ikony {
        display: none !important;
    }

    .ikony-container {
        display: none !important;
    }
}






/* blog page reback button */
@media only screen and (max-width: 635px) {
    #go-back-blogs-1 {
        display: none !important;
    }
}

@media only screen and (min-width: 635px) {
    #go-back-blogs-2 {
        display: none !important;
    }
}
/* */






/* sign -in 360 rotate bird and ferries */

@keyframes dondur {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotate-360 {
  animation: dondur 100s linear infinite;
}
 
  .saydamlik-sign-in:before {
    content: "";
  width: 930px;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 999;
  }

  
    @media (max-width: 991px) { 
    .responsive-img-edits {
      height: 500px;
    }
  }
  
    @media (max-width: 800px) { 
    .responsive-img-edits {
      height: 450px;
    }
  }
  
    @media (max-width: 700px) { 
    .responsive-img-edits {
      height: 350px;
    }
  }
  
    @media (max-width: 600px) { 
    .responsive-img-edits {
      height: 300px;
    }
  }
  
  @media (max-width: 500px) { 
    .responsive-img-edits {
      height: 200px;
    }
  }
  
.responsive-img-edits-icons {
height: 500px;
overflow: hidden;
position: absolute;
top: 50px;
left: -230px;
z-index: 99;
}
  @media (max-width: 991px) {
    .icons-360-image {
      width: 100%
    }
    .responsive-img-edits-icons {
      height: 400px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 99;
      top: 20px;
      left: 0;
    }
  }
  
    @media (max-width: 700px) {
    .icons-360-image {
      width: 100%
    }
    .responsive-img-edits-icons {
      height: 350px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 99;
      top: 20px;
      left: 0;
    }
  }
  
  @media (max-width: 600px) {
    .icons-360-image {
      width: 100%
    }
    .responsive-img-edits-icons {
      height: 275px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 99;
      top: 20px;
      left: 0;
    }
  }
  
    @media (max-width: 500px) {
    .icons-360-image {
      width: 100%
    }
    .responsive-img-edits-icons {
      height: 200px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 99;
      top: 20px;
      left: 0;
    }
  }

.responsive-img-edits-bird {
height: fit-content;
overflow: hidden;
position: absolute;
top: 30px;
left: -230px;
z-index: 9999;
}
  
  @media (max-width: 991px) { 
    .bird-image {
      width: 100%
    }
    .responsive-img-edits-bird {
      height: auto;
      width: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 9999;
      top: 15px;
      left: 0;
    }
  }
  



  /* ana sayfadaki sign in button webden kaldırır */
  @media (min-width: 991px) {   
  .sign-up-double-remover {
  display: none;
  }
  }
  



/* CUSTOMER VİDEO */

  .blue-tick {
    color: #029fe8;
    margin: 0px 15px 8px 15px;
    font-size:20px;
  }

  .famous-pp {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 1px solid #2a3f4e;
  }
  
  .famous-platforms {
  color: #c8c8c8; 
  padding-right: 10px;
  font-size:18px; 
  }
  .famous-platforms:hover{
  color: #fff;
  transform: scale(1.2);
  }
  
  .famous-category {
    color: #c8c8c8;
  }


/* popup video-overlay */ 

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}
.popup {
  padding: 40px 25px;
  background: #252c3b;
  border-radius: 20px;
  position: relative;
  top: 13%;
  width: fit-content;
  height: auto;
  margin: auto;
  transition: all 300ms ease-in-out;
}
.popup .close {
  position: absolute;
  top: -20px ;
  right: 10px;
  font-size: 60px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  z-index: 9999999;
}
.popup .close:hover {
  color: #ccff00;
}
.popup .content {
  position: relative;
  margin: auto;
  width: fit-content;
  height: auto;
}


   @media screen and (max-width: 1200px){
    .popup {
      padding: 40px 20px;
      top: 10%;
    }
  }
  
  @media screen and (max-width: 670px){
    .popup {
      padding: 40px 20px;
      top: 5%;
    }
  }

  @media screen and (max-width: 380px){
    .popup {
      padding: 40px 20px;
      top: 1%;
    }
    .popup .close {
      top: -20px;
      right: 20px;
    }
  }

/* popup finish*/





/*  ------------------------------------------------ */
/*  ---------------- Landing Page Style  ----------- */
/*  ------------------------------------------------ */

  
  /* welcoming section */

  .landing-main-title {
font-size: 60px;
font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .landing-main-title {
  font-size: 30px;
  }
}
  
.landing-subtitle {
font-size: 22px;
}
@media only screen and (max-width: 991px) {
.landing-subtitle {
    font-size: 15px;
  }
}
  
.landing-welcome-video-img {
  border-radius: 25px;
  border: 1px solid #ff5f0070;
  box-shadow: 0px 0px 10px #ff5f00;
}

@media (max-width: 991px) {
.landing-welcome-video-img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 5px #ff5f00;
  }
}
  
.landing-number-animate-box {
color: #fff;
align-items:center; 
}

.animated-number-style {
font-size:25px;
font-weight: 600
}

.animated-number-text-style {
font-size: 25px;
font-weight: 400;
}
  
@media (max-width: 991px) {
.animated-number-text-style {
  font-size: 20px;
  font-weight: 600;
  }
}
  
 
  
  
 /*  Priced services in boxes */ 
  
  .edition {
    width: 200px;
    height: fit-content;
    background-color: #f5f5f5;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }

  .edition:hover {
    transform: scale(1.03);
  }
  
  .fillbar-sm {
  text-align:center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100% ;
  height: 25px;
  border: 1px solid #ff5f00;
  background: #ff5f00;

  &:after {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    content: '';
    height: 21px;
    width: 92.5%;
    background: white;
  }
}
  
  .fillbar-md {
  text-align:center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100% ;
  height: 25px;
  border: 1px solid #ff5f00;
  background: #ff5f00;

  &:after {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    content: '';
    height: 21px;
    width: 85%;
    background: white;
  }
}
  
  .fillbar-lg {
  text-align:center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100% ;
  height: 25px;
  border: 1px solid #ff5f00;
  background: #ff5f00;

  &:after {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    content: '';
    height: 21px;
    width: 77.5%;
    background: white;
  }
}
  
  .fillbar-xl {
  text-align:center;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100% ;
  height: 25px;
  border: 1px solid #ff5f00;
  background: #ff5f00;

  &:after {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    content: '';
    height: 21px;
    width: 70%;
    background: white;
  }
}
  
  
  .saving-rate{
    position: relative;
    color: #484848;
    font-weight: 700;
    z-index: 6 !important;
  }
  
  
.mother-part { 
  text-align:center;
  color: #484848;
}

.mother-quantity {
  font-size: 40px ;
}

.edition-hr {
  color: #e5e5e5 ;
}

.old-price-rate {
  color: #7b7b7b;
  text-decoration: line-through;
  text-align: left;
}


.new-price-rate {
  color: #ff5f00;
  font-size: 17px;
  font-weight: 700;
  text-align:right ;
}



 /* increasing number animate */ 
  .homes .number-animate,
.hours .number-animate {
  display: block;
}  
  

  



  /* reviews section*/

.comment-box {
  width: auto;
  height: fit-content;
  background-color: #f5f5f5;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .comment-box {
  padding: 10px;
  }
}

.comment-stars {
  font-size: 15px;
  color: #ff5f00;
  text-align: right;
}

.comment-text {
color: #484848;
font-size: 17px;
text-align:left;
padding: 10px 0 5px 0px;
}
@media (max-width: 991px) {
  .comment-text {
  font-size: 15px;
  }
}
@media (max-width: 500px) {
 .comment-text {
  font-size: 14px;
  }
}

.comment-owner-name {
color: #484848;
font-size: 17px;
text-align:right;
}
@media (max-width: 991px) {
  .comment-owner-name {
  font-size: 15px;
  }
}

.comment-owner-photo {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 3px solid #ff5f00;
}
@media (min-width: 991px) {
  .comment-owner-photo {
    width: 75%;
    padding: 5px;
    margin: 10px;
  }
}
 

/* landing page how to use part's timeline*/
  
	@media(max-width: 990px) {
    .background-spec {
      border: 1px solid #e5e5e5;
      border-radius: 25px;
    }
  }
  
  @media(min-width: 991px) {
  .background-spec {
    border-bottom: 7px solid #484848;
    padding-bottom: 10px;
    position: relative;
   	border-top-right-radius: 50%;
    border-top-left-radius: 50%;
  }
  
  .background-spec::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff5f00;
  }
}


.ligthing-1 {
  animation: renkDegisimi-1 2.5s infinite;
}
.ligthing-2 {
  animation: renkDegisimi-2 2.5s infinite;
}
.ligthing-3 {
  animation: renkDegisimi-3 2.5s infinite;
}
.ligthing-4 {
  animation: renkDegisimi-4 2.5s infinite;
}

@keyframes renkDegisimi-1 {
  0%, 40% {
    background-color: #fff;
  }
  55% {
    background-color: #f5f5f5;
  }
  70%, 100% {
    background-color: #fff;
  }
}

@keyframes renkDegisimi-2 {
  0%, 50% {
    background-color: #fff;
  }
  65% {
    background-color: #f5f5f5;
  }
  80%, 100% {
    background-color: #fff;
  }
}

@keyframes renkDegisimi-3 {
  0%, 60% {
    background-color: #fff;
  }
  75% {
    background-color: #f5f5f5;
  }
  90%, 100% {
    background-color: #fff;
  }
}

@keyframes renkDegisimi-4 {
  0%, 70% {
    background-color: #fff;
  }
  85% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #fff;
  }
}
    
    
  .landing-howto-title {
    text-align:center;
    font-weight: 600;
    color: #ff5f00;
    padding-bottom: 0.5rem;
  }
  
  .landing-howto-text {
    text-align:center;
    font-size: 1.1rem;
  }

  
  @media only screen and (min-width: 991px) {
    .landing-howto-icon {
      text-align: center;
      height: 150px;
      width: auto;
      padding: 15px 0 15px 0;
    }
  }

  @media only screen and (max-width: 991px) {
    .landing-howto-icon {
      text-align: center;
      height: 130px;
      width: auto;
      padding: 15px 0 10px 0;
    }
  }

  
  
  /* ---------  Seo Texts Parts --------------*/
  
  .informative-sections {
    width: 100%;
    margin: auto;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 25px;
    align-items:center;
    justify-content: center;
    margin-bottom: 1rem ;
  }

  @media (max-width: 991px) {
    .informative-sections {
      padding: 15px;
    }
  }

  .scroll-boxes-left {
    height: fit-content;
    text-align: left;
    font-size: 18px;
    padding: 15px 40px 15px 15px;
    font-weight: 600;
  }

.scroll-boxes-left h3 {
  color: #ff5f00;
  }
.scroll-boxes-left h2 {
  color: #ff5f00;
  }

  @media only screen and (max-width: 991px) {
    .scroll-boxes-left {
      font-size: 14px;
      padding: 0;
    }
  }

  .scroll-boxes-right {
    height: fit-content;
    text-align: left;
    font-size: 18px;
    padding: 15px 15px 15px 40px;
    font-weight: 600;
  }

.scroll-boxes-right h3 {
  color: #ff5f00;
  }

  @media (max-width: 991px) {
    .scroll-boxes-right {
      font-size: 14px;
      padding: 0;
    }
  }

 .informative-sections-img {
   border-radius: 25px;
   width: -webkit-fill-available;
   height: auto;
}

  

  
/*----- advantages of smm.ist part ----*/  
  
  .landing-advantages-col {
    padding: 8px;
  }
  @media (max-width: 991px) {
    .landing-advantages-col {
      padding: 2px;
    }
  }
  
  .landing-advantages-box {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }

  .landing-advantages-box:hover {
    transform: scale(1.02);
  }
  
  .landing-advantages-icon-box {
    text-align: center;
  }
  
  .landing-advantages-icon {
    color: #ff5f00;
    font-size: 17px;
    background: #ff5f003b;
    padding: 10px;
    border-radius: 50px;
  }
  
  @media (max-width: 991px) {
    .landing-advantages-icon {
      font-size: 20px; 
    }
  }
  
.landing-advantages-title {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}

  @media (max-width: 991px) {
    .landing-advantages-title {
      text-align:center;
      margin-top: 5px;
      font-size: 15px ;
      padding: 0 5px;
      color: #9b9b9b;
    }
  }
  
/*
  .landing-advantages-subtext {
      padding-right: 15px;
  }
*/  
  
  /* ----- Free Trial Sections  ------  */
    
  .direction-trial-part-box {
    margin: auto;
    background-color:#f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-align: center;
    align-items:center;
    justify-content: space-between;
  }

.directions-first-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;

}

.directions-first-top {
  font-size: 50px;
  color: #ff5f00;
}
.directions-first-bottom {
  text-align:center;
  color: #484848;
}


  .free-trial-timer {
    display: none;
    background-color: #fff; 
    border: 1px solid #e5e5e5;
    color: #484848; 
    border-radius: 15px; 
    align-items: center;
  }

  .free-trial-input {
    display: none;
  }

  .free-trial-completed {
    display: none;
    background-color: #fff; 
    border: 1px solid #e5e5e5;
    color: #484848; 
    border-radius: 15px;
    height: 100%;
  }


.directions-final-box {
  color: #484848;
  align-items: center;
  margin: auto;
}

.directions-final-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.directions-final-top-icons {
  font-size: 15px;
  color: #ff5f00;
}
  
    .directions-final-top-img img {
        --border-width: 3px;
    position: relative;
    display: inline-block;
    width: calc(39px + var(--border-width));
    height: calc(39px + var(--border-width));
    border-radius: 100%;
    overflow: hidden;
    border: var(--border-width) solid #fff;
  }
  
  .directions-final-top-img>img:not(:first-child) {
    margin-left: calc(-1*(10px + var(--border-width)));
  }
  
  .directions-final-bottom {
    font-size: 15px;
  }
  
  .free-trial-completed-icon {
    font-size: 40px;
    color: #ff5f00;
  }
  
  /*  ------ Free Trial Count Down Style ------*/

.count-down {
  width: 10em;
  height: 10em;
}
.count-down__number {
  font-size: 14.5pc;
  font-family: "Source Sans Pro", Helvetica;
  font-weight: bold;
  fill: white;
}
.count-down__progress {
  stroke: #C82B00;
  stroke-width: 16;
  fill: transparent;
  stroke-dasharray: 78.5em;
  stroke-dashoffset: 78.5em;
  animation: progressAnimation 1s;
  animation-iteration-count: infinite;
    animation-direction: reverse;
  animation-fill-mode: forward;
  animation-timing-function: ease-in-out;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.count-down__progress-background {
  stroke: none; 
  stroke-width: 0;
  fill: #FF3D3A;
}

@keyframes progressAnimation {
  0% {
    stroke-dashoffset: 78.5em;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


  @media (min-width: 991px) {
.final-section {
  margin: 100px 0;
}
} 
    
    
    /* tickets attachment style */

    .dosya-kutu {
      margin: 16px 0 8px 0;
      padding: 3px 5px;
      border-radius: 10px;
      border: 1px solid #ffcaaa;
      background: #ffe8da;
      width: fit-content;
    } 
    

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate-div {
    animation: rotate360 5s linear infinite; /* 5s sürede 360 derece dönme */
    /* Diğer stil bilgileri buraya gelebilir. Örneğin: width, height, background-color vb. */
}
    