@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}
:root{
    --c-primary:      #7b25ce;  /* kırmızı vurgular */
    --c-primary-light:#fee2e2;
    --c-gray-100:     #f3f4f6;
    --c-gray-200:     #e5e7eb;
    --c-gray-400:     #9ca3af;
    --c-gray-700:     #374151;
    --rad:            .5rem;
    --gap:            1.5rem;
    --fs-base:        1rem;    
    --primary-color: #6366F1;
    --primary-hover: #4F46E5;
    --background-color: #F9FAFB;
    --card-color: #FFFFFF;
    --text-color: #1F2937;
    --text-muted: #6B7280;
    --success-color: #10B981;
    --success-hover: #059669;
    --border-color: #E5E7EB;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-full: 9999px;
    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: linear-gradient(0deg, #FFF 0%, #B07CE210 100%);
}

body.overflow {
    height: 100vh;
    overflow: hidden;
}

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

a,
a:hover {
    text-decoration: none
}

button {
    border: none;
    padding: 0px;
}

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

section {
    width: 100%;
    float: left
}

.themeRow {
    width: 100%;
    float: left
}

.themeContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px
}

.quarterContainer {
    width: 100%;
    max-width: calc(100% - 375px);
    float: right;
}

.containerMiddle {
    width: 100%;
    margin: 0 auto;
    max-width: 1435px
}

.fluidContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.p0 {
    padding: 0 !important;
}

input,
.form-select {
    outline: none;
}

ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

ul::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

ul::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

ul::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.notBg {
    background: none !important;
}

/*general styles*/

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

section.headerTop {}

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

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

.navbarLinks ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbarLinks ul li {}

.navbarLinks ul li a {
    color: var(--desc-grey, #8D96AA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s ease;
}

.navbarLinks ul li a:hover {
    color: var(--desc-greyhover, #b07ce2);
}

.mini-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.headerWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 0px 0;
}

.logo {
    display: flex;
    margin-bottom: 0px;
}

.logo a {
    display: flex;
}

.logo a img, .ftLogo img {
    display: flex;
}

.ftLogo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(56deg) brightness(97%) contrast(97%);
}

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

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

.menuWrapper>ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menuWrapper>ul>li {
    display: flex;
    align-items: center;
}

.menuWrapper>ul>li>a {
    display: flex;
    align-items: center;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 8px;
    transition: all .3s ease;
    padding-bottom: 0;
    margin-top: 0px;
    position: relative;
}

.menuWrapper>ul>li>a:hover:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    top: 100%;
}

.menuWrapper>ul>li>a>i {
    font-size: 24px;
}

.menuWrapper>ul>li>a:hover {
    color: #b07ce2;
}

.menuIcons {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #1C2D5630;
    padding-left: 30px;
}

.orderLink {display: flex;}
.favoriteLink {padding-left: 5px;display: none;}

.menuIcons a {
    color: var(--Primary-1, #1C2D56);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all .3s ease;
}

.menuIcons a i {
    font-size: 24px;
}

.menuIcons a:hover {
    color: #b07ce2;
}

.login {
    display: flex;
    margin-left: 20px;
}

.menuIcons .login a i {}

.login a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    color: white;
    padding: 9px 20px;
    gap: 13px;
    transition: all .3s ease;
}

.login a:hover {
    background: #B07CE2;
    color: white;
}

section#hero {
    padding-top: 50px;
    margin-bottom: 65px;
}

.heroWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bannerArea {
    width: 100%;
    max-width: 730px;
}

.heroDescription {
    width: 100%;
    max-width: 590px;
}

.heroDescription h1 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1C2D56;
}

.heroDescription h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 90px */
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

.heroDescription p {
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fastOrder {
    width: 100%;
    margin-top: 60px;
}

.fastOrder span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    color: #1C2D56;
    margin-bottom: 15px;
    display: flex;
}

.productSelect {
    border-radius: 16px;
    background: rgba(28, 45, 86, 0.10);
    backdrop-filter: blur(100px);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bannerImage {
    position: relative;
    right: 0;
    z-index: -1;
    width: 100%;
}

.bannerImage img {
    position: absolute;
    top: 0;
    right: -60px;
}

.custom-select-container {
    width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
}

.custom-select {
    position: relative;
    width: 100%;
    max-width: 220px;
    cursor: pointer;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}

.custom-select i, .custom-select i {
    position: absolute;
    left: 10px;
}
.custom-select i, .custom-select .option i {
    position: relative;
    left: 0;
    font-size: 16px;
}
.custom-select .selected:after {
    content: "\e997";
    position: absolute;
    font-family: eg;
    font-size: 13px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}

.custom-select .selected {
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
/*
.custom-select .selected i{
    display: none;
}*/

.custom-select:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-select.disabled .selected {
    background-color: #e0e0e0;
    pointer-events: none;
}

.options-container {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* YavaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸latma */
    z-index: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 0;
}

.options-container .option {
    padding: 8px;
    transition: background-color 0.5s ease;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 0px;
}

.option i, .option i{
    margin-right: 5px;
}

.option:hover {
    background-color: #f0f0f0;
}

.show {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0px;
    z-index: 999;
    padding: 10px;
    transition: none;
    height: auto;
}

.options-container.show::-webkit-scrollbar {
    width: 4px;
}

.options-container.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.options-container.show::-webkit-scrollbar-thumb {
    background: #b07ce2;
}

.options-container.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

section#customBar {
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    padding: 20px 0;
    z-index: -2;
    position: relative;
    margin-bottom: 150px;
}

.customBarWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-left: 90px;
}

.rankStar {
    position: absolute;
    bottom: -20px;
    left: -65px;
    display: flex;
}

.rankStar img {}

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

.scoringResult {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    gap: 10px;
}

.happyCustomers {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.customerStars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.happyCustomers span {
    font-weight: 500;
}

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

.completedOrder p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}

.completedOrder p strong {
    font-size: 24px;
}

.completedOrder img {
    display: flex;
    height: auto;
}

.popularPlatformsArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}

.popularPlatformsArea {}

.popularPlatformsArea h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}

.popularPlatformsArea h2 span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    margin-bottom: -5px;
}
.popularPlatformsArea h2 img{margin-right: 7px;}
.popularPlatformsArea h2 i {
    color: var(--Primary-2, #7B25CE);
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.allPopularPlatforms {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.platformLinks {
    display: flex;
    align-items: center;
    gap: 20px;
    /* width: 33%; */
    flex-wrap: wrap;
}

.platformLinks a {
    width: 150px;
    height: 158px;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF1F7;
    border-radius: 100%;
    flex-direction: column;
    color: #1C2D56;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
}

.platformLinks a i {
    font-size: 33px;
    margin-bottom: 4px;
    color: var(--platform-color);
}

.lastLink {
    display: flex;
}

.lastLink a {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
}

.platformLinks a:hover {
    box-shadow: 1px 1px 8px 4px #eff1f7;
    /* -webkit-animation: rotate-scale-up-ver 0.65s linear both;
    animation: rotate-scale-up-ver 0.65s linear both; */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #1c2d56;
    box-shadow: 1px 1px 20px 7px #00000020;
    color: white;
}

@-webkit-keyframes rotate-scale-up-ver {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
      }
}

@keyframes rotate-scale-up-ver {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
      }
}


/*home tab area s*/
.tab {
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding:0px;
}

.tab button:hover {
    background-color: #1c2d56!important;
    color: white!important;
}
.tab button:hover i{
    color: white!important;
}

.tab button.active {
    background: var(--Primary-1, #1C2D56);
}

.tabcontent {
    display: none;
    padding: 0;
    border-top: none;
}

section#ourPackages {
    background: #EFF0F7;
    padding: 80px 0;
    margin-bottom: 100px;
    position: relative;
}

#ourPackages::before{
    content: "";
    position: absolute;
    background: url('../img/sosyox-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 546px;
    height: 95px;
    top: -35px;
    left: calc(50% - 273px);
}

.mostPopularPackages {}

.titleWithTab {
    width: 100%;
    display: flex;
    gap: 60px;
    padding: 0 60px;
}

.themeTitle {
    width: 100%;
}

.themeTitle.titleCenter h2 {
    justify-content: center;
    margin-bottom: 40px;
}

.themeTitle h2 {
    color: var(--platform-color, #1C2D56);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.notBgText, .commentForm .themeTitle h2{
    background: none!important;
    background-clip: unset!important;
    -webkit-background-clip: unset!important;
    -webkit-text-fill-color: unset!important;
}

.themeTitle h2 i {
    color: var(--platform-color) !important;
    font-size: 32px;
    margin-right: 10px;
}

.themeTitle p {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

button.tablinks i {
    color: var(--platform-color, #1C2D56);
}
button.tablinks:hover i,button.tablinks.active i {
    color: #fff;
}
button.tablinks {
    font-size: 24px;
    background: white;
    color: #1C2D56;
}

.packagesContent {}

.titleWithTab {
    margin-bottom: 80px;
}

.contactNumbers a img {
    height: 13px;
}

.packagesList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 15px;
}

.packageCard {
    width: calc(100% * 1/4 - 11.25px);
    box-shadow: 1px 1px 8px 4px #0000000d;
    border-radius: 24px;
    background: #FBFBFD;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    justify-content: space-between;
}

.packageTop {
    width: 100%;
    border-radius: 32px;
    background: rgba(242, 243, 249, 0.50);
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

.packageTop span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.packageRating {
    display: flex;
    font-size: 16px;
}

.packageRating i {
    color: #E2E8ED;
}

.packageRating i.voted {
    color: #FFB800;
}

.packageHead {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.packageHead h3 {}

.packageHead h3 {
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.packageIcon {
    color: var(--platform-color, --package-color, #1C2D56);
    -webkit-text-fill-color: var(--platform-color, --package-color, #1C2D56);
    font-size: 72px;
    display: flex;
}

.packageIcon i {
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--platform-color, --package-color, #1C2D56);
    color: #B07CE2;
}

.packageHead p {
    color: #1C2D56;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.packageForInfo {}

.packageForInfo ul {
    height: 195px;
    overflow-y: auto;
    text-align: center;
}

.packageForInfo ul li {
    color: #000000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
    padding-left: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.packageForInfo ul li:before {
    /* content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url('../image/svg/checkmark.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(4474%) hue-rotate(265deg) brightness(85%) contrast(99%); */
}

.packageForInfo ul li i {
    margin-right: 5px;
    font-size: 22px;
    color: #B07CE2;
    position: relative;
    top: -1px;
}
.packageForInfo ul li span {}

.packageBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.packageBottom {}

.packageBottom {}

.packageCardOrder {
    display: flex;
    width: 100%;
}

.packageCardOrder a {
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all .3s ease;
}

.packageCardFav {
    display: flex;
}

.packageCardFav button {
    display: flex;
    border-radius: 12px;
    background: #F2F3F9;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease;
    cursor: pointer;
    padding: 14px;
}

.packageCardFav button i {
    color: #1C2D56 !important;
}
.packageCardFav button.active,
.packageCardFav button:hover {
    background: #1c2d56;
    color: #fff!important;
}

.packageCardFav i {
    transition: all .3s ease;
}
.packageCardFav button:hover i,.packageCardFav button.active i {
    color: #fff !important;
}
.packageCardFav button:hover i,
.packageCardFav button.active i {
    color: #ffffff !important;
}

.packageCardOrder a i {
    font-size: 24px;
}
.packagePrice {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.packagePrice span {
    color: var(--Primary-2, #7B25CE);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packageCardOrder a:hover {
    background: #7b25ce;
}

.pacimg {
    display: flex;
}

/*home tab area f*/

#whyUs {
    margin-bottom: 160px;
}

.whyUsContent {
    width: 100%;
    display: flex;
    gap: 100px;
}

.widgetTitle {
    border-radius: 16px;
    background: #F6F1FB;
    padding: 13px 15px;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.widgetBox {
    width: calc(100% * 1/2 - 30px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.widgetList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.widgetBox p {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.whyUsDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.whyUsDescription .themeTitle p {
    color: #1C2D56;
}

.widgetTitle i {
    color: #7B25CE;
    font-size: 20px;
}

#customerComments {
    position: relative;
    margin-bottom: 20px;
}

#customerComments:before {
    content: "";
    background: linear-gradient(360deg, #EFF0F7 0%, #FFF 100%);
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: -55px;
    z-index: -1;
}

#customerComments:after {
    content: "";
    background: url(../image/svg/quote.svg?v=1.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 270px;
    height: 206px;
    position: absolute;
    top: -20px;
    right: 100px;
}

.commentWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
}

.commentWrapper .owl-stage-outer {
    padding: 110px 0 90px 30px;
}

.commentCard {
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
}
.commentImg img {
    width: 58px !important;
    border-radius: 6px;
}
.commentInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.commentInfo span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.commentInfo p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}

.commentInfo a {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    border-top: 1px solid #1C2D5610;
    padding-top: 15px;
}

.commentWrapper .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 15px;
}

body .owl-carousel .owl-dot,
body .owl-carousel .owl-nav .owl-next,
body .owl-carousel .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    background: var(--Primary-1, #1C2D5640);
    border-radius: 100%;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

body .owl-carousel .owl-nav .owl-prev {
    background-image: url(../image/svg/left.svg?v=1.1);
    filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(410%) hue-rotate(181deg) brightness(90%) contrast(91%);
}

body .owl-carousel .owl-nav .owl-next {
    background-image: url(../image/svg/right.svg?v=1.1);
    filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(410%) hue-rotate(181deg) brightness(90%) contrast(91%);
}

body .owl-carousel .owl-dot span,
body .owl-carousel .owl-nav .owl-next span,
body .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

#seoWrapper {
    padding: 50px 0;
    background: linear-gradient(0deg, #FFF 0%, #F7F7FB 100%);
}

.seoContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboutDescription.withImage {
    flex-direction: row;
    gap: 30px;
}

.aboutDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescription {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescription h2 {
    margin: 0 0 20px 0;
}

.aboutDescription h3 {
    margin: 0 0 0px 0;
    font-weight: 500;
}

.aboutDescription,
.aboutDescription p {
    margin: 0 0 20px 0;
}






.aboutDescriptionddd.withImage {
    flex-direction: row;
    gap: 30px;
}
.aboutDescriptionddd img {
   max-width: 400px;
   width: 100%
   }
.aboutDescriptionddd {
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescriptionddd {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.aboutDescriptionddd h2 {
    margin: 0 0 20px 0;
}

.aboutDescriptionddd h3 {
    margin: 0 0 0px 0;
    font-weight: 500;
}

.aboutDescriptionddd,
.aboutDescriptionddd p {
    margin: 0 0 20px 0;
}

.aboutDescriptionddd ul li strong {
  font-weight: bold;
}
.aboutDescriptionddd ul li  {list-style: decimal;padding: .5rem;}
.aboutDescriptionddd ul   {
 padding-inline-start: 20px;
}
   
#footer {
    padding: 55px 00px 0;
    background: linear-gradient(77deg, #151F37 29.46%, #463B74 121.87%, #8B63CC 171.36%);
    position: relative;
    z-index: 99999999;
}

.footerBar {
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 0;
    margin-top: 25px;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    margin: 0 0;
    color: rgba(255, 255, 255, 0.30);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
    max-width: 690px;
}

.copyright span {
    color: rgba(255, 255, 255, 0.30);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
}

.footerMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff10;
}

.footerMenu ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.footerMenu ul li {
    list-style: disc;
    color: #ffffff50;
    transition: all .3s ease;
}

.footerMenu ul > span {
    color: white;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.footerMenu ul > span:before {
    content: "";
    width: 10px;
    height: 4px;
    background: white;
    border-radius: 6px;
    display: block;
    position: absolute;
    left: -17px;
    top: 10px;
}

.footerMenu ul li a {
    color: #ffffff50;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 228.571% */
    transition: all .3s ease;
}

.footerMenu ul li:hover a {
    color: white;
}

.footerMenu ul li:hover {
    color: white;
}

.footerSocialServices.mobileHiddenFooterTitle {
    display: none;
}

.footerSocialServices {
    width: calc(100% + 20px);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-left: -20px;
}

.footerSocialServices a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    padding: 16px;
    gap: 12px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all .6s ease;
}

.footerSocialServices a i {}

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

.ftMenuLinks {}

.ftMenuLinks ul {
    display: flex;
    gap: 30px;
}

.ftMenuLinks ul li {}

.ftMenuLinks ul li a {
    color: #ffffff50;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
}

.ftMenuLinks ul li a i {
    color: #ffffff60;
    font-size: 20px;
    transition: all .3s ease;
}

.ftLogoTopbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #ffffff10;
    padding-bottom: 25px;
}

.ftLogo {
    display: flex;
}


.ftMenuLinks ul li a:hover {
    color: white;
}

.ftMenuLinks ul li a:hover i {
    color: white;
}

.footerSocialServices a:hover {
    box-shadow: 1px 1px 8px 7px #ffffff3b;
}

section#newsletter {
    background: white;
    padding-top: 80px;
    padding-bottom: 90px;
}

.newsletterArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletterContent {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletterContent h2 {
    color: #323B4B;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
    margin: 0;
}

.newsletterContent p {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
}

.newsletterInput {}

.newsletterInput {}

.inputGroup {
    width: 100%;
    position: relative;
}

.iconWithInput {
    width: 100%;
    position: relative;
}
.iconWithInput i {
    position: absolute;
    top: 19px;
    left: 9px;
    font-size: 21px;
    opacity: .5;
}

.iconWithInput i, .iconWithInput img {
    position: absolute;
    left: 15px;
    top: 16.5px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(511%) hue-rotate(183deg) brightness(87%) contrast(87%);
    font-size: 18px;
}

.iconWithInput input, .iconWithInput select, .iconWithInput textarea {
    width: 100%;
    padding: 10px 20px 9px 34px;
    border-radius: 12px;
    background: #F7F7FB;
    border: 0;
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none; /* Safari ve diÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸er Webkit tarayÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±cÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±larÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
    -moz-appearance: none; /* Firefox iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
    appearance: none; /* Genel */
    height: 60px;
}

.newsletterInput .iconWithInput input,
.newsletterInput .iconWithInput textarea {
    border-radius: 12px 0px 0px 12px;
    padding-right: 180px;
}

#signUpForm .iconWithInput input,
#signUpForm .iconWithInput textarea {
    background: white;
    padding: 13px 170px 13px 50px;
}

.inputGroup button {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 0px 12px 12px 0px;
    background: var(--Primary-1, #1C2D56);
    cursor: pointer;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 30px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: all .3s ease;
}

.inputGroup button i {
    font-size: 18px;
}

.inputGroup button:hover {
    background: #b07ce2;
}

.newsletterImg {}

.newsletterImg img {}

.newsletterContent p a {
    font-weight: 600;
    color: var(--desc-grey, #8D96AA);
}


.faqWrapper {
    width: 100%;
}

.accorionList {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.accordionItem {
    width: calc(50% - 15px);
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 60px;
    align-items: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.accordionTitle {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordionDescription {
    display: none;
    margin-top: 20px;
}

.accordionItem p {
    margin: 0;
}

#faq {
    background: #F7F7FB;
    padding: 80px 0;
    position: relative;
    margin-top: 70px;
}

#faq.notBg {
    background: none;
}

#faq:before {
    content: "";
    background: url('../image/svg/sss-line.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 107px;
    top: -60px;
    transition: all .4s ease;
}

.accordionItem:before {
    content: "";
    background: url('../image/svg/circle-question.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 30px;
    width: 22px;
    height: 22px;
    top: 22px;
    transition: all .4s ease;
}

.accordionItem:after {
    content: "";
    background: url('../image/svg/caret-down.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 22px;
    right: 30px;
    width: 22px;
    height: 22px;
    transition: all .4s ease;
}

.accordionItem.active:after {
    transform: rotate(-180deg);
}

.haveQuestion {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 102px;
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%));
    padding: 30px 30px 30px 230px;
    position: relative;
    justify-content: space-between;
    margin-top: 130px;
}

.questionImage {
    position: absolute;
    left: -1px;
    bottom: -7px;
}

.questionImage img {}

.questionDesc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.questionDesc h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.questionDesc p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    opacity: .5;
    margin: 0;
}
.questionButton {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.questionButton a {
    display: flex;
    color: #FFF;
    background-color: var(--menu-color);
    padding: 12px;
    border-radius: 10px;
    opacity: .9;
    gap: 4px;
    text-align: center;
    justify-content: center;
}
.questionButton a:hover {
    opacity: 1;
    box-shadow: 0px 2px 2px 2px #ffffff3b;
    transition: all .3s ease;
}
.questionButton a i {
    font-size: 24px;
}
.btn-primary {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--Primary-1, #1C2D56);
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.btn-primary i {
    font-size: 24px;
}

.btn-primary:hover {
    background: #b07ce2;
}

.btn-secondary {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: var(--Primary-2, #7B25CE)!important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-secondary i {
    font-size: 24px;
}

.btn-secondary:hover {
    background: #b07ce2!important;
}

.btn-thirdy {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--Primary-2, #CE2525);
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 15px;
    padding: 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-thirdy i {
    font-size: 24px;
}

.btn-thirdy:hover {
    background: #f83f3f;
}


section#lastBlog {
    margin-bottom: 150px;
}

.blogImg {
    display: flex;
}

.blogImg img {}

.singleBlog {
    width: 100%;
    margin-bottom: 80px;
}

.lastBlogWrapper {
    width: 100%;
    gap: 30px;
    margin-top: 50px;
}

.blogList {
    width: 100%;
    margin: 40px 0;
}

.blogSlider {
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
}

.blogSlider h2 {
    margin: 0 0 13px 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogSlider p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 0;
}

.blogSlider p a {
    font-weight: 700;
    color: var(--Primary-1, #1C2D56);
}

.blogBanner {
    width: 100%;
    float: left;
    max-width: 570px;
    margin-right: 30px;
}

.blogList ul li {
    width: 100%;
}

.blogList ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogList ul li a h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.allBlog {
    width: 100%;
    display: flex;
}

.allBlog a {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 7px;
}

.allBlog a i {
    font-size: 11px;
}

.moreThan {
    width: 100%;
    display: flex;
    gap: 20px;
}

.moreThan span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D5660);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 28px */
    cursor: pointer;
}

.moreThan i {
    font-size: 18px;
}

.commentArea {
    width: calc(100% - 400px);
}

.commentSideBar {
    width: 100%;
    max-width: 370px;
}

.giftWrapper {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .giftWrapper {
        padding-top: 1px;
        position: sticky;
        top: 0;
    }
}

.giftCard {
    width: 100%;
    position: relative;
    padding: 24px 23px;
    border-radius: 24px;
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    margin-top: 60px;
}

.giftCard span {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.getDiscount {
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.giftIcon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    fill: var(--input-gray, #F7F7FB);
    filter: drop-shadow(-10px 15px 0px rgba(0, 0, 0, 0.20));
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7FB;
    position: absolute;
    top: -50px;
    right: 0;
}

.giftIcon i {
    color: #7B25CE;
    font-size: 36px;
}

.giftCard:before {
    content: "";
    background: url('../image/svg/giftBg.svg?v=1.1');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 229px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.giftCard:nth-child(2) {
    border-radius: 24px;
    background: linear-gradient(270deg, #E49BFD 0%, #A811DA 100%);
}

.giftCard:nth-child(3) {
    border-radius: 24px;
    background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%);
}

.commentList {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: scroll;
    max-height: 400px;
}

.memberComment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}

.ownerComment {
    width: 100%;
    padding: 10px;
}

.memberCommentInfo {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.memberCommentDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.memberCommentRaiting {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.memberCommentInfo img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
}

.memberCommentInfo span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.memberCommentDescription p {
    width: 100%;
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.memRaiting {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    align-items: center;
    gap: 6px;
}

.memRaiting i {
    font-size: 18px;
}

.subComment {
    width: calc(100% - 50px);
    padding: 0px;
}

.memRaiting.answer {
    cursor: pointer;
}

.memRaiting i {
    cursor: pointer;
}

.inputGroupWrapper {
    width: 48%;
    display: flex;
    gap: 20px;
}

.inputGroupWrapper.flex-column{
    flex-direction: column;
}
.inputGroupWrapperTwice{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.formWrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

section#comments {
    margin-bottom: 150px;
}

.iconWithInput textarea {
    height: 150px;
}

.formButton {
    width: 100%;
    display: flex;
    justify-content: center;
}

.formButton button {
    width: 100%;
    justify-content: center;
    height: 46px;
    border-radius: 12px;
}

.formButton button i {
    font-size: 20px;
}

#categorys {
    margin-bottom: 150px;
}

.categoryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.categoryCard {
    width: calc(100% * 1/3 - 20px);
    border-radius: 16px;
    background: linear-gradient(124deg, #F7F7FB 47.79%, #EEE3FB 98.79%);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.categoryDescription {
    width: 100%;
    position: relative;
}

.categoryDescription i {
    color: #7B25CE;
    font-size: 40px;
    position: absolute;
    right: 0;
}

.categoryDescription h3 {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    width: calc(100% - 60px);
}

.categoryDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.categoryLink {
    width: 100%;
    display: flex;
    border-top: 1px solid #7B25CE10;
    padding-top: 10px;
}

.categoryLink a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Primary-2, #7B25CE);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
}

.categoryLink a i {
    font-size: 18px;
}

.categoryLink a:hover {
    color: var(--Primary-2, #3c0076);
}

#mostServices {
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    padding: 100px 0 50px 0;
    position: relative;
    margin-bottom: 100px;
}

.mostServicesTitle {
    position: relative;
    left: 0;
    top: 0;
}

.mostServicesTitle span {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 38.5px;
    background: linear-gradient(90deg, #FFA800 0%, #FFDA93 100%);
    padding: 20px 30px;
    position: absolute;
    top: -140px;
    left: 0;
}

.mostServicesTitle span i {
    font-size: 34px;
}

.mostServicesTitle span:after {
    content: "";
    background: url('../image/svg/arrows.svg?v=1.1');
    width: 190px;
    height: 69px;
    position: absolute;
    right: -170px;
    top: 5px;
    z-index: 999;
}

section#banner {
    /* background: linear-gradient(179deg, #1c2d5600 0%, #b07ce2ad 100%); */
    position: relative;
}

.bannerBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
}
.bannerBg.platformBanner{
    top: -145px;
    right: -314px;
    left: auto;
}

@media screen and (max-width:1540px) {
    .bannerBg.platformBanner{
        right: -27%;
        left: auto;
    }
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .bannerBg.platformBanner.moviesBg{
        display: none;
    }
}

.bannerBg img {
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .1; */
}

.bannerWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0 150px 0;
}

.bannerWrapper.flex-column {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 50px;
}

.bannerDescription {
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bannerDescription h1 {
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
}

.bannerDescription h1 i, .bannerIcon i {
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
    -webkit-text-fill-color: unset!important;
}

.bannerIconWrapper {
    display: flex;
    width: calc(100% - 650px);
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.bannerIconWrapper.platformIcon{
    width: auto;
    right: -16%;
}

@media screen and (min-width:1550px) and (max-width:1700px) {
    .bannerIconWrapper.platformIcon{
        /* width: auto; */
        /* right: -5%; */
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    .bannerIconWrapper.platformIcon{
        /* width: auto; */
        /* right: -8%; */
    }
}

.bannerIconWrapper.platformIcon .bannerBg.platformBanner{

}

.bannerIcon {
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    border-radius: 100%;
    margin-top: 30px;
    margin-right: 0px;
}

.bannerIcon i, .bannerIcon i {
    /* height: 120px; */
    color: #B07CE2;
    font-size: 86px;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerDescription h1 i {
    font-size: 45px;
    color: #B07CE2;
}

.movies.bannerIcon{
    background: white;
    width: 135px;
    height: 135px;
    left: -12px;
    top: -11px;
}

.movies.bannerIcon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: #7b25ce21;
    opacity: .4;
    z-index: -1;
    border-radius: 100%;
}

.movies.bannerIcon::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: #1F2E7E33;
    opacity: .5;
    z-index: -1;
    border-radius: 100%;
    animation: 1.3s infinite bubble;
}


@keyframes bubble {

    0%,
    100% {
        transform: scale(1);
        opacity: .6;
    }

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

.bannerDescription h1 i {
    /* display: none; */
}

.bannerWrapper.flex-column h1 {
    justify-content: center;
}

.bannerWrapper.flex-column .bannerIconWrapper .bannerIcon {
    width: 100px;
    height: 100px;
}

.bannerWrapper.flex-column .bannerIconWrapper .bannerIcon i {
    font-size: 65px;
}

#packages {
    margin-bottom: 75px;
}

#signUpForm {
    background: rgba(196, 182, 215, 0.20);
    backdrop-filter: blur(15px);
    margin-bottom: 100px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#otherServices {
    margin-bottom: 60px;
}

.allServicesLink {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.allServicesLink span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 17px;
}

.allServicesLink ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 10px;
    padding-bottom: 5px;
}

.allServicesLink ul li {
    white-space: nowrap;
}

.allServicesLink ul li a {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 16px;
    transition: all .3s ease;
}

.allServicesLink ul li a.active,
.allServicesLink ul li a:hover {
    background: #1C2D56;
    color: white;
}

.allServicesLink ul li a i {}

.containerX {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    color: var(--text, #333);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: 50px;
}

.containerX input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkX {
    position: absolute;
    top: 13px;
    left: 10px;
    height: 22px;
    width: 22px;
    background-color: #f0eaf5;
    border-radius: 50%;
    border: 1px solid #3131311c;
}

.containerX:hover input~.checkmarkX {
    background-color: #1677FF;
}

.containerX input:checked~.checkmarkX {
    background-color: #1677FF;
}

.checkmarkX:after {
    content: "";
    position: absolute;
    display: none;
}

.containerX input:checked~.checkmarkX:after {
    display: block;
}

.containerX .checkmarkX:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../image/checkmark-outline.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(192deg) brightness(101%) contrast(101%);
}

.checkboxGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.labelInput {
    width: 100%;
    display: flex;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 10px;
}

.checkBoxWrapper {
    display: flex;
    flex-direction: column;
}

.formBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

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

.formBottom>a {
    width: 100%;
    max-width: 50%;
    justify-content: center;
    padding: 10px 30px;
}

.formBuyButton button {
    display: flex;
    width: 200px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56)!important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: all .3s ease;
    cursor: pointer;
}

.formBuyButton button i {
    font-size: 22px;
}

.formBuyButton button:hover {
    background: #b07ce2;
}

.formBuyButton span {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
}

.formBuyButton p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#signUpForm .formWrapper {
    margin-top: 0;
}

section#signUpForm .inputGroup {
    width: 100%;
    max-width: 50%;
}

section#signUpForm .flex-column .inputGroup{
    max-width: 100%;
}

section#header {
    position: relative;
    padding: 30px 0;
}

.menuSubWrapper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: linear-gradient(95deg, #1C2D56 0.53%, #29427E 100%);
    padding: 30px 0;
    z-index: -9;
}

.menuWrapper>ul>li:hover .menuSubWrapper {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    z-index: 999999;
}

.menuSubWrapper ul {
    width: 100%;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.menuBottomBar {
    width: 100%;
    background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 90px;
}

.menuBottomBar.darkBg {
    background: linear-gradient(90deg, #FC00FF 0%, #00DBDE 100%);
}

.menuBottomBar.darkBg span {
    color: white;
}

.menuBottomContent {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSubWrapper ul li {
    width: calc(100% * 1/3 - 20px);
}

.menuSubWrapper ul li a {
    color: var(--Gray3, #F7F7FB);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background-color: rgba(251, 249, 255, 0.05);
    padding: 10px 15px;
    background-image: url('../image/svg/arrow-right.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.menuSubWrapper ul li a:hover .menuIcon i {
    color: white;
    transform: rotateY(360deg);
}

.menuSubWrapper ul li a:hover .menuIcon {
    background: #00000080;
}
.menuSubWrapper ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c);
    transition: .5s;
    z-index: -1;
}

.menuSubWrapper ul li a:hover:before {
    top: 0;
}

.menuIcon {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.menuBottomContent span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.menuBottomContent a {
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    padding: 15px 30px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .5s;
}

.menuBottomContent a:hover {
    background: var(--Primary-1, #0c1938);
}

.menuBottomContent a img {
    transition: .5s;
}

.menuBottomContent a:hover img {
    transform: rotateX(360deg);
}

.menuBottomContent span img {
    margin-right: 5px;
}

.menuIcon i {
    font-size: 22px;
    transition: .7s;
    color: var(--menu-color);
}
.blogPostWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
}

.blogDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.postInfo {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.postInfo span {
    display: flex;
    align-items: center;
    color: var(--Primary-1, #9b9b9b);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
}

.postInfo span i {
    color: var(--Primary-1, #9b9b9b);
    font-size: 18px;
}

.blogDescription h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 48px */
    margin: 0;
}

.blogDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 25px 0 0px 0;
    max-height: 170px;
    overflow: hidden;
}

.blogDescription a {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    font-weight: 700;
    margin-bottom: 20px;
}


.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags.notBg {
    background: none;
}

.tags.singleBg span {
    background: #F7F7FB !important;
}

.tags span {
    border-radius: 8px;
    background: #EBD7DF;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3.5px 12px;
}

.tags span:first-child {
    background: #D7D8EB;
}

.blogDetailContent .tags span:nth-child(2) {
    background: #1677ff73;
}

.blogDetailContent .tags span:nth-child(3) {
    background: #ff8f1f86;
}

.blogDetailContent .tags span:first-child {
    color: #00B578;
}

.blogDetailContent .tags span:nth-child(2) {
    color: #0068fa;
}

.blogDetailContent .tags span:nth-child(3) {
    color: #eb7a09;
}

.blogDetailContent .prodWidgetWrapper .productWidgets {
    width: calc(100% * 1/2 - 15px);
}

.tagsInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tagsInfo span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    display: flex;
    align-items: center;
    gap: 5px;
}

.tagsInfo span i {
    font-size: 15px;
}

.breadcrump {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.backtopage {
    font-size: 20px;
    background: none;
    display: flex;
    color: #8D96AA;
    cursor: pointer;
}

.breadcrump ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrump ul li {
    display: flex;
}

.breadcrump ul li a {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}

.breadcrump ul li:after {
    content: "/";
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-left: 10px;
}

.breadcrump ul li:last-child:after {
    display: none;
}

.blogDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.blogDetail h1 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
    margin: 0;
}

.productWidgets {
    width: calc(100% * 1/3 - 20px);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(124deg, #F2F1F7 69.69%, #E3E7EF 98.79%);
}

.prodWidHead {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.prodWidHead span {
    color: var(--Primary-2, #7B25CE);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prodWidHead span i{
    width: 28px;
    height: 28px;
}

.prodWidHead span i{
    font-size: 32px;
}

.information{
    position: relative;
    transition: all .3s ease;
}

.information ul{
    position: absolute;
    bottom: 40px;
    right: 0;
    border-radius: 16px;
    background: var(--desc-grey, #8D96AA);
    padding: 15px 15px;
    min-width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
}

.information:hover ul{
    visibility: visible;
    opacity: 1;
}

.information ul li{
    color: var(--input-gray, #F7F7FB);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.information ul li:last-child{
    margin-bottom: 0;
}

.prodWidHead .information i {
    color: var(--desc-grey, #8D96AA);
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.prodWidgetWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.productWidgets .descWidthIcon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.productWidgets p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    /* height: 48px; */
    align-items: center;
    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogDetailContent .productWidgets {
    align-items: flex-start;
}

.blogDetailContent .productWidgets p {
    height: 48px;
}

.blogDetailContent .tags:last-child {
    margin-top: 30px;
}

.productWidgets a {
    padding: 11px 30px;
    width: 100%;
    justify-content: center;
}

.descWidthIcon i,.descWidthIcon img {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 15px;
}

section#sectionWithSidebar {
    margin-bottom: 150px;
}

section#blogProduct {
    margin-bottom: 80px;
}

.blogListWrapper {
    width: 100%;
    display: flex;
    gap: 45px;
}

.blogItemList {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.blogItemListWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.blogItem {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.blogListDescription {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blogListDescription h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    margin: 0 0 10px 0;
}

.blogListDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
    margin: 0;
}

.blogListDescription .postInfo {
    margin-bottom: 10px;
}

.blogListImg {
    display: flex;
    border-radius: 16px;
}

.blogListImg img {
    border-radius: 16px;
}

.sideAboutUs {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(209, 215, 228, 0.20) 0%, rgba(141, 150, 170, 0.20) 100%);
    background-image: url('../image/girl.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sideAboutUs p {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}

.sideSocialMedia {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px;
    height: 62px;
}

.sideSocialMedia a {
    display: flex;
}

.sideSocialMedia a i {
    color: #1C2D56;
    font-size: 22px;
    transition: .2s;
}

.sideSocialMedia a:hover i {
    font-size: 28px;
}

.sideAboutUs h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.sideAboutUs h3 span {
    position: relative;
}

.sideAboutUs h3 span:before {
    content: "";
    background: var(--desc-grey, #8D96AA);
    opacity: 0.3;
    width: 1px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -10px;
}


.sidePlatforms,
.sidePlatforms ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidePlatforms ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidePlatforms ul li a {
    width: 100%;
    display: flex;
}

.platformCard {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-radius: 16px;
    background: var(--input-gray, #F7F7FB);
    padding: 10px;
    transition: .3s;
}

.sidePlatforms ul li a:hover .platformCard {
    background-image: url(../image/girl.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.platformCard>i {
    font-size: 42px;
    color: #1C2D56;
}

.platformTitle {}

.platformTitle h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    margin: 0;
}

.platformTitle span {
    color: var(--desc-grey, #8D96AA);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.platformTitle span:before {
    content: "";
    background: url('../image/svg/circle-dot.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 15px;
    height: 15px;
}

.platformCard:after {
    content: "";
    background: url('../image/svg/arrow-right.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 20px;
    z-index: 999;
    filter: brightness(0) saturate(100%) invert(64%) sepia(14%) saturate(376%) hue-rotate(183deg) brightness(91%) contrast(89%);
}

.detailImg {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.detailImg img {
    width: 100%;
    max-height: 452px;
    object-fit: cover;
    border-radius: 16px;
}

.blogDetailWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
}

.blogDetailContent {
    width: calc(100% - 100px);
}

.blogDetailSocialMedia {
    width: 70px;
    display: flex;
    flex-direction: column;
}

.blogDetailSocialMedia span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 32px */
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
}

.blogDetailSocialMedia {}

.blogDetailSocialMedia ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogDetailSocialMedia ul li {
    display: flex;
    justify-content: center;
}

.blogDetailSocialMedia ul li a {
    color: var(--Primary-1, #1C2D56);
    font-family: "Font Awesome 6 Brands";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 56px */
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--desc-grey, #8D96AA09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogDetailSocialMedia ul li a ioc-icon {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: "Font Awesome 6 Brands";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 56px */
}

.blogDetailDescription {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogDetailDescription h2 {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogDetailSocialMedia ul li a i {
    font-size: 30px;
}

.blogDetailDescription p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    margin: 0;
}

.blogDetailBottom {
    width: 100%;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    align-content: center;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 16px;
    background: var(--Gray3, #F7F7FB);
    margin-top: 40px;
}

.blogDetailBottom>img {}

.blogDetailBottom p {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogDetailBottom span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogDetailBottom i {
    font-size: 22px;
    cursor: pointer;
}

.lastBlog {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebarBlog {
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--input-gray, #F7F7FB);
}

.lastBlogImg {
    display: flex;
    width: 170px;
}

.lastBlogImg a {
    display: flex;
}

.lastBlogImg a img {
    width: 100%;
}

.lastBlogDesc {
    display: flex;
    flex-direction: column;
    width: calc(100% - 180px);
}

.lastBlogDesc a {
    margin: 0;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.sidebarTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: -10px;
}

.sidebarTitle h2 {
    width: 100%;
    display: flex;
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

#contactChannel {
    margin: 130px 0 150px 0;
    background: #F7F7FB;
    backdrop-filter: blur(15px);
}

.contactInfo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
}

.contactInfo h2 {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0;
}

.contactNumbers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.contactNumbers a {
    display: flex;
    border-radius: 8px;
    background: #F4F1F9;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contactInfo ul {
    display: flex;
    gap: 30px;
}

.contactInfo ul li {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.contactFormWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.mapArea {
    width: 100%;
    max-width: 470px;
}

.mapArea iframe {
    border-radius: 16px;
}

.contactFormArea {
    width: calc(100% - 500px);
    display: flex;
}

.contactFormArea .formWrapper {
    margin-top: 0;
}

.contactFormArea .iconWithInput input,
.contactFormArea .iconWithInput textarea {
    background: white;
}

#basket {
    margin-bottom: 85px;
    margin-top: 30px;
}

.basketProducts {
    width: 100%;
    border-radius: 16px;
    background: rgba(141, 150, 170, 0.05);
    display: flex;
    padding: 21px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.basketProducts.notBg {
    padding: 0;
}

.basketDescription {
    width: 100%;
}

.inBasket {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    padding: 20px 30px;
    gap: 10px;
}

.basketItemDesc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.basketItemDesc button {
    display: flex;
    background: none;
    outline: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #ff000036;
    transition: .3s;
}

.basketItemDesc button:hover {
    color: #F00;
}

.basketItemDesc p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex: 1;
}

.socialMediaTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
}

.basketItemLink {
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

.socialMediaTitle span {
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialMediaTitle i {
    color: #485477;
    font-size: 24px;
    min-width: 24px;
}

.basketItemDesc>img {
    width: 22px;
}

.basketItemDesc span {
    color: var(--Primary-2, #7B25CE);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basketDescription h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0 0 20px 0;
}

.basketDescription span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 150%;
    /* 21px */
}

.basketWrapper {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.basketProducts {
    width: 100%;
    border-radius: 16px;
    background: rgba(141, 150, 170, 0.05);
    display: flex;
    padding: 21px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.basketDescription {
    width: 100%;
}

.inBasket {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    padding: 20px 30px;
    gap: 10px;
}

.basketItemDesc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.basketItemDesc button {
    display: flex;
    background: none;
    outline: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #ff000036;
}

.basketItemDesc p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex: 1;
}

.socialMediaTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
}

.basketItemLink {
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

.socialMediaTitle span {
    background: var(--Linear, linear-gradient(90deg, #1C2D56 0%, #B07CE2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialMediaTitle i {
    color: #485477;
    font-size: 24px;
}

.basketItemDesc>img {
    width: 22px;
}

.basketItemDesc span {
    color: var(--Primary-2, #7B25CE);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basketDescription h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0 0 20px 0;
}

.basketDescription span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 150%;
    /* 21px */
}

.sidebarBasket,
.sidedashboard {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    background: #F4F1F9;
    padding: 21px 25px;
}

.sidebarBasket.notBg,
.sidedashboard.notBg {
    background: none;
    padding: 0;
    position: relative;
}


.basketWrapper .sidebarBasket.notBg::before{
    content: "";
    background-image: url(../image/vector.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    display: block;
    width: 227px;
    height: 161px;
    position: absolute;
    top: -140px;
    z-index: -1;
    opacity: .5;
}

.baketTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.baketTitle h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.baketTitle p {
    color: var(--Primary-1, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin: 0;
}

.basketPriceArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketPriceArea ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.basketPriceArea ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.basketPriceArea ul li p {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.basketPriceArea ul li span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.basketPriceArea ul li:last-child span {
    font-size: 28px;
}

#basketSteps {
    margin-top: 30px;
    margin-bottom: 85px;
}

#basketSteps.mb30 {
    margin-bottom: 30px;
}

#basketSteps .themeTitle h2{
    margin-bottom: 20px;
}

.sidebarBasketSteps {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.packageCard.singlePackage {
    width: 100%;
    padding: 30px 20px;
}

.stepBar {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stepBar ul {
    width: 100%;
    display: flex;
}

.stepBar ul li {
    width: 100%;
    text-align: center;
    border-top: 3px solid #E2E8ED;
    position: relative;
}

.stepBar ul li.active {
    width: 100%;
    border-color: #7B25CE;
    z-index: 99;
}

.stepBar ul li span {
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.stepBar ul li span strong {
    font-weight: 700;
}

.stepBar ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #E2E8ED;
    position: absolute;
    border-radius: 100%;
    top: -8px;
    right: -6px;
}

.stepBar ul li.active:after {
    background: #7B25CE;
    z-index: 9;
}

.inputWrapper {
    width: 100%;
    display: flex;
    gap: 20px;
}

.inputWrapper a,
.inputWrapper button {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Primary-1, #1C2D56);
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: .3s;
    width: 100%;
}


.inputWrapper a:hover,
.inputWrapper button:hover {
    background: #b07ce2;
}

.inputWrapper .inputGroup a {
    width: 100%;
    height: 54px;
}

.inputWrapper a i,
.inputWrapper button i {
    font-size: 18px;
}

.productBuyForUsername {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #F4F1F9;
    padding: 20px 15px;
    gap: 20px;
}

.orderForm {
    width: 100%;
}

.orderForm form {
    width: 100%;
}

.inputWrapper input {
    background: white;
}

.inputWrapper .inputGroup,
.inputWrapper a {
    width: 50%;
}

.productBuyForUsername h3 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0;
}

.productBuyForUsername>span {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.productBuyForUsername h3 i {
    color: #8D96AA;
}

#horizontalGift {
    margin-bottom: 150px;
}

#horizontalGift .giftWrapper {
    display: flex;
    gap: 30px;
    max-width: 100%;
}

#horizontalGift .giftCard {
    margin-top: 0;
}

#otherWidgets {
    border-top: 1px solid #7B25CE;
    border-bottom: 1px solid #E2E8ED;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.otherServicesWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 30px;
}

.servicesCard {
    width: calc(100% * 1/3 - 20px);
    border-radius: 16px;
}

.servicesCard a {
    width: 100%;
    display: flex;
    padding: 15px 55px 15px 30px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 28px */
    position: relative;
    transition: .4s ease;
    background: #F4F1F9;
    border-radius: 16px;
}

.servicesCard a:hover {
    background: #fff;
    border-radius: 16px;
}

.servicesCardIcon {
    display: flex;
}

.servicesCardIcon i {
    font-size: 20px;
}

.otherServicesTitle {
    width: 100%;
    display: flex;
    align-items: center;
}

.otherServicesTitle h2 {
    margin: -22px auto 0 auto;
    background: #faf7fd;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otherServicesTitle h2 i {
    font-size: 30px;
}

.servicesCard a span {
    display: flex;
}

.servicesCard a:after {
    content: "";
    background-image: url('../image/svg/arrow-right.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    display: block;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 30px;
    z-index: 999;
    filter: brightness(0) saturate(100%) invert(64%) sepia(14%) saturate(376%) hue-rotate(183deg) brightness(91%) contrast(89%);
}

#freeToolsForm {
    margin-bottom: 100px;
}

.titleWidthCountdown {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.countdownWrapper {
    width: 50%;
    background: #7B25CE03;
    border-radius: 16px;
}

#countdown {
    background: #7B25CE05;
    padding: 22px 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 16px 16px;
}

#countdown strong {
    font-size: 18px;
}

#countdown i {
    color: #9f9f9f;
    font-size: 18px;
}

.countdownWrapper span {
    width: 100%;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: center;
    gap: 5px;
    padding: 20px 20px 16px 20px;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
}

#countdown>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.daytime {}

.hourstime {}

.minutestime {
    min-width: 95px;
}

.militime {
    min-width: 95px;
}

.userInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userInfoCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.userInfoCard span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.userInfoCard p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.orderStatusButton {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.orderStatusButton span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 20px;
}

.success {
    background: #00B578;
}

.orderStatusButton .order-result {
    display: flex;
    width: 440px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 12px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.error {
    background: #fc2929;
}

.orderStatusButton .order-result i {
    font-size: 25px;
}

.orderStatusButton span i {
    font-size: 22px;
}

.orderStatus .checkboxGroup {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
}

.orderStatus {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postOrderDetails ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postOrderDetails ul li span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    gap: 10px;
}

.postOrderDetails ul li span i {
    font-size: 20px;
}

.postOrderDetails ul li p {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0;
}

.postOrderDetails ul li a {
    color: #2867FF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.productBuyForUsername .productWidgets {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(124deg, #EFEEF6 69.69%, #E1DEEB 98.79%);
}

.productBuyForUsername .productWidgets .btn-secondary {
    background: #1C2D56!important;
}

.memberShip {
    width: 100%;
    height: 100vh;
    background: linear-gradient(318deg, #6E22B9 0%, #E3DBFF 100%);
    padding-top: 60px;
}

.memberShipHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.backtoTop {
    display: flex;
    align-items: center;
    flex: .85;
}

.sosyoxLogo {
    display: flex;
    align-items: center;
    flex: 1;
}

.sosyoxLogo a {
    display: flex;
    align-items: center;
}

.backtoTop .backtopage {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.registerBg {
    background: url('../image/register.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
}

.loginBg {
    background: url('../image/login.png?s');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}

.loginBg .memberForm {
    margin-left: 0;
    align-items: flex-start;
}

.memberFormContent {
    width: 100%;
    display: flex;
    align-items: center;
    height: calc(100vh - 160px);
}

.memberForm {
    display: flex;
    width: 100%;
    max-width: 800px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 24px;
    background: rgba(251, 249, 254, 0.90);
    backdrop-filter: blur(12.5px);
    margin: 0 auto;
}

.memberForm form {
    width: 100%;
}

.memberForm .formWrapper {
    margin-top: 0;
}

.memberForm h2 {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.memberForm h2 i {
    color: #8D96AA;
    font-size: 20px;
}

.memberFormOther {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.memberFormOther a {
    color: #7B25CE;
    font-weight: 600;
}

.forgotPassword {
    display: flex;
}

.forgotPassword a {
    color: var(--Primary-2, #7B25CE);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
    transition: .3s;
}

.forgotPassword a:hover {
    color: #c7afee;
}

.memberInformation {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 15%;
}

.memberInfoHead {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.memberInfoHead ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.memberInfoHead ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleli {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 5px;
}

.memberInfoHead ul .descriptionli {
    display: flex;
}

.descriptionli span {
    color: var(--Primary-1, #1C2D56);
    text-align: right;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.sidebarBasket .descriptionli a{pointer-events: none; cursor: unset;}

.memberInfoHead ul .titleli i {
    color: #8D96AA;
    font-size: 20px;
}

.memberInfoHead ul li .btn-primary {
    width: 100%;
    border-radius: 12px;
    justify-content: center;
}

.memberInfoBottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E2E8ED;
    padding-top: 30px;
}

.memberInfoBottom ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.memberInfoBottom ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
}
.memberInfoBottom ul li:first-child{
    margin-top: 30px;
}
.memberInfoBottom ul li:last-child{
    margin-bottom: 0;
}

.memberInfoBottom ul li .descriptionli {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.descriptionli i {
    font-size: 22px;
    color: #8D96AA;
}

.descriptionli a {
    display: flex;
}

.titleli i {
    color: #8D96AA;
    font-size: 16px;
}

.warningInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.warningInfo .btn-primary {
    padding: 15px;
    border-radius: 12px;
}

.warningInfo span {
    border-radius: 12px;
    background: #FFFBE6;
    color: #FAAD14;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}

.warningInfo span i {
    font-size: 22px;
}

.addBalance {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dashboardTab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #F4F1F9;
}

.dashboardTab ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboardTab ul li {
    display: flex;
    width: 100%;
    justify-content: center;
}

.dashboardTab ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    contain-intrinsic-block-size: auto 100px;
    height: 50px;
    width: 100%;
    justify-content: center;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    transition: .3s ease;
}

.dashboardTab ul li a i {
    color: var(--desc-grey, #8D96AA);
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    /* 100% */
}

.dashboardTab ul li a img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(25%) saturate(215%) hue-rotate(183deg) brightness(93%) contrast(94%);
}
.dashboardTab ul li a.active img, .dashboardTab ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(62%) saturate(0%) hue-rotate(161deg) brightness(109%) contrast(101%);
}
.dashboardTab ul li a.active,
.dashboardTab ul li a:hover {
    background: #7B25CE;
    color: white;
}

.dashboardTab ul li a.active i,
.dashboardTab ul li a:hover i {
    color: white;
}

.dashboardTab ul li:first-child a {
    border-radius: 12px 0 0 12px;
}

.dashboardTab ul li:last-child a {
    border-radius: 0 12px 12px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
}

th {
    text-align: left;
    padding: 4px 4px 14px 4px;
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
}

td {
    text-align: left;
    padding: 10px 4px;
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

tr:nth-child(even) {
    /* background-color: #f2f2f2; */
}

.tableWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #F4F1F9;
    gap: 10px;
    padding: 30px;
}

td a {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 4px;
}

td strong {
    font-weight: 600;
}

td:last-child {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 3px;
}

td:last-child i {
    margin-top: -2px;
}

td a span {
    max-width: 141px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoForPage {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1890FF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin-top: 10px;
    background: #1890ff0f;
    padding: 10px;
    border-radius: 5px;
}

.tableWrapper .productBuyForUsername {
    padding: 0;
}

.infoForPage i {
    font-size: 20px;
}

.totalPrice {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 12px;
    background: var(--Gray3, #F7F7FB);
}

.totalPrice span {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    display: flex;
    align-items: center;
    gap: 10px;
}

.totalPrice span strong {
    color: var(--Primary-1, #1C2D56);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
}

.allShow {
    /* 21px */
    width: 100%;
    display: flex;
    align-items: center;
}

.allShow a {
    color: var(--desc-grey, #8D96AA);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    transition: .3s;
}

.allShow a:hover {
    color: black;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.progress {
    height: 5px;
    width: 0;
    background-color: #4CAF50;
    z-index: 0;
    transition: width 0.3s;
}

.step {
    position: relative;
    z-index: 1;
}

.step .bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: background-color 0.3s;
}

.step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #4CAF50;
    display: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.prev-btn {
    background-color: #bbb;
}

.prev-btn:hover {
    background-color: #999;
}

.submit-btn {
    background-color: #008CBA;
}

.submit-btn:hover {
    background-color: #007bb5;
}

.containerBtn {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
}

.containerBtn.check p,
.containerBtn.check p small {
    color: white;
}

.containerBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkBtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    border-radius: 12px;
}

.containerBtn:hover input~.checkmarkBtn {
    background-color: #e9e9e9;
}

.containerBtn input:checked~.checkmarkBtn {
    background-color: #7B25CE;
}

.checkmarkBtn:after {
    content: "";
    position: absolute;
    display: none;
}

.containerBtn input:checked~.checkmarkBtn:after {
    display: block;
    opacity: 0;
}

.containerBtn .checkmarkBtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkButtonWrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.containerBtn p {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 0px 0;
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    z-index: 999;
    position: relative;
}

.containerBtn p small {
    color: var(--desc-grey, #8D96AA);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    margin-top: 10px;
}

.whichProduct {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whichProduct a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--weak, #999);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 85.714% */
}

#step3 .productBuyForUsername {
    gap: 40px;
}

.modalContainer {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: url('../image/girl.png?v=1.04');
    background-color: #fbfbfb;
    border-radius: 16px;
}

.modalWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: #000000b5;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.modalContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 25px;
}

.modalContent a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 0px;
}

.modalContent p{
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    margin: 0;
}

.modalContent .tableWrapper {
    max-height: 355px;
    overflow: auto;
}

.orderSearchArea {
    width: 100%;
}

.orderSearchArea .inputWrapper button {
    width: 250px;
}

.orderSearchArea .inputWrapper .inputGroup {
    width: calc(100% - 250px);
}

.modalClose {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 9999999999;
}

.modalClose i {
    font-size: 32px;
    color: #1c2d56;
}

.generalModal.modalContainer{
    background: linear-gradient(295deg, #1C2D56 -42.68%, #B07CE2 100%);
}

.generalModal .modalClose i{
    color: white;
}

.generalModal .modalContainer {
    border-radius: 16px;
    background: linear-gradient(295deg, #1C2D56 -42.68%, #B07CE2 100%);
}
.modalDescription{
    background-color: white;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modalContent > img{
    max-width: 100%;
}
.modalContent h2 {
    color: var(--Primary-1, #1C2D56);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin: 0;
}
.notiWrapper{
    width: 100%;
    position: relative;
}
.notificationLink .notiWrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -230px;
    top: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 4px #00000008;
    height: 250px;
    overflow: auto;
    width: 350px;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notificationLink:hover .notiWrapper {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}

.notificationLink ul {
    width: 100%;
    height: 185px;
    overflow: auto;
}

.notificationLink {
    position: relative;
}

.notificationLink:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 30px;
    right: 0;
    top: 15px;
}

.notificationLink ul li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    color: #333;
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.16); */
    padding-bottom: 5px;
    font-weight: 500;
    background: rgb(128 128 128 / 4%);
    border-radius: 10px;
    padding: 7px;
}

.notificationLink ul li span{
    display: flex;
    flex-direction: column;
}
.notificationLink ul li h3{
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.notificationLink ul li small{
    color: rgb(173, 173, 173);
    font-size: 9px;
    margin-top: 2px;
}

.notificationLink ul li:last-child {
    margin-bottom: 0;
}

.notificationLink ul li i {
    margin-top: 5px;
    margin-right: 6px;
    font-size: 11px;
    color: #a174d4;
}
.notificationLink a i {
    margin-top: 0;
    margin-right: 0;
    font-size: 26px;
    color: #a523d8;
}
.sidebarBasket .memberInfoBottom > span {
    background: #2596ff;
    padding: 15px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
}

.sidebarBasket .memberInfoBottom ul{
    display: none;
}

.sidebarBasket .memberInfoBottom span img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(2%) hue-rotate(39deg) brightness(104%) contrast(101%);
    z-index: 99999;
    opacity: 1;
    float: right;
    margin-top: 6px;
    transition: .4s ease;
}

.sidebarBasket .memberInfoBottom.active span img{
    transform: rotate(180deg);
}

.star-rating {
    display: flex;
    flex-direction: row;
}

.star-rating input {
    display: none;
}

.star-rating i {
    font-size: 18px;
    color: #b8b8b8;
    cursor: pointer;
    margin-right: 2px;
}

.star-rating i.active {
    color: gold;
    font-weight: 600;
}

.rateArea{
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
    background: #F7F7FB;
    border: 0;
    color: var(--desc-grey, #8D96AA);
    display: flex;
    align-items: center;
    gap: 20px;
}
.rateArea span{
    font-size: 14px;
}
.bodyNotPadding{padding: 0;}

.supportDetail{
    width: 100%;
    max-height: 500px;
    overflow: auto;
    padding-right: 20px;
}

.supportDetail::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

.supportDetail::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.allServicesLink ul::-webkit-scrollbar {
    height: 5px;
}

.supportDetail .tableWrapper{
    margin-bottom: 20px;
}

.supportDetail .memberInfoBottom ul li {
    margin: 0;
}

.supportDetail .memberInfoBottom {
    margin: 0;
    padding: 10px 0 0 0;
}

.supportDetail .tableWrapper {
    gap: 10px;
    border-radius: 16px;
    padding: 30px 20px;
}

.supportDetail .productBuyForUsername h3 {
    font-size: 15px;
}

.supportDetail .memberInfoBottom ul li .descriptionli {
    font-size: 15px;
}

.supportDetail {}

.notificationCounter{}
.notificationCounter span{
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    font-weight: 500;
    background: #b07ce2;
    border-radius: 100%;
    min-width: 20px;
    min-height: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
i.fa-youtube {
    padding-right: 5px;
}



body .movies.bannerIcon .fa-youtube:before{
    width: 90px;
    height: 90px;
    display: block;
}


#paymentHTML iframe, #paytriframe{
    min-height: 930px!important;
}

@media screen and (max-width: 1024px) {
    #paymentHTML iframe, #paytriframe{
        min-height: 960px!important;
    }
}

.orderAfterTable{
    width: 100%;
    margin-top: 20px;
    background: #f4f1f9;
    padding: 20px 15px;
    border-radius: 24px;
}

.checkDeleteItem button{
    padding: 0px;
}

.checkDeleteItem button i{
    color: #7B25CE;
    font-size: 19px;
    cursor: pointer;
}
.checkDeleteItem .containerX{
    margin-right: -20px;
}
.checkDeleteItem .checkmarkX{
    border-radius: 100%;
}
.checkDeleteItem .containerX .checkmarkX:after {
    top: 3px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../image/svg/checkmark-outline.svg?v=1.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(192deg) brightness(101%) contrast(101%);
}

.zback {
    z-index: -1;
}

.zfront {
    z-index: 9;
    position: relative;
}

img.animation1 {
    top: 40px;
    right: auto;
    left: 90px;
}
.animation1 {
    -webkit-animation: animation1 0.3s linear infinite both;
    animation: animation1 4s linear infinite both;
}
img.animation6 {
    top: 62px;
    left: auto;
    right: 75px;
}
.animation6 {
    -webkit-animation: animation1 0.3s linear infinite both;
    animation: animation1 4s linear infinite both;
}
@keyframes animation1 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
img.animation2 {
    top: 180px;
    right: auto;
    left: 90px;
}
.animation2 {
    -webkit-animation: animation2 0.3s linear infinite both;
    animation: animation2 4s linear infinite both;
}

@keyframes animation2 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation3 {
    top: 280px;
    right: auto;
    left: 200px;
}
:root {
    --bg: #efeef7;
    --bgdeg: #e0e0eb;
    --font: "Gilroy", sans-serif;
    --main-color: #e92056;
    --main-color-rgb: 233, 32, 86;
    --head-color: #191b29;
    --secondary: #2acf9b;
    --dark-color: #23232e;
    --main-text-color: #4b5176;
    --dark-text-color: #4f516a;
    --soft-text-color: #aeb6cb;
    --light: #78788f;
    --primary: #6a7bf5;
    --success: #57c781;
    --warning: #ebb35f;
    --danger: #f56a6a;
    --secondary: #2acf9b;
    --container: 1440px;
    --packHeadCL: #26293e;
    --radius: 5px;
    --white: #fff;
    --dwhite: #fff;
    --black: #000;
    --scrollbg: #f5f5f5;
    --scrollcl: #c5c5c5;
    --border: #00000010;
}
.animation3 {
    -webkit-animation: animation3 0.3s linear infinite both;
    animation: animation3 6s linear infinite both;
}

@keyframes animation3 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, -10px);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation4 {
    top: 340px;
    right: auto;
    left: 170px;
}
.animation4 {
    -webkit-animation: animation4 0.3s linear infinite both;
    animation: animation4 3s linear infinite both;
}

@keyframes animation4 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
        transform: rotate(-25deg);
        margin-top: -35px;
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

img.animation5 {
    top: 180px;
    right: 0;
    left: auto;
}
.animation5 {
    -webkit-animation: animation5 0.3s linear infinite both;
    animation: animation5 3s linear infinite both;
}

@keyframes animation5 {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(30px, 40px);
        transform: rotate(40deg);
        margin-top: 40px;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

section#popularPlatforms {
    background: #FEFDFE;
    position: relative;
    padding-bottom: 50px;
    top: 15px;
}

section#popularPlatforms:before {
    content: "";
    background: #fefdfe;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    z-index: -2;
}

.mostFavourid{
    position: absolute;
    background: #FFB800;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    min-width: 150px;
    height: 36px;
    justify-content: center;
    top: -15px;
    left: calc(50% - 75px);
    transition: all .3s ease;
    opacity: 1;
}

.packageCard:hover .mostFavourid{
    opacity: 1;
}

.packageCard .mostFavourid i {
    color: #fff;
    font-size: 25px;
}

.themeTitleWithIcon{
    display: flex;
    align-items: center;
    gap: 40px;
}
.themeTitleIconDesc{}

.mr10{
    margin-right: 10px;
}

#contact-me{
    margin-bottom: 80px;
}

#basket-active{
display: flex;
flex-direction: column;
gap: 20px;
}

.tableWrapperScroll{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 435px;
    overflow: auto;
    padding-right: 5px;
}

.tableWrapperScroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-track {
    background: #1ad5975e;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-thumb {
    background: #1c3981;
    border-radius: 10px;
}

.tableWrapperScroll::-webkit-scrollbar-thumb:hover {
    background: #0fa372;
}

.memberInfoBottom, .memberInfoBottom ul li{
    margin-top: 0;
    padding-top: 0;
}

.memberInfoBottom ul li{
    padding-top: 10px;
}

.memberInfoBottom ul li:first-child{
    margin-top: 10px;
}
#footer {
  position: relative;
}
.ftMenuLinkxs {
    padding-top: 20px;
    justify-content: space-between
}
.custom-select .ilkicon{
    justify-content: flex-start
}
.custom-select .ilkicon span{
    font-size: 12px;
    display: flex;
    margin-bottom:0px;
    align-items: center;
    justify-content: center;
}
.custom-select .ilkicon i{
    font-size: 22px;
}
   
#footer .before-element {
  content: "";
    background: url(../image/footericon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    top: -17px;
    left: calc(50% - 55px);
    width: 110px;
    height: 52px;
    cursor: pointer;
}
#footer {    z-index: 1!important;}


.platformLinks a:hover i {
    color: white !important;
}
.newDiv{
    height: 145px;
}  .warning{
            background: orange;
        }
        .danger{
            background: red;
        }

.owl-carousel .owl-stage-outer {
    overflow-x: clip;
}

        @media screen and (max-width:768px){
}

.tab button.active i {
    color: white !important;
}



.aboutDescriptionddd ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
    counter-reset: item-counter;
    margin-right: 28px;
}

.aboutDescriptionddd ul li {
   padding: 0px;
   border-radius: 10px;
   position: relative;
   /* border: 1px solid #B07CE220; */
}




.how-buy {
    display: grid;
    grid-template-columns: 750px auto;
    gap: 25px;
    position: relative;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    padding: 5px;
    border-radius: 10px;
    background: var(--dwhite);
}

.how-buy .content {
    padding: 20px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 30px;
    min-width: 100%;
}

.how-buy .content :is(h1, h2, h3, h4, h5) {
    color: var(--dark-text-color);
    margin-bottom: 3px;
}

.how-buy .content > p {
    font-size: 17px;
    color: var(--main-text-color);
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.how-buy .media img {
    max-height: 400px;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
    display: block;
}

.how-buy ol li .detail p {
    font-size: 16px;
    color: var(--main-text-color);
    font-weight: 500;
}

.how-buy .media.free img {
    max-height: 300px;
}

.how-buy .media {
    position: relative;
    /* width: 100%; */
    right: 0;
}

.how-buy .content ul li {
    color: #8d96aa;
    padding-left: 14px;
    font-weight: 400;
    position: relative;
}

.how-buy .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--secondary-color);
}

.how-buy .content ul li::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    opacity: 0.2;
    border-radius: 10px;
    background: var(--secondary-color);
}


.how-buy::before {
    content: "\e97c";
    position: absolute;
    right: -35px;
    font-size: 150px;
    opacity: 0.1;
    color: var(--main-color);
    z-index: -1;
    top: -32px;
    transform: rotate(8deg);
}

section.howArea {
    position: relative;
    overflow: hidden;
}

.how-buy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
    counter-reset: item-counter;
}

.how-buy ul li {
    padding: 5px;
    border-radius: 10px;
    position: relative;
    /* overflow: hidden; */
    /* border: 1px solid var(--bg); */
}

.how-buy ul li .count {
    width: 60px;
    min-width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-text-color);
    background: var( --bg);
    border-radius: 5px;
    font-size: 25px;
    transition: .3s;
    font-weight: bold;
}
.how-buy  ul li::marker {
    width: 60px;
    min-width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--main-text-color); */
    background: #B07CE220;
    border-radius: 5px;
    font-size: 15px;
    transition: .3s;
    font-weight: bold;
}

.modalContainer.abababa {

       max-width: 550px;

    border: unset;
    background-color: unset;
}.cccc{
    padding: 0;

} .xsxsfaad{
    right: -40px;
    top: -10px;
}
.iconWithInput i{
    top: 20px;
    left: 10px;
}


.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    top: -2px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 99999999;
}

.toastify.bg-danger {
    background: linear-gradient(135deg, #ff73c5, #f55454);
}

.toastify.bg-success {
    background: linear-gradient(135deg, #40c080, #159c91);
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

.toastify-center {
    transform: translate(0px, -10px) !important;
}
.none_click {
    pointer-events: none;
}

.ns-empty-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.ns-empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

.ns-empty-cart-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #1C2D56,rgb(26, 12, 40));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.ns-empty-cart-icon i {
    font-size: 40px;
}

.ns-empty-cart-title {
    font-size: 24px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 12px;
}

.ns-empty-cart-text {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 32px;
    line-height: 1.6;
}

.ns-empty-cart-action {
    margin-top: 8px;
}

.ns-empty-cart-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1C2D56;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.3);
}

.ns-empty-cart-button:hover {
    background-color: #4F46E5;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2);
    color: white;
    text-decoration: none;
}

.ns-empty-cart-button i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .ns-empty-cart {
        padding: 30px 15px;
    }

    .ns-empty-cart-icon {
        width: 80px;
        height: 80px;
    }

    .ns-empty-cart-icon i {
        font-size: 32px;
    }

    .ns-empty-cart-title {
        font-size: 20px;
    }

    .ns-empty-cart-text {
        font-size: 14px;
    }

    .ns-empty-cart-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
 .ns-cart-products {
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.ns-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f2f2f2;
    background: linear-gradient(to right, #f9fafb, #ffffff);
}

.ns-cart-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.ns-cart-count {
    font-size: 14px;
    color: #64748b;
}

.ns-cart-count strong {
    color: #6366F1;
    font-weight: 600;
}

.ns-cart-items {
    padding: 16px;
}

.ns-cart-item {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.ns-cart-item:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.ns-cart-item:last-child {
    margin-bottom: 0;
}

.ns-cart-item-content {
    display: flex;
    align-items: center;
    padding: 16px;
    position: relative;
}

.ns-cart-item-platform {
    display: flex;            ;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--cart-color, #6366F1);
    margin-right: 15px;
    flex-shrink: 0;
    width: max-content;
}

.ns-cart-item-platform i {
    font-size: 18px;
    margin-right: 8px;
}

.ns-cart-item-details {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
}

.ns-cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    max-width: 70%;
}

.ns-cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #6366F1;
    margin-right: 20px;
}

.ns-cart-item-remove {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.ns-cart-item-remove:hover {
    background-color: #fef2f2;
}

.ns-cart-item-remove i {
    font-size: 18px;
}

.ns-cart-item-target {
    padding: 12px 16px;
    background-color: #f8fafc;
    border-top: 1px dashed #e2e8f0;
}

.ns-cart-item-username {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.ns-cart-item-username::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: var(--cart-color, #6366F1);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .ns-cart-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 20px;
    }

    .ns-cart-title {
        margin-bottom: 4px;
    }

    .ns-cart-item-content {
        flex-wrap: wrap;
        padding: 12px 16px;
    }

    .ns-cart-item-platform {
        width: auto;
        margin-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }

    .ns-cart-item-details {
        width: 100%;
        margin-bottom: 8px;
        position: absolute;
        top: 66px;
    }

    .ns-cart-item-remove {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .ns-cart-item-username {
        white-space: nowrap;    
        overflow: hidden;   
        text-overflow: ellipsis; 
        max-width: 200px;  
    }
}
.basketProducts {
    padding: 0px !important;
    background : none !important;
}

*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:system-ui,Arial,sans-serif;font-size:var(--fs-base);color:var(--c-gray-700);}

/* — Ana Kapsayıcı — */
.ns-flex.checkout{
    display: flex;
    gap: var(--gap);
    margin-top: 1rem;
    margin: 16px;
    min-height: 500px;
}

/* — Başlık ve alt başlıklar — */
.ns-heading{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;}
.ns-heading.sm{font-size:1rem;margin-top:.5rem;}
.ns-sub{font-size:.875rem;color:var(--c-gray-400);margin-bottom:1.25rem;}
.ns-sub.sm{margin-bottom:.75rem;}

/* — Sol blok (form) — */
.ns-form-items{
    flex:1 1 26rem;
}
.ns-row{display:flex;flex-wrap:wrap;gap:var(--gap);}
.ns-col-12{flex:1 1 100%;}
.ns-form-item input{
    width:100%;
    padding:.75rem 1rem;
    border:1px solid var(--c-gray-200);
    border-radius:var(--rad);
    background:#fff;
    color:var(--c-gray-700);
    font-size:var(--fs-base);
    transition:border-color .2s;
}
.ns-form-item input::placeholder{color:var(--c-gray-400);}
.ns-form-item input:focus{border-color:var(--c-primary);outline:none;}

/* — Sağ blok (kupon + ödeme) — */
.ns-pay-items{
    flex:1 1 22rem;
    display:flex;
    flex-direction:column;
    gap:var(--gap);
}

/* Kupon alanı */
.ns-coupon{
    display:flex;
    gap:.5rem;
}
.ns-coupon input{
    flex:1 1 auto;
    padding:.75rem 1rem;
    border:1px solid var(--c-gray-200);
    border-radius:var(--rad);
    font-size:var(--fs-base);
}
.btn-secondary{
    padding:.75rem 1.25rem;
    background:var(--c-primary);
    color:#fff;
    border:none;
    border-radius:var(--rad);
    font-weight:600;
    cursor:pointer;
    transition:opacity .2s;
}
.btn-secondary:hover{opacity:.9;}

/* Ödeme listesi */
.payments-list{display:flex;flex-direction:column;gap:.75rem;}
.payment-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 4px;
    border: 2px solid var(--c-gray-200);
    border-radius: var(--rad);
    cursor: pointer;
    background: #fff;
    transition: border-color .15s, background .15s;
}
.payment-item.active {
    border: 2px solid var(--c-primary);
}
.payment-item .icon{
    display:grid;
    place-items:center;
    width:44px;height:44px;
    border-radius:var(--rad);
    background:var(--c-primary);
    color:#fff;
    font-size:1.25rem;
}
.payment-item .content{
    display:flex;
    flex-direction:column;
}
.payment-item strong{font-size:.95rem;font-weight:700;line-height:1.2;}
.payment-item small{font-size:.8rem;color:var(--c-gray-400);line-height:1.2;}

/* Radyo butonu gizle */
.payment-item input{
    position:absolute;
    opacity:0;inset:0;
    cursor:pointer;
}

/* Seçili kart */
.payment-item input:checked + .icon,
.payment-item input:checked ~ .icon{background:var(--c-primary);}
.payment-item input:checked ~ .content strong{color:var(--c-primary);}
.payment-item input:checked + label,
.payment-item input:checked ~ .payment-item{border-color:var(--c-primary);}
.payment-item:hover{background:var(--c-gray-100);}
.ns-pay-detail {
    width: 50%;
}
ul#iti-1__country-listbox {
    background: #fff;
}
.iti__selected-flag div {
    display: none !important
}
/* — Mobil düzen — */
@media(max-width:640px){
    .ns-flex.checkout{flex-direction:column;}
}
@media screen and (max-width: 768px) {
    .ns-flex.checkout{
        flex-direction:column;
        gap:var(--gap);
    }
    .ns-form-items{
        flex:1 1 auto;
    }
    .ns-pay-items{
        flex:1 1 auto;
    }
    .ns-pay-detail {
        width: 100%;
    }
}
.d-none {
    display: none;
}


/* profile */
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 2rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.profileTitle {
    text-align: center;
    margin-bottom: 20px;
}
.profileTitle span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.profileTitle p {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.memberInfoBottom.active ul {
    display: block;
}

/* profile orderlist */
.ns-orders-list {
    margin-top: 20px;
}

.ns-order-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.ns-order-item:hover {
    background-color: #f0f2f5;
}

.ns-order-icon {
    width: 40px;
    height: 40px;
    background-color: #fff0f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #ec4899;
}

.ns-order-icon i {
    font-size: 20px;
}

.ns-order-details {
    flex: 1;
}

.ns-order-date {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 4px;
}

.ns-order-total {
    font-size: 16px;
    color: #111827;
    font-weight: 500;
}

.ns-order-action {
    margin-left: auto;
}

.ns-detail-btn {
    background-color: #fff0f6;
    color: #ec4899;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ns-detail-btn:hover {
    background-color: #fce7f3;
    transform: translateY(-1px);
}

.ns-show-all {
    text-align: right;
    margin-top: 20px;
}

.ns-show-all a {
    color: #6366f1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.ns-show-all a:hover {
    text-decoration: underline;
}

/* profile orderlist end */

/* profile ticket start */
.ns-ticket-list {
    margin-top: 20px;
}

.ns-ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.ns-ticket-header h4 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
    font-weight: 600;
}

.ns-new-ticket-btn {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ns-new-ticket-btn:hover {
    background-color: #dc2626;
}

.ns-ticket-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.ns-ticket-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ns-ticket-icon {
    width: 40px;
    height: 40px;
    background-color: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #6b7280;
}

.ns-ticket-icon i {
    font-size: 20px;
}

.ns-ticket-content {
    flex: 1;
}

.ns-ticket-title {
    font-size: 16px;
    color: #1f2937;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.ns-ticket-date {
    font-size: 14px;
    color: #6b7280;
}

.ns-ticket-status {
    margin-left: auto;
}

.ns-status-answered {
    background-color: #d1fae5;
    color: #065f46;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.ns-status-waiting {
    background-color: #fef3c7;
    color: #92400e;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.ns-status-closed {
    background-color: #e5e7eb;
    color: #374151;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
/* profile ticket end */

/* profile ticket detail */
.ns-chat-container {
    display: flex;
    flex-direction: column;
    height: 600px;
    background-color: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
}

.ns-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ns-chat-messages::-webkit-scrollbar {
    width: 8px;
}

.ns-chat-messages::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.ns-chat-messages::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.ns-message {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    max-width: 70%;
}

.ns-message.ns-customer {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.ns-message.ns-moderator {
    align-self: flex-start;
}

.ns-message-avatar {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.ns-customer .ns-message-avatar {
    background-color: #dbeafe;
    color: #2563eb;
}

.ns-moderator .ns-message-avatar {
    background-color: #d1fae5;
    color: #059669;
}

.ns-message-avatar i {
    font-size: 20px;
}

.ns-message-content {
    background-color: white;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ns-customer .ns-message-content {
    background-color: #2563eb;
    color: white;
    border-bottom-right-radius: 4px;
}

.ns-moderator .ns-message-content {
    background-color: white;
    border-bottom-left-radius: 4px;
}

.ns-message-content p {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.5;
}

.ns-message-time {
    font-size: 12px;
    opacity: 0.7;
}

.ns-customer .ns-message-time {
    color: #dbeafe;
}

.ns-moderator .ns-message-time {
    color: #6b7280;
}

.ns-chat-input {
    padding: 20px;
    background-color: white;
    border-top: 1px solid #e5e7eb;
}

.ns-message-form {
    width: 100%;
}

.ns-input-group {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.ns-message-textarea {
    flex: 1;
    min-height: 40px;
    max-height: 120px;
    padding: 10px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    resize: vertical;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.2s;
}

.ns-message-textarea:focus {
    border-color: #2563eb;
}

.ns-message-textarea::placeholder {
    color: #9ca3af;
}

.ns-send-button {
    width: 40px;
    height: 40px;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.ns-send-button:hover {
    background-color: #1d4ed8;
    transform: scale(1.05);
}

.ns-send-button i {
    font-size: 20px;
}
/* profile ticket detail end */


/* profile add balance start */

.ns-addfunds-container {
    padding: 15px;
}

.ns-addfunds-main {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.ns-amount-section {
    flex: 1;
}

.ns-payment-section {
    flex: 1;
}

/* Tutar Seçimi */
.ns-section-title {
    font-size: 14px;
    color: #374151;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ns-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}

.ns-amount-card {
    position: relative;
}

.ns-discount {
    position: absolute;
    top: -6px;
    right: 6px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 600;
    z-index: 1;
}

.ns-discount-hot {
    background: linear-gradient(135deg, #ec4899, #db2777);
}

.ns-discount-high {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.ns-amount-btn {
    width: 100%;
    padding: 12px 8px;
    background-color: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s ease;
}

.ns-amount-btn:hover {
    border-color: #d1d5db;
    background-color: #f3f4f6;
}

.ns-amount-btn.ns-active {
    background-color: #fef2f2;
    border-color: #ef4444;
    color: #dc2626;
}

.ns-total-amount {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ns-amount-input {
    flex: 1;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    outline: none;
    background-color: #fafafa;
}

.ns-amount-input:focus {
    border-color: #ef4444;
    background-color: white;
}

.ns-currency {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

/* Ödeme Yöntemleri */
.ns-payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.ns-payment-method:hover {
    border-color: #d1d5db;
    background-color: #f3f4f6;
}

.ns-payment-method.selected {
    background-color: #fef2f2;
    border-color: var(--c-primary);
}

.ns-payment-icon {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.ns-payment-method.selected .ns-payment-icon {
    background-color: var(--c-primary);
    color: white;
}

.ns-payment-icon i {
    font-size: 16px;
}

.ns-payment-info h5 {
    margin: 0 0 1px 0;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.ns-payment-info p {
    margin: 0;
    font-size: 11px;
    color: #6b7280;
}

.ns-submit-btn {
    width: 100%;
    padding: 10px;
    background: var(--c-primary);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ns-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.2);
}

/* Bakiye Hareketleri */
.ns-history-section {
    background-color: #fafafa;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #e5e7eb;
}

.ns-history-title {
    font-size: 14px;
    color: #374151;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ns-history-wrapper {
    background-color: white;
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #e5e7eb;
}

.ns-history-list {
    max-height: 250px;
    overflow-y: auto;
}

.ns-history-list::-webkit-scrollbar {
    width: 4px;
}

.ns-history-list::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.ns-history-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.ns-history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.ns-history-item:last-child {
    border-bottom: none;
}

.ns-history-left {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6b7280;
}

.ns-history-left i {
    font-size: 14px;
}

.ns-history-right {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .ns-addfunds-main {
        flex-direction: column;
        gap: 20px;
    }
    
    .ns-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ns-section-title {
        font-size: 13px;
    }
    
    .ns-amount-btn {
        font-size: 12px;
        padding: 10px 6px;
    }
    
    .ns-payment-info h5 {
        font-size: 12px;
    }
    
    .ns-payment-info p {
        font-size: 10px;
    }
}
.ns-amount-card.selected {
    border: 1px solid var(--c-primary);
}
/* profile add balance end */

/* profile edit */
.ns-settings-container {
    padding: 20px;
}

.ns-settings-main {
    display: flex;
    gap: 30px;
}

.ns-settings-left,
.ns-settings-right {
    flex: 1;
}

.ns-settings-section {
    background-color: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
}

.ns-section-title {
    font-size: 16px;
    color: #374151;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.ns-settings-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ns-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ns-form-group label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.ns-form-group input,
.ns-form-group textarea {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background-color: white;
    transition: border-color 0.15s ease;
    outline: none;
}

.ns-form-group input:focus,
.ns-form-group textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.ns-form-group textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.ns-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: white;
    overflow: hidden;
    transition: border-color 0.15s ease;
}

.ns-phone-input:focus-within {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.ns-country-code {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background-color: #f9fafb;
    border-right: 1px solid #d1d5db;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.ns-phone-input input {
    border: none;
    outline: none;
    background: none;
    flex: 1;
    padding: 10px 12px;
    font-size: 14px;
}

.ns-phone-input input:focus {
    box-shadow: none;
}

.ns-submit-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 8px;
}

.ns-submit-btn.ns-primary {
    background-color: #6366f1;
    color: white;
}

.ns-submit-btn.ns-primary:hover {
    background-color: #5856eb;
    transform: translateY(-1px);
}

.ns-submit-btn.ns-success {
    background-color: #10b981;
    color: white;
}

.ns-submit-btn.ns-success:hover {
    background-color: #059669;
    transform: translateY(-1px);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .ns-settings-main {
        flex-direction: column;
        gap: 20px;
    }
    
    .ns-settings-container {
        padding: 15px;
    }
    
    .ns-settings-section {
        padding: 20px;
    }
    
    .ns-section-title {
        font-size: 15px;
    }
    
    .ns-form-group label {
        font-size: 12px;
    }
    
    .ns-form-group input,
    .ns-form-group textarea {
        font-size: 13px;
        padding: 9px 11px;
    }
    
    .ns-country-code {
        padding: 9px 10px;
        font-size: 13px;
    }
    
    .ns-phone-input input {
        padding: 9px 11px;
        font-size: 13px;
    }
}
ul#iti-0__country-listbox {
    background: #fff;
}
/* profile edit end */

/* contact */
.ns-contact-container {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 40px;
    margin: 20px 0;
}

.ns-contact-main {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.ns-contact-left {
    flex: 1;
    max-width: 400px;
}

.ns-contact-right {
    flex: 1;
}

.ns-contact-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 30px;
}

.ns-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.ns-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.ns-contact-icon.ns-phone {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.ns-contact-icon.ns-whatsapp {
    background: linear-gradient(135deg, #10b981, #059669);
}

.ns-contact-icon.ns-email {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.ns-contact-icon.ns-address {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.ns-contact-details h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: #374151;
    font-weight: 600;
}

.ns-contact-details p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.ns-contact-form-wrapper {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.ns-form-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ec4899;
}

.ns-form-header h3 {
    margin: 0;
    font-size: 20px;
    color: #374151;
    font-weight: 600;
}

.ns-contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ns-form-row {
    display: flex;
    gap: 15px;
}

.ns-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.ns-form-group label {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.ns-form-group input,
.ns-form-group select,
.ns-form-group textarea {
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fafafa;
    transition: all 0.15s ease;
    outline: none;
}

.ns-form-group input:focus,
.ns-form-group select:focus,
.ns-form-group textarea:focus {
    border-color: #ec4899;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.ns-form-group textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.ns-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #fafafa;
    overflow: hidden;
    transition: all 0.15s ease;
}

.ns-phone-input:focus-within {
    border-color: #ec4899;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.ns-country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background-color: #f3f4f6;
    border-right: 1px solid #d1d5db;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.ns-phone-input input {
    border: none;
    outline: none;
    background: none;
    flex: 1;
    padding: 12px 15px;
    font-size: 14px;
}

.ns-phone-input input:focus {
    box-shadow: none;
}

.ns-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 25px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 10px;
}

.ns-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.ns-social-media {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.ns-social-link {
    width: 40px;
    height: 40px;
    background-color: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.15s ease;
}

.ns-social-link:hover {
    background-color: #ec4899;
    color: white;
    transform: translateY(-2px);
}

.ns-social-link i {
    font-size: 18px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .ns-contact-container {
        padding: 25px 20px;
    }
    
    .ns-contact-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .ns-contact-left {
        max-width: 100%;
    }
    
    .ns-contact-form-wrapper {
        padding: 25px 20px;
    }
    
    .ns-form-row {
        flex-direction: column;
    }
    
    .ns-contact-item {
        margin-bottom: 20px;
    }
    
    .ns-contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .ns-contact-details h4 {
        font-size: 15px;
    }
    
    .ns-contact-details p {
        font-size: 13px;
    }
    
    .ns-form-header h3 {
        font-size: 18px;
    }
}
.ns-card{
    width:100%;
    margin:0 auto;
    padding:60px 40px 48px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 12px 28px rgba(0,0,0,.05);
    text-align:center;
    position:relative;
    overflow:hidden;
}

/* Üstteki daire ikon */
.ns-icon-circle {
    width: 78px;
    height: 78px;
    background: var(--c-primary);
    color: #ffffff;
    border: 8px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    z-index: 9999999;
    position: inherit;
}

/* Başlık */
.ns-title{
    font-size:24px;
    font-weight:600;
    margin:48px 0 32px;
}

/* İlerleme çubuğu */
.ns-progress-track{
    width:80%;
    height:10px;
    background:#f1f2f6;
    border-radius:5px;
    margin:0 auto 32px;
    position:relative;
}

.ns-progress-fill{
    height:100%;
    background:var(--c-primary);
    border-radius:5px;
    position:relative;
    transition:width .4s ease;
}

.ns-progress-thumb{
    content:\"\";  
    position:absolute;
    top:50%;
    right:0;
    transform:translate(50%,-50%);
    width:16px;
    height:16px;
    background:var(--c-primary);
    border-radius:50%;
    box-shadow:0 2px 6px rgba(0,0,0,.25);
}

/* Durum metinleri */
.ns-status{
    font-weight:700;
    margin:0 0 8px;
    letter-spacing:.5px;
}

.ns-note{
    font-size:15px;
    line-height:1.5;
    max-width:460px;
    margin:0 auto;
}




.referans-container {
    padding: 20px;
    border-radius: 10px;
}
.card .card-header {
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    border-bottom: 1px solid var(--bg);
    background: var(--bg);
}
.card-header.flex {
    display: flex
;
    justify-content: space-between;
}
.referans-link {
    background-color: var(--bg);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}
.referans-box {
    background-color: white;
    padding: 15px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--bg);
}
.referans-buton {
    width: 100%;
    background-color: #6a5acd;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.referans-buton:hover {
    background-color: rgb(var(--cl1));
}
.referans-list {
    max-height: 300px;
    overflow-y: auto;
}
.referans-item {
    background-color: white;
    padding: 10px;
    /* border-radius: 5px; */
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--bg);
}
.referans-link-text {
    display: grid;
    width: -webkit-fill-available;
    padding: 5px;
}
.referans-link-text span.referrer-href {
    font-size: 17px;
    font-weight: 600;
    color: rgb(var(--cl1));
}
.referans-link-icon {
    font-size: 16px;
    padding: 13px;
    background: rgb(var(--cl1));
    color: #fff;
}
.referans-link button {
    color: rgb(var(--cl1));
    background: var(--white);
}
.kazanc {
    color: green;
    font-weight: bold;
}
/* İletişim Üst Bar */
.contact-top-bar {
    background-color: rgb(var(--cl1));
    color: white;
    padding: 20px 0;
}

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

.contact-top-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-top-text p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.9;
}

.contact-top-buttons {
    display: flex;
    gap: 10px;
}

.contact-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: white;
}

.contact-btn i {
    font-size: 18px;
}

/* Modern Footer Design */
footer {
    background-color: rgb(var(--lsdb));
    color: rgb(var(--lbds));
    padding: 70px 0 30px;
    position: relative;
}

.footer-heading {
    color: rgb(var(--lbds));
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.footer-link {
    display: block;
    color: rgba(var(--lbds), 0.8);
    margin-bottom: 16px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-link:hover {
    color: rgb(var(--lbds));
    transform: translateX(5px);
}

/* Modern Contact Section */
.contact-container {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: var(--bg););););););
    border-radius: 8px;
    padding: 12px 15px;
    color: rgb(var(--cl1));
    transition: all 0.3s ease;
}

.contact-item:hover {
    background-color: rgba(var(--cl1), 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-item i {
    color: rgb(var(--cl1));
    margin-right: 12px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--cl1), 0.1);
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    background-color: rgb(var(--cl1));
    color: rgb(var(--lbds));
    transform: rotate(360deg);
}

.contact-item a, .contact-item span {
    color: rgba(var(--cl1), .6);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500 !important;!i;!;
    transition: color 0.3s ease;
    font-weight: 400;
}

.contact-item a:hover {
    color: rgb(var(--lbds));
}

/* Modern Social Icons */
.social-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    color: rgba(var(--lbds), 0.9);
    font-size: 20px;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(var(--cl1), 0.15);
    border: 1px solid rgba(var(--cl1), 0.3);
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(var(--cl1), 0.3);
    border-color: rgb(var(--cl1));
    background-color: rgb(var(--cl1));
    color: rgb(var(--lbds));
}

/* Footer Bottom Section */
.footer-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(var(--lbds), 0.1);
}

.footer-description {
    font-size: 17px;
    color: rgba(var(--lbds), 0.8);
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 15px;
    display: flex;
    justify-content: center;
}
.footer-description p {
    max-width: 800px;
    font-size: 17px;
    text-align: -webkit-center;
}
.copyright {
    color: rgba(var(--lbds), 0.7);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-methods {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.payment-methods img {
    height: 26px;
    opacity: 0.7;
    filter: brightness(10);
    transition: all 0.3s ease;
    background-color: rgba(var(--lbds), 0.05);
    padding: 3px 8px;
    border-radius: 4px;
}

.payment-methods img:hover {
    opacity: 1;
    transform: translateY(-2px);
    background-color: rgba(var(--lbds), 0.1);
}

/* Responsive Design Improvements */
@media (max-width: 991px) {
    footer {
        padding: 50px 0 30px;
    }
    
    .footer-column {
        margin-bottom: 30px;
    }
    
    .contact-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    
    .contact-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .contact-top-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 767.98px) {
    .footer-heading {
        display: block;
        text-align: center;
    }
    
    .footer-link {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    
    .footer-link:hover {
        transform: translateY(-3px);
    }
    
    .contact-container {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact-item {
        width: 100%;
    }
    
    .social-container {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    
    .copyright {
        flex-direction: column;
        text-align: center;
    }
    
    .payment-methods {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-link {
        max-width: 100%;
        font-size: 15px;
    }
    
    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .contact-top-text h3 {
        font-size: 20px;
    }

    .contact-top-text p {
        font-size: 14px;
    }
}
:root {
    --dscnt-bg: #ffffff;
    --dscnt-text: #2a3548;
    --dscnt-primary: #5b4dba;
    --dscnt-light: #f8f9fa;
    --dscnt-level1: #5b4dba;
    --dscnt-level2: #4285f4;
    --dscnt-level3: #e5486e;
}

body {
    line-height: 1.6;
}

.dscnt-wrapper {
    background-color: #F4F1F9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    margin: 5px auto;
    width: 100%;
}

.dscnt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.dscnt-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--dscnt-text);
    margin: 0;
}

.dscnt-nav {
    display: flex;
    gap: 10px;
}

.dscnt-nav-item {
    color: var(--dscnt-text);
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    background-color: var(--dscnt-light);
    display: flex;
    gap: 5px;
}
.dscnt-nav-item span {
    
    background: #fff;
    color: #000;
    padding: 0 3px;
    border-radius: 3px;
}
.dscnt-nav-item:hover, .dscnt-nav-item.active {
    background-color: var(--dscnt-primary);
    color: white;
}
.dscnt-levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.dscnt-level {
    background-color: var(--dscnt-light);
    border-radius: 8px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.dscnt-level:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.dscnt-level.active {
    border: 2px solid var(--dscnt-primary);
    background-color: rgba(91, 77, 186, 0.05);
}

.dscnt-level.active::before {
    content: '✓';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 24px;
    height: 24px;
    background-color: var(--dscnt-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.dscnt-level-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 3px 8px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.dscnt-badge-1 {
    background-color: var(--dscnt-level1);
}

.dscnt-badge-2 {
    background-color: var(--dscnt-level2);
}

.dscnt-badge-3 {
    background-color: var(--dscnt-level3);
}

.dscnt-level-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.dscnt-level-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: white;
    font-size: 14px;
}

.dscnt-icon-1 {
    background-color: var(--dscnt-level1);
}

.dscnt-icon-2 {
    background-color: var(--dscnt-level2);
}

.dscnt-icon-3 {
    background-color: var(--dscnt-level3);
}

.dscnt-level-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--dscnt-text);
    margin: 0;
}

.dscnt-level-price {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}

.dscnt-level-progress {
    height: 6px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin: 15px 0 10px;
    overflow: hidden;
}

.dscnt-level-bar {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.dscnt-progress-1 {
    background-color: var(--dscnt-level1);
    width: 100%;
}

.dscnt-progress-2 {
    background-color: var(--dscnt-level2);
    width: 60%;
}

.dscnt-progress-3 {
    background-color: var(--dscnt-level3);
    width: 25%;
}

@media (max-width: 991px) {
    .dscnt-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dscnt-nav {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dscnt-levels {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px) {
    .referans-container {
        padding: 3px;
    }    
}

.comment-container {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    min-height: 200px; 
    max-height: 400px; 
    overflow-y: auto; 
    background-color: #f8f9fa; 
    counter-reset: line;
}
.comment-container div {
    display: flex; 
    align-items: center; 
    padding: 5px;
    border-bottom: 1px solid #eee; 
}
.comment-container div:last-child {
    border-bottom: none;
}
.comment-container div:before {
    content: counter(line) ". ";
    counter-increment: line;
    margin-right: 10px;
    flex-shrink: 0; 
}
.comment-container div:focus-within {
    background-color: #eef; 
}
.comment-container input {
    border: none;
    width: 100%; 
    outline: none;
    background-color: transparent;
}
.ns-dropdown .dropdown-menu {
    margin-top: 5px;
    margin-left: -159px;
    width: 260px;
}


.ns-order-summary-badge {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.ns-order-summary-badge i {
    font-size: 36px;
    color: white;
}

.ns-order-detail-container {
    padding: 40px 0;
}

.ns-order-main {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.ns-order-left {
    flex: 2;
    width: 100%;
}

.ns-order-right {
    flex: 1;
    min-width: 350px;
}

.ns-order-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.ns-order-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.ns-order-count i {
    font-size: 20px;
}

.ns-order-total-package {
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
}

.ns-process-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.ns-order-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ns-order-item-detail {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
}

.ns-order-item-detail:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ns-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ns-item-platform {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1f2937;
}

.ns-item-platform i {
    font-size: 20px;
    color: #e91e63;
}

.ns-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
}

.ns-item-link {
    margin-bottom: 16px;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 13px;
    color: #64748b;
    word-break: break-all;
}

.ns-item-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ns-progress-stats {
    display: flex;
    gap: 24px;
}

.ns-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.ns-stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.ns-stat-value {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.ns-status-badge {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ns-status-badge.ns-completed {
    background: #dcfce7;
    color: #166534;
}

.ns-status-badge.ns-processing {
    background: #fef3c7;
    color: #92400e;
}

.ns-order-summary {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    position: sticky;
    top: 20px;
}

.ns-order-summary h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.ns-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ns-summary-item:last-of-type {
    border-bottom: none;
}

.ns-summary-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.ns-summary-value {
    font-size: 14px;
    color: #1f2937;
    font-weight: 600;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.ns-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin-top: 16px;
    border-top: 2px solid #e5e7eb;
}

.ns-summary-total .ns-summary-label {
    font-size: 16px;
    color: #1f2937;
    font-weight: 600;
}

.ns-summary-amount {
    font-size: 20px;
    font-weight: 700;
    color: #059669;
}

.ns-summary-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.ns-print-btn,
.ns-download-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ns-print-btn {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.ns-print-btn:hover {
    background: #e2e8f0;
    color: #475569;
}

.ns-download-btn {
    background: #3b82f6;
    color: white;
    border: 1px solid #3b82f6;
}

.ns-download-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.ns-print-btn i,
.ns-download-btn i {
    font-size: 16px;
}

/* Mobil Uyumluluk */
@media (max-width: 1024px) {
    .ns-order-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .ns-order-right {
        min-width: auto;
    }
    
    .ns-order-summary {
        position: static;
    }
}

@media (max-width: 768px) {
    .ns-order-detail-container {
        padding: 20px 0;
    }
    
    .ns-order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }
    
    .ns-order-total {
        margin-left: 0;
        font-size: 20px;
    }
    
    .ns-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ns-item-progress {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .ns-progress-stats {
        gap: 16px;
    }
    
    .ns-summary-value {
        max-width: 70%;
    }
    
    .ns-summary-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ns-order-item-detail {
        padding: 16px;
    }
    
    .ns-order-summary {
        padding: 20px;
    }
    
    .ns-progress-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        width: 100%;
    }
    
    .ns-item-platform span {
        font-size: 14px;
    }
    
    .ns-item-price {
        font-size: 16px;
    }
}

.ns-referral-container {
    padding: 20px;
}

.ns-referral-main {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ns-referral-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ns-referral-right {
    flex: 1;
    min-width: 400px;
}

/* Referans Linki Card */
.ns-referral-link-card {
    background: #5f30c745;
    border-radius: 16px;
    padding: 15px 24px 4px 24px;
    color: white;
}

.ns-link-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.ns-link-icon {
    width: 48px;
    height: 48px;
    background: rgb(127 65 239);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.ns-link-icon i {
    font-size: 24px;
}

.ns-link-info {
    flex: 1;
}

.ns-link-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #201313;
}

.ns-link-url {
    font-size: 16px;
    opacity: 1;
    color: #7f41ef;
    font-weight: 500;
}

.ns-copy-btn {
    width: 40px;
    height: 40px;
    background: rgb(127 65 239);
    border: 1px solid rgb(127 65 239);
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.ns-copy-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ns-copy-btn i {
    font-size: 18px;
}

.ns-link-description {
    margin-top: 8px;
}

.ns-link-description p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.5;
}

/* İstatistikler */
.ns-referral-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ns-stat-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
}

.ns-stat-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ns-stat-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.ns-stat-icon i {
    font-size: 24px;
}

.ns-stat-content {
    flex: 1;
}

.ns-stat-label {
    display: block;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 4px;
}

/* Bakiyeye Dönüştür Butonu */
.ns-convert-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ns-convert-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

/* Referans İşlemleri */
.ns-transactions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ns-transactions-header h4 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
    font-weight: 600;
}

.ns-transaction-count {
    background: #f3f4f6;
    color: #6b7280;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.ns-transactions-list {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.ns-transaction-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.ns-transaction-item:last-child {
    border-bottom: none;
}

.ns-transaction-item:hover {
    background: #f8fafc;
}

.ns-transacti {
    width: 36px;
    height: 36px;
    background: #dcfce7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
}

.ns-transacti i {
    font-size: 18px;
}

.ns-transaction-content {
    flex: 1;
}

.ns-transaction-user {
    font-size: 14px;
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 2px;
}

.ns-transaction-action {
    font-size: 13px;
    color: #6b7280;
}

.ns-transaction-earning {
    font-size: 16px;
    color: #16a34a;
    font-weight: 700;
    background: #dcfce7;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Mobil Uyumluluk */
@media (max-width: 1024px) {
    .ns-referral-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .ns-referral-right {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .ns-referral-container {
        padding: 15px;
    }
    
    .ns-referral-link-card {
        padding: 20px;
    }
    
    .ns-link-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .ns-copy-btn {
        align-self: flex-end;
    }
    
    .ns-stat-item {
        padding: 16px;
    }
    
    .ns-stat-icon {
        width: 40px;
        height: 40px;
    }
    
    .ns-stat-icon i {
        font-size: 20px;
    }
    
    .ns-stat-value {
        font-size: 16px;
    }
    
    .ns-transaction-item {
        padding: 12px 16px;
    }
    
    .ns-transaction-earning {
        font-size: 14px;
        padding: 3px 10px;
    }
}

@media (max-width: 480px) {
    .ns-transactions-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ns-transaction-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .ns-transaction-earning {
        align-self: flex-end;
    }
}


.ns-container {
    max-width: 500px;
    width: 100%;
}

.ns-card-package {
    background-color: var(--card-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.ns-header {
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.ns-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #6366F1, #3B82F6);
    z-index: 1;
}

.ns-header-content {
    position: relative;
    z-index: 2;
    color: white;
    flex: 1;
}

.ns-logo-wrapper {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    background-color: white;
    border-radius: var(--radius-full);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-md);
}

.ns-logo-icon {
    font-size: 24px;
    background: linear-gradient(135deg, #FF3366, #FF6B66);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ns-title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.ns-subtitle {
    font-size: 0.875rem;
    opacity: 0.9;
    font-weight: 400;
}

.ns-content {
    padding: 1.75rem;
}

.ns-form-section {
    margin-bottom: 1.75rem;
}

.ns-form-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.ns-form-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.ns-input-container {
    position: relative;
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
    background-color: white;
}

.ns-input-container:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.ns-input {
    flex: 1;
    padding: 0.875rem 1rem;
    border: none;
    outline: none;
    font-size: 0.9375rem;
    color: var(--text-color);
    background: transparent;
}

.ns-input::placeholder {
    color: var(--text-muted);
}

.ns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: var(--transition);
    user-select: none;
    width: max-content;
}

.ns-btn-check {
    background-color: var(--success-color);
    color: white;
}

.ns-btn-check:hover {
    background-color: var(--success-hover);
}

.ns-divider {
    height: 1px;
    background-color: var(--border-color);
    margin: 0 0 1.5rem;
}

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

.ns-price-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ns-price-badge {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background-color: rgba(99, 102, 241, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-weight: 600;
}

.ns-price-info {
    display: flex;
    flex-direction: column;
}

.ns-price-label {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin-bottom: 0.125rem;
}

.ns-price-amount {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.2;
}

.ns-btn-primary {
    background-color: var(--primary-color);
    color: white;
    border-radius: var(--radius-sm);
    padding: 0.75rem 1.5rem;
    gap: 0.5rem;
    box-shadow: var(--shadow-sm);
}

.ns-btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.ns-btn-primary:active {
    transform: translateY(0);
}



/* Modal Overlay */
.ns-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: modalOverlayFadeIn 0.3s ease-out;
}

@keyframes modalOverlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal Container */
.ns-modal-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
    transform-origin: center;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Modal Content */
.ns-modal-content {
    padding: 40px 32px 32px;
    text-align: center;
}

/* Modal Icon */
.ns-modal-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
}

.ns-modal-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

.ns-modal-icon i {
    font-size: 40px;
    color: white;
}

/* Modal Header */
.ns-modal-header {
    margin-bottom: 16px;
}

.ns-modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    letter-spacing: -0.025em;
}

/* Modal Body */
.ns-modal-body {
    margin-bottom: 32px;
}

.ns-modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Modal Actions */
.ns-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.ns-modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    min-width: 120px;
}

.ns-modal-btn i {
    font-size: 18px;
}

/* Cancel Button */
.ns-modal-cancel {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.ns-modal-cancel:hover {
    background: #f1f5f9;
    color: #475569;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.15);
}

/* Confirm Button */
.ns-modal-confirm {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    border: 1px solid transparent;
}

.ns-modal-confirm:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Focus States */
.ns-modal-btn:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Success Variant */
.ns-modal-icon.ns-success {
    background: linear-gradient(135deg, #10b981, #059669);
}

.ns-modal-icon.ns-success::after {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* Error Variant */
.ns-modal-icon.ns-error {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.ns-modal-icon.ns-error::after {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

/* Info Variant */
.ns-modal-icon.ns-info {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.ns-modal-icon.ns-info::after {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .ns-modal-overlay {
        padding: 16px;
    }
    
    .ns-modal-content {
        padding: 32px 24px 24px;
    }
    
    .ns-modal-icon {
        width: 64px;
        height: 64px;
    }
    
    .ns-modal-icon i {
        font-size: 32px;
    }
    
    .ns-modal-header h3 {
        font-size: 20px;
    }
    
    .ns-modal-body p {
        font-size: 15px;
    }
    
    .ns-modal-actions {
        flex-direction: column;
    }
    
    .ns-modal-btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .ns-modal-overlay {
        padding: 12px;
    }
    
    .ns-modal-content {
        padding: 24px 20px 20px;
    }
    
    .ns-modal-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
    
    .ns-modal-icon ion-icon {
        font-size: 28px;
    }
    
    .ns-modal-header h3 {
        font-size: 18px;
    }
    
    .ns-modal-body {
        margin-bottom: 24px;
    }
    
    .ns-modal-body p {
        font-size: 14px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .ns-modal-overlay,
    .ns-modal-container {
        animation: none;
    }
    
    .ns-modal-icon::after {
        animation: none;
    }
    
    .ns-modal-btn:hover {
        transform: none;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .ns-modal-container {
        background: #1e293b;
    }
    
    .ns-modal-header h3 {
        color: #f8fafc;
    }
    
    .ns-modal-body p {
        color: #94a3b8;
    }
    
    .ns-modal-cancel {
        background: #334155;
        color: #cbd5e1;
        border-color: #475569;
    }
    
    .ns-modal-cancel:hover {
        background: #475569;
        color: #e2e8f0;
    }
}