/* === Reset === */
body {
    background-color: var(--bodyBg);
    background-repeat: no-repeat;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.tab-pane {
    opacity: 0;
    transition: .2s;
    display: block;
    /* fade animasyonu için display block olmalı */
    height: auto;
    /* veya gerektiği kadar */
}

.tab-pane.show {
    opacity: 1;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: var(--textColor) !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--primaryColorHover) !important;
}

@media screen and (max-width:992px) {
    body:before {
        top: 59px !important;
    }
}

/* Scrollbar stili */
::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

/* Scrollbar thumb (kaydırma tuşesi) stili */
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--textColor, var(--textColor)) !important;
}

content {
    display: block;
}

* {
    margin: 0;
}

a {
    text-decoration: none;
}

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

    text-indent: 0;
    margin-bottom: 0;
}

.center-w {
    display: table;
    margin: auto;
}

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

.center-content {
    width: 100%;
}

section {
    overflow-x: clip;
    max-width: 100vw;
}

input.valid {
    border-color: green !important
}

input.invalid {
    border-color: red !important
}

.col-sm-visible {
    display: none;
}

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

    .col-sm-visible {
        display: block;
    }

    .col-sm-hidden {
        display: none !important;
    }
}

/* === Reset === */
/* === Head === */
.head {
    position: relative;
}

.head i {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    color: var(--primaryColor);
}

.head span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--textColor);
    margin-top: 10px;
    font-size: 16px;
}

.head h2 {
    color: black;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-family: "Cinzel", serif;
    line-height: 2rem;
    font-size: 2.5rem;
    color: var(--primaryColor);
}

.head h3 {
    color: white;
    font-weight: 600;
    font-family: "Cinzel", serif;
    font-size: 24px;
    margin-bottom: 25px;
}

.head article {
    color: var(--textColor);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 26px;
}

/* === Head End === */
/* ===== Form ===== */
.button {
    border-radius: var(--radius);
    padding: 0px 35px;
    line-height: 40px;
    font-weight: 400;
    width: initial;
    text-align: center;
    transition: .3s;
    display: inline-flex;
    gap: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.button.fill {
    background-color: var(--primaryColor);
    color: white;
    border: solid 1px transparent;
}

.button.fill:hover {
    background-color: var(--secondaryColor) !important;
    color: color-mix(in srgb, var(--secondaryColor), black 50%) !important;
    border-color: var(--secondaryColor) !important;
}

.button.outline {
    border: solid 1px var(--primaryColor);
    color: var(--textColor);
    background-color: transparent;
}

.button.outline:hover {
    border-color: transparent !important;
    color: white !important;
    background-color: var(--primaryColor);
}

.button.addButton {
    display: flex;
    align-items: center;
    width: min-content;
    gap: 7px;
}

.button.addButton i {
    line-height: 0;
    font-size: 14px;
    font-weight: 600;
}

.inputBox input:not([type="checkbox"]),
.inputBox select,
.inputBox textarea {
    background-color: transparent !important;
    border: none;
    border-bottom: .5px solid rgba(255, 255, 255, .2) !important;
    box-shadow: none !important;
    padding: 0px;
    font-family: "Inconsolata", monospace;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

.inputBox textarea {
    height: 230px;
    padding-top: 30px;
}

.inputBox label {
    padding: 0px;
    text-indent: 0px;
}

.inputBox.phoneInput label {
    text-indent: 50px;
}

.inputBox.phoneInput.full label {
    transform: translateY(-19px);
    font-size: 12px;
    text-indent: 0px !important;
}

.inputBox.phoneInput:hover label {
    text-indent: 0px !important;
    transform: translateY(-19px);
}

.inputBox.textarea label {
    background-color: #01142b;
    line-height: 12px;
    height: auto;
    transform: translateY(23px);
}

.inputBox.textarea:hover label,
.inputBox.textarea.full label {
    transform: translateY(10px);
}

.inputBox.textarea input {
    padding-top: 30px;
}

.inputBox,
.labelBox {
    position: relative;
    margin-bottom: 25px;
}

.inputBox label {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    transition: .3s;
    transform: translateY(0);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    pointer-events: none;
    color: rgba(255, 255, 255.6);
    text-align: center;
}

.inputBox.textarea label {
    position: absolute;
    width: initial;
    height: 25%;
    display: flex;
    align-items: center;
    transition: .3s;
    transform: translateY(0);
    background-color: #01142b;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.inputBox:hover label,
.inputBox:focus label {
    transform: translateY(-14px);
    font-size: 12px;
}

.inputBox.textarea:hover label,
.inputBox.textarea:focus label {
    transform: translateY(0);
    height: 17%;
}

.inputBox.focusOn label {
    transform: translateY(-14px);
    font-size: 12px;
    opacity: .5;
}

.inputBox.textarea.focusOn label {
    transform: translateY(0);
    height: 17%;
}

.inputBox.selectBox label {
    width: initial;
}

.inputBox.selectBox:hover label {
    height: 20px;
    transform: translateY(9px);
}

.inputBox input,
.inputBox input[type="date"],
.inputBox textarea,
.inputBox select {
    border-radius: 0px;
    border: none;
    line-height: 20px;
    padding: 0px 25px;
    outline: none !important;
    box-shadow: none !important;
    height: 70px;
    padding-top: 10px;
    background-color: whitesmoke;
    width: 100%;
    color: ghostwhite;
    font-weight: 600;
    font-size: 16px;
    border-bottom: .5px solid color-mix(in srgb, var(--primaryColor) 10%, transparent);
    text-align: center;
}

.inputBox.date input {
    height: 70px;
}

.inputBox select {
    padding-top: 24px;
    padding-left: 0px;
    font-weight: 400;
    font-size: 16px;
    appearance: none;
    /* Varsayılan ok işaretini kaldır */
    background-image: url('../img/down.svg');
    /* Kendi ok simgenizi ekleyin */
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* Ok simgesini sağdan içeri doğru itmek için */
}

.inputBox textarea {
    height: 224px;
    padding-top: 35px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inputBox.focusOn input,
.inputBox.focusOn textarea,
.inputBox.focusOn select {}

.inputBox.full input,
.inputBox.full textarea,
.inputBox.full select {}

.inputBox input:-webkit-autofill {
    background-color: #e8f0fe !important;
    /* Arka plan rengi */
    background: #e8f0fe !important;
    /* Arka plan rengi */
    color: #000;
    /* Metin rengi */
    border: 1px solid #198754;
    /* Kenarlık rengi */
    transition: background-color 0.5s ease-in-out;
    /* Geçiş efekti */
}

.inputBox input:-webkit-autofill:focus {
    background-color: #cce4ff;
    /* Odaklandığında arka plan rengi */
    color: #333;
    /* Odaklandığında metin rengi */
}

.inputBox input:-webkit-autofill,
.inputBox textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: ghostwhite !important;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 16px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    animation: autofill-detected 0.01s;
}

@keyframes autofill-detected {
    from {}

    to {}
}

/* CSS tarafı */
input:-webkit-autofill,
textarea:-webkit-autofill {
    animation-name: autofill;
    animation-duration: 0s;
}

@keyframes autofill {
    from {}

    to {}
}


/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* === Form End === */
/* === Header === */
header {
    position: fixed;
    z-index: 50;
    top: 75px;
    width: 100%;
    background-color: transparent;
    transition: .5s;
}

header.sticky {
    top: 0px !important;
    padding: 10px 0px;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    background-color: color-mix(in srgb, var(--primaryColor), transparent 20%);
}

header .logoContent {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

header .logoContent .typ {
    opacity: 1;
    transition: .5s;
}

body.stickyOn header .logoContent .typ {
    opacity: 0;
}

header .logoContent svg {
    fill: white;
}

header .logoContent .amblem svg {
    width: fit-content;
    height: 35px;
    display: flex;
    transform: translateY(-4px);
}

header .logoContent .typ svg {
    width: fit-content;
    height: 36px;
    display: flex;
}

header .contentMenu {}

header .contentMenu .flex-content {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

header .contentMenu nav {}

header .contentMenu nav ul {}

header .contentMenu nav ul li {}

header .contentMenu nav ul li a {
    color: var(--primaryColor);
}

.inPage header .contentMenu nav ul li a {
    color: ghostwhite;
}

body.megaOn header .contentMenu nav ul li a {
    color: white;
}

body.megaOn header nav ul li.drop a.toggle {
    color: var(--secondaryColor) !important;
}


header .top .contactUl {
    display: flex;
    gap: 25px;
    font-size: 16px;
    color: var(--textColor);
}

header .top .contactUl a {
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    opacity: .8;
}

header .top .contactUl a i {
    margin-right: 7px;
    aspect-ratio: 1/1;
    display: inline-block;
    line-height: 0;
    font-size: 15px;
}

header .top .language {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    border-radius: 30px;
    padding: 10px 13px;
    width: fit-content;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

header .top .language:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    filter: blur(10px);
    z-index: -1;
}

header .top .language li a {
    display: flex;
    width: fit-content;
}

header .top .language li a img {
    height: 22px;
    border-radius: 100%;
}

header .top .language li a:not(.active) img {
    opacity: .5;
}

header .top .language li a.active img {
    opacity: 1;
}

header .userContent {
    margin-left: 35px;
}

header .userButtons {
    display: flex;
    gap: 10px;
}

header .userButtons li a.button {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 14px;
    transition: .2s;
    display: flex;
    align-items: center;
}

.megaOn header .userButtons li a.button {
    color: ghostwhite;
}

body.inPage header .userButtons li a.button {
    color: ghostwhite;
}

body.stickyOn header .userButtons li a.button {
    color: white;
}

header .userButtons li.supportToggle a.button,
header .userButtons li.accountToggle a.button {
    padding: 0px;
    line-height: 40px;
    display: flex;
    aspect-ratio: 1 / 1;
    height: 40px;
    align-items: center;
    justify-content: center;
}

header .userButtons li.supportToggle a.button i {
    transform: translateX(-1.5px);
}

header .userButtons li.supportToggle a.button {
    position: relative;
}

header .userButtons li.supportToggle a.button:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: red;
    right: 8px;
    top: 7px;
    animation: pulse 2s infinite;
}

header .userButtons li.accountToggle a.button:hover {
    background-color: var(--primaryColorHover);
    color: white;
}

header .userButtons li a.button:hover {
    background-color: var(--secondaryColor);
    color: Whitesmoke;
}

header .userButtons li:last-child a {
    background-color: var(--secondaryColor);
    color: whitesmoke;
    font-weight: 600;
}

header .userButtons li:last-child a:hover {
    background-color: var(--primaryColorHover);
    color: whitesmoke;
    font-weight: 600;
}

header .userButtons li a.button .wallet {
    margin-left: 10px;
}

header .userButtons li a.button i {
    aspect-ratio: 1/1;
    display: inline-block;
    line-height: 0;
    font-size: 18px;
}





header .menuUl {
    display: flex;
    width: 100%;
    gap: 50px;
    font-size: 16px;
    position: relative;
    font-family: "Cinzel", serif;
}

header .menuUl li a {
    color: whitesmoke;
    font-weight: 500;
    transition: .2s;
    position: relative;
}

header .menuUl li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    opacity: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background-color: white;
    transition: .3s;
}

header>.bottom>div>.row>div:first-child ul {
    justify-content: flex-end;
}

header>.bottom>div>.row>div:last-child ul {
    justify-content: center;
}

header>.bottom>div>.row>div {
    display: flex;
    align-items: end;
}

header .menuUl li a:hover:before {
    transform: scaleX(1);
    opacity: 1;
}

header>.container {
    position: relative;
    z-index: 2;
}

header nav>ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    justify-content: center;
}

header nav ul a {
    color: white;
    font-weight: 500;
    line-height: 40px;
    display: block;
    transition: .3s;
    padding: 0px 10px;
    font-size: 16px;
    letter-spacing: .3px;
}

body.stickyOn header nav ul a {
    color: white;
}

header nav ul a:hover,
header nav ul li.here a {
    color: var(--secondaryColor) !important;
}

header .coloredBg li a:hover {
    color: var(--secondaryColor) !important;
}

header .menuContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .inputBox {
    position: relative;
}

header .inputBox input {
    border-radius: var(--radius);
    border: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding: 0px 25px;
    padding-right: 45px;
    line-height: 50px;
    width: 100%;
}

header .inputBox button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 10px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: var(--radius);
    color: #8F9298;
    transition: .3s;
}

header .inputBox button i {
    display: block;
    aspect-ratio: 1/1;
}

header .inputBox button:hover {
    background-color: var(--secondaryColor);
    color: whitesmoke;
}

header .userMenu {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    width: 100%;
    justify-content: flex-end;
}

header .userMenu a {
    color: var(--textColor);
    font-size: 15px;
    font-weight: 600;
}

header .userMenu a i {
    margin-right: 5px;
}

header .userMenu .iconButton i {
    font-size: 23px;
}

header .userMenu .iconButton {
    position: relative;
}

header .userMenu .iconButton span {
    aspect-ratio: 1/1;
    background-color: var(--primaryColor);
    border-radius: 100%;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    bottom: -5px;

}

header .userMenu li:not(.iconButton) {
    border-bottom: 1px solid transparent;
    transition: .3s;
}

header .userMenu li:not(.iconButton):hover {
    border-bottom-color: var(--textColor);
}

header .bottom {
    padding-top: 15px;
}

/* Dropdoen Menü Basic */
.drop {
    position: relative;
}

.drop .toggle {
    line-height: 40px;
}

.drop .sub {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transform: translateY(40px);
    opacity: 0;
    padding-top: 0px;
    transition: .3s;
}

.drop:hover>.sub {
    height: auto;
    transform: translateY(0px);
    opacity: 1;
}

.drop.mega:hover>.sub {
    min-height: 55vh;
    transform: translateY(0px);
    opacity: 1;
    position: fixed;
    width: 100%;
    left: 0;
}

body.stickyOn .drop.mega:hover>.sub {
    padding-bottom: 45px;
}

.drop.mega>.sub>.sub-content {
    height: 100%;
    padding-top: 24px;
    padding-bottom: 15px;
}

.drop.mega>.sub>.sub-content a {
    background-color: transparent !important;
}

.drop:hover>.toggle {
    border: none !important;
    color: var(--secondaryColor);
}

.drop .sub .sub-content {
    position: relative;
    background-color: rgb(68 97 140);
    border-radius: 10px 25px 25px 25px;
    overflow: hidden;
}

.drop.mega .sub .sub-content {
    background-color: transparent;
    transition: .5s;
    transition-delay: 3s;
}

.inPage .drop.mega .sub .sub-content {
    transition-delay: 0s;
}

body.stickyOn .drop.mega .sub .sub-content {
    transition-delay: 0s;
}

body.megaOn .drop.mega .sub .sub-content,
body.stickyOn .drop.mega .sub .sub-content {
    background-color: var(--primaryColor);
}

.drop.mega>.sub .sub-content:before {
    display: none;
}

.drop .sub .sub-content ul li:last-child a {
    border: none;
}

.drop .sub .sub-content:before {
    font-family: 'default' !important;
    content: "\eb4a";
    position: absolute;
    left: 0;
    top: -24px;
    color: var(--primaryColor);
    z-index: 62;
    font-size: 24px;
    line-height: 24px;
}

.drop .sub .sub-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.drop .sub .sub-content ul li {
    width: 100%;
}

.drop .sub .sub-content ul li a {
    padding: 0px 20px;
    line-height: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    display: block;
    color: White;
    transition: .2s;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
}

.drop .sub .sub-content ul li a:hover {
    background-color: #39537a;
    color: white !important;
}

/* Mega Tasarımı */
.drop.mega>.sub>.sub-content .videoRow {
    display: flex;
    width: 100%;
}

.drop.mega>.sub>.sub-content .videoRow>div {
    padding: 5px;
    width: 100%;
}

.drop.mega>.sub>.sub-content .videoRow .videoContent {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: normal;
    border: none;
    letter-spacing: normal;
    height: 90%;
    flex-flow: column;
}

.drop.mega>.sub>.sub-content .videoRow .item {
    position: relative;
    max-width: 23%;
}

.drop.mega>.sub>.sub-content .videoRow .item:hover {
    z-index: 5;
}

.drop.mega>.sub>.sub-content .videoRow .item:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 90%;
    top: 20px;
    left: 7%;
    box-shadow: 0px 0px 0px 2px transparent;
    margin: -5px;
    height: 70%;
    transition: .2s;
}

.drop.mega>.sub>.sub-content .videoRow .item:hover:after {
    box-shadow: 0px 0px 40px 12px var(--primaryColorHover);
}

.drop.mega>.sub>.sub-content .videoRow .videoContent:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: color-mix(in srgb, var(--secondaryColor) 5%, transparent);
}

.drop.mega>.sub>.sub-content .videoRow .videoContent video {
    display: flex;
}

.drop.mega>.sub>.sub-content .videoRow .item .caption {
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin-top: -25px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: color-mix(in srgb, var(--primaryColor) 50%, transparent);
    transition: .2s;
}

.drop.mega>.sub>.sub-content .videoRow .item:hover .caption {
    background-color: color-mix(in srgb, var(--primaryColorHover) 20%, transparent)
}

.drop.mega>.sub>.sub-content .videoRow .item .caption .title {
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.drop.mega>.sub>.sub-content .videoRow .item .caption article {
    font-weight: 300;
    font-size: 13px;
    color: white;
    margin-top: 5px;
    opacity: .7;
    letter-spacing: .3px;
}

.drop.mega>.sub>.sub-content .videoRow .item {
    opacity: 0;
    transition: .7s;
    transition-delay: calc(0.1s * (var(--i)));
}

body.megaOn .drop.mega>.sub>.sub-content .videoRow .item {
    opacity: 1;
}

.drop.mega .sub-content .buttonContent {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    opacity: 0;
    transition: .3s;
    transition-delay: .3s;
}

body.megaOn .drop.mega .sub-content .buttonContent {
    opacity: 1;
}



.drop.mega .sub-content .buttonContent .title {
    color: var(--primaryColorHover);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
}

.drop.mega .sub-content .skils {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    padding-right: 10%;
}

.drop.mega .sub-content .skils>li {
    width: auto;
    border-bottom: none;
    display: flex;
    align-items: center;
}

.drop.mega .sub-content .skils>li a {
    border-bottom: none;
    font-size: 30px;
    border-radius: 5px;
    line-height: normal;
    opacity: .7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.drop.mega .sub-content .skils>li a:hover {
    color: white !important;
    opacity: 1;
}

.drop.mega .sub-content .skils>li a i {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}

.drop.mega .megaMenuBlogs .box {
    display: flex;
    gap: 20px;
    cursor: pointer;
    border: none;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 13px;
    padding: 0 !important;
}

.drop.mega .megaMenuBlogs .box .caption {
    display: flex;
    flex-flow: column;
}

.drop.mega .megaMenuBlogs .box .caption .title {
    margin-bottom: 10px !important;
    color: white;
}

.drop.mega .megaMenuBlogs .box .caption article {
    color: white;
    opacity: .7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    letter-spacing: .2px;
}

.drop.mega .megaMenuBlogs .box .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    border-radius: 10px;
}

/* Mega Tasarımı End */
/* Dropdoen Menü Basic End */

header .drop .toggle {
    color: white;
    font-weight: 500;
}

header .drop .toggle:after {
    font-family: 'default' !important;
    content: "\e928";
    font-size: 10px;
    margin-left: 5px;
}

header .menuLink {
    white-space: nowrap;
}

header .menuLink i {
    margin-right: 10px;
}

header .toggle .caret {
    font-size: 11px;
    margin-left: 7px;
}

header .language .sub-content {
    background-color: white !important;
}

header .language .sub-content a {
    color: var(--textColor) !important;
}

header .language .drop .sub .sub-content:before {
    color: white !important;
    transform: scaleX(-1);
    left: initial;
    right: 0;
}

@media screen and (max-width:992px) {
    header.menuOn {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    header.sticky {
        top: 0;
    }

    header.menuOn>.bottom {
        transform: translateX(0);
    }

    header .mobileLogo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    header .mobileLogo li {
        width: initial;
    }

    header .mobileLogo .logo {
        height: 25px;
        width: 140px;
    }

    header .userButtons li a.button i {
        margin-right: 0px;
    }

    header .userButtons span.text {
        display: none !important;
    }

    header>.bottom>div {
        padding: 27px;
    }

    header>.bottom>div>.row>div:last-child ul {
        margin-left: 0px;
    }

    header .menuUl {
        flex-flow: column;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 15px;
        margin-top: 15px;
    }

    header>.bottom>.container>.row>div:nth-child(2) {
        order: 1;
        margin-bottom: 25px;
    }

    header .logo {
        background-image: url(../img/logo.png) !important;
        height: 40px;
        width: 100%;
    }

    header>.bottom>.container>.row>div:nth-child(1) {
        order: 2;
    }

    header>.bottom>.container>.row>div:nth-child(3) {
        order: 3;
    }

    header>.bottom {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 75%;
        background-color: color-mix(in srgb, var(--primaryColor), black 10%) !important;
        transform: translateX(-100%);
        transition: .3s;
        z-index: 15;
    }

    header .contactUl {
        display: none !important;
    }

    .menuToggle {
        padding: 15px;
        margin-left: -12px;
        color: white;
        font-size: 20px;
        margin-right: -16px;
    }

    header .inputBox input {
        border-radius: 0px;
        background-color: var(--primaryColor);
        color: white;
        outline: none;

    }

    header .searchContent {
        padding: 0px;
    }

    header .inputBox input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, .5);
    }

    header .inputBox button {
        color: rgba(255, 255, 255, .7);
        opacity: 1;
    }

    header .inputBox button:hover {
        color: rgba(255, 255, 255, 1);
        background-color: transparent;
    }

    header .top .container {
        padding-bottom: 0px;
    }

    header {
        padding-bottom: 0px;
    }

    header .drop .toggle,
    header nav ul a {
        color: white !important;
    }

    header .menuContent {
        align-items: flex-start;
        padding-top: 0px;
    }

    header nav ul a:hover,
    header nav ul li.here a {
        background-color: whitesmoke;
        color: var(--primaryColor) !important;
    }

    header .menuContent>.container {
        padding: 0px;
    }

    .drop .sub .sub-content ul li a {
        border-bottom-color: rgba(255, 255, 255, .08) !important;
    }

    header .drop .toggle:after {
        float: right;
        transform: rotate(270deg);
    }

    header .mobileButton {
        background-color: var(--primaryColor);
        color: whitesmoke !important;
    }

    header .mobileButton i {
        margin-right: 7px !important;
    }
}

/* === Header End === */
/* === Headline === */
#headline {
    min-height: 100vh;
    position: relative;
    background-color: white;
    padding-bottom: 50px;
}

#headline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    background-color: var(--primaryColor);
    transition: .5s;
    z-index: 2;
}

body.megaOn #headline:before {
    height: 100vw;
    transform: rotate(90deg) translate(-55%, -25%) scale(1.1);
    z-index: 21;
}

#headline:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 150%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 68%, rgba(255, 255, 255, 0.49) 77%, rgba(2, 2, 21, 0) 100%);
    pointer-events: none;
}

#headline>.container-fluid {
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 2;
}

#headline .swiper-slide {
    min-height: 100vh;
    overflow: clip;
    background-size: 50%;
    background-position: 24% 40%;
    background-repeat: no-repeat;
}

#headline .swiper-slide {
    position: relative;
}

@media screen and (min-width:1921px) {
    #headline .swiper-slide>.container-fluid {
        position: relative;
        height: 100vh;
        width: 80%;
    }
}


#headline .scene {
    position: absolute;
    height: 50%;
    width: 60%;
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#headline .rightImg .scene {
    right: 6%;
}

#headline .leftImg .scene {
    left: 0;
}

#headline .centerImg .scene {
    left: 20%;
}

#headline .rightImg .mask .row {
    flex-flow: row-reverse;
}

#headline .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

#headline .mask .row.textRight {}

#headline .mask>div {
    max-width: 80%;
}


#headline .swiper-slide .mask .caption {
    width: 50%;
    padding-top: 10%;
}

#headline .swiper-slide .mask h2 {
    font-weight: 900;
    margin: 0px !important;
    font-size: 70px;
    text-transform: uppercase;
    font-family: var(--font);
    text-shadow: -80px 40px 5px #ffffff0f;
}

#headline .swiper-slide.rightImg .mask h2 {
    color: white;
}

#headline .swiper-slide .mask h3 {
    font-weight: 700;
    color: var(--secondaryColor);
    margin: 0px !important;
    font-size: 27px;
    min-height: 35px;
}

#headline .swiper-slide .mask article {
    font-weight: 300;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: .8;
    margin-top: 6px;
}

#headline .swiper-slide .mask .button {
    margin-top: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
}

#headline .swiper-slide .mask .button i {
    font-size: 12px;
}

#headline .swiper-slide .mask .button:hover {
    background-color: var(--secondaryColor) !important;
    animation: none;
}


#headline .swiper-slide .mask .textRight .button {
    background-color: var(--primaryColorHover);
    color: white;
}

#headline .swiper-slide .mask .textLeft .button {
    background-color: white;
    color: var(--primaryColor);
}

#headline .socials {
    position: absolute;
    left: 2%;
    bottom: 7%;
    z-index: 20;
}

#headline .socials ul {
    display: flex;
    gap: 30px;
    flex-flow: column;
}

#headline .socials ul li {
    writing-mode: sideways-lr;
}

#headline .socials ul li a {
    font-size: 15px;
    font-weight: 400;
    color: ghostwhite;
    opacity: .5;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    transition: .2s;
}

#headline .socials ul li a:hover {
    opacity: 1;
}

#headline .socials ul li a i {
    font-size: 18px;
}

/* Object Settings */
#headline .scene .object {
    position: absolute;
}

#headline .scene .object.macbook {
    left: 0;
    bottom: 0;
    width: 64%;
    z-index: 1;
}

#headline .scene.viewing .object.macbook {
    left: 11.9%;
}

#headline .scene .object.ipad1 {
    left: 43%;
    top: -30%;
    width: 51.2%;
    z-index: 0;
}

#headline .scene.viewing .object.ipad1 {
    top: 5.35%;
}

#headline .scene .object.ipad2 {
    left: 60%;
    bottom: 6.5%;
    width: 51.2%;
    z-index: 3;
}

#headline .scene.viewing .object.ipad2 {
    left: 40.7%;
}

#headline .scene .object.iphone {
    left: 17%;
    bottom: -31%;
    width: 20%;
    z-index: 4;
}

#headline .scene.viewing .object.iphone {
    bottom: -6.5%;
}


#headline .scene .object.corporateCard {
    width: 100%;
}

#headline .centerImg .mask * {
    text-align: center;
}

#headline .centerImg .mask .flex-content {
    display: flex;
    justify-content: space-around;
}

#headline .centerImg .mask .flex-content h2 {
    font-size: 80px;
    width: 100%;
}

#headline .centerImg .mask .flex-content h2:first-child {
    color: white;
    transform: translateY(-12vh);
    text-align: left;
}

#headline .centerImg .mask .flex-content h2:last-child {
    color: var(--primaryColor);
    transform: translateY(12vh);
    text-align: right;
}

#headline .centerImg .mask .flex-content h2 span {
    display: block;
    width: 100%;
    text-align: inherit;
    min-height: 96px;
}

#headline .centerImg .mask .button {
    float: right;
    transform: translateY(140px);
    background-color: var(--primaryColorHover);
    color: white;
}

/* Object Settinsg End */
/* Designs Settings */
#headline .designs {
    position: absolute;
    height: 100%;
    right: -20%;
    top: -10%;
    transform: rotate(-25deg) translateY(-50px);
    z-index: -1;
    pointer-events: none;
    display: flex;
    gap: 20px;
    -webkit-mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}

#headline .designs img {
    width: 350px;
    filter: brightness(0.9);
    border-radius: 15px;
}

/* Designs Settings End */
/* === Headline End === */
/* === Hook === */
#hook {
    position: relative;
    padding: 100px 0px;
    padding-top: 75px;
    background-color: ghostwhite;
    transform: translateY(60px);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin: 40px;
    opacity: 0;
    transition: 1s;
    z-index: 5;
}

#hook:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: url(../img/wave_light.svg);
    background-repeat: repeat-x;
    left: 0;
    top: -20px;
    z-index: 5;
    transition: s;
}

#hook.viewing {
    transform: translateY(0px);
    opacity: 1;
}

#hook .container-fluid {
    width: 85%;
    max-width: 85%;
}

#hook .head {
    margin-bottom: 80px;
}

#hook .head h2 {
    font-family: var(--font);
    color: var(--primaryColor);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
}

#hook .head article {
    text-align: center;
    color: var(--primaryColor);
    opacity: .7;
}

#hook .head img {
    margin: auto;
    display: flex;
    justify-content: center;
    opacity: .1;
    margin-bottom: -155px !important;
    height: 200px;
}

#hook .head article span {
    color: initial !important;
    width: auto !important;
    display: inline-block;
    font-size: inherit;
    margin-top: 0px;
}

#hook .head article span:first-child,
#hook .head article span:last-child {
    transition-delay: .3s;
}

#hook .head article span:nth-child(2),
#hook .head article span:nth-child(3) {}

#hook .flex-content {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

#hook .box {
    padding-left: 7%;
    width: 100%;
}

#hook .box .swiper-slide {
    background-color: ghostwhite;
}

#hook .box .title {
    font-weight: 800;
    color: var(--primaryColor);
    font-size: 40px;
    line-height: 44px
}

#hook .box article {
    font-weight: 400;
    color: var(--primaryColor);
    opacity: .6;
    font-size: 16px;
    margin-top: 10px;
}

#hook .box .button {
    margin-top: 35px;
    background-color: var(--secondaryColor);
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    transition: .2s;
}

#hook .box .button i {
    font-size: 12px;
}

#hook .box .button:hover {
    background-color: var(--primaryColorHover);
}

#hook .loop-slider {
    border-radius: 15px;
}

#hookLoop:active {
    cursor: grabbing;
}

.loop-slider {
    padding-bottom: 0;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    /* Metin seçilmesini engeller */
    touch-action: pan-y;
    /* Mobilde dikey kaydırmayı bozmaz */
}

.loop-slider .item-wrap {
    display: inline-flex;
    /* Önemli: İçerik kadar genişlik alır */
    align-items: center;
    will-change: transform;
    /* GPU hızlandırması sağlar */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;

    image-rendering: -webkit-optimize-contrast;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;

    filter: blur(0);
}

.loop-slider .item-wrap .item {
    flex: 0 0 auto;
    /* Resimlerin büzülmesini engeller */
}

.loop-slider[data-direction="left"] .item-wrap .item,
.loop-slider[data-direction="right"] .item-wrap .item {
    padding-right: 20px;
}

.loop-slider[data-direction="up"] .item-wrap .item,
.loop-slider[data-direction="down"] .item-wrap .item {
    padding-bottom: 20px;
}

.loop-slider .item-wrap a {
    display: flex;
    width: fit-content;
    transition: .3s;
    height: 360px;
    align-items: center;
    justify-content: center;
    -webkit-user-drag: none;
}

.loop-slider .item-wrap a:hover {}


.loop-slider .item-wrap .item img {
    display: block;
    height: 100%;
    pointer-events: none;
    /* Sürüklerken resmin seçilmesini engeller */
    -webkit-user-drag: none;
    /* Tarayıcının resmi sürüklemesini engeller */
}

.loop-slider[data-direction="up"] .item-wrap,
.loop-slider[data-direction="down"] .item-wrap {
    flex-direction: column;
}

/* === Hook End === */
/* === Skils === */
#skils {
    padding: 80px 0px;
    position: relative;
}

#skils .container-fluid {
    width: 80%;
    max-width: 80%;
}

#skils .head {
    display: flex;
}

#skils .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    writing-mode: sideways-lr;
}

#skils .titleText {
    display: flex;
    align-items: center;
}

#skils .titleText article {
    color: #f8f8ffe8;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    width: 80%;
}

#skils .titleText article b {
    color: var(--primaryColorHover);
    font-weight: 600;
}

#skils .titleText article .button {
    margin-top: 25px;
    background-color: var(--secondaryColor);
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    transition: .3s;
    position: relative;
    padding: 0px 50px;
}

#skils .titleText article .button:hover {
    background-color: var(--primaryColorHover);
}

#skils .titleText article .button span {
    position: relative;
    z-index: 2;
}

#skils .titleText article .button:before {
    content: "";
    position: absolute;
    left: -70%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff00786e;
    z-index: 0;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    transition: .3s;
}

#skils .titleText article .button:hover:before {
    background-color: #0dc6ffb5;
    left: 0;
}

#skils .skilList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

#skils .skilList li {
    transition-delay: calc(var(--i) * 0.15s);
}

#skils .skilList li a {
    display: flex;
    flex-flow: column;
    gap: 10px;
    color: var(--textColor);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .05);
    border-radius: 15px;
    padding: 35px;
    position: relative;
    transition: .2s;
    height: 100%;
}

#skils .skilList li a:hover {
    box-shadow: 0px 0px 60px 0px var(--primaryColorHover);
}

#skils .skilList li a .title {
    font-weight: 700;
    font-size: 18px;
    color: var(--primaryColorHover);
}

#skils .skilList li a article {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#skils .skilList li a>i {
    font-size: 30px;
}

#skils .skilList li a:hover>i {
    color: var(--primaryColorHover);
}

#skils .skilList>li:last-child {}

#skils .skilList>li:last-child>a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

#skils .skilList>li:last-child>a>i {
    font-size: 80px;
    line-height: 80px;
    display: flex;
    margin-bottom: 15px;
}

/* === Skils End === */
/* === Refferences === */
#refferences {
    padding: 80px 0px;
}

#refferences img {
    filter: contrast(0);
    height: 45px;
    margin: 0px 35px;
    transition: .2s;
}

#refferences .item:hover img {
    filter: contrast(0) brightness(2);
}

#refferences .container-fluid .loop-slider:first-child {
    margin-bottom: 30px;
}

#refferences .container-fluid .loop-slider:last-child {
    margin-top: 30px;
}

/* === Refferences End === */
/* === Analysis === */
#analysis {
    padding: 40px 0px;
    position: relative;
}

#analysis .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 150px;
    background-color: var(--secondaryColor);
    height: 20%;
    width: 100%;
    z-index: -2;
    filter: blur(30px);
    border-radius: 100%;
    transform: scale(.8);
    transition: 1.2s;
}

#analysis.viewing .container:before {
    top: -30px;
}

#analysis .container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 150px;
    background-color: var(--secondaryColor);
    height: 20%;
    width: 100%;
    z-index: -2;
    filter: blur(30px);
    border-radius: 100%;
    transform: scale(.8);
    transition: 1.2s;
}

#analysis.viewing .container:after {
    bottom: -30px;
}

#analysis .container {
    border-radius: 60px;
    background-color: var(--secondaryColor);
    padding: 60px 60px;
    position: relative;
    border: solid 17px #020215d1;
}

#analysis .head {
    display: flex;
    gap: 35px;
}

#analysis .head b:nth-child(1) {
    transition-delay: .2s;
}

#analysis .head b:nth-child(3) {
    transition-delay: .4s;
}

#analysis .head b:nth-child(5) {
    transition-delay: .6s;
}

#analysis .head h2 {
    color: white;
    font-family: var(--font);
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 53px;
    writing-mode: sideways-lr;
    font-size: 45px;
}

#analysis .head article {
    color: var(--textColor);
    text-transform: none;
    letter-spacing: normal;
    line-height: 27px;
    font-size: 16px;
    margin-right: -110px;
}

#analysis .head article b.title {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    color: white;
    line-height: 33px;
}

#analysis .head article a.button {
    color: ghostwhite;
    line-height: 60px;
}

#analysis .head article a.button i {
    color: ghostwhite;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: .2s;
}

#analysis .head article a.button:hover {
    background-color: ghostwhite !important;
    color: var(--primaryColor) !important;
}

#analysis .head article a.button:hover i {
    color: var(--primaryColor) !important;
}

#analysis ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    position: relative;
    width: 100%;
    height: 100%;
    right: -40%;
    top: 10%;
    transition: 1s;
    transition-delay: .3s;
    transform: rotate(-35deg) scale(0);
}

#analysis.viewing ul {
    transform: rotate(0deg) scale(1);
}

#analysis ul li {
    transform: rotate(45deg);
    overflow: hidden;
    width: 250px;
    position: absolute;
    border-radius: 25px;
}

#analysis ul li:nth-child(1) {
    left: -18px;
    top: 8%;
}

#analysis ul li:nth-child(2) {
    right: -18px;
    top: 8%;
}

#analysis ul li:nth-child(3) {
    top: -42%;
    left: calc(50% - 125px);
    transform: rotate(45deg) translate(-10%, -10%);
    zoom: 90%;
}

#analysis ul li:nth-child(4) {
    bottom: -35%;
    left: calc(50% - 125px);
    transform: rotate(45deg) translate(-2%, -2%);
    zoom: 70%;
}

#analysis ul li .visualBox {
    aspect-ratio: 1/1;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg) scale(1.5);
}

/* === Analysis End === */
/* === Packages  === */
#packages {
    padding: 120px 0px;
    position: relative;
}

#packages .head {
    margin-bottom: 45px !important;
}

#packages .head span {
    font-size: 90px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.28);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.64);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    opacity: 0;
}

#packages.viewing .head span {
    opacity: .8;
}

#packages .head span:after {
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2 2 21) 19%, rgba(0, 90, 255, 0) 100%);
}

#packages .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -35px;
}

#packages .head article {
    text-align: center;
    padding: 0px 25%;
}

#packages .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    position: relative;
    z-index: 2;
    padding: 2px;
}

#packages .grid-content .grid-item {
    border-radius: 20px;
    padding: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#packages .grid-content .grid-item:before {
    content: "";
    width: 100%;
    left: 0;
    background-color: rgb(172 235 255 / 20%);
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    pointer-events: none;
    z-index: -1;
    transition: .2s;
}

#packages .grid-content .grid-item:hover:before {
    box-shadow: 0px 0px 0px 1px var(--primaryColorHover);
}

#packages .grid-content .grid-item .price-content {
    color: ghostwhite;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#packages .grid-content .grid-item .price-content .title {
    font-weight: 700;
    color: white;
    font-size: 17px;
}

#packages .grid-content .grid-item .price-content article {
    color: var(--textColor);
    font-size: 13px;
    letter-spacing: .3px;
    font-weight: 300;
}

#packages .grid-content .grid-item .price-content .price {
    display: flex;
    gap: 10px;
    padding: 5px 0px;
}

#packages .grid-content .grid-item .price-content .price>span {
    font-weight: 900;
    font-size: 33px;
    color: var(--primaryColorHover);
    text-shadow: 0 0px 35px var(--primaryColorHover);
}

#packages .grid-content .grid-item .price-content .price>div {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#packages .grid-content .grid-item .price-content .price>div>span {
    display: block;
    color: var(--textColor);
    font-size: 13px;
}

#packages .grid-content .grid-item .price-content .price .button {
    background-color: var(--secondaryColor) !important;
    line-height: 52px;
    font-weight: 600;
    color: ghostwhite !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}

#packages .grid-content .grid-item .price-content .price .button i {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: ghostwhite;
    height: 100%;
    align-items: center;
}

#packages .grid-content .grid-item .price-content .price .button:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
}


#packages .features {
    padding: 20px 0px;
    flex: 1;
}

#packages .features ul {
    color: var(--textColor);
    display: flex;
    flex-flow: column;
    gap: 15px;
    font-size: 13px;
    opacity: .8;
    transition: .2s;
}

#packages .features ul li {
    position: relative;
    display: flex;
    gap: 10px;
}

#packages .features ul li:before {
    font-family: 'default' !important;
    content: "\e917";
    line-height: 19px;
    font-size: 10px;
    opacity: .6;
}

#packages .grid-item:hover .features ul {
    opacity: 1;
    color: whitesmoke;
}

#packages .button-content {}

#packages .button-content .button {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

#packages .button-content .button i {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#packages .grid-item:hover .button-content .button {
    background-color: white !important;
    color: var(--primaryColor);
}

#packages .button-content .button:hover,
#packages .grid-item:hover .button-content .button:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
    color: white !important;
}

#packages ul.nav {
    display: flex;
    justify-content: center;
}

#packages ul.nav button {
    color: white;
}

#packages .tab-pane {
    border: none;
}

#packages .tab-content {
    margin-top: 25px;
    transition-delay: .5s;
}

#packages #commerce {
    position: relative;
}

#packages #commerce .typeToggle {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    justify-content: flex-end;
    transform: translateX(100%);
}

#packages #commerce .typeToggle ul {
    display: flex;
    flex-flow: column;
    gap: 7px;
    position: relative;
}

#packages #commerce .typeToggle ul:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 35px;
    height: 100%;
    box-shadow: inset 12px 0px 15px #000000;
    z-index: 2;
    pointer-events: none;
    background-color: transparent;
    transform: scaleY(1.5);
}

#packages #commerce .typeToggle ul li {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    font-weight: 500;
    color: ghostwhite;
    padding: 0px 25px;
    line-height: 40px;
    background-color: var(--secondaryColor);
    transition: .2s;
    cursor: pointer;
}

#packages #commerce .typeToggle ul li.active {
    margin-right: -20px;
}

#packages #commerce .typeToggle ul li:not(.active) {
    opacity: .5;
}

#packages #commerce .typeToggle ul li:not(.active):hover {
    opacity: .7;
}

/* === Packages End === */
/* === Module: Blogs === */
#blogs {
    position: relative;
    padding: 60px 0px;
}

#blogs:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgb(36 49 68) 0%, rgba(2, 2, 21, 0) 100%);
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: -1;
    box-shadow: 0px 30px 0px -60px var(--primaryColorHover);
    opacity: 0;
    transition: .5s;
    transition-delay: 1s;
}

#blogs.viewing:before {
    opacity: 1;
    box-shadow: 0px 30px 100px -60px var(--primaryColorHover);
}

#blogs .head {
    text-align: left;
    margin-bottom: 140px !important;

}

#blogs .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
}

#blogs .head h2 b {
    color: var(--primaryColorHover);
}

#blogs .head span {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

#blogs .head .button-content {
    display: flex;
    justify-content: flex-end;
}

#blogs .head a.button {
    background-color: var(--secondaryColor);
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    transition: .2s;
}

#blogs .head a.button i {
    font-size: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    line-height: inherit;
    color: White;
}

#blogs .head a.button:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
    color: white !important;
}

#blogs .head article {
    text-align: right;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
    font-size: 14px;
    padding-left: 10%;
}

#blogs .active-blog {}

#blogs .active-blog .box {
    color: ghostwhite;
}

#blogs .active-blog .box .labels ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 15px 0px;
}

#blogs .active-blog .box .labels ul li a {
    background-color: rgb(172 235 255 / 20%);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 500;
    transition: .2s;
}

#blogs .active-blog .box .labels ul li a:hover {
    background-color: rgb(172 235 255 / 30%);
    color: rgba(255, 255, 255, .8);
}

#blogs .active-blog .box .scene {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    transition: .2s;
}

#blogs .active-blog .box .scene:hover {
    transform: scale(1.03);
    box-shadow: 0px 70px 60px -60px var(--primaryColorHover);
}

#blogs .active-blog .box .scene .row {
    position: relative;
    z-index: 5;
}

#blogs .active-blog .box .scene:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    background: #020215;
    background: linear-gradient(90deg, rgba(2, 2, 21, 1) 30%, rgba(2, 2, 21, 0) 100%)
}

#blogs .active-blog .box .scene .title {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 65px;
    margin-top: 65px;
}

#blogs .active-blog .box .description {
    margin-top: 10px;
    margin-bottom: 85px;
}

#blogs .active-blog .box .description article {
    color: var(--textColor);
    font-size: 16px;
    line-height: 25px;
}

#blogs .active-blog .box .description article a {
    color: white;
    margin-left: 15px;
    font-size: 14px;
    transition: .2s;
}


#blogs .active-blog .box .description article a:hover {
    color: var(--primaryColorHover);
}

#blogs .secondary-blogs {}

#blogs .secondary-blogs ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px;
}

#blogs .secondary-blogs ul li a {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: ghostwhite;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    transition: .2s;
}


#blogs .secondary-blogs ul li a:hover {
    transform: scale(1.03);
    box-shadow: 0px 50px 60px -30px var(--primaryColorHover);
    position: relative;
    z-index: 5;
}


#blogs .secondary-blogs ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    background: #020215;
    background: linear-gradient(0deg, rgb(36 49 68) 25%, rgba(2, 2, 21, 0) 100%);
    pointer-events: none;
}

#blogs .secondary-blogs ul li a .title {
    position: relative;
    z-index: 2;
}

#blogs .secondary-blogs li:nth-child(1) {}

#blogs .secondary-blogs li:nth-child(2) {
    transition-delay: .2s;
}

#blogs .secondary-blogs li:nth-child(3) {
    transition-delay: .4s;
}

#blogs .secondary-blogs li:nth-child(4) {
    transition-delay: .6s;
}

#blogs .container-fluid {
    margin-top: 40px;
}

#blogs .container-fluid .loop-slider {
    padding: 1px 0px;
    padding-top: 45px;
}

#blogs .container-fluid .loop-slider .item .box {
    height: auto;
    background-color: #24314473;
    border-radius: 15px;
    border-top-left-radius: 35px;
    padding-bottom: 30px;
    transition: .2s;
}

#blogs .container-fluid .loop-slider .item .box:hover {
    box-shadow: 0px 0px 0px 1px var(--primaryColorHover);
}

#blogs .container-fluid .item .box {
    display: flex;
    gap: 15px;
}

#blogs .container-fluid .item .box .visual {
    margin-top: -30px;
    position: relative;
}

#blogs .container-fluid .item .box .visual img {
    border-radius: 100%;
    max-height: 135px;
    box-shadow: 0px 0px 0px 15px var(--bodyBg);
}

#blogs .container-fluid .loop-slider .item .box:hover .visual:before {
    box-shadow: 0px 0px 20px 5px var(--primaryColorHover);
}

#blogs .container-fluid .item .box .caption {
    width: 220px;
    margin-bottom: -15px;
    padding-left: 25px;
}

#blogs .container-fluid .item .box .caption .title {
    color: ghostwhite;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blogs .container-fluid .item .box .caption article {
    color: var(--textColor);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    opacity: .9;
    margin-top: 10px;
    display: none;
}

/* === Module: Blogs End === */

/* === Module: Tabs === */
[data-content] {
    opacity: 0;
    max-height: 0;
    overflow: clip;
    pointer-events: none;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

[data-content].active {
    opacity: 1;
    max-height: 2000vh;
    /* içerik boyutundan büyük bir değer */
    pointer-events: auto;
}

/* === Module: Tabs End === */
/* === Comments === */
#comments {
    padding: 80px 0px;
    position: relative;
    overflow: clip;
}

#comments .head {
    margin-bottom: 45px !important;
}

#comments .head span {
    font-size: 90px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.28);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.64);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    opacity: 0;
}

#comments.viewing .head span {
    opacity: .8;
}

#comments .head span:after {
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2 2 21) 19%, rgba(0, 90, 255, 0) 100%);
}

#comments .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -35px;
}

#comments .head article {
    text-align: center;
    padding: 0px 25%;
}

#comments .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

#comments .grid-content .grid-item {
    -webkit-mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    max-height: 60vh;
}

#comments .item {
    max-width: 100%;
}

#comments .item .box {
    background-color: rgb(172 235 255 / 10%);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 40%, transparent);
    padding: 35px;
    border-radius: 15px;
    color: var(--textColor);
}

#comments .item .box .name {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: ghostwhite;
}

#comments .item .box .name .intitle {
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 12px;
    opacity: .8;
}

#comments .item .box article {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .3px;
}

#comments .loop-slider {
    padding: 1px;
}

#comments .button-content {
    display: flex;
    justify-content: center;
    margin-top: 45px !important;
}

#comments .button-content .button {
    background-color: var(--primaryColorHover) !important;
    line-height: 52px;
    font-weight: 600;
    color: ghostwhite !important;
    width: fit-content;
    text-align: center;
    justify-content: center;
}

#comments .button-content .button:hover {
    background-color: var(--secondaryColor) !important;
}

/* === Comments End === */
/* === Solutions === */
#solutions {
    position: relative;
    padding: 60px 0px;
    padding-top: 140px;
    color: var(--textColor);
}



/*
#solutions .sticky-content {
    position: sticky;
    top:0;
}
*/
#solutions .services.widget {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

#solutions .services.widget .flex-content .item i {
    display: none;
}

#solutions .services.widget .flex-content .item .box .title {
    font-size: 24px;
    margin-bottom: 0;
    color: ghostwhite;
}

#solutions .services.widget .flex-content {
    gap: 4%;
}

#solutions .services.widget .container-fluid {
    width: 100%;
    padding: 0;
}

#solutions .services.widget .flex-content .item .box {
    padding: 0;
    position: relative;
}

#solutions .services.widget .flex-content .item .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2, 1.7);
}

#solutions .services.widget .flex-content .item .box.active:before {
    opacity: 1;
}

#solutions>.container-fluid {
    max-width: 85%;
}

#solutions .categoryImg {
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}

#solutions .categoryImg:before {
    position: absolute;
    width: 70%;
    content: "";
    left: 15%;
    top: 10%;
    background: radial-gradient(circle at 30% 40%, var(--primaryColorHover), transparent 60%), radial-gradient(circle at 70% 60%, var(--secondaryColor), transparent 65%), radial-gradient(circle at 40% 80%, rgba(0, 90, 255, .3), transparent 70%);
    filter: blur(40px);
    animation:
        smokeMove 8s ease-in-out infinite,
        smokeSpin 20s linear infinite;
    aspect-ratio: 1 / 1;
    z-index: -1;
}


@keyframes smokeMove {

    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(-10px, 8px) scale(1.1);
    }

    66% {
        transform: translate(8px, -12px) scale(.95);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }

}

@keyframes smokeSpin {

    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }

}

#solutions .categoryImg img {}

#solutions .head>.row>div:last-child {
    position: relative;
}

#solutions .desc {
    margin-top: -150px;
}

#solutions .desc h2 {
    text-align: left;
    font-family: var(--font);
    color: #0dc6ff;
    font-weight: 900;
    line-height: 84px;
    font-size: 86px;
}

#solutions .desc h2:not(.active) {
    margin: 0;
}

#solutions .head {
    margin-bottom: 45px;
}

#solutions .loop-slider {
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    padding: 60px 0px;
}

#solutions .loop-slider .item .box {
    width: 350px;
    padding: 25px;
}

#solutions .loop-slider .item .box .title {
    color: ghostwhite;
    font-weight: 700;
    font-size: 20px;
    height: 60px;
}

#solutions .loop-slider .item .box article {
    color: var(--textColor);
    font-size: 14px;
}

#solutions .comp-head {
    margin-top: 100px;
}

#solutions .comp-head article {
    color: var(--secondaryColor);
    font-weight: 600;
    font-size: 22px;
    width: 400px;
}

#solutions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82vh;
    background: linear-gradient(0deg, rgb(36 49 68) 0%, rgba(2, 2, 21, 0) 100%);
    border-bottom-left-radius: 70%;
    z-index: -1;
    box-shadow: 0px 68px 100px -95px var(--primaryColorHover);
}

#solutions .inTitle {
    color: white;
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

#solutions .listTitle {
    color: var(--primaryColorHover);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

#solutions .data-list {
    display: flex;
    flex-flow: column;
    gap: 20px;
    font-size: 16px;
}

#solutions article b {
    color: var(--secondaryColor);
}

#solutions .shadowBefore {
    position: relative;
}

#solutions .curvyShadow {
    margin-top: -135px;
    margin-bottom: -40px;
    pointer-events: none;
    width: 100%;
}

#solutions .process {
    padding: 65px 0px;
    margin-top: 25px;
    transform: translateX(-6.4%);
}

#solutions .process .head {
    position: relative;
    margin-bottom: 45px;
}

#solutions .process .head h2 {
    text-align: left;
    font-family: var(--font);
    color: #0dc6ff;
    font-weight: 900;
    line-height: 84px;
    font-size: 86px;
    margin-top: -35px;
    z-index: 2;
    position: relative;
}

#solutions .process .head article {
    font-size: 90px;
    text-align: left;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.28);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.64);
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

#solutions .process .head article:after {
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2 2 21) 19%, rgba(0, 90, 255, 0) 100%);
}

#solutions .process ul {
    display: flex;
    flex-flow: column;
    gap: 35px;
}

#solutions .process ul .title {
    color: ghostwhite;
    font-weight: 700;
    font-size: 22px;
}

#solutions .process ul li {
    position: relative;
}

#solutions .process ul li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 25px;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    left: -50px;
    top: 6px;
    border: solid 4px var(--primaryColorHover);
    animation: pulseLight 2s infinite;
}

@-webkit-keyframes pulseLight {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 198, 255, 1)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(13, 198, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 198, 255, 0)
    }
}

@keyframes pulseLight {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 198, 255, 1);
        box-shadow: 0 0 0 0 rgba(13, 198, 255, 1)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(13, 198, 255, 0);
        box-shadow: 0 0 0 15px rgba(13, 198, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 198, 255, 0);
        box-shadow: 0 0 0 0 rgba(13, 198, 255, 0)
    }
}

#solutions .videoContent[data-content="performans"] {
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
    height: 50vh;
    overflow: hidden;
    border-radius: 30px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}

#solutions .videoContent:not(.active)[data-content="performans"] {
    margin-top: 0;
    margin-bottom: 0;
}

#solutions .videoContent video {
    transform: translateY(0%);
    will-change: transform;
    /* Kaydırmanın çok daha akıcı olması için yumuşak bir geçiş eklenebilir (isteğe bağlı) */
    transition: transform 0.3s ease-out;
    display: block;
    width: 100%;
}

#solutions .logos {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    padding: 1px;
    max-height: 72vh;
}

#solutions .logos .item {
    padding: 35px;
    background-color: rgb(172 235 255 / 10%);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 40%, transparent);
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#solutions .logos .item img {
    height: 80px;
    max-width: 145px;
    object-fit: contain;
}

#solutions .logos .item-wrap {
    width: 100%;
}

/* E-Ticaret */
div[data-content="e-ticaret"] {}

div[data-content="e-ticaret"] .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

div[data-content="e-ticaret"] .grid-content .item {}

div[data-content="e-ticaret"] .grid-content .item .box {
    padding: 55px;
}

div[data-content="e-ticaret"] .grid-content .item .box .visual {
    margin-bottom: 25px;
}

div[data-content="e-ticaret"] .grid-content .item .box .visual i {
    font-size: 60px;
    line-height: 60px;
    color: var(--secondaryColor);
    text-shadow: 0px 0px 25px var(--secondaryColor);
}

div[data-content="e-ticaret"] .grid-content .item .box .visual img {
    height: 90px;
}

div[data-content="e-ticaret"] .grid-content .item .box .title {
    font-weight: 600;
    color: var(--primaryColorHover);
    font-size: 25px;
    line-height: 32px;
}

div[data-content="e-ticaret"] .grid-content .item .box>article {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    color: ghostwhite;
}

div[data-content="e-ticaret"] .grid-content .item .box>span {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    opacity: .8;
}

div[data-content="e-ticaret"] ul.hookList {
    display: flex;
    flex-flow: column;
    gap: 45px;
}

div[data-content="e-ticaret"] ul.hookList li {
    transition-delay: calc(var(--i) * 0.1s);
}

div[data-content="e-ticaret"] ul.hookList li a {
    color: ghostwhite;
    font-weight: 800;
    font-size: 20px;
    transition: .2s;
    text-transform: uppercase;
}

div[data-content="e-ticaret"] ul.hookList li a .flex-box {
    display: flex;
    gap: 15px;
}

div[data-content="e-ticaret"] ul.hookList li a .flex-box img {
    object-fit: contain;
    height: 53px;
}

div[data-content="e-ticaret"] ul.hookList li a article {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    text-transform: none;
}

div[data-content="e-ticaret"] ul.hookList li a:hover {
    color: white;
    text-shadow: 0px 0px 10px white;
}

div[data-content="e-ticaret"] ul.hookList li a.active {
    color: var(--primaryColorHover);
    text-shadow: none;
}

div[data-content="e-ticaret"] ul.hookList li a:hover article {
    color: var(--textColor);
    text-shadow: none;
}

div[data-content="e-ticaret"] .hookText article p b {
    font-size: 26px;
    font-style: italic;
    padding: 25px;
    display: block;
}

div[data-content="e-ticaret"] .hookText article {
    padding: 0px 40px;
}

div[data-content="e-ticaret"] .hookText .visual {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}

div[data-content="e-ticaret"] .hookText .visual img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}

div[data-content="e-ticaret"] #expression .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -35px;
}

div[data-content="e-ticaret"] #expression .head span {
    font-size: 90px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.28);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.64);
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

div[data-content="e-ticaret"] #expression .head span:after {
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2 2 21) 19%, rgba(0, 90, 255, 0) 100%);
}

div[data-content="e-ticaret"] #expression .loop-slider {
    padding: 30px 0px;
}

div[data-content="e-ticaret"] #expression .loop-slider .item {}

div[data-content="e-ticaret"] #expression .loop-slider .item .box {
    padding: 25px;
}

div[data-content="e-ticaret"] #expression .loop-slider .item .box .title {
    font-weight: 700;
    font-size: 17px;
    color: ghostwhite;
}

div[data-content="e-ticaret"] #expression .loop-slider .item .box article {}



div[data-content="e-ticaret"] .masonry {
    column-count: 4;
    column-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    padding: 1px;
    padding-top: 10%;
    margin-top: -10%;
}

div[data-content="e-ticaret"] .masonry .item {
    break-inside: avoid;
    margin-bottom: 20px;
    background-color: rgb(172 235 255 / 10%);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 40%, transparent);
    color: white;
    padding: 20px;
    border-radius: 10px;
    transition-delay: calc(var(--i) * 0.1s);
}

div[data-content="e-ticaret"] .masonry .flex-box {
    display: flex;
    gap: 15px;
}

div[data-content="e-ticaret"] .masonry .item .title {
    color: ghostwhite;
    font-size: 21px;
    font-weight: 700;
    padding-right: 20%;
    line-height: 27px;
    align-items: center;
    display: flex;
}

div[data-content="e-ticaret"] .masonry .item article {
    color: var(--textColor);
    margin-top: 25px;
}

div[data-content="e-ticaret"] .masonry .item .visual {
    display: flex;
    align-items: center;
}

div[data-content="e-ticaret"] .masonry .item .visual img {
    width: 60px;
    object-fit: cover;
    height: auto;
}


div[data-content="e-ticaret"] #sectors {}

div[data-content="e-ticaret"] #sectors .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
}

div[data-content="e-ticaret"] #sectors .head .button {
    background-color: var(--secondaryColor) !important;
    line-height: 52px;
    font-weight: 600;
    color: ghostwhite !important;
    width: fit-content;
    text-align: center;
    justify-content: center;
}

div[data-content="e-ticaret"] #sectors .head .button:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
}

div[data-content="e-ticaret"] #counter {
    position: relative;
    padding: 60px 0px;
}

div[data-content="e-ticaret"] #counter .head {
    margin-bottom: 45px !important;
}

div[data-content="e-ticaret"] #counter .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 20%;
}

div[data-content="e-ticaret"] #counter .head article {
    text-align: center;
}

div[data-content="e-ticaret"] #counter .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
}

div[data-content="e-ticaret"] #counter .grid-content .item {}

div[data-content="e-ticaret"] #counter .grid-content .item .box {}

div[data-content="e-ticaret"] #counter .grid-content .item .box .flex-box {
    display: flex;
    gap: 0px;
    font-weight: 600;
    color: ghostwhite;
    font-size: 20px;
}

div[data-content="e-ticaret"] #counter .grid-content .item .box .flex-box .counter {
    font-size: 70px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div[data-content="e-ticaret"] #counter .grid-content .item .box .label {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 400;
}

.gradient {
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




div[data-content="e-ticaret"] #partners {
    padding-top: 60px;
    box-shadow: 0px -90px 100px -135px var(--primaryColorHover);
}

div[data-content="e-ticaret"] #partners img {
    width: 120px;
    object-fit: cover;
}

div[data-content="e-ticaret"] #partners .item {
    padding: 35px;
}

div[data-content="e-ticaret"] #partners .head {
    margin-bottom: 0px !important;
}

div[data-content="e-ticaret"] #partners .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
}

div[data-content="e-ticaret"] #partners .head .button {
    background-color: var(--secondaryColor) !important;
    line-height: 52px;
    font-weight: 600;
    color: ghostwhite !important;
    width: fit-content;
    text-align: center;
    justify-content: center;
}

div[data-content="e-ticaret"] #partners .loop-slider {
    padding-top: 0px !important;
}

div[data-content="e-ticaret"] #partners .head .button:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
}

div[data-content="e-ticaret"] #fishing {
    position: relative;
    padding: 100px 0px;
}

div[data-content="e-ticaret"] #fishing .container {
    border-radius: 60px;
    background-color: var(--secondaryColor);
    padding: 60px 60px;
    position: relative;
}

div[data-content="e-ticaret"] #fishing .head h2 {
    color: white;
    font-family: var(--font);
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 53px;
    writing-mode: sideways-lr;
    font-size: 45px;
}

div[data-content="e-ticaret"] #fishing .head h2 b {
    transition-delay: calc(var(--i) * 0.1s);
}

div[data-content="e-ticaret"] #fishing .head article {
    color: var(--textColor);
    text-transform: none;
    letter-spacing: normal;
    line-height: 27px;
    font-size: 16px;
    margin-right: -110px;
    display: flex;
    flex-flow: column;
}

div[data-content="e-ticaret"] #fishing .head article p {
    margin-bottom: 0px !important;
}

div[data-content="e-ticaret"] #fishing .head article a.button {
    color: ghostwhite !important;
    line-height: 60px;
    width: fit-content;
    margin-top: 15px;
}

div[data-content="e-ticaret"] #fishing .head article a.button i {
    color: ghostwhite;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: .2s;
}

div[data-content="e-ticaret"] #fishing .head article a.button:hover {
    color: var(--primaryColor) !important;
    background-color: ghostwhite !important;
}

div[data-content="e-ticaret"] #fishing .head article a.button:hover i {
    color: var(--primaryColor) !important;
}

div[data-content="e-ticaret"] #fishing .head {
    display: flex;
    gap: 35px;
    margin-bottom: 0px !important;
}

div[data-content="e-ticaret"] #fishing .head article b.title {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    color: white;
    line-height: 33px;
}

div[data-content="e-ticaret"] #fishing .visualBox {
    position: relative;
    height: 100%;
}

div[data-content="e-ticaret"] #fishing .visualBox .absoluteBox {
    position: absolute;
    bottom: -80px;
    display: grid;
    gap: 0px;
    width: 120%;
    right: -140px;
    grid-template-columns: 1fr 1fr 1fr;
}

div[data-content="e-ticaret"] #fishing .visualBox .absoluteBox img {
    transform: scale(1);
    border-radius: 22px;
    transition: 1s;
    transition-delay: .5s;
    opacity: 0;
}

div[data-content="e-ticaret"] #fishing.viewing .visualBox .absoluteBox img {
    opacity: 1;
}

div[data-content="e-ticaret"] #fishing .visualBox .absoluteBox img:nth-child(1) {
    transform: scale(1) translateX(45px) translateY(130px);
}

div[data-content="e-ticaret"] #fishing.viewing .visualBox .absoluteBox img:nth-child(1) {
    transform: scale(1) translateX(45px) translateY(70px);
}

div[data-content="e-ticaret"] #fishing .visualBox .absoluteBox img:nth-child(3) {
    transform: scale(1) translateX(-45px) translateY(-50px);
    transition-delay: .6s;
}

div[data-content="e-ticaret"] #fishing.viewing .visualBox .absoluteBox img:nth-child(3) {
    transform: scale(1) translateX(-45px) translateY(-130px);
}



div[data-content="e-ticaret"] #fishing .visualBox .absoluteBox img:nth-child(2) {
    transform: scale(1.3) translateY(-70px);
    z-index: 5;
    position: relative;
    box-shadow: 0px 0px 30px 0px #3e011e;
    border-radius: 12px;
    transition-delay: .7s;
}


div[data-content="e-ticaret"] #fishing.viewing .visualBox .absoluteBox img:nth-child(2) {
    transform: scale(1.3) translateY(-20px);
}

/* E-Ticaret End */
/* Web */
div[data-content="web"] #web-hook .head {
    font-weight: 800;
    color: ghostwhite;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0px !important;
}

div[data-content="web"] #web-hook .head .flex-content {
    display: flex;
    align-items: center;
    height: 100%;
}

div[data-content="web"] #web-hook .head article {
    font-weight: 400;
    color: var(--textColor);
    opacity: .6;
    font-size: 16px;
    margin-top: 10px;
    text-transform: none !important;
    letter-spacing: 0;
}

div[data-content="web"] #web-hook .box .button {
    margin-top: 35px;
    background-color: var(--secondaryColor);
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    transition: .2s;
}

div[data-content="web"] #web-hook .box .button i {
    font-size: 12px;
    color: white;
}

div[data-content="web"] #web-hook .box .button:hover {
    background-color: white !important;
    color: var(--primaryColor) !important;
}

div[data-content="web"] #web-hook .box .button:hover i {
    color: var(--primaryColor) !important;
}

div[data-content="web"] #counter-web {
    position: relative;
    padding: 60px 0px;
    margin-top: 60px;
}

div[data-content="web"] #counter-web>.container {
    position: relative;
    z-index: 2;
}

div[data-content="web"] #counter-web:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../img/web-devreler.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: .25;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 95%, black 85%, transparent 100%);
    transition: 2s;
    transform: translateX(-100%);
}

div[data-content="web"] #counter-web:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../img/web-devreler2.webp);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: .25;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 9%, black 0%, transparent 90%);
    transition: 2s;
    transform: translateX(100%);
}

div[data-content="web"] #counter-web.viewing:before,
div[data-content="web"] #counter-web.viewing:after {
    transform: translateX(0);
}

div[data-content="web"] #counter-web .head {
    margin-bottom: 55px !important;
}

div[data-content="web"] #counter-web .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
}

div[data-content="web"] #counter-web .head article {
    text-align: left;
}

div[data-content="web"] #counter-web .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    width: 95%;
}

div[data-content="web"] #counter-web .grid-content .item {}

div[data-content="web"] #counter-web .grid-content .item:nth-last-child(1),
div[data-content="web"] #counter-web .grid-content .item:nth-last-child(2) {
    margin-top: 30px;
}

div[data-content="web"] #counter-web .grid-content .item .box {
    display: flex;
    gap: 15px;
}

div[data-content="web"] #counter-web .grid-content .item .box .flex-box {
    display: flex;
    gap: 0px;
    font-weight: 600;
    color: ghostwhite;
    font-size: 20px;
    align-items: flex-start;
    min-width: 150px;
    justify-content: center;
}

div[data-content="web"] #counter-web .grid-content .item .box .flex-box b {
    font-weight: 400;
    writing-mode: sideways-lr;
    font-size: 14px;
    text-align: right;
}

div[data-content="web"] #counter-web .grid-content .item .box .flex-box .counter {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div[data-content="web"] #counter-web .grid-content .item .box .label .title {
    color: ghostwhite;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
    text-wrap: balance;
}

div[data-content="web"] #counter-web .grid-content .item .box .label article {
    color: var(--textColor);
    font-size: 15px;
    font-weight: 400;
}

div[data-content="web"] #counter-web .grid-content .item .box .label .flex-box {
    gap: 15px;
}

div[data-content="web"] #counter-web .mainBox {}

div[data-content="web"] #counter-web .mainBox .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}

div[data-content="web"] #counter-web .mainBox .box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    backdrop-filter: blur(10px);
    z-index: 0;
    background-color: #ffffff14;
    border-radius: 30px;
}

div[data-content="web"] #counter-web .mainBox .box .visual {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

div[data-content="web"] #counter-web .mainBox .box .title {
    color: ghostwhite;
    font-size: 26px;
    font-weight: 800;
    display: flex;
    margin-bottom: 10px;
}

div[data-content="web"] #counter-web .mainBox .box .title>div {
    display: flex;
}

div[data-content="web"] #counter-web .mainBox .box .title>div:first-child {
    width: 40%;
}

div[data-content="web"] #counter-web .mainBox .box .title .titleText {
    text-wrap: balance;
    margin-left: 20px;
    line-height: 30px;
}


div[data-content="web"] #counter-web .mainBox .box .title .counter {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 130px;
}

div[data-content="web"] #counter-web>.container {
    position: relative;
}

div[data-content="web"] #counter-web>.container:before {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -80px;
    width: 110%;
    height: 100%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    z-index: -1;
    box-shadow: 0px 138px 100px -165px var(--primaryColorHover);
    opacity: .6;
}


div[data-content="web"] #processes {
    position: relative;
    padding: 120px 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

div[data-content="web"] #processes .head {
    text-align: right;
    margin-bottom: 0px !important;
}

div[data-content="web"] #processes .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: right;
    text-shadow: 0px 0px 20px;
}

div[data-content="web"] #processes .videoContent {
    width: 40%;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 15%, black 85%, transparent 100%);
    position: absolute;
    opacity: .2;
    transform: translate(-12%, -20%);
    z-index: -2;
    pointer-events: none;
}

div[data-content="web"] #processes .videoContent video {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}



.process {
    position: relative;
    height: 400px;
}

/* NODE */
.step {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #323241;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: solid 1px #54d7ff36;
}

.step .box {
    position: absolute;
    width: 250px;
    top: calc(100% + 15px);
    left: calc(50% - 80px);
}

.step .box .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.step .box article {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 400;
}

/* ÖRNEK */
#step1 {
    top: 50%;
    left: 7%;
}

#step2 {
    top: 28%;
    left: 28%;
}

#step3 {
    top: 45%;
    left: 51%;
}

#step4 {
    top: 13%;
    left: 74%;
}

#step5 {
    top: 29%;
    left: 100%;
}

/* SVG */
.connections {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* ALT */
.connections path.bg {
    stroke: rgba(0, 234, 255, 0.15);
    stroke-width: 4;
    fill: none;
}

/* ÜST */
.connections path.fg {
    stroke: var(--primaryColorHover);
    stroke-width: 2;
    fill: none;

    stroke-dasharray: 8 12;
    stroke-dashoffset: 0;

    animation: flow 1.2s linear infinite;

    filter: drop-shadow(0 0 6px var(--primaryColorHover));
}

/* 🔥 AKICI FLOW (SEKME YOK) */
@keyframes flow {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -20;
    }
}


div[data-content="web"] #technology {
    position: relative;
    padding: 60px 0px;
}

div[data-content="web"] #technology>.container>.row>div:last-child {
    display: flex;
    align-items: center;
}

div[data-content="web"] #technology .head {
    margin-bottom: 0px !important;
}

div[data-content="web"] #technology .loop-slider {
    padding: 0px !important;
}

div[data-content="web"] #technology .head h2 {
    color: white;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px;
}

div[data-content="web"] #technology .item {
    padding: 5px;
}

div[data-content="web"] #technology .item svg {
    aspect-ratio: 1/1;
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

div[data-content="web"] #technology .item:hover svg {
    opacity: 1;
}

div[data-content="web"] #technology .item .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-flow: column;
    aspect-ratio: 1/1;
    width: 140px !important;
    background-color: #323241;
    border-radius: 10px;
}

div[data-content="web"] #technology .item .box .title {
    font-size: 12px;
    font-weight: 300;
    color: var(--textColor);
    height: auto;
}


div[data-content="web"] #call {
    position: relative;
    padding: 80px 0px;
}

div[data-content="web"] #call form {
    padding: 65px;
    background-color: #ff00785e;
    border-radius: 15px 140px;
    box-shadow: 0px 89px 60px -80px #7858a9;
    border-bottom-right-radius: 0;
}

div[data-content="web"] #call form button {
    background-color: ghostwhite !important;
    color: var(--primaryColor);
    float: right;
}

div[data-content="web"] #call form button:hover {
    background-color: var(--secondaryColor) !important;
    color: white !important;
}

div[data-content="web"] #call form .inputBox input:not([type="checkbox"]),
.inputBox select,
.inputBox textarea {}

div[data-content="web"] #call form .inputBox label {
    font-weight: 600;
    font-size: 13px !important;
}



div[data-content="web"] #call article {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: var(--textColor);
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding-left: 30px;
}

div[data-content="web"] #call article p {}

div[data-content="web"] #call article p.title {
    font-weight: 700;
    font-size: 30px;
    color: ghostwhite;
    font-style: normal !important;
}

div[data-content="web"] #call article p:last-child {
    display: flex;
    font-weight: 600;
    font-size: 19px;
    gap: 10px;
    padding-right: 35%;
    align-items: center;
    margin-top: 15px;
}

div[data-content="web"] #call article p:last-child i {
    font-size: 44px;
    line-height: 44px;
}

div[data-content="web"] #call article p.secure {}

div[data-content="web"] #call {}

div[data-content="web"] #call {}

div[data-content="web"] #call {}

/* Web End */
/* Özel Web Yazılım */

.categoryImg .videoContent[data-content="custom"] {
    aspect-ratio: 1/1;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 65%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 65%, transparent 100%);
}

.categoryImg .videoContent[data-content="custom"] video {
    transform: translateY(-20%) translateX(6%) scaleX(-1) rotate(0deg) !important;
}

.categoryImg .videoContent[data-content="custom"] .mask-box {
    position: relative;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%, black 80%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 30%, black 80%, transparent 100%);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}


.categoryImg .videoContent[data-content="custom"] .mask-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/custom/custom-mask2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

div[data-content="custom"] {}

div[data-content="custom"] #features {
    padding: 130px 0px;
}

div[data-content="custom"] #features .head {
    margin-bottom: 0px !important;
}

div[data-content="custom"] #features .head .sticky-content {
    position: sticky;
    top: 60px;
}

div[data-content="custom"] #features .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px #ffffff82;
}

div[data-content="custom"] #features .head article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}

div[data-content="custom"] #features .head article b.title {
    font-size: 20px;
}


div[data-content="custom"] #features .grid-content {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0px;
}

div[data-content="custom"] #features .grid-content .item {
    padding: 30px;
}

div[data-content="custom"] #features .grid-content .item:nth-child(2n+1) {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

div[data-content="custom"] #features .grid-content .item:nth-last-child(1),
div[data-content="custom"] #features .grid-content .item:nth-last-child(2) {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

div[data-content="custom"] #features .grid-content .item .box .visual {
    margin-bottom: 25px;
}

div[data-content="custom"] #features .grid-content .visual img {
    height: 70px;
}

div[data-content="custom"] #features .grid-content .title {
    font-weight: 600;
    color: var(--primaryColorHover);
    font-size: 25px;
    line-height: 32px;
}

div[data-content="custom"] #features .grid-content .item .box>article {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    color: ghostwhite;
}


div[data-content="custom"] #features .grid-content .item .box>span {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    opacity: .8;
}


/**/


div[data-content="custom"] #how-we-work {
    padding: 70px 0px;
    position: relative;
    background: linear-gradient(180deg, rgb(36 49 68) 0%, rgba(2, 2, 21, 0) 100%);
    box-shadow: 0px -92px 100px -115px var(--primaryColorHover);
    border-top-left-radius: 20vw;
    border-top-right-radius: 20vw;
}

div[data-content="custom"] #how-we-work .head {}

div[data-content="custom"] #how-we-work .head h2 {
    font-weight: 800;
    color: ghostwhite;
    font-size: 40px;
    line-height: 44px;
    font-family: var(--font);
}

div[data-content="custom"] #how-we-work .head article {
    text-align: center;
    padding: 0px 10%;
}

div[data-content="custom"] #how-we-work nav {
    margin-top: 35px;
    margin-bottom: 45px;
}

div[data-content="custom"] #how-we-work nav ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

div[data-content="custom"] #how-we-work nav ul li {}

div[data-content="custom"] #how-we-work nav ul li a {
    background-color: color-mix(in srgb, var(--primaryColorHover) 10%, transparent);
    display: flex;
    width: fit-content;
    padding: 0px 35px;
    line-height: 50px;
    color: ghostwhite;
    font-weight: 600;
    border-radius: 70px;
    transition: .2s;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
}

div[data-content="custom"] #how-we-work nav ul li a.active {
    background-color: var(--secondaryColor);
}

div[data-content="custom"] #how-we-work nav ul li a:hover {
    background-color: color-mix(in srgb, var(--secondaryColor) 30%, transparent);
}

div[data-content="custom"] #how-we-work div[data-content] {
    padding: 0px 15px;
}

div[data-content="custom"] #how-we-work div[data-content] article {
    color: var(--textColor);
    font-size: 17px;
    font-weight: 300;
    padding: 60px 0px;
}

div[data-content="custom"] #how-we-work div[data-content] article b.title {
    color: white;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px #ffffffc4;
}

div[data-content="custom"] #how-we-work div[data-content] .visual {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 0px;
}

div[data-content="custom"] #how-we-work div[data-content]>.row>div {
    display: flex;
    align-items: center;
}


/*
div[data-content="custom"] #how-we-work div[data-content] .visual:before {
    position: absolute;
    width: 60%;
    content: "";
    left: 20%;
    top: 24%;
    background: radial-gradient(circle at 30% 40%, var(--primaryColorHover), transparent 60%), radial-gradient(circle at 70% 60%, var(--secondaryColor), transparent 65%), radial-gradient(circle at 40% 80%, rgba(0, 90, 255, .3), transparent 70%);
    filter: blur(40px);
    animation: smokeMove 8s ease-in-out infinite, smokeSpin 20s linear infinite;
    aspect-ratio: 1 / 1;
    z-index: -1;
}
*/


div[data-content="custom"] #how-we-work div[data-content] .videoContent {
    aspect-ratio: 1 / 1;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 50%, transparent 100%);
}

div[data-content="custom"] #how-we-work div[data-content] .mask-box {
    position: relative;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 50%, black 50%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 50%, black 50%, transparent 100%);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

div[data-content="custom"] #how-we-work div[data-content] .videoContent video {
    transform: translateY(-25%);
    will-change: transform;
    transition: transform 0.3s ease-out;
    display: block;
    width: 100%;
}

div[data-content="custom"] #how-we-work div[data-content="optimizasyon"] .videoContent {
    aspect-ratio: 1 / 1;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 45%, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 45%, black 75%, transparent 100%);
}


div[data-content="custom"] #how-we-work div[data-content="optimizasyon"] .mask-box {
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 45%, black 75%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 45%, black 75%, transparent 100%)
}


div[data-content="custom"] #how-we-work div[data-content="optimizasyon"] .videoContent video {
    transform: translateY(-16%);
}

div[data-content="custom"] #how-we-work div[data-content="destek"] .videoContent video {
    transform: translateY(-18%);
}

div[data-content="custom"] #how-we-work .head span.amblem {
    display: flex;
    justify-content: center;
}

div[data-content="custom"] #how-we-work .head span.amblem svg {
    width: fit-content;
    height: 45px;
    display: flex;
    transform: translateY(-4px);
    fill: white;
}



/**/


div[data-content="custom"] #custom-hook .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px #ffffff82;
}

div[data-content="custom"] #custom-hook .head article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}

div[data-content="custom"] #custom-hook .grid-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
}

div[data-content="custom"] #custom-hook .grid-content .item {}

div[data-content="custom"] #custom-hook .grid-content .item .box {
    display: flex;
    flex-flow: row;
    gap: 25px;
}

div[data-content="custom"] #custom-hook .grid-content .item .box .flex-box {
    display: flex;
    width: 130px;
    min-width: 130px;
    gap: 0px;
    font-weight: 800;
    color: ghostwhite;
    font-size: 18px;
    align-items: flex-start;
}

div[data-content="custom"] #custom-hook .grid-content .item .box .flex-box>span.counter {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div[data-content="custom"] #custom-hook .grid-content .item .box .label {
    color: ghostwhite;
    font-family: var(--font);
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px #ffffff82;
}

div[data-content="custom"] #custom-hook .grid-content .item .box .label article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}

div[data-content="custom"] #custom-hook .loop-slider {
    padding: 0px;
}

div[data-content="custom"] #custom-hook .loop-slider .item {
    padding: 0px 25px;
}

div[data-content="custom"] #custom-hook .loop-slider .item img {
    height: 500px;
}

div[data-content="custom"] #custom-hook .loop-slider .item .caption {
    margin-top: 25px;
    max-width: 250px;
}

div[data-content="custom"] #custom-hook .loop-slider .item .caption .owner {
    color: var(--primaryColorHover);
    font-weight: 600;
    font-size: 15px;
}

div[data-content="custom"] #custom-hook .loop-slider .item .caption .title {
    color: ghostwhite;
    font-weight: 800;
    font-size: 16px;
}

div[data-content="custom"] #custom-hook .loop-slider .item .caption article {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}



div[data-content="custom"] #custom-technology {
    padding: 60px 0px;
    position: relative;
    margin-top: 60px;
    padding-bottom: 150px;
}

div[data-content="custom"] #custom-technology .container-fluid {
    padding: 35px;
    position: relative;
    box-shadow: 0px 65px 80px -70px var(--primaryColorHover);
    width: 100%;
    max-width: 100%;
    background: linear-gradient(360deg, rgb(36 49 68) 0%, rgba(2, 2, 21, 0) 100%);
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
}

div[data-content="custom"] #custom-technology .container-fluid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background-image: url(../img/custom/pattern2.png);
    background-size: cover;
    background-position: 60% 30%;
    background-repeat: no-repeat;
    opacity: .2;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 95%, black -5%, transparent 100%);
}

div[data-content="custom"] #custom-technology .head {
    margin-bottom: 15px !important;
}

div[data-content="custom"] #custom-technology .head h2 {
    font-weight: 800;
    color: ghostwhite;
    font-size: 40px;
    line-height: 44px;
    font-family: var(--font);
}

div[data-content="custom"] #custom-technology .head article {
    text-align: center;
    padding: 0px 10%;
}

div[data-content="custom"] #custom-technology .item {
    padding: 15px;
}

div[data-content="custom"] #custom-technology .item .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-flow: column;
    aspect-ratio: 1 / 1;
    width: 130px !important;
    border-radius: 100%;
    position: relative;
}

div[data-content="custom"] #custom-technology .item .box svg {
    aspect-ratio: 1 / 1;
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

div[data-content="custom"] #custom-technology .item .box .title {
    font-size: 12px;
    font-weight: 300;
    color: ghostwhite;
    height: auto;
}

div[data-content="custom"] #custom-technology .loop-slider {
    margin-bottom: -30px;
    padding: 0px 10%;
}

/**/


div[data-content="custom"] #faq {
    padding: 35px 0px;
    padding-bottom: 60px;
}

div[data-content="custom"] #faq .faqUl {
    margin-top: 25px;
}

div[data-content="custom"] #faq .faqUl li {
    margin-bottom: 35px;
}

div[data-content="custom"] #faq .faqUl li:last-child {
    margin-bottom: 0px;
}

div[data-content="custom"] #faq .faqUl li a {
    display: inline-flex;
    color: var(--textColor);
}

div[data-content="custom"] #faq .faqUl li a i {
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    border-radius: 100%;
    background-color: var(--secondaryColor);
    color: white;
    margin-right: 15px;
}

div[data-content="custom"] #faq .faqUl li a>div {
    display: flex;
    align-items: center;
}

div[data-content="custom"] #faq .faqUl li a div span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

div[data-content="custom"] #faq .head,
div[data-content="custom"] #faq .head * {
    text-align: left;
}

div[data-content="custom"] #faq .head span {
    text-transform: none !important;
    font-weight: 600;
}

div[data-content="custom"] #faq .head h2 {
    margin-bottom: 0px;
    font-weight: 800;
    color: ghostwhite;
    font-size: 40px;
    line-height: 44px;
    font-family: var(--font);
}

div[data-content="custom"] #faq .head article {
    color: var(--textColor);
    width: 75%;
}

div[data-content="custom"] #faq .head a.button {
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    background-color: var(--primaryColorHover);
    color: white;
    margin-top: 10px;
    transition: .3s;
}

div[data-content="custom"] #faq .head a:hover {
    color: white !important;
}

div[data-content="custom"] #faq .head a i {
    font-size: 13px;
    color: white;
}

div[data-content="custom"] #faq .head a:hover i {}

div[data-content="custom"] #faq .head i {
    margin-right: 10px;
    width: initial !important;
    font-size: 22px;
    color: White;
    display: flex;
    align-items: center;
}

.ssslist .item .sssToggle {
    background-color: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    transition: .2s;
}

.ssslist .item .sssToggle i {
    font-size: 10px;
    margin-right: 7px;
    margin-left: 5px;
}

.ssslist .item .tuyo {
    border-radius: 7px;
}

.sssToggle.open {
    box-shadow: 0px 35px 80px -10px var(--primaryColorHover);
    background-color: rgb(24 41 70) !important;
}

.ssslist .tuyo article {
    color: var(--textColor)
}

.ssslist {
    display: block;
    margin-top: 15px;
}

.ssslist .item {
    display: block;
    position: relative;
    padding: 5px 0px;
}

.ssslist .item .sssToggle {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    line-height: 50px;
    color: var(--textColor);
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
}

.ssslist .item .sssToggle:hover {
    background-color: var(--primaryColorHover);
    color: white !important;
    cursor: pointer;
}

.sssToggle .iconbox {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    aspect-ratio: 1/1;
    width: 50px;
    justify-content: center;
    display: flex;
    height: 50px;
    padding: 0px;
}

.sssToggle .iconbox i {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
}

.ssslist .item .tuyo {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    padding: 0px 25px;
}

.ssslist .tuyo article {
    display: block;
    padding: 25px;
    font-size: 16px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sssToggle {
    letter-spacing: .5px;
    padding-right: 40px !important;
    background-color: #ffffff12;
}

.tuyo {
    height: 0px
}

#sss .ceviri_ar {
    text-align: right
}

.rt0 {
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important
}

.rt45 {
    transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important
}

.sssToggle.open {
    opacity: 1 !important;
    color: white !important;
}

@media screen and (max-width:992px) {
    div[data-content="custom"] #faq {
        padding-bottom: 30px;
    }

    .sssToggle .iconbox {
        aspect-ratio: 1 / 1;
        width: 40px;
        height: initial;
    }

    .ssslist .item .sssToggle {
        border-radius: 5px;
        line-height: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ssslist .item .sssToggle>i {
        display: none;
    }

    #faq .head article {
        width: 100%;
    }
}


div[data-content="custom"] #faq .videoContent {
    aspect-ratio: 1 / 1;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 50%, transparent 100%);
}

div[data-content="custom"] #faq .mask-box {
    position: relative;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 50%, black 50%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 50%, black 50%, transparent 100%);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

div[data-content="custom"] #faq .videoContent video {
    transform: translateY(-25%);
    will-change: transform;
    transition: transform 0.3s ease-out;
    display: block;
    width: 100%;
}

/* Özel Web Yazılım End */
/* Kurumsal Kimlik */
.categoryImg .videoContent[data-content="corporate"] {
    aspect-ratio: 1/1;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 20%, transparent 100%)
}

.categoryImg .videoContent[data-content="corporate"] .mask-box {
    position: relative;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 0%, black 50%, transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 0%, black 50%, transparent 100%);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

.categoryImg .videoContent[data-content="corporate"] video {
    transform: translateY(-20%) rotate(0deg) !important;
    mask-image: linear-gradient(to right, transparent 0%, black 40%, black 20%, transparent 100%);
}

div[data-content="corporate"] #corporate-services {}

div[data-content="corporate"] #corporate-services .row>div:nth-child(2) {
    transition-delay: .2s;
}

div[data-content="corporate"] #corporate-services .row>div:nth-child(3) {
    transition-delay: .4s;
}

div[data-content="corporate"] #corporate-services .row>div:nth-child(4) {
    transition-delay: .6s;
}

div[data-content="corporate"] #corporate-services .box {
    padding: 30px;
}

div[data-content="corporate"] #corporate-services .box .visual {
    margin-bottom: 15px;
}

div[data-content="corporate"] #corporate-services .box .title {
    font-weight: 800;
    color: ghostwhite;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

div[data-content="corporate"] #corporate-services .box article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}

div[data-content="corporate"] #portfolios {
    padding: 130px 0px;
    padding-bottom: 45px;
    position: relative;
}

div[data-content="corporate"] #portfolios>.container {
    position: sticky;
    top: 80px;
}

div[data-content="corporate"] #portfolios .videoContent {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 20%, transparent 100%);
    pointer-events: none;
}

div[data-content="corporate"] #portfolios .videoContent video {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0, black 50%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 50%, black 0%, transparent 100%);
}


div[data-content="corporate"] #portfolios .head {
    margin-bottom: -125px;
}

div[data-content="corporate"] #portfolios .head>span {
    font-weight: 800;
    color: ghostwhite;
    font-size: 22px;
    line-height: 30px;
}

div[data-content="corporate"] #portfolios .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 58px;
    line-height: 50px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    background: linear-gradient(90deg, var(--primaryColorHover), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0px;
    opacity: 1;
}

div[data-content="corporate"] #portfolios .head article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    padding: 0px 15%;
    text-align: center;
}

/**/

div[data-content="corporate"] #portfolios .categories {
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    z-index: 5;
}

div[data-content="corporate"] #portfolios .categories .loop-slider {
    padding: 80px 0px;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item {
    width: 150px;
    padding-right: 10px;
    position: relative;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .box {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #32323a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    aspect-ratio: 1/1;
    transition: .3s;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .visual {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .visual img {
    height: 40px;
    margin-bottom: auto;
    opacity: .9;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .title {
    color: var(--textColor);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    opacity: .8;
    height: auto !important;
    transition: .2s;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item:hover {
    position: relative;
    z-index: 5;
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .box:hover {
    box-shadow: 0px 0px 80px 0px var(--primaryColorHover);
}

div[data-content="corporate"] #portfolios .categories .loop-slider .item .box:hover .title {
    color: var(--primaryColorHover);
    opacity: 1;
}

/**/

div[data-content="corporate"] #portfolios .portfolios-hook {
    position: absolute;
    left: 0;
    bottom: 320px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;

}

div[data-content="corporate"] #portfolios .portfolios-hook a {
    background-color: var(--secondaryColor);
    color: whitesmoke;
    font-weight: 600;
    margin: auto;
    border-radius: var(--radius);
    padding: 0px 35px;
    line-height: 60px;
    width: initial;
    text-align: center;
    transition: .3s;
    display: inline-flex;
    gap: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition-delay: 1.5s
}

div[data-content="corporate"] #portfolios .portfolios-hook a:hover {
    background-color: var(--primaryColorHover);
}


/**/

div[data-content="corporate"] #processes {}

div[data-content="corporate"] #processes .head {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}

div[data-content="corporate"] #processes .head h2 {
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 0px 0px 20px;
}

div[data-content="corporate"] #processes .head article {
    color: var(--textColor);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 26px;
    padding-right: 10%;
}


div[data-content="corporate"] #processes .process {
    margin-top: 0px !important;
    padding: 0px !important;
}

div[data-content="corporate"] #processes .process .step .box {
    position: absolute;
    width: 200px;
    top: calc(100% + 15px);
    left: calc(50% - 32px);
}

div[data-content="corporate"] #processes .process .step .box .title {
    width: fit-content;
    text-shadow: -9px 8px 7px #ff00788f;
}


div[data-content="corporate"] #processes .process div[data-step="1"] {
    top: 40%;
}

div[data-content="corporate"] #processes .process div[data-step="2"] {
    top: 11%;
    left: 33%;
}

div[data-content="corporate"] #processes .process div[data-step="3"] {
    top: 21%;
    left: 62%;
}

div[data-content="corporate"] #processes .process div[data-step="4"] {
    top: 0%;
    left: 90%;

}

/**/

div[data-content="corporate"] #brand-guide {
    position: relative;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    content-visibility: auto;
    contain-intrinsic-size: 1095.5px;
}

div[data-content="corporate"] #brand-guide .container>.head {
    margin-bottom: 0px;
}

div[data-content="corporate"] #brand-guide .container>.head h2 {
    color: ghostwhite;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    position: relative;
    text-align: right;
    width: fit-content;
    margin-left: auto;
}

div[data-content="corporate"] #brand-guide .container>.head h2:before {
    content: "MARKA KİMLİĞİ";
    color: var(--primaryColorHover);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px;
    writing-mode: sideways-lr;
    position: absolute;
    right: -158px;
    z-index: -2;
    opacity: 1;
    top: 120%;
    text-shadow: 0px 0px 24px;
}

div[data-content="corporate"] #brand-guide .sectionHead {
    margin-top: 95px;
}

div[data-content="corporate"] #brand-guide .sectionHead article {
    color: #f8f8ff;
    font-family: var(--font);
    z-index: 5;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    width: 85%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    font-size: 18px;
}

div[data-content="corporate"] #brand-guide .videoContent {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 80%, transparent 100%)
}

div[data-content="corporate"] #brand-guide .videoContent video {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%, black 0%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 50%, black 0%, transparent 100%);
}

div[data-content="corporate"] #brand-guide>.brand-content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 55px;
    justify-content: center;
}

div[data-content="corporate"] #brand-guide>.brand-content>.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div[data-content="corporate"] #brand-guide .tablet-screen {
    position: relative;
    width: 85%;
    aspect-ratio: 16 / 10;
    background-color: rgb(172 235 255 / 10%);
    border-radius: 30px;
    z-index: 5;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 0px 2px #ffffff38;
}

div[data-content="corporate"] #brand-guide .tablet-screen:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0px 0px 60px -30px var(--primaryColorHover);
}


div[data-content="corporate"] #brand-guide .tablet-screen .screen {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    padding: 55px;
    /*box-shadow: inset 0 0 0 35px #0000002b;*/
}



div[data-content="corporate"] #brand-guide .tablet-screen .screen .head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 0px !important;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head .logoContent {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head .logoContent .amblem {
    margin-top: 0px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head .logoContent .amblem svg {
    fill: ghostwhite;
    height: 25px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav {
    width: 100%;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul li a {
    padding: 0px 20px;
    line-height: 40px;
    color: ghostwhite;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    border-radius: 7px;
    align-items: center;
    background-color: rgba(255, 255, 255, .05);
    letter-spacing: .5px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul li a.active {
    box-shadow: 0px 0px 0px 1px var(--primaryColorHover);
    background-color: rgb(20 191 249 / 57%);
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul li a:hover {
    box-shadow: 0px 0px 0px 1px var(--primaryColorHover);
}


div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content {}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .inTitle {
    padding: 15px 15px;
    font-size: 20px;
    margin-bottom: 0px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .inTitle h2 {
    font-size: 20px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType {
    padding: 1px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType .visual {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType .visual .flex-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType .visual .flex-content .amblem svg {
    height: 25px;
    width: auto;
    fill: ghostwhite;
    transform: translateY(-4px);

}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType .visual .flex-content .typ svg {
    height: 25px;
    width: auto;
    fill: ghostwhite;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType .name {
    text-align: center;
    font-weight: 500;
    color: ghostwhite;
    padding: 5px 0px;
    font-size: 14px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType li:nth-child(1) .visual .amblem svg {
    fill: var(--primaryColorHover) !important;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType li:nth-child(2) .visual {
    background-color: var(--primaryColor);
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType li:nth-child(3) .visual {
    background-color: ghostwhite;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .logoType li:nth-child(3) .visual svg {
    fill: var(--primaryColor) !important;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes,
div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .fontCodes,
div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .amblemContent {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 7px;
    height: 100%;
    padding: 0px 25px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent>div {
    height: 100%;
}


div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList,
div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList>li:first-child svg {
    fill: ghostwhite;
    height: 80px;
    width: auto;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList>li:last-child .amblemContent {
    background-color: ghostwhite;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList>li:last-child svg {
    fill: var(--primaryColor);
    height: 80px;
    width: auto;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList .amblemContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList li {}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes {
    display: grid;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes .flex-content {
    display: flex;
    padding: 25px 0px;
    border-bottom: 1px solid rgba(255, 255, 225, .1);
    justify-content: space-between;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes .flex-content .code {}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes .flex-content .code>div {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 400;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes .flex-content .color {
    width: 50%;
    border-radius: 7px;
    display: flex;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .colorCodes .flex-content .code>.type {
    font-weight: 500;
    margin-bottom: 7px;
    color: var(--primaryColorHover);
    font-size: 16px;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList {
    gap: 0;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList .title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 700;
    color: ghostwhite;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList .title span {
    font-size: 15px;
    font-weight: 400;
    opacity: .7;
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList>li {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList>li:last-child {
    border-bottom: none;
}



div[data-content="corporate"] div[data-content="uygulama"] .masonry {
    column-count: 4;
    column-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    padding: 1px;
    padding-top: 40px;
}

div[data-content="corporate"] div[data-content="uygulama"] .masonry .item {
    break-inside: avoid;
    margin-bottom: 20px;
    background-color: rgb(172 235 255 / 10%);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 40%, transparent);
    color: white;
    padding: 5px;
    border-radius: 7px;
    transition-delay: calc(var(--i) * 0.1s);
}

div[data-content="corporate"] div[data-content="uygulama"] .masonry .item img {
    border-radius: 5px;
}

div[data-content="corporate"] #deliveries {
    position: relative;
    padding: 30px 0px;
}

div[data-content="corporate"] #deliveries .head {}

div[data-content="corporate"] #deliveries .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 0px 20px #ffffff82;
}

div[data-content="corporate"] #deliveries .head article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 18px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    padding: 0px 15%;
    text-align: center;
}

div[data-content="corporate"] #deliveries .teslimat-ogeleri {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}


div[data-content="corporate"] #deliveries .teslimat-ogeleri .box {
    padding: 30px;
}

div[data-content="corporate"] #deliveries .teslimat-ogeleri .box .visual {
    margin-bottom: 15px;
}

div[data-content="corporate"] #deliveries .teslimat-ogeleri .box .title {
    font-weight: 800;
    color: ghostwhite;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

div[data-content="corporate"] #deliveries .teslimat-ogeleri .box article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}




/* === Solutions End === */







/* === Footer === */
footer {
    padding-top: 65px;
    background-color: white;
    background-color: color-mix(in srgb, var(--primaryColor) 5%, transparent);
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    color: var(--textColor);
    position: relative;
    margin-top: 35px;
}

footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-image: url(../img/footer/footer.webp);
    background-size: cover;
    background-position: top;
}

footer .top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .top .box {
    background-color: #FBFBFB;
    padding: 35px;
    border-radius: 100px;
}

footer .top .box ul {
    display: flex;
    gap: 10px;
}

footer .logoContent svg {
    fill: white;
}

footer .logoContent {
    margin-bottom: 35px;
}

footer .logoContent>a {
    display: flex;
    gap: 10px;
}

footer .logoContent .typ svg {
    width: fit-content;
    height: 36px;
    display: flex;
}

footer .logoContent .amblem svg {
    width: fit-content;
    height: 35px;
    display: flex;
    transform: translateY(-4px);
}

footer .top .box ul li:first-child {
    font-weight: 700;
    font-size: 16px;
    color: black;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

footer .top .box ul li a i {
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: var(--primaryColor);
    color: whitesmoke;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
}

footer .top .box .title {
    font-weight: 700;
    font-size: 16px;
    color: black;
    display: flex;
    align-items: center;
}

footer .top .inputBox {
    position: relative;
}

footer .top .inputBox input {
    border-radius: var(--radius);
    background-color: var(--secondaryColor);
    border: none;
    padding: 0px 25px;
    padding-right: 65px;
    line-height: 50px;
    color: White;
    width: 100%;
    min-width: 350px;
}

footer .top .inputBox input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .8);
}

footer .top .inputBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 1);
}

footer .top .inputBox button {
    position: absolute;
    right: 8px;
    top: 7px;
    border-radius: var(--radius);
    background-color: white;
    border: none;
    padding: 7px 25px;
    color: var(--secondaryColor);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

footer .top .inputBox button:hover {
    background-color: var(--primaryColor);
    color: White;
}

footer .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .bottom ul li.listHead {
    font-weight: 700;
    font-size: 16px;
    color: black;
    margin-bottom: 7px;
    display: block;
}

footer .bottom ul li a {
    color: var(--primaryColor);
    line-height: 36px;
}

footer .bottom ul li.nested {
    margin-top: 20px;
    font-size: 15px;
}

footer .bottom ul li.nested a {
    color: var(--textColor);
    font-weight: 500;
}

footer .bottom ul>li.nested>ul>li:last-child {
    display: flex;
    margin-top: 10px;
}

footer .bottom ul li.nested ul>li i {
    margin-right: 10px;
}

footer .banks {
    width: 100%;
}

footer .banks .container {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

footer .banks span {
    margin-right: 20px;
    font-weight: 600;
}

footer .pageEnd {
    text-align: center;
    padding: 15px 0px;
    color: var(--textColor);
    font-size: 13px
}

footer a {
    color: var(--textColor);
}

footer a:hover {
    color: ghostwhite;
}

footer .contactList,
footer .socials {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-bottom: 45px;
}

footer .contactList li a.button.fill {
    background-color: var(--primaryColorHover) !important;
}

footer .contactList li:first-child a.button.fill {
    background-color: var(--secondaryColor) !important;
}

footer .contactList li:first-child a.button.fill:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
    color: white !important;
}

footer .contactList li:first-child {
    margin-bottom: 35px;
}

footer .head {
    font-size: 20px;
    color: var(--textColor);
    font-weight: 600;
}

footer ul>li.head:not(:first-child) {
    margin-top: 20px;
}

footer .menuList>ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

footer .menuList>ul.cozumler {
    display: flex;
    flex-flow: row;
    gap: 15px;
    margin-bottom: 75px;
}

footer .menuList>ul.cozumler>li:not(.head) {
    aspect-ratio: 1/1;
    flex: 1;
}

footer .menuList>ul.cozumler>li:not(.head) a {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 30%, transparent);
    border-radius: 15px;
    padding: 15px;
    font-weight: 600;
    color: ghostwhite;
    background-color: color-mix(in srgb, var(--primaryColorHover) 10%, transparent);
    transition: .2s;
}

footer .menuList>ul.cozumler>li:not(.head) a:hover {
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 30%, transparent);
    background-color: color-mix(in srgb, var(--primaryColorHover) 30%, transparent);
}

footer .menuList>ul.cozumler .head {
    writing-mode: sideways-lr;
    font-size: 23px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primaryColorHover);
    text-shadow: 0 0px 35px var(--primaryColorHover);
}



footer .badge {
    background-color: color-mix(in srgb, var(--primaryColor) 10%, transparent);
    padding: 7px 15px;
    border-radius: var(--radius);
    color: color-mix(in srgb, var(--primaryColor) 80%, transparent);
    font-size: 14px;
    font-weight: 400;
    transition: .2s;
}

footer .badge:hover {
    background-color: color-mix(in srgb, var(--primaryColor) 100%, transparent);
    color: white;
}

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

footer .copy {
    font-size: 13px;
}

@media screen and (max-width:992px) {
    footer .menuList .socials>*:first-child {
        flex: 0 0 100%;
        text-align: center;
    }

    footer .menuList .socials {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 0;
    }

    footer .menuList .socials li {
        width: fit-content;
    }

    footer .menuList .socials li a {
        font-size: 20px;
    }

    footer .menuList .socials li a span {
        display: none;
    }

    footer .menuList {
        padding-top: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 40px;
    }

    footer .head {
        color: white;
        font-size: 17px;
    }

    footer .menuList a {
        text-align: left !important;
        gap: 0 !important;
        justify-content: start !important;
        font-size: 15px;
    }

    footer .contactList>li:first-child a i {
        display: none;
    }

    footer .top ul li a {
        text-align: center;
        justify-content: center;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    footer .top {
        padding-bottom: 15px;
        text-align: center;
    }

    footer .top .box {
        text-align: center;
        width: 100%;
        border-radius: 0px;
        padding: 15px;
    }

    footer .top .box .title {
        text-align: center;
        justify-content: center;
    }

    footer .top .inputBox {
        margin-top: 5px;
    }

    footer .top .inputBox input {
        min-width: 100%;
    }

    footer .top ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    footer .top ul li:first-child {
        min-width: 100%;
        text-align: left;
        justify-content: flex-start;
    }

    footer .bottom {
        padding-top: 35px;
        zoom: 90%;
    }

    footer .bottom ul {
        margin-bottom: 25px;
    }

    footer .bottom ul .nested {
        display: none;
    }

    footer .mobileAdres {
        text-align: center;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    footer .mobileAdres>li:last-child {
        margin-top: 25px;
    }
}

/* === Footer End  === */
/* === Page : Gallery  === */
#content.gallery {
    padding: 60px 0px;
    padding-bottom: 80px;
}

#content.gallery .head {
    margin-bottom: 60px !important;
}

#content.gallery .head article {
    text-align: center;
    width: 50%;
    margin: auto;
}

#content.gallery .gridContent .eventList {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
}

/* === Page : Gallery End === */
/* === Page : Blogs  === */
#content.blogs {
    padding: 60px 0px;
    padding-bottom: 80px;
}

#content.blogs .head {
    margin-bottom: 80px !important;
}

#content.blogs .head article {
    text-align: center;
    width: 70%;
    margin: auto;
}

#content.blogs .gridContent .eventList a {
    padding: 0px !important;
    display: flex;
    flex-flow: row;
    gap: 25px;
}

#content.blogs .gridContent .eventList {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#content.blogs .gridContent .eventList li {
    aspect-ratio: auto;
    border-radius: 30px;
    padding: 25px;
    transition: .2s;
}

#content.blogs .gridContent .eventList li:hover {
    box-shadow: 0px 0px 80px -20px var(--primaryColorHover);
}

#content.blogs .gridContent a>div.img {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: auto;
    border-radius: 18px;
    width: 180px;
    min-width: 180px;
}

#content.blogs .gridContent .button.fill {
    display: flex;
    align-items: center;
    font-size: 14px;
}

#content.blogs .gridContent .button.fill i {
    font-size: 12px;
}

#content.blogs .gridContent .button.fill:hover {
    color: white !important;
}

#content.blogs .gridContent .caption h5 {
    color: white;
    font-size: 19px;
}

/* === Page : Blogs End === */
/* === Page : Content  === */
#content.page {
    padding: 140px 0px;
    padding-top: 200px;
    padding-bottom: 80px;
}

#content.page .head {
    margin-bottom: 60px !important;
    text-align: center;
}

#content.page .head h2 {
    color: ghostwhite;
    font-family: var(--font);
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 0px 0px 20px #ffffff82;
}

#content.page .head article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    padding: 0px 15%;
}

#content.page .editorData {
    padding-bottom: 45px;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}

#content.page .editorData article {
    color: var(--textColor);
}

#content.page .editorData article b.title {
    color: ghostwhite;
    font-size: 20px;
}


#content.page .editorData article img {
    border-radius: 10px;
}

#content.page .editorData p.img-box {
    padding: 35px 0px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 20%, transparent 100%);
}

.feature-box {}

.feature-box .box {
    padding: 30px;
}

.feature-box .box .visual {
    margin-bottom: 15px;
}

.feature-box .box .title {
    font-weight: 800;
    color: ghostwhite;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-right: 10%;
}

.feature-box .box article {
    font-weight: 400;
    color: var(--textColor);
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important;
    letter-spacing: 0;
}

/* === Page : Content End === */
/* === Page : Comments === */
#content.comments {
    position: relative;
}

#content.comments .grid-content {
    column-count: 4;
    column-gap: 20px;
}

#content.comments .grid-content .item {
    break-inside: avoid;
    margin-bottom: 20px;
}

#content.comments .grid-content .item .box {
    background-color: rgb(172 235 255 / 10%);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--primaryColorHover) 40%, transparent);
    padding: 35px;
    border-radius: 15px;
    color: var(--textColor);
}

#content.comments .grid-content .item .box .name {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: ghostwhite;
}

#content.comments .grid-content .item .box .name .intitle {
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 12px;
    opacity: .8;
}

#content.comments .grid-content .item .box article {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .3px;
}

#content.comments .button-content {}

#content.comments .button-content a.button {
    display: flex;
    margin: auto;
    align-items: center;
    margin-top: 60px;
    width: fit-content;
    font-weight: 600;
    text-shadow: 1px 1px 30px #00242e;
    line-height: 60px;
    font-size: 16px;
    padding: 0px 40px;
    background-color: var(--primaryColorHover);
}

#content.comments .button-content a.button:hover {
    color: white !important;
}

#content.comments {}

#content.comments {}

/* === Page : Comments End === */
/* === Grid Content === */
.gridContent .eventList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
}

.gridContent .eventList li {
    display: flex;
    aspect-ratio: 1/1;
    background-color: #24314473;
}

.gridContent .eventList a {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 50px !important;
}

.gridContent .eventList a>div.img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gridContent .eventList a img {
    filter: contrast(0);
    max-width: 100%;
    height: auto;
    width: fit-content;
}

.gridContent .eventList li a:hover img {
    filter: contrast(0) brightness(2);
}

.gridContent .caption h5 {
    color: var(--textColor);
    font-weight: 700;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 15px;
}

.gridContent .caption {
    margin-bottom: 10px;
}

.gridContent .caption article {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--textColor);
    line-height: 26px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gridContent .button.fill {
    width: fit-content;
}

/* === Grid Content End === */
/* === Page : Contact === */
#content.contact {
    padding: 140px 0px;
    padding-top: 200px;
    padding-bottom: 80px;
}

#content.contact .head {
    margin-bottom: 60px;
}

#content.contact .head article {
    text-align: center;
}

#content.contact .item {
    text-align: center;
    margin-top: 35px;
}

#content.contact .item:nth-child(2) {
    transition-delay: .2s;
}

#content.contact .item:nth-child(3) {
    transition-delay: .4s;
}

#content.contact .item:nth-child(4) {
    transition-delay: .6s;
}

#content.contact .item i {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 25px;
    background-color: #243144;
    color: white;
    border-radius: 100%;
    margin-bottom: 35px;
}

#content.contact .item .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--textColor);
    opacity: .6;
    margin-bottom: 10px;
}

#content.contact .item .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: whitesmoke;
}

#content.contact .content {
    margin-top: 65px;
    margin-bottom: 0px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    background: linear-gradient(180deg, rgb(36 49 68) 0%, rgba(2, 2, 21, 0) 100%);
}

#content.contact .content .box {
    padding: 35px;
    padding-top: 65px;
    background-color: white;
    border-radius: var(--radius);
    background-color: transparent;
}

#content.contact .content form {}

#content.contact iframe {
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
}

#content.contact iframe:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#content.contact .button {
    display: table;
    margin: auto;
    margin-top: 25px;
    border: none;
    background-color: ghostwhite;
    color: var(--primaryColor);
    font-weight: 600;
    line-height: 60px;
    padding: 0px 50px;
}

#content.contact .button:hover {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: white !important;
}

#content.contact .contactList {
    font-size: 16px;
    font-weight: 500;
}

#content.contact .contactList li {
    margin-bottom: 15px;
}

#content.contact .contactList li:first-child {
    margin-bottom: 35px;
}

#content.contact .contactList li:first-child a {
    font-size: 18px;
    font-weight: 600;
}

#content.contact .contactList li:first-child a i {
    display: none;
}

#content.contact .contactList li a {
    color: var(--textColor);
    display: flex;
    align-items: center;
    width: fit-content;
}

#content.contact .contactList li a i {
    margin-right: 10px;
    font-size: 20px;
    color: #aeb2b8;
    display: flex;
    aspect-ratio: 1 / 1;
}

#content.contact .socials {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 45px;
}

#content.contact .socials li {
    margin-right: 5px;
}

#content.contact .socials li a {
    color: white;
    border-radius: var(--radius);
    border: solid 1px transparent;
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .2s;
    background-color: #243144;
}

#content.contact .socials li a i {
    font-size: 22px;
    padding: 15px;
}

#content.contact .socials li a span {
    line-height: 18px;
    display: flex;
    float: right;
    align-items: center;
}

#content.contact .socials li a:hover {
    color: white;
    border: solid 1px var(--secondaryColor);
    background-color: var(--secondaryColor);
}

#content.contact .socials li:first-child {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: ghostwhite;
    text-shadow: 0px 0px 20px #ffffff82;
}

#content.contact .inputBox input,
#content.contact .inputBox textarea {
    background-color: transparent;
    text-align: left;
}

#content.contact .inputBox label {
    border-radius: 30px;
    background-color: transparent;
    text-align: left;
    justify-content: start;
    text-transform: capitalize;
    font-weight: 500;
}

#content.contact .inputBox textarea {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 144px;
}

@media screen and (max-width:992px) {
    #content.contact .button {
        padding: 0px 45px;
    }

    #content.contact .head {
        padding: 0px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    #content.contact .contactList {
        text-align: center;
        padding-top: 35px;
        margin-top: 35px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    #content.contact .contactList li:first-child a {
        font-size: 16px;
        color: var(--primaryColorHover);
        text-shadow: 0px 0px 20px var(--primaryColorHover);
    }

    #content.contact .contactList i {
        height: 20px;
    }

    #content.contact .contactList i {
        display: none;
    }

    #content.contact .head article {
        text-align: center;
        font-size: 12px;
        width: 100%;
        line-height: 23px;
        padding: 0px 25px;
    }

    #content.contact .item {
        zoom: 73%;
    }

    #content.contact .content {
        margin-top: 35px;
        padding: 0px;
        padding-bottom: 15px;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
    }

    #content.contact .content .box {
        background-color: transparent;
        box-shadow: none;
        padding: 15px;
    }

    #content.contact .content .box .input {
        background-color: transparent;
    }

    #content.contact .content form .inputBox {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #content.contact .socials {
        justify-content: center;
        margin-top: 15px;
    }

    #content.contact .socials li {
        margin-left: 0px;
        margin-right: 10px;
    }

    #content.contact .socials span {
        display: none !important;
    }

    #content.contact .socials a {
        background-color: var(--primaryColor) !important;
        color: White !important;
        border: none !important;
        aspect-ratio: 1/1;
        border-radius: 100% !important;
    }

    #content.contact .socials a i {
        margin: 0px !important;
    }

    #content.contact .contactList li a {
        display: inline-flex;
        align-items: center;

    }

    #content.contact .item .text {
        display: none;
    }


    .inputBox input:not([type="checkbox"]),
    .inputBox select,
    .inputBox textarea {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #content.contact .inputBox label {
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: 60px;
    }

    #content.contact .item .title {
        font-size: 16px;
    }

    #content.contact .content form h2 {
        color: ghostwhite;
        font-family: var(--font);
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        z-index: 5;
        position: relative;
        letter-spacing: 1px;
        text-shadow: 0px 0px 20px #ffffff82;
        padding: 15px 0px;
        text-align: center;
    }

    #content.contact .content .box>.row {
        flex-flow: column-reverse;
    }
}

/* === Page : Contact End === */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    /* Beyaz yapar */
    opacity: 1;
    /* Bazı temalarda görünürlük artırır */
}

.inputBox.date {
    border-bottom: none;
    background-color: rgba(0, 0, 0, .1);
    position: relative;
}

.inputBox.date:after {
    font-family: uicons-regular-rounded !important;
    content: "\e304";
    position: absolute;
    right: 10%;
    top: 24px;
    font-size: 12px;
    opacity: .5;
}

.inputBox.date input {
    border-bottom: none;
}

.inputBox.date:nth-last-child(2) {
    border-bottom-right-radius: 20px;
}

.inputBox.date:nth-last-child(3) {
    border-bottom-left-radius: 20px;
    border-right: 1px solid rgba(255, 255, 255, .05);
}

/*
.inputBox.date label {
    transform: translateY(-14px);
    font-size: 12px;
    opacity: .5;
}
*/

/* === Component --> Services === */
.services.widget {
    position: absolute;
    z-index: 15;
    bottom: 6%;
    left: 0;
    width: 100%;
    contain-intrinsic-size: 189px;
}

.services.widget .container-fluid {
    position: relative;
    z-index: 5;
    width: 85%;
}

.services.widget .flex-content {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 6%;
}

.services.widget .flex-content .item {}

.services.widget .flex-content .item .box {
    padding: 20px;
    display: flex;
    flex-flow: column;
    position: relative;
    /*backdrop-filter: blur(10px);*/
}

.services.widget .flex-content .item .box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    pointer-events: none;
    z-index: -1;
    transition: .1s;
    backdrop-filter: blur(10px);
    background-color:
        color-mix(in srgb, var(--secondaryColor) 50%, transparent);
    box-shadow: 0px 0px 0px 1px color-mix(in srgb, var(--secondaryColor) 90%, transparent);
    opacity: 0;
}

.services.widget .flex-content .item .box:hover:before {
    opacity: 1;
}

.services.widget .flex-content .item .box:hover * {
    color: white !important;
}

.services.widget .flex-content .item .box .title {
    font-family: var(--font);
    color: unset;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

.services.widget .flex-content .item .box .title span {
    transition: .3s;
}

body.megaOn .services.widget .flex-content .item .box .title span {
    color: var(--primaryColor) !important;
}

.services.widget .flex-content .item:nth-child(1) .box i,
.services.widget .flex-content .item:nth-child(2) .box i,
.services.widget .flex-content .item:nth-child(3) .box i {
    color: white;
    font-size: 16px;
}

.services.widget .flex-content .item:nth-child(4) .box i,
.services.widget .flex-content .item:nth-child(5) .box i {
    color: var(--bodyBg);
    font-size: 16px;
}



/* === Component --> Services End === */
/* === Effect === */
.pulse {
    animation: pulse 2s infinite
}

.pulseLight {
    animation: pulseLight 2s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 198, 255, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(13, 198, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 198, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 198, 255, .4);
        box-shadow: 0 0 0 0 rgba(13, 198, 255, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(13, 198, 255, 0);
        box-shadow: 0 0 0 15px rgba(13, 198, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 198, 255, 0);
        box-shadow: 0 0 0 0 rgba(13, 198, 255, 0)
    }
}

/* === Effect End === */
/* === Watch Settings === */
.sliding {
    opacity: 0;
    transition: 1.5s;
    position: relative;
}

.sliding.up {
    transform: translateY(150px);
}

.sliding.down {
    transform: translateY(-150px);
}

.sliding.right {
    left: -50%;
}

.sliding.left {
    right: -50%;
}

.viewing .sliding.right {
    left: 0 !important;
}

.viewing .sliding.left {
    right: 0 !important;
}

.viewing .sliding {
    opacity: 1;
}

.viewing .sliding.up {
    transform: translateY(0);
}

.viewing .sliding.down {
    transform: translateY(0);
}

/* === Watch Settings End === */


@media screen and (max-width:1440px) {
    #liveChat .chatHead .tasker .nameContent .name {
        font-size: 12px !important;
    }
    #messages>.box .messageList ul li .nameContent .name {
        font-size: 12px !important;
    }
    .drop.mega .megaMenuBlogs .box .caption article {
        font-size: 12px;
        line-height: 16px;
        justify-content: center;
    }

    .drop.mega .megaMenuBlogs .box .caption .title {
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    .drop.mega .megaMenuBlogs .box {
        gap: 10px;
    }


    .drop.mega .sub-content>.container .buttonContent>.row>div {
        width: 100%;
    }

    .drop.mega .sub-content>.container .buttonContent>.row {
        flex-flow: column;
        padding: 30px;
        background-color: rebeccapurple;
        border-radius: 15px;
        height: 100%;
        width: 95%;
        margin-left: 25px;
    }

    .drop.mega .sub-content>.container .buttonContent {
        width: 30%;
        margin-top: 0px;
        padding-top: 0px;
    }

    .drop.mega .sub-content>.container .videoRow {
        width: 70%;
    }

    .drop.mega .sub-content>.container {
        display: flex;
    }

    footer .container {
        zoom: 95%;
    }

    #comments>.container {
        zoom: 85%;
    }

    #content.blogs .head {
        margin-bottom: 160px !important;
    }

    #content.blogs {
        padding-top: 30px;
    }

    #content.blogs>.container {
        zoom: 85%;
    }

    #packages .grid-content .grid-item .price-content {
        position: sticky;
        top: 21px;
        background-color: #243144;
        z-index: 15;
    }

    #packages {
        padding: 80px 0px;
    }

    #packages>.container>.row>div.head {
        zoom: 85%;
    }

    #packages>.container {
        zoom: 95%;
    }

    #analysis .container {
        zoom: 85%;
    }

    #refferences>.container-fluid {
        zoom: 85%;
    }

    #refferences {
        padding: 50px 0px;
    }

    #skils .skilList li a .title {
        font-size: 17px;
    }

    #skils .container-fluid {
        zoom: 85%;
    }

    #hook .head {
        margin-bottom: 40px;
    }

    #hook {
        padding-top: 45px;
    }

    #hook .head h2 {
        font-size: 50px;
        line-height: 60px;
    }

    #hook .container-fluid {
        zoom: 85%;
    }

    #headline .socials {
        bottom: 10%;
        zoom: 90%;
    }

    #headline .designs {
        zoom: 78%;
    }

    #headline .scene {
        top: 30%;
        transform: scale(.9);
    }

    #headline .swiper-slide .mask h2 {
        font-size: 56px;
    }

    #headline .services.widget {
        bottom: 10%;
    }

    .services.widget .flex-content .item .box .title {
        margin-bottom: 12px;
    }

    header {
        top: 50px;
    }

    #headline .centerImg .mask .button {
        float: left;
        margin-top: 0px !important;
        transform: translateY(0px);
    }

    #headline .centerImg .mask .flex-content h2:first-child {
        transform: translateY(-7vh);
    }

    #headline .scene .object.corporateCard {
        width: 73%;
    }

    #headline .centerImg .mask .flex-content h2 span {
        min-height: 56px;
    }

    #headline .centerImg .mask .flex-content h2,
    #headline .centerImg .mask .flex-content h2:first-child {
        font-size: 56px;
    }

    .services.widget .flex-content .item .box .title {
        font-size: 20px;
    }

    div[data-content="performans"],
    div[data-content="e-ticaret"],
    div[data-content="web"],
    div[data-content="custom"],
    div[data-content="corporate"] {
        zoom: 90%;
    }

    #solutions>.container-fluid {
        zoom: 76%;
    }

    #solutions:before {
        height: 120vh;
    }
}

header#mobile {
    display: none;
}

/* ===== Contact ===== */
#content.login {}

#content.login .form button {
    background-color: var(--primaryColorHover);
    margin: auto;
    display: block;
    margin-top: 65px;
}

#content.login .form button:hover {
    color: white !important;
}

#content.login .form a {
    color: whitesmoke;
    opacity: .7;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: fit-content;
    gap: 7px;
    align-items: center;
}

#content.login .form a:hover {
    opacity: 1;
}

#content.login .form .linkBox {
    margin-top: 35px;
}

#content.login>.container {
    padding: 60px 0px;
    margin-bottom: 60px;
}

/* ===== Contact End ===== */
/* ===== Text Page (Düz Yazı Sayfası ) ===== */
#content.textPage {}

#content.textPage .head {}

#content.textPage .head h2 {
    text-align: left;
}

#content.textPage .editorData ul,
#content.textPage .editorData ol {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 25px;
    list-style: disc;
}

#content.textPage .editorData h2 {
    color: ghostwhite;
}

#content.textPage .editorData h3 {
    margin-top: 45px;
    color: ghostwhite;
}

/* ===== Text Page (Düz Yazı Sayfası ) End ===== */
/* ===== Page : Skils ===== */
#content.skils {}

#content.skils .head {
    margin-bottom: 45px !important;
}

#content.skils #skils {
    padding-top: 15px !important;
}

#content.skils {}

/* ===== Page : Skils End ===== */
/* ====== Mobile Settings ====== */
@media screen and (max-width:992px) {
    #headline .scene.viewing .object.ipad1 {
        top: 31.35%;
    }

    #headline .swiper-slide .mask h2 {
        font-size: 46px;
    }

    /**/
    #headline .designs {
        zoom: 30%;
    }

    /**/
    footer:before {
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    /**/
    #content.skils #skils {
        padding: 10px;
    }

    #content.skils .skilList {
        margin-left: 0;
        margin-right: 0;
    }

    /**/
    #content.blogs .gridContent .caption h5 {
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }

    .gridContent .caption article {
        display: none;
    }

    #content.blogs .gridContent a>div.img {
        border-radius: 10px;
        width: 140px;
        min-width: 140px;
    }

    #content.blogs .gridContent .eventList li {
        border-radius: 11px;
    }

    #content.blogs .gridContent .eventList {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /**/
    content {
        min-height: auto !important;
    }

    /**/

    .inputBox label {
        font-size: 12px;
    }

    #content.page .head article {
        font-size: 13px;
        margin-top: 0px;
    }

    #content.page .head {
        margin-bottom: 20px !important;
    }

    #content.login>.container {
        padding: 0;
    }

    .inputBox input,
    .inputBox input[type="date"],
    .inputBox textarea,
    .inputBox select {
        height: 60px;
        border: .5px solid rgb(255 255 255 / 10%) !important;
        background-color: rgb(13 198 255 / 4%) !important;
        border-radius: 10px;
    }

    /**/
    .feature-box {
        margin-bottom: 35px;
    }

    .feature-box .box {
        padding: 13px;
    }

    .feature-box .box .title {
        padding-right: 0;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }

    #content.page .head article {
        padding: 0px 5%;
    }

    #content.page .head h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #content.page {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    /**/
    footer .contactList li:first-child a.button.fill {
        width: fit-content;
        margin: auto;
        padding: 0px 45px;
        font-weight: 600;
    }

    /**/
    div[data-content="custom"] #faq .ssslist .item {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding-bottom: 15px;
    }

    div[data-content="custom"] #faq .ssslist .item .tuyo {
        padding: 0;
    }

    div[data-content="custom"] #faq .videoContent {
        margin-bottom: -30%;
    }

    div[data-content="custom"] #faq .head article {
        width: 100%;
        text-align: center;
        text-transform: capitalize;
        font-size: 14px;
    }

    div[data-content="custom"] #faq .head a.button {
        width: fit-content;
        margin: auto;
        margin-top: 25px;
    }

    div[data-content="custom"] #faq .head h2 {
        font-size: 30px;
        text-align: center;
    }

    div[data-content="custom"] #faq .head span {
        font-size: 14px;
        text-align: center;
    }

    div[data-content="custom"] #faq .head {
        padding: 0px 25px;
    }

    /**/
    div[data-content="custom"] #custom-technology .container>.row>div:last-child {
        margin-left: -35px;
        margin-right: -35px;
        width: auto;
        max-width: stretch;
        padding: 0;
    }

    div[data-content="custom"] #custom-technology .container-fluid:before {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    div[data-content="custom"] #custom-technology .item .box {
        width: 100px !important;
        padding: 5px !important;
    }

    div[data-content="custom"] #custom-technology .container-fluid {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri .box article {
        font-size: 14px;
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri .box .title {
        font-size: 20px;
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri li:last-child {
        border-right: none;
        grid-column: 1 / -1;
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri li:nth-child(2n) {
        border-right: none;
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri li {
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    div[data-content="corporate"] #deliveries .teslimat-ogeleri {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    div[data-content="corporate"] #deliveries .head article {
        padding: 0px 5%;
    }

    div[data-content="corporate"] #deliveries .head h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /**/
    div[data-content="corporate"] #brand-guide .tablet-screen .screen .head {
        position: sticky;
        top: 55px;
        background-color: #141a2d;
        z-index: 5;
        padding-bottom: 5px;
    }

    div[data-content="corporate"] #brand-guide .videoContent video {
        height: auto;
    }

    div[data-content="corporate"] div[data-content="uygulama"] .masonry {
        column-count: 2;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .fontList .example {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .amblemContent {
        padding: 25px !important;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen .tablet-content .dataContent .amblemList {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 15px;
        height: auto;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen div[data-content="logo"] .dataContent {
        margin-top: 35px;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul li a {
        white-space: nowrap;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen .head nav ul {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 3px;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen .screen {
        padding: 20px;
        position: relative;
    }

    div[data-content="corporate"] #brand-guide .tablet-screen {
        width: 100%;
        border-radius: 15px;
        aspect-ratio: initial;
    }

    div[data-content="corporate"] #brand-guide .sectionHead article {
        width: 100%;
        padding: 0px 10%;
        text-align: center;
        letter-spacing: 0
    }

    div[data-content="corporate"] #brand-guide .container>.head h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-left: inherit;
        width: 100%;
    }

    div[data-content="corporate"] #brand-guide .sectionHead {
        margin-top: 0;
    }

    div[data-content="corporate"] #brand-guide {
        flex-flow: column-reverse;
    }

    div[data-content="corporate"] #brand-guide>.brand-content {
        position: relative;
        gap: 40px;
    }


    div[data-content="corporate"] #brand-guide .videoContent {
        width: 100%;
        margin-bottom: -170px;
    }

    div[data-content="corporate"] #processes .connections {
        padding: 5px;
        padding-top: 45px;
    }

    div[data-content="corporate"] #processes .step .box article {
        width: calc(100vw - 100px);
    }

    div[data-content="corporate"] #processes .step .box {
        width: calc(100vw - 170px);
        left: 100px !important;
        top: 0 !important;
    }

    #solutions div[data-content="corporate"] .process {
        transform: none;
        padding: 0px 10px;
        margin-top: 0;
        height: auto;
        display: flex;
        flex-flow: column;
        gap: 0;
    }

    div[data-content="corporate"] #processes .step {
        position: relative;
        left: 0px !important;
        top: 0 !important;
        margin-bottom: 70px;
    }

    div[data-content="corporate"] #processes .head {
        margin-bottom: 45px !important;
    }

    div[data-content="corporate"] #processes .head h2 {
        text-align: left;
        font-size: 30px;
        line-height: 40px;
        padding-right: 10%;
        padding-left: 15px;
    }

    div[data-content="corporate"] #processes .head article {
        font-weight: 400;
        color: var(--textColor);
        font-size: 16px;
        margin-top: 20px;
        text-transform: none !important;
        letter-spacing: 0;
        text-align: left;
        padding: 0px;
        padding-left: 15px;
    }

    div[data-content="corporate"] #portfolios .portfolios-hook a {
        transition-delay: .5s;
    }

    div[data-content="corporate"] #portfolios .portfolios-hook {
        bottom: 200px;
    }

    div[data-content="corporate"] #portfolios .categories {
        bottom: 15px;
    }

    div[data-content="corporate"] #portfolios .categories .loop-slider {
        padding-bottom: 15px;
    }

    div[data-content="corporate"] #portfolios {
        padding-bottom: 0;
    }

    div[data-content="corporate"] #portfolios .categories .loop-slider .item .box {
        padding: 0px !important;
    }

    div[data-content="corporate"] #portfolios .categories .loop-slider .item {
        width: 140px;
        padding: 5px !important;
    }

    div[data-content="corporate"] #portfolios .categories .loop-slider .item .visual img {
        height: 30px;
    }

    #solutions #portfolios .videoContent video {
        transform: scale(3.5);
        transform-origin: 61%;
        opacity: 1;
    }

    div[data-content="corporate"] #portfolios .videoContent {
        height: 80vh;
        margin-top: -20%;
    }

    div[data-content="corporate"] #portfolios .head article {
        padding: 0 5%;
        font-size: 14px;
    }

    div[data-content="corporate"] #portfolios .head {
        margin-bottom: 0 !important;
    }

    div[data-content="corporate"] #portfolios .head h2 {
        font-size: 40px;
        line-height: 42px;
    }

    /**/
    div[data-content="custom"] #custom-technology .head h2 {
        font-size: 27px;
    }

    div[data-content="custom"] #custom-technology .head article {
        padding: 0;
        text-transform: capitalize;
        font-size: 14px;
    }

    div[data-content="custom"] #custom-technology {
        margin-top: 0;
        padding-bottom: 30px;
    }

    div[data-content="custom"] #custom-hook .loop-slider .item {
        padding: 0px 10px;
    }

    div[data-content="custom"] #custom-hook .grid-content {
        margin-bottom: 45px;
    }

    div[data-content="custom"] #custom-hook {
        padding: 0px 15px;
    }

    div[data-content="custom"] #custom-hook .grid-content .item .box .flex-box {
        width: 115px;
        min-width: 115px;
    }

    div[data-content="custom"] #custom-hook .head {
        margin-bottom: 30px !important;
    }

    div[data-content="custom"] #custom-hook .grid-content .item .box .label {
        font-size: 23px;
        line-height: 27px;
    }

    div[data-content="custom"] #custom-hook .grid-content .item .box .flex-box>span.counter {
        font-size: 55px;
        line-height: 65px;
    }

    div[data-content="custom"] #how-we-work {
        padding-bottom: 0;
    }

    div[data-content="custom"] #how-we-work div[data-content] .visual {
        margin: auto;
        padding: 0px;
    }

    div[data-content="custom"] #how-we-work nav ul li a {
        border-radius: 10px;
    }

    div[data-content="custom"] #how-we-work nav ul {
        gap: 15px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    div[data-content="custom"] #how-we-work .head article {
        padding: 0px 5%;
        text-transform: capitalize;
        font-size: 13px;
    }


    div[data-content="custom"] #features .grid-content .title {
        font-size: 19px;
        line-height: 25px;
    }

    div[data-content="custom"] #features .head .sticky-content {
        padding: 0px 15px;
    }

    div[data-content="custom"] #features .head h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0px;
    }

    div[data-content="custom"] #features {
        padding-top: 0px;
        padding-bottom: 0;
    }

    /**/

    div[data-content="web"] #call article p:last-child {
        padding-right: 0;
        padding-bottom: 0;
    }

    div[data-content="web"] #call form {
        border-radius: 35px !important;
        padding: 75px 35px;
        margin-bottom: 35px;
    }

    div[data-content="web"] #call {
        padding-top: 0px;
    }

    div[data-content="web"] #technology .head {
        margin-bottom: 20px !important;
    }

    div[data-content="web"] #technology {
        padding: 60px 10px;
    }

    /**/
    div[data-content="web"] #processes .connections {
        padding: 4px;
        padding-top: 45px;
    }

    div[data-content="web"] #processes .head h2 {
        font-size: 40px;
        line-height: 51px;
    }

    div[data-content="web"] #processes {
        padding: 70px 0px;
        margin-top: 0px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    div[data-content="web"] #processes .step .box article {
        width: calc(100vw - 100px);
    }

    div[data-content="web"] #processes .step .box {
        width: calc(100vw - 170px);
        left: 100px;
        top: 0;
    }

    div[data-content="web"] #processes .step {
        position: relative;
        left: 0px;
        top: 0;
        margin-bottom: 120px;
    }

    div[data-content="web"] #processes .process>*:nth-last-child(2) {
        margin-bottom: 0 !important;
    }

    #solutions div[data-content="web"] .process {
        transform: none;
        padding: 0px 10px;
        margin-top: 0;
        height: auto;
        display: flex;
        flex-flow: column;
        gap: 0;
    }

    div[data-content="web"] #processes .head {
        margin-bottom: 30px !important;
    }

    /**/
    div[data-content="web"] #counter-web .mainBox {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    div[data-content="web"] #counter-web .grid-content {
        gap: 0px;
        width: 100%;
    }

    div[data-content="web"] #counter-web .grid-content .item .box .label .title {
        font-size: 20px;
        line-height: 28px;
    }

    div[data-content="web"] #counter-web .grid-content .item {
        width: 100%;
        margin-top: 0 !important;
        padding: 20px;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    div[data-content="web"] #counter-web .grid-content .item:nth-child(2n) {
        border-right: none !important
    }

    div[data-content="web"] #counter-web .grid-content .item:nth-last-child(1),
    div[data-content="web"] #counter-web .grid-content .item:nth-last-child(2) {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    div[data-content="web"] #counter-web .head h2 {
        font-size: 40px;
        line-height: 45px;
    }

    div[data-content="web"] #counter-web {
        margin-top: 0;
    }

    div[data-content="web"] #counter-web .grid-content .item .box .flex-box .counter {
        font-size: 50px;
        line-height: 56px;
    }

    div[data-content="web"] #counter-web .grid-content .item .box {
        flex-flow: column;
    }

    /**/
    div[data-content="e-ticaret"] #fishing .visualBox {
        position: absolute;
        top: 0;
        right: 0;
        height: 280px;
        aspect-ratio: 1 / 1;
        pointer-events: none;
    }

    div[data-content="e-ticaret"] #fishing {
        position: relative;
        padding-top: 0;
        padding-bottom: 20px;
    }

    div[data-content="e-ticaret"] #fishing .head article b.title {
        font-size: 20px;
        width: 70%;
        margin-bottom: 50px;
    }

    div[data-content="e-ticaret"] #fishing .head article {
        margin-right: 0;
    }

    div[data-content="e-ticaret"] #fishing .container {
        border-radius: 40px;
        padding: 40px 40px;
    }

    div[data-content="e-ticaret"] #fishing .head {
        flex-flow: column;
        gap: 15px;
    }

    div[data-content="e-ticaret"] #fishing .head h2 br {
        display: none;
    }

    div[data-content="e-ticaret"] #fishing .head h2 {
        line-height: 40px;
        writing-mode: unset;
        font-size: 30px;
        margin-bottom: 30px;
    }

    div[data-content="e-ticaret"] #partners .head .button {
        margin-top: 15px;
    }

    div[data-content="e-ticaret"] #partners {
        padding-top: 15px;
    }

    div[data-content="e-ticaret"] #counter {
        padding-top: 15px;
    }

    div[data-content="e-ticaret"] #counter .grid-content .item .box .flex-box .counter {
        font-size: 50px;
    }

    div[data-content="e-ticaret"] #counter .head article {
        text-align: left;
    }

    div[data-content="e-ticaret"] #counter .head h2 {
        padding: 0px;
        text-align: left;
        font-size: 40px;
        line-height: 50px;
    }

    div[data-content="e-ticaret"] .masonry .item article {
        margin-top: 15px;
        font-size: 13px;
    }

    div[data-content="e-ticaret"] .masonry .item .title {
        font-size: 18px;
    }

    div[data-content="e-ticaret"] .masonry .flex-box {
        flex-flow: column;
    }

    div[data-content="e-ticaret"] .masonry {
        column-count: 2;
        column-gap: 15px;
        padding-top: 90%;
        margin-top: -80%;
    }

    div[data-content="e-ticaret"] #sectors .head .button {
        margin-top: 15px;
    }

    div[data-content="e-ticaret"] #sectors .head h2 {
        font-size: 40px;
        line-height: 50px;
    }

    div[data-content="e-ticaret"] #expression .loop-slider .item .box .title {
        height: 90px;
    }

    div[data-content="e-ticaret"] .hookText {
        margin-bottom: -65px;
    }

    div[data-content="e-ticaret"] #expression .head span {
        font-size: 40px;
    }

    div[data-content="e-ticaret"] #expression .head h2 {
        font-size: 40px;
        line-height: 50px;
        margin-top: -15px;
    }

    div[data-content="e-ticaret"] .hookText article p b {
        font-size: 20px;
        padding: 15px;
    }

    div[data-content="e-ticaret"] ul.hookList li a article {
        font-size: 12px;
    }

    div[data-content="e-ticaret"] ul.hookList li a {
        font-size: 15px;
    }

    div[data-content="e-ticaret"] ul.hookList li a .flex-box {
        justify-content: flex-start;
        align-items: flex-start;
    }

    div[data-content="e-ticaret"] ul.hookList li {
        padding: 15px;
        background-color: #ffffff1c;
        border-radius: 15px;
        min-width: 330px;
    }

    div[data-content="e-ticaret"] ul.hookList {
        gap: 15px;
        padding: 0px 15px;
        margin-top: -60px;
        flex-flow: row;
        overflow-x: auto;
        padding-bottom: 15px;
    }

    div[data-content="e-ticaret"] .grid-content .item .box {
        padding: 25px;
        width: 330px;
        background-color: #ffffff1c;
        border-radius: 15px;
        height: 100%;
    }

    div[data-content="e-ticaret"] .grid-content {
        overflow-x: auto;
        gap: 15px;
    }

    /**/
    #solutions #comments .button-content {
        margin-top: 5px !important;
    }

    #solutions #comments .head {
        margin-bottom: -15px;
    }

    #solutions #comments .head h2 {
        margin-top: -5px;
        line-height: 40px;
    }

    #solutions #comments .head span {
        font-size: 31px;
    }

    #solutions .process ul {
        font-size: 14px;
    }

    #solutions .process ul .title {
        font-size: 18px;
    }

    #solutions .process .head {
        margin-bottom: 15px;
    }

    #solutions .process {
        transform: none;
        padding: 25px 10px;
        height: auto;
    }

    #solutions .process .head article {
        font-size: 45px
    }

    #solutions .process .head h2 {
        font-size: 40px;
    }

    #solutions .services.widget .flex-content .item .box:before {
        transform: none;
    }

    #solutions .services.widget .flex-content .item .box:before {
        top: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
    }

    #solutions .services.widget .flex-content .item,
    #solutions .services.widget .flex-content .item .box {
        background-color: transparent;
        backdrop-filter: none;
    }

    #solutions .logos .item img {
        height: 80px;
        max-width: 90%;
    }

    #solutions .logoList>* {
        padding: 5px;
    }

    #solutions .logoList>* .item-wrap {
        padding: 4px;
    }

    #solutions .logos .item {
        padding: 15px;
        margin-bottom: 15px;
    }

    #solutions .videoContent[data-content="performans"] {
        height: auto;
    }

    #solutions .data-list {
        font-size: 13px;
    }

    #solutions .curvyShadow {
        margin-top: -25px;
        margin-bottom: 20px;
    }

    #solutions .desc {
        margin-top: -50px;
    }

    #solutions:before {
        display: none;
    }

    #solutions .inTitle {
        font-size: 17px;
    }

    #solutions .loop-slider .item {
        height: 100%;
    }

    #solutions .loop-slider .item .box {
        width: 270px;
        padding: 30px;
        height: 100%;
    }

    #solutions .loop-slider {
        padding: 30px 0px;
    }

    #solutions .comp-head {
        margin-top: 0;
    }

    #solutions .head {
        margin-bottom: 0px;
    }

    #solutions .desc h2 {
        line-height: 38px;
        font-size: 34px;
    }

    #solutions .desc article {
        font-size: 13px;
        text-transform: capitalize;
    }

    #solutions>.container-fluid {
        zoom: 100%;
    }

    #solutions .services.widget {
        position: fixed;
        bottom: 0;
        top: initial;
        height: auto;
        overflow-x: auto;
        padding: 15px;
        justify-content: flex-start;
        padding-left: 45px;
        padding-top: 30px;
        backdrop-filter: blur(5px);
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(248, 248, 255, 0) 100%);
    }

    #solutions>.container-fluid {
        max-width: 95%;
    }

    #solutions {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /**/
    footer .menuList:last-child {
        border: none !important;
        padding-bottom: 0px;
    }

    /**/
    #comments .head {
        margin-bottom: 5px !important;
    }

    #comments .grid-content>.grid-item:last-child {
        display: none;
    }

    #comments .loop-slider .item-wrap .item {
        padding: 10px;
        padding-bottom: 10px;
    }

    #comments .grid-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    #comments .head span {
        font-size: 50px;
    }

    #comments .head h2 {
        font-size: 40px;
    }

    #comments {
        padding: 0px 0px;
    }

    /**/
    #content.blogs .container-fluid {
        zoom: 85%;
    }

    #content.blogs.viewing:before {
        display: none;
    }

    #content.blogs .secondary-blogs ul li a {
        aspect-ratio: 1/1;
    }

    #content.blogs .secondary-blogs {
        margin-top: 35px;
    }

    #content.blogs .active-blog .box .description {
        margin-bottom: 35px;
    }

    #content.blogs .active-blog .box .labels ul li {
        display: flex;
    }

    #content.blogs .active-blog .box .scene .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    #content.blogs .head {
        margin-bottom: 30px !important;
    }

    #content.blogs:before {
        height: 25%;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
    }

    #content.blogs {
        padding-left: 15px;
        padding-right: 15px;
    }

    #content.blogs .head article {
        padding: 0;
        width: 85%;
    }

    #content.blogs .head .button-content {
        justify-content: flex-start;
    }

    #content.blogs .head h2 {
        font-size: 40px;
        line-height: 50px;
    }

    /**/
    #packages {
        padding-bottom: 0;
    }

    #packages .grid-content .grid-item {
        padding: 25px;
        min-width: 290px;
    }

    #packages .grid-content {
        overflow-x: auto;
        gap: 15px;
    }

    #packages ul.nav {
        overflow-x: auto;
    }

    #packages ul.nav button {
        white-space: nowrap;
    }

    #packages ul.nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    #packages .head article {
        padding: 0px 10%;
        font-size: 14px;
    }

    #packages .head span {
        font-size: 35px;
    }

    #packages .head h2 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 11px;
    }

    /**/
    #analysis {
        padding: 0px 0px;
    }

    #analysis .head article b.title {
        font-size: 20px;
    }

    #analysis .head article {
        margin-right: 0px;
    }

    #analysis ul li .visualBox {
        transform: rotate(-0deg) scale(1);
    }

    #analysis .container {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #analysis ul li {
        border-radius: 35px;
        min-width: 190px;
    }

    #analysis ul {
        right: 0;
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        gap: 10px;
        overflow-x: auto;
        border-radius: 35px;
        padding-bottom: 15px;
    }

    #analysis .container>.row {
        flex-flow: column-reverse;
    }

    #analysis ul li {
        position: static;
        transform: rotate(0deg) !important;
        zoom: 90% !important;
    }

    #analysis .head {
        gap: 5px;
        flex-flow: column;
        margin-top: 20px;
    }

    #analysis .head h2 {
        writing-mode: initial;
        font-size: 25px;
        line-height: 34px;
        flex-wrap: wrap;
        display: flex;
    }

    #analysis .head h2 b {
        margin-right: 10px;
    }

    #analysis .head h2>br {
        display: none;
    }

    /**/
    #refferences img {
        height: 30px;
        width: auto;
        margin: 0px 10px;
    }

    /**/

    #skils {
        padding-bottom: 0;
        padding-top: 15px;
    }

    #skils .skilList li a .title {
        font-size: 16px;
    }

    #skils .skilList li a {
        padding: 20px;
    }

    #skils .skilList {
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        margin-left: -10px;
        margin-right: -10px;
    }

    #skils .container-fluid {
        width: 90%;
        max-width: 90%;
    }

    #skils .titleText {
        margin-bottom: 35px;
    }

    #skils .titleText article {
        width: 100%;
    }

    #skils .head h2 {
        font-size: 38px;
        writing-mode: inherit;
    }

    /**/
    header#mobile.menuOn .mobileMenu {
        transform: translateX(0);
    }

    header#mobile .mobileMenu ul li.drop .toggle:after {
        margin-left: auto;
        transform: rotate(0deg);
        font-size: 8px;
    }

    header#mobile .mobileMenu ul li.drop .sub .sub-content ul a:before {
        display: none;
    }

    header#mobile .mobileMenu ul li.drop .sub .sub-content ul a {
        font-size: 13px;
        padding: 0px 15px;
    }

    header#mobile .mobileMenu ul li.drop .sub .sub-content {
        border-radius: 0;
        background-color: #b7216e;
    }

    header#mobile .mobileMenu ul li.drop .sub {
        position: relative;
        margin-left: -12px;
        margin-right: -12px;
    }

    header#mobile .mobileMenu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    header#mobile .mobileMenu ul>li>a {
        padding: 10px 0px;
        height: auto;
        display: flex;
        font-weight: 500;
        font-size: 15px;
    }

    header#mobile .mobileMenu ul>li>a:before {
        content: "\e967";
        font-family: 'default' !important;
        font-size: 8px;
        margin-right: 5px;
        display: flex;
        align-items: center;
    }


    header#mobile .mobileMenu ul li a {
        color: white;
    }

    header#mobile .mobileMenu {
        position: fixed;
        width: 80%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--primaryColor);
        padding-top: 75px;
        transition: .3s;
        transform: translateX(-100%);
    }

    #headline .socials {
        top: 10%;
        bottom: initial;
    }

    header#mobile .accountToggle {
        position: relative;
    }

    header#mobile .accountToggle .button {
        padding: 0px;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        position: absolute;
        width: 40px;
        right: 0;
        top: -1px;
    }

    header#mobile .accountToggle .button i {
        margin-right: 0px !important;
        aspect-ratio: 1/1;
        width: 100%;
    }

    header#mobile .menuToggle {
        color: whitesmoke;
        font-size: 21px;
    }

    header#mobile .logoContent {
        transform-origin: left;
        transform: scale(.6);
        margin-left: 10px;
    }

    header#mobile {
        display: flex;
        background-color: var(--primaryColor);
        color: white;
        height: 50px;
        align-items: center;
    }

    /**/
    header#desktop {
        display: none;
    }

    /**/
    #hook .head {
        margin-bottom: 10px !important;
    }

    .loop-slider[data-direction="left"] .item-wrap .item,
    .loop-slider[data-direction="right"] .item-wrap .item {
        padding-right: 10px;
    }

    .loop-slider .item-wrap .item {
        padding: 15px;
    }

    .loop-slider .item-wrap a {
        height: 360px;
        box-shadow: 0px 0px 30px -20px black;
        border-radius: 10px;
    }

    #hook .container-fluid {
        width: 95%;
        max-width: 95%;
    }

    #hook .box .title {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
    }

    #hook .box article {
        text-align: center;
    }

    #hook .box .button {
        margin-left: auto;
        margin-right: auto;
    }

    #hook .box {
        padding-left: 0;
        margin-top: 25px;
    }

    .head article {
        font-size: 12px;
        letter-spacing: 0px;
    }

    #hook {
        padding-top: 24px;
        padding-bottom: 24px;
        margin: 15px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    #hook .head img {
        margin-bottom: -75px !important;
        height: 110px;
    }

    #hook .head h2 {
        font-size: 30px;
        line-height: 34px;
    }

    /**/

    #headline .centerImg .mask .flex-content h2,
    #headline .centerImg .mask .flex-content h2:first-child {
        font-size: 44px;
    }

    /**/
    footer .menuList>ul.cozumler .head {
        writing-mode: inherit;
    }

    footer .menuList>ul.cozumler>li:not(.head) {
        aspect-ratio: auto;
    }

    footer .menuList>ul.cozumler>li:not(.head) a {
        aspect-ratio: auto;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    footer .menuList>ul.cozumler {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }


    /**/
    #headline .scene {
        height: 70% !important;
        width: 80% !important;
        left: 10% !important;
        top: 10% !important;
    }

    #headline .scene .object.corporateCard {
        width: 100% !important;
    }


    #headline .centerImg .mask .button {
        margin: auto;
        margin-top: 20px !important;
        float: none !important;
    }

    .services.widget .flex-content .item .box i {
        display: none;
    }

    #headline .swiper-slide .mask {
        align-items: flex-end;
    }

    #headline .services.widget {
        bottom: 0 !important;
        transform: translateY(120px);
        overflow-x: auto;
        z-index: 35;
    }

    .services.widget .flex-content {
        justify-content: flex-start;
        width: fit-content;
        gap: 1%;
        padding-bottom: 10px;
    }

    .services.widget .flex-content .item {
        min-width: 200px;
        background-color: #ff007896;
        backdrop-filter: blur(10px);
        border-radius: 10px;
    }

    .services.widget .flex-content .item .box .title {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        color: white !important;
    }

    .services.widget .flex-content .item .box .title span {
        color: white !important;
    }

    #headline .centerImg .mask .flex-content h2:last-child {
        text-align: left;
        padding-left: 30px;
        margin-bottom: 0 !important;
    }

    #headline .centerImg .mask .flex-content h2:first-child {
        text-align: right;
        padding-right: 30px;
        margin-bottom: 0 !important;
    }

    #headline .centerImg .mask .flex-content h2 {
        transform: none !important;
        margin-bottom: 30px !important;
    }

    #headline .swiper-slide .mask {
        zoom: 55%;
    }

    #headline .swiper-slide {
        height: 40vh;
        min-height: 40vh;
    }

    #headline {
        height: 40vh;
        min-height: 40vh;
        padding-bottom: 0px;
        margin-bottom: 160px;
    }

    /**/
    footer .menuList:not(:last-child) {
        margin-bottom: 0px;
    }

    footer .menuList {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .badgeList {
        gap: 6px;
    }

    footer .menuList>ul {
        gap: 25px;
    }

    footer .badge {
        font-size: 9px;
        font-weight: 500;
        padding: 7px 10px;
        border-radius: 5px;
    }

    footer {
        padding-top: 45px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    /**/
    header {
        position: sticky !important;
        top: 0 !important;
        background-color: var(--primaryColor);
        box-shadow: 0px 20px 10px -20px #00000063;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        height: 75px;
    }

    header.sticky {
        top: 0;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background-color: var(--primaryColor);
    }

    /**/
}


/* ====== Mobile Settings ENd ====== */