html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Euclid Circular B';
    background: #FAFBFD;
    position: relative;
    margin: 0;
}

main {
    display: block;
}

.bg_color {
    background: #E7F6FC;
}

.mgt {
    margin-top: 20px;
    padding: 30px 0 50px 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

[data-tooltip]:before {
    display: none;
}

i.fi:before {
    font-family: uicons-regular-rounded !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: Epilogue;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 600;
    color: #353550;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

:root {
    --primary: #FF5B9E;
    --secondary: #FFA1C5;
    --accent: #9681FF;
    --light: #FFFFFF;
    --dark: #2E2A4A;
    --success: #00D09C;
}

#mio-cookie-popup a strong {
    color: #FFFFFF !important;
}
.support-dropdown-container {
    z-index: 3;
    position: fixed;
    display: block;
    left: unset;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: none;
    top: unset;
}

.support-dropdown-container .support-header {
    background: #1E232F;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-left: -20px;
    margin-right: -20px;
}

.support-dropdown-container .support-header img {
    margin-right: 12px;
}

.support-dropdown-container button {
    display: flex;
    align-items: center;
    width: 230px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    gap: unset;
}

.support-dropdown-container > button {
    position: relative;
    z-index: 10;
    transition: 0.3s;
    padding: 15px 30px;
    max-width: 150px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #3371F2;
    white-space: nowrap;
}

.support-dropdown-container > button i {
    font-size: 20px;
    font-weight: 400;
    margin-right: 7px;
    height: 20px;
}

.support-dropdown-container button #support-dropdown-icon {
    margin-left: auto;
}

.support-dropdown-menu-labels {
    position: absolute;
    overflow: hidden;
    min-width: 300px;
    z-index: 1;
    top: -237px;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    translate: 0 -20px;
    transition: 0.4s;
}

.support-dropdown-menu-labels button {
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.support-dropdown-menu-labels button:not(:last-child) {
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 35px;
}

.support-dropdown-menu-labels button .support-icon {
    font-size: 22px;
    padding: 9px;
    border-radius: 50%;
    background: rgba(51, 113, 242, 0.10);
    color: #3371F2;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.support-dropdown-menu-labels button .support-ml-auto {
    font-size: 18px;
    color: rgba(103, 120, 148, 0.50);
}

.support-dropdown-menu-labels button .support-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #677894;
    font-size: 13px;
    font-weight: 400;
}

.support-dropdown-menu-labels button .support-text span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
}

.support-dropdown-container.support-open .support-dropdown-menu-labels {
    opacity: 1;
    translate: 0;
    visibility: visible;
    padding: 0 20px 25px 20px;
    border-radius: 3px;
    overflow: hidden;
}

.support-dropdown-container.support-open .support-dropdown-menu-labels::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 95%;
    background: #fff;
    border-radius: 3px;
    z-index: -1;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.announcement {
    background: #3371F2;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}

.announcement.first {
    background: radial-gradient(47.51% 149.71% at 89.82% 29.93%, #2E3647 0%, #1E232F 100%) !important;
}

.announcement .announcement--area .announS .swiper-slide {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.announcement .announcement--area .announS .swiper-slide span {
    padding: 1px 11px;
    border-radius: 3px;
    background: #27AE60;
    display: inline-block;
    margin: 0 8px 0 4px;
}

.announcement .announcement--area .announS .swiper-slide b {
    font-weight: 500;
    color: #FFF;
}

.announcement .announcement--area .announS .swiper-slide a {
    color: #FFF;
    font-size: 16px;
}

.announcement.first .announcement--area .announS .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement.first .announcement--area .announS .swiper-slide a {
    background: #3371F2;
    font-weight: 500;
    font-size: 14px;
    padding: 3.5px 18px;
    border-radius: 3px;
    margin-left: 10px;
}

.display_none {
    display: none;
}

#asamaaktif h3 {
    background: linear-gradient(91deg, #3371F2 48.77%, #FBE3A2 130.76%);
}

.pakettitle {
    color: #353550;
}

#asamaaktif {
    color: #3371f2;
}

.ilanasamax {
    color: #677894;
}

.ilanasamax h3 {
    color: #677894;
    background: #f4f8fb;
}

.pakettitle h1 {
    font-size: 22px;
    font-weight: 600;
    color: #353550;
}

.pakettitle h2 {
    font-size: 15px;
    font-weight: 400;
    color: #677894;
}

.orderperiodblock h2 {
    font-size: 32px !important;
    font-weight: 600;
    color: #353550;
}

.siparisbilgileri .btn {
    background: #3371f2;
    font-weight: 500;
}

.siparisbilgileri .btn strong {
    color: #fff !important;
}

.siparisbilgileri .btn:hover {
    background: #316EED;
    color: #fff;
}

.siparisbilgileri .btn:focus {
    outline: none;
    box-shadow: none;
}

.siparisbilgileri .ui-state-active {
    background: #3371F2;
}

.domainsec .alanadisorgu .gonderbtn {
    background: #3371f2;
    font-weight: 500;
}

.sepet {
    margin-top: 40px;
}

.sepetbaslik {
    color: #677894;
    background: #F4F8FB;
    font-family: 'Euclid Circular B';
    font-weight: 500;
    border-radius: 3px;
}

.userverification {
    margin: 0;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 65px !important;
}

.orderuserlogin {
    width: 94%;
    font-family: 'Euclid Circular B';
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    line-height: 22px;
}

.kind--box .radio-custom-label {
    width: 100% !important;
    background: #eee !important;
    border-radius: 3px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kind--box .radio-custom-label::before {
    content: none;
}

.kind--box .checktext {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.kind--box .radio-custom:checked+.radio-custom-label span.checktext {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.kind--box .radio-custom:checked+.radio-custom-label {
    background: #3371f2 !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kind--box .radio-custom:checked+.radio-custom-label:before {
    opacity: 0;
    visibility: hidden;
    content: none;
}

.sepetlist {
    background: #fff;
    box-shadow: none !important;
    border-radius: 3px;
}

.sepetlistcon .uhinfo h5 {
    color: #353550;
}

.sepetlistcon .uhinfo {
    color: #677894;
    font-size: 15px;
}

.sepetlistcon .uhinfo h5 strong {
    font-weight: 600;
}

.uhperiyod h5 {
    font-size: 15px;
    font-weight: 500;
}

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

.green-label {
    background: linear-gradient(91deg, #3371F2 48.77%, #FBE3A2 130.76%);
}

.green-label:before {
    display: none;
}

.sepetsipinfo tr td strong {
    color: #677894;
}

.sepetsipinfo .amount_spot_view {
    color: #353550;
    font-weight: 600;
}

.sepetsipinfo .amount_spot_view i {
    font-size: 17px;
}

#use_coupon a {
    color: #3371F2;
}

.sepetsipinfo .tot {
    color: #3371F2;
}

.sepetsipinfo .tot i {
    font-size: unset;
    margin-right: -20px;
}

.sepetright .gonderbtn {
    color: #fff;
    border: none;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    width: 100%;
    background: #3371F2;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
}

.sepetright .gonderbtn:hover {
    background: #316EED;
}

.orderuserlogin h2 {
    color: #353550;
}

.orderuserlogin .radio-custom:checked+.radio-custom-label {
    background: #f4f8fb;
    color: #353550;
    font-weight: 500;
    border-radius: 3px;
}

.orderuserlogin .radio-custom-label {
    border: 1px solid #EEF0F2;
    color: #677894;
}

.radio-custom+.radio-custom-label:before {
    border: 1.5px solid #677894;
}

.orderuserlogin table tr td {
    font-size: 15px;
    color: #353550;
}

.orderuserlogin table tr td input {
    border-radius: 3px;
    border: 1px solid #D8DCE5;
    padding: 13px;
    font-size: 14px;
}

.intl-tel-input .selected-flag .iti-arrow {
    display: none !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: none !important;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #3371F2;
    border: 1.5px solid #3371F2;
}

#total-amount-payable .amount_spot_view {
    color: #3371F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#total-amount-payable .amount_spot_view i {
    font-size: unset;
    margin-right: -20px;
}

.orderuserlogin .yesilbtn {
    background: #3371f2 !important;
    box-shadow: none !important;
    border-radius: 3px;
}

.orderuserlogin .yesilbtn strong {
    color: #fff;
}

.yesilbtn {
    font-weight: 500 !important;
}

.orderuserlogin .yesilbtn:hover {
    background: #316EED !important;
}

.orderuserlogin .radio-custom-label:hover {
    background: #f4f8fb;
    border-radius: 3px;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #3371F2;
    border: 1.5px solid #3371F2;
}

.uhtutar h4 strong {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.amount_spot_view i {
    font-size: 16px;
}

.siparisbilgileri table tr:nth-child(2) td strong {
    color: #353550;
}

.siparisbilgileri table tr td span {
    color: #677894;
}

textarea:focus {
    border: none;
}

.alanadisorgu input {
    box-shadow: none;
    color: #353550;
    border: 1px solid #e2e8f0;
}

.alanadisorgu input::-webkit-input-placeholder {
    font-size: 14px;
    color: #677894;
}

.alanadisorgu input:-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

.alanadisorgu input::-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

.alanadisorgu input::placeholder {
    font-size: 14px;
    color: #677894;
}

.asamaline {
    background: #f4f8fb;
}

/* Şeker Bayramı Banner 
.candy-festival-banner {
    width: 100%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}

/* Şeker deseni arka planı 
.candy-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20c-1.953 0-3.535 1.582-3.535 3.535 0 1.953 1.582 3.535 3.535 3.535s3.535-1.582 3.535-3.535c0-1.953-1.582-3.535-3.535-3.535zm40 40c-1.953 0-3.535 1.582-3.535 3.535 0 1.953 1.582 3.535 3.535 3.535s3.535-1.582 3.535-3.535c0-1.953-1.582-3.535-3.535-3.535zm20-40c-1.953 0-3.535 1.582-3.535 3.535 0 1.953 1.582 3.535 3.535 3.535s3.535-1.582 3.535-3.535c0-1.953-1.582-3.535-3.535-3.535zm-40 40c-1.953 0-3.535 1.582-3.535 3.535 0 1.953 1.582 3.535 3.535 3.535s3.535-1.582 3.535-3.535c0-1.953-1.582-3.535-3.535-3.535z' fill='%23FFFFFF' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 1;
}

/* Animasyonlu şekerler 
.floating-candies {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.floating-candy {
    position: absolute;
    z-index: 1;
    will-change: transform;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.05));
}

.candy-1 {
    top: -5%;
    left: 7%;
    animation: floatAnimation 13s ease-in-out infinite;
}

.candy-2 {
    top: 70%;
    left: 15%;
    animation: floatAnimation 15s ease-in-out infinite 1s;
}

.candy-3 {
    top: 10%;
    right: 12%;
    animation: floatAnimation 14s ease-in-out infinite 2s;
}

.candy-4 {
    top: 60%;
    right: 7%;
    animation: floatAnimation 16s ease-in-out infinite 0.5s;
}

.candy-5 {
    bottom: 5%;
    right: 25%;
    animation: floatAnimation 18s ease-in-out infinite 1.5s;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
*/
/* Ana içerik konteyner */
.banner-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* Bayram mesajı alanı */
.festival-message {
    display: flex;
    align-items: center;
    color: var(--light);
}

/* Şeker ikonları */
.candy-icon-group {
    margin-right: 20px;
    position: relative;
    width: 60px;
    height: 60px;
}

.candy-icon {
    position: absolute;
    animation: pulse-candy 2s ease-in-out infinite;
}

.candy-icon-1 {
    top: 0;
    left: 10px;
    animation-delay: 0s;
}

.candy-icon-2 {
    bottom: 0;
    left: 0;
    animation-delay: 0.3s;
}

.candy-icon-3 {
    bottom: 0;
    right: 0;
    animation-delay: 0.6s;
}

@keyframes pulse-candy {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Mesaj içeriği */
.message-content {
    line-height: 1.4;
}

.message-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -5px;
    letter-spacing: 0.3px;
}

.message-subtitle {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}

/* Vurgulu metin */
.highlight {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    background: var(--accent);
    padding: 2px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin: 0 3px;
    animation: bounce-highlight 2s infinite;
}

@keyframes bounce-highlight {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

/* Kupon bölümü */
.coupon-section {
    display: flex;
    align-items: center;
}

/* Şeker kupon kutusu - Sadeleştirilmiş tasarım */
.candy-coupon {
    position: relative;
    background: var(--light);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border: 2px dashed var(--primary);
    overflow: hidden;
    padding: 10px 24px;
}

.candy-coupon::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    animation: shine 6s infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        left: -100%;
        top: -100%;
    }

    20%, 100% {
        left: 100%;
        top: 100%;
    }
}

.candy-coupon:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.candy-coupon:active {
    transform: translateY(0);
    background-color: rgba(255, 151, 192, 0.05);
}

/* Kupon kodu alanı */
.coupon-code {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    user-select: all;
}

/* Küçük kopyala ipucu */
.candy-coupon::after {
    content: "Kopyalamak için tıkla";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

.candy-coupon:hover::after {
    bottom: 2px;
    opacity: 1;
}

/* Modern bildirim */
.candy-notification {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(-100px);
    background-color: var(--dark);
    color: var(--light);
    padding: 12px 24px 12px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 9999;
}

.candy-notification.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Şeker ikonu (bildirim için) */
.notification-candy {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#noAddress h5 {
    color: #353550;
    font-size: 17px;
    font-weight: 500;
}

#newAddress h3 {
    color: #353550;
    font-weight: 600;
    font-size: 17px;
}

.yuzde30 strong {
    color: #677894;
    font-weight: 500;
}

.yuzde25 strong {
    color: #677894;
    font-weight: 500;
}

.yuzde15 strong {
    color: #677894;
    font-weight: 500;
}

#newAddress .line {
    color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde30 #country_list option {
    color: #353550;
}

.yuzde30 #country_list {
    color: #677894;
}

.yuzde30 select {
    color: #677894;
}

.yuzde25 input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde25 input:focus {
    border: 1px solid #D8DCE5;
    padding: 13px;
}

.yuzde30 select {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde30 select:focus {}

.yuzde15 input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde15 input:focus {
    border-bottom-color: #677894;
    border-bottom-width: 2px;
}

.lazy {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.css-4276uk-Popup-Box-Box {
    max-width: 100% !important;
}

.faturabilgisi>div[style="width: 80%;margin-top: 20px;"] {
    width: 100% !important;
    margin-top: -8px !important;
}

.faturabilgisi .red-info {
    background: #fafbfd;
    margin-bottom: 23px !important;
}

#result {
    margin-top: 35px !important;
    color: #353550;
}

.langflagicon img {
    opacity: 1;
}

.langandcur img {
    margin-bottom: 0;
}

.sosyalbtns {
    float: none;
}

.sosyalbtns .langflagicon {
    line-height: 40px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    color: #677894;
}

.sosyalbtns .langflagicon i.ri-chat-smile-2-line {
    font-size: 17px;
    margin-right: 5px;
}

.sosyalbtns .langflagicon i.ri-arrow-down-s-line {
    font-size: 13px;
    margin-left: 5px;
}

.bankablok {
    width: 50%;
}

.bankalogo {
    width: 93%;
}

.faturabilgisi {
    width: 100%;
}

.faturabilgisi .red-info h5 {
    color: #677894 !important;
    font-size: 14px;
}

.faturabilgisi .red-info h5:first-child strong {
    font-size: 18px !important;
}

.bank-notification .yesilbtn {
    margin-top: 0;
}

.faturabilgisi .red-info .padding20 {
    padding: 30px 15px;
}

.bank-notification,
.bank-notification-info {
    text-align: left;
}

.bank-notification {
    border-bottom: 1px solid #EEF0F2;
}

.bankablok .line {
    background: #EEF0F2;
}

.bank-notification .yuzde50 {
    width: 100%;
}

.bankablok {
    margin: 15px 0 0 0;
}

.bank-notification .yuzde50 input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
    margin-top: 15px;
}

.bank-notification .yuzde50 input[name=""] .bank-notification .yuzde50 select {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
    color: #677894;
}

.bank-notification .yuzde50 select:focus {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
    color: #677894;
}

.bank-notification .yuzde50 input:focus {
    border-bottom-color: #677894;
    border-bottom-width: 2px;
}

.bank-notification-info {
    color: #353550;
}

.yuzde30 strong {
    color: #677894;
    font-weight: 500;
}

.yuzde25 strong {
    color: #677894;
    font-weight: 500;
}

.yuzde15 strong {
    color: #677894;
    font-weight: 500;
}

#newAddress .line {
    background-color: #EEF0F2;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}

.faturabilgisi .yesilbtn {
    float: left;
    background: #3371f2;
    margin-top: 25px;
    border-radius: 3px;
}

#address input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

#address strong {
    color: #677894;
    font-weight: 500;
}

#address input:focus {
    border: 1px solid #D8DCE5;
    padding: 13px;
}

.yuzde30 #country_list option {
    color: #353550;
}

.yuzde30 #country_list {
    color: #677894;
}

.yuzde30 select {
    color: #677894;
}

.yuzde25 input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde25 input:focus {
    border: 1px solid #D8DCE5;
    padding: 13px;
}

.yuzde30 select {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde30 select:focus {
    border: 1px solid #D8DCE5;
    padding: 12px 10px;
}

.yuzde15 input {
    border-bottom-color: #EEF0F2;
    border-bottom-width: 2px;
}

.yuzde15 input:focus {
    border: 1px solid #D8DCE5;
    padding: 13px;
}

.lazy.Load {
    opacity: 1;
}

@-webkit-keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
        -moz-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
        -o-transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        -moz-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        -o-transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
        -moz-transform: translate(10px, -5px);
        -ms-transform: translate(10px, -5px);
        -o-transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
        -moz-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
        -o-transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        -moz-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        -o-transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
        -moz-transform: translate(10px, -5px);
        -ms-transform: translate(10px, -5px);
        -o-transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
}

@-webkit-keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

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

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

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

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }

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

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }

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

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.title {
    text-align: center;
}

.title h2 {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #353550;
    margin-bottom: 8px;
}

.title p {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #677894;
}

.home-top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-top-buttons a.details {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    background-color: #3371F2;
    margin-right: 30px;
    padding: 18px 0;
    width: 100%;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

.home-top-buttons a.contact-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border: 1.5px solid #384152;
    padding: 18px 0;
    width: 100%;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

section.home .home-item .home-top-info .section {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

section.home .home-item .home-top-info .section .image--area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

section.home .home-item .home-top-info .section .image--area .item img {
    border: 2px solid var(--whitebg);
    border-radius: 50%;
}

section.home .home-item .home-top-info .section .image--area .item.per2 {
    margin-left: -15px;
    z-index: 0;
    position: relative;
}

section.home .home-item .home-top-info .section .image--area .item.per3 {
    margin-left: -15px;
    z-index: 0;
    position: relative;
}

section.home .home-item .home-top-info .section .image--area .item.text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

section.home .home-item .home-top-info .section .image--area .item.text::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    height: 40px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.15;
}

section.home .home-item .home-top-info .section .image--area .item.text span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

section.home .home-item .home-top-info .section .star {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

section.home .home-item .home-top-info .section .star span {
    letter-spacing: -2px;
}

section.home .home-item .home-top-info .section .star span i {
    font-size: 13px;
    margin-right: 5px;
    color: #FBE3A2;
}

.spacer {
    display: none;
}

.site-navbar {
    padding: 14px 0 0 0 !important;
    z-index: 2;
    top: 39px;
    /*aktif*/
    top: 0;
}

.site-navbar .site-logo {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.site-navbar .site-logo a {
    display: flex;
    align-items: center;
}

.site-navbar .site-logo a span {
    border-left: 1px solid #67789480;
    margin-left: 10px;
    padding-left: 10px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 20px;
    padding: 7px 0px;
    color: #677894;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a.login-btn {
    margin-left: 18px !important;
}

.site-navbar .site-navigation .site-menu>li>a i {
    display: none;
}

.site-navbar .site-navigation .site-menu>li>a.register-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #3371F2;
    line-height: 34px;
    padding: 3.5px 18px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 17px !important;
}

.site-navbar .site-navigation .site-menu>li>a.register-btn svg {
    margin-right: 7px;
}

.site-navbar .site-navigation .site-menu>li.mus_panel {
    padding-right: 5px;
}

.site-navbar .site-navigation .site-menu>li.active a {
    color: #fff;
}

.site-navbar .pulsing {
    position: absolute;
    right: 19%;
    top: -95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-navbar .pulsing .pulseline:after {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 2px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore linear infinite;
    -webkit-animation: 5s flairanimationbefore linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.site-navbar .pulsing .pulseline:before {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 2px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.23);
    transform: scale(1.23);
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-mobile-menu {
    width: 80%;
    max-width: 450px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #2E3647;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.site-mobile-menu .site-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-mobile-menu .site-nav-wrap li {
    border-bottom: 1px solid #384152;
    padding: 20px 30px;
}

.site-mobile-menu .site-nav-wrap li:nth-child(8) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.site-mobile-menu .site-nav-wrap li:first-child {
    border-top: 1px solid #384152;
}

.site-mobile-menu .site-nav-wrap li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-mobile-menu .site-nav-wrap li a.register-btn {
    background: transparent;
    padding: 0;
    line-height: 17px;
}

.site-mobile-menu .site-nav-wrap li a.register-btn svg {
    display: none;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
    padding-top: 3px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 0 20px 1px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 0;
    display: block;
    position: relative;
    color: #353550;
}

.site-mobile-menu .site-nav-wrap a.register-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #3371F2;
    line-height: 34px;
    padding: 5.5px 25.22px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-mobile-menu .site-nav-wrap a.register-btn svg {
    margin-right: 7px;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 13px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.site-menu-toggle i {
    font-size: 24px;
    color: #fff;
}

header.scrolled {
    background: #2E3647 !important;
    top: 0;
}

header.scrolled.site-navbar {
    padding: 13.5px 0 !important;
    /* -webkit-transition: 400ms;
    transition: 400ms; */
    transition: all 0.3s ease-in-out;
    background: radial-gradient(47.51% 149.71% at 89.82% 29.93%, #2E3647 0%, #1E232F 100%) !important;
}

section.home {
    background: radial-gradient(47.51% 149.71% at 89.82% 29.93%, #2E3647 0%, #1E232F 100%);
    padding: 140px 0 90px 0;
    position: relative;
    overflow: hidden;
}

section.home .home-item .home-top-info {
    z-index: 3;
}

section.home .home-item .home-top-text h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.home .home-item .home-top-text h1 span {
    background: linear-gradient(96.14deg, #FBE3A2 11.06%, #3371F2 62.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
}

section.home .home-item .home-top-text h1 span.webtas {
    background: linear-gradient(111deg, #FBE3A2 -7.94%, #3371F2 110.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section.home .home-item .home-top-text h1 span.haziryaz {
    background: linear-gradient(96.14deg, #FBE3A2 10.06%, #3371F2 117.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section.home .home-item .home-top-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    padding: 40px 81px 50px 0;
}

section.home .home-item .home-top-bg {
    position: relative;
}

section.home .home-item .home-top-bg .home-img {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.home .home-item .home-top-bg .home-img .main_img {
    z-index: 1;
    max-width: 530px;
    max-height: 530px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home .home-item .home-top-bg span.animate__ {
    position: absolute;
}

section.home .home-item .home-top-bg span.animate__ img {
    height: auto;
}

section.home .home-item .home-top-bg span.animate__1 {
    -webkit-animation: movedelement 7s linear infinite;
    animation: movedelement 7s linear infinite;
    z-index: 1;
    left: 14%;
    top: 18%;
}

section.home .home-item .home-top-bg span.animate__2 {
    -webkit-animation: movedelement2 7s linear infinite;
    animation: movedelement2 7s linear infinite;
    z-index: 1;
    right: 12%;
    top: 33%;
}

section.home .home-item .home-top-bg span.animate__3 {
    -webkit-animation: movedelement3 7s linear infinite;
    animation: movedelement3 7s linear infinite;
    z-index: 1;
    right: 15%;
    bottom: 23%;
}

section.home .home-item .home-top-bg span.animate__4 {
    -webkit-animation: float 7s linear infinite;
    animation: float 7s linear infinite;
    z-index: 1;
    right: 30%;
    bottom: 12%;
}

section.home .pulsing {
    position: absolute;
    right: 13%;
    top: -93%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.home .pulsing .pulseline:after {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 1.5px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore linear infinite;
    -webkit-animation: 5s flairanimationbefore linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

section.home .pulsing .pulseline:before {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 1.5px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.23);
    transform: scale(1.23);
}

.bg_header {
    position: relative;
    padding: 40px 0 !important;
}

.bg_header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(47.51% 149.71% at 89.82% 29.93%, #2E3647 0%, #1E232F 100%);
}

section.home_ext .home-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.home_ext .home-item .home-top-bg .home-img {
    width: 517px;
    height: 517px;
    background: linear-gradient(142.24deg, #A68BC7 17%, #A0A9C2 68.98%) padding-box;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    border: solid 37px transparent;
    -webkit-box-shadow: 0 0 0 2px #384152;
    box-shadow: 0 0 0 2px #384152;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    max-width: 216px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: -35px;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #677894;
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab h4 img {
    margin-left: auto;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab .comment_box {
    max-width: 135px;
    float: left;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab .comment_box .comment__container .p_ab_boddy {
    background: #F3FBFE;
    border-radius: 3px;
    padding: 10px;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab .comment_box .comment__container .p_ab_boddy .counter-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    margin-left: 6px;
    color: #677894;
}

section.home_ext .home-item .home-top-bg .home-img .p_ab .comment_box .comment__container .p_ab_boddy p {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #677894;
    margin-left: 0;
    padding-top: 5px;
}

section.home_ext .home-item .home-top-bg .home-img .main_img {
    width: 100%;
    max-width: 517px;
}

section.home_ext .home-item .home-top-bg .home-img .main_img {
    width: 100%;
    max-width: 517px;
}

section.home_ext .home-item .home-top-info {
    z-index: 3;
    max-width: 675px;
}

section.home_ext .home-item .home-top-text span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #677894;
}

section.home_ext .home-item .home-top-text h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    color: #fff;
    margin-top: 10px;
}

section.home_ext .home-item .home-top-text h1 span {
    background: linear-gradient(96.14deg, #FBE3A2 11.06%, #3371F2 62.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    display: inline-block;
}

section.home_ext .home-item .home-top-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 35px 0;
}

section.home_ext .home-item .home_top_items ul {
    margin-bottom: 0;
    margin-left: -5px;
    padding: 0;
}

section.home_ext .home-item .home_top_items ul li {
    padding: 0 0 30px 5px;
}

section.home_ext .home-item .home_top_items ul li .f_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.home_ext .home-item .home_top_items ul li .f_item .item_icn {
    width: 48px;
    min-height: 48px;
    background-color: #2C3344;
    border-radius: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.home_ext .home-item .home_top_items ul li .f_item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
}

section.home_ext .home-item .home_top_items ul li .f_item p span.text_one {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 7px;
}

section.home_ext .home-item .home_top_items ul li .f_item p span.text_second {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #677894;
}

section.home_ext .home-top-bg span.animate__4 {
    right: 22% !important;
    top: 11%;
}

section.home_ext .home-top-bg span.animate__2 {
    right: 28% !important;
    bottom: 18% !important;
    top: unset !important;
}

section.home_ext .home-top-bg span.animate__1 {
    left: 6% !important;
    top: 35% !important;
}

section.home_ext .home-top-bg span.animate__3 {
    right: 12% !important;
    bottom: 21% !important;
}

section.home_yazilim .home-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.home_yazilim .home-item .home-top-bg .home-img .main_img {
    width: 100%;
    max-width: 517px;
}

section.home_yazilim .home-item .home-top-info {
    z-index: 3;
    max-width: 675px;
}

section.home_yazilim .home-item .home-top-text span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #677894;
}

section.home_yazilim .home-item .home-top-text h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    color: #fff;
    margin-top: 10px;
}

section.home_yazilim .home-item .home-top-text h1 span {
    background: linear-gradient(96.14deg, #FBE3A2 11.06%, #3371F2 62.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

section.home_yazilim .home-item .home-top-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 30px 0;
}

section.home_yazilim .home-item .home_top_items ul {
    margin-bottom: 0;
    margin-left: -5px;
    padding: 0;
}

section.home_yazilim .home-item .home_top_items ul li {
    padding: 0 0 30px 5px;
}

section.home_yazilim .home-item .home_top_items ul li .f_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.home_yazilim .home-item .home_top_items ul li .f_item .item_icn {
    width: 48px;
    min-height: 48px;
    background-color: #2C3344;
    border-radius: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.home_yazilim .home-item .home_top_items ul li .f_item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
}

section.home_yazilim .home-item .home_top_items ul li .f_item p span.text_one {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 7px;
}

section.home_yazilim .home-item .home_top_items ul li .f_item p span.text_second {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #677894;
}

@-webkit-keyframes flairanimationbefore {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes flairanimationbefore {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes flairanimationbefore2 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
}

@keyframes flairanimationbefore2 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    70% {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
}

section#interface-products {
    padding: 80px 0 50px 0;
    position: relative;
}

.new--products {
    padding: 103px 0 30px 0 !important;
}

section#interface-products.plugins .interface-container .item__bottom a {
    width: 100% !important;
    max-width: 100% !important;
    background: #FFFFFF !important;
    border: 1px solid #E9F5FB !important;
    border-radius: 5px !important;
    color: #353550 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

section#interface-products.plugins .interface-container .item__bottom a:hover {
    background: #3371F2 !important;
    border: 1px solid #3371F2 !important;
    color: #fff !important;
}

section#interface-products.plugins .interface-container .products .products-item .item-detail {
    border-radius: 5px !important;
}

section#interface-products.plugins .title {
    float: left;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#interface-products.plugins .title .line {
    background-color: #E5F2F8;
    float: left;
    height: 0.5px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 992px;
}

section#interface-products .title {
    padding-bottom: 40px;
}

section#interface-products .title.inbg {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

section#interface-products .title.inbg a {
    background: #f4f8fb;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #677894;
    padding: 18px;
    min-width: 160px;
}

section#interface-products .title.inbg a i {
    font-size: 19px;
    margin-right: 12px;
}

section#interface-products .interface-container {
    position: relative;
    overflow: hidden;
}

section#interface-products .interface-container .products .products-item {
    margin-bottom: 30px;
}

section#interface-products .interface-container .products .products-item .item__img.inbg {
    background: #fff;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 390px;
    width: 100%;
}

section#interface-products .interface-container .products .products-item .item__img.inbg img {
    height: auto;
    max-width: 100%;
    max-height: 180px;
}

section#interface-products .interface-container .products.productslide .products-item {
    display: flex;
    justify-content: center;
}

section#interface-products .interface-container .products .products-item .item-detail {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    max-width: 390px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__img.inbg {
    background: #D8EDF7;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
}

section#interface-products .interface-container .products .products-item .item-detail.inbg {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 3px 3px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body {
    padding: 22px 0;
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 25px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body.inbg {
    margin-top: 0;
    padding-top: 0;
}

.new--products .interface-container .products .products-item .item-detail {
    padding: 20px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new--products .interface-container .products .products-item .item-detail .item__img img {
    min-height: 180.15px;
    max-width: 340px !important;
    width: 100%;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body {
    padding: 22px 0;
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 25px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body a {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #353550;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body a h2 {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #353550;
}

section#interface-products .interface-container .products .products-item.inbg .item-detail .item__body a {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
}

section#interface-products .interface-container .products .products-item.inbg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section#interface-products .interface-container .products .products-item .item-detail .item__body p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #677894;
    min-height: 69px;
}

section#interface-products .interface-container .products .products-item.inbg .item-detail .item__body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    max-width: 163px;
    border-radius: 3px;
    line-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.fiyat {
    border: 1px solid #E9F5FB;
    color: #353550;
    margin-right: 24px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.fiyat.inbg {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #E9F5FB;
    color: #353550;
    border-radius: 3px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.satinal {
    background: #3371F2;
    color: #fff;
    max-width: 100%;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.satinal.inbg i {
    font-size: 15px;
    margin-right: 7px;
}

section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.satinal i {
    margin-right: 7px;
}

.product--list .product--item .item--inner {
    background: #fff;
    padding: 30px 25px;
}

.product--list .product--item:first-child .item--inner {
    border-radius: 5px 5px 0 0;
}

.product--list .product--item:last-child .item--inner {
    border-radius: 0 0 5px 5px;
}

.product--list .product--item:nth-child(even) .item--inner {
    background: #F6FCFF;
}

.product--list .product--item .item--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
}

.product--list .product--item.first--child .item--inner {
    border-radius: 5px 5px 0 0;
}

.product--list .product--item .item--inner .item--left {
    display: flex;
    align-items: center;
}

.product--list .product--item .item--inner .item--right {
    white-space: nowrap;
}

.product--list .product--item .item--inner .item--left .item--icon {
    min-width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f8fb;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.product--list .product--item .item--inner:hover .item--left .item--icon i {
    color: #3371F2;
}

.product--list .product--item .item--inner .item--left .item--icon i {
    font-size: 20px;
    color: #677894;
    transition: all 0.3s ease-in-out;
}

.product--list .product--item .item--inner .item--left .item--text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #353550;
    text-align: left;
}

.product--list .product--item .item--inner .item--left .item--text span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #677894;
}

.product--list .product--item .item--inner .item--right span {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #677894;
    padding: 11px 22px;
    border-radius: 100px;
    border: 1px solid #E9F5FB;
    margin-right: 20px;
    height: 40px;
    display: inline-block;
}

.product--list .product--item .item--inner .item--right a {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #3371F2;
    padding: 10px 24px;
    border: 1px solid rgba(51, 113, 242, 0.2);
    border-radius: 100px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.product--list .product--item .item--inner .item--right.plug a {
    padding-right: 17px;
}

.product--list .product--item .item--inner:hover a {
    color: #fff;
    background-color: #3371f2d9;
}

.product--list .product--item .item--inner .item--right a i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
}

.product--list .product--item .item--inner .item--right.plug a i {
    margin-right: 0;
    margin-left: 5px;
    margin-top: 2px;
}

.product--item .about-top {
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.product--item .about-top .desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #677894;
}

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

.about-top .left .icon {
    min-width: 40px;
    height: 40px;
    background: #E7F6FC;
    border-radius: 3px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-top .left .icon i {
    font-size: 20px;
    color: #677894;
}

.about-top .left .text {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #353550;
}

.about-top .left .text span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #677894;
    margin-top: 2px;
}

.about-top .button--box {
    display: flex;
    align-items: center;
}

.about-top .button--box span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #677894;
    padding: 11px 21px;
    border: 1px solid #E9F5FB;
    border-radius: 100px;
}

.about-top .button--box a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #677894;
    padding: 11px 21px;
    border: 1px solid #E9F5FB;
    border-radius: 100px;
}

.about-top .button--box a i {
    font-size: 17px;
    margin-right: 8px;
}

.about-top .button--box a.second {
    margin-left: 15px;
}

.about-top .button--box a.third {
    margin-left: 15px;
}

.about-top .button--box a.third {
    color: #fff;
    background: linear-gradient(106.4deg, #E6D8AE -26.01%, #7C9BD6 112.63%);
}

.new--product {
    padding: 27px 25px;
}

p.tooltip {
    -webkit-transform: translate(-50%, -130%);
    transform: translate(-50%, -130%);
    display: none;
    position: absolute;
    color: #fff;
    background-color: #333549;
    border: none;
    border-radius: 4px;
    padding: 15px 10px;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 200px;
    top: 0;
    left: 50%;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
}

[data-tooltip]:after,
[data-tooltip]:hover:before {
    display: none;
}

section#services {
    background: #f4f8fb;
    padding: 80px 0 50px 0;
}

section#services .services_area {
    padding-top: 50px;
}

section#services .services_area .area_item {
    margin-bottom: 30px;
}

.item__area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
}

#faq .item__area {
    flex-direction: unset;
}

#faq .item__area .item__img {
    margin-bottom: 0;
    margin-right: 30px;
    background: #f4f8fb;
    width: 100%;
    height: 100%;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 28px;
    color: #353550;
}

#faq .item__area .item__info .info_head {
    padding-bottom: 8px;
    position: relative;
}

#faq .item__area .item__info .info_head h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    word-wrap: break-word
}

#faq .item__area .item__info .info_body p {
    color: #677894;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.item__area .item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f4f8fb;
    border-radius: 3px;
}

.item__area .item__info .info_head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.item__area .item__info .info_head h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #353550;
    transition: all 0.7s ease-in-out;
    transition-delay: 0.7s ease;
}

.item__area .item__info .info_body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #677894;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition-delay: 0.7s ease;
    transition-delay: 0.7s ease;
}

.item__area:hover .item__info .info_head h3 {
    color: #fff;
}

.item__area:hover .item__info .info_head:after {
    background: -webkit-gradient(linear, left top, right top, from(#e6d8ae), color-stop(#f3bda5), color-stop(#eca6b5), color-stop(#c69ccd), to(#7c9bd6));
    background: linear-gradient(to right, #e6d8ae, #f3bda5, #eca6b5, #c69ccd, #7c9bd6);
}

.item__area:hover .item__info .info_body p {
    color: #fff;
}

#services .item__area:hover .item__info .info_body p {
    color: #677894;
}

#services .item__area .item__info .info_head h3 {
    color: #353550;
}

section#site_about {
    padding: 80px 0 0 0;
    position: relative;
}

section#site_about .about_area .sticky_item::before {
    content: "";
    display: table;
}

section#site_about .about_area .sticky_item .sticky_area .about_text_area h2 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    color: #353550;
}

section#site_about .about_area .sticky_item .sticky_area .about_text_area h2 span {
    background: linear-gradient(95.51deg, #FBE3A2 -7.53%, #3371F2 120.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

section#site_about .about_area .sticky_item .sticky_area .about_text_area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #677894;
}

section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons a.details {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    background-color: #3371F2;
    margin-right: 30px;
    padding: 15px 0;
    width: 100%;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons a.contact-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    border: 1px solid rgba(103, 120, 148, 0.2);
    padding: 15px 0;
    width: 100%;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

section#site_about .about_area .abt_wrapper .abt_box {
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

section#site_about .about_area .abt_wrapper .abt_box:not(:last-child) {
    margin-bottom: 30px;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body .abt_icn {
    margin-bottom: 30px;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body .abt_text {
    margin-bottom: 30px;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body .abt_text h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #353550;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body a.abt_btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    padding: 12px 0;
    color: #677894;
    border: 1.5px solid #EEF0F2;
    border-radius: 100px;
    max-width: 180px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    transition: 400ms ease;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body a.abt_btn i {
    margin-left: 10px;
    font-size: 15px;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body a.abt_btn:hover {
    background: #3371F2;
    color: #fff;
}

section#site_about .about_area .abt_wrapper .abt_box .card-body a.abt_btn:hover svg path {
    fill: #fff;
}

section#site_about .about_area .abt_wrapper .abt_box .abt_img img {
    max-height: 285px;
    height: auto;
    object-fit: cover;
}

section#site_about .about_area .abt_wrapper .abt_box .pulsing-rings {
    top: 50%;
    left: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
}

section#site_about .about_area .abt_wrapper .abt_box .pulsing-rings .pulsing-ringlet {
    width: 200px;
    height: 200px;
    border: 2px solid #F7F8F9;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -webkit-animation: pulsing-ring 3000ms ease-out infinite;
    animation: pulsing-ring 3000ms ease-out infinite;
}

section#site_about .about_area .abt_wrapper .abt_box .pulsing-rings .pulsing-ringlet:nth-of-type(2) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

section#site_about .about_area .abt_wrapper .abt_box .pulsing-rings .pulsing-ringlet:nth-of-type(3) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

@-webkit-keyframes pulsing-ring {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulsing-ring {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@media (min-width: 991px) {
    section#site_about .about_area .sticky_item .sticky_area {
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
        display: block;
    }
}

section#template {
    padding-bottom: 40px;
}

section#template .title {
    padding: 40px 0;
}

section#template .template-container .item-detail {
    background-color: #fff;
    padding: 25px;
    margin: 15px 0;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#template .template-container .item-detail .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section#template .template-container .item-detail .item-top h1 {
    font-size: 18px;
    font-weight: 600;
    color: #3B3A3A;
}

section#template .template-container .item-detail .item-top button {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding: 0 24px;
    border-radius: 3px;
    border: none;
    line-height: 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#template .template-container .item-detail .item-top button:hover {
    background-color: none;
}

section#template .template-container .item-detail .item-img {
    margin: 25px auto;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#template .template-container .item-detail .item-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

section#template .template-container .item-detail h1.soon-text {
    font-size: 18px;
    color: #D1D3DC;
    font-weight: 600;
}

section#template .template-container .item-detail .soon-img {
    margin-top: 27px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#template .template-container .item-detail .soon-img img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

section#template .template-container .item-detail .item-btn a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #3F425A;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

section#template .template-container .item-detail .item-btn a span.h-text {
    display: none;
}

section#template .template-container .item-detail .item-btn a:hover {
    background-color: #E89F04;
}

section#template .template-container .item-detail .item-btn a:hover span.h-text {
    display: block;
}

section#template .template-container .item-detail .item-btn a:hover span.price {
    display: none;
}

section#banner {
    padding: 89px 0 80px 0;
}

section#banner .banner_wrapper {
    background-color: #f4f8fb;
    border-radius: 3px;
}

section#banner .banner_wrapper .banner_area {
    height: 292px;
    display: flex;
    align-items: center;
    padding: 50px;
}

section#banner .banner_wrapper .banner_area .banner_left {
    text-align: center;
}

section#banner .banner_wrapper .banner_area .banner_left h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #353550;
    margin-bottom: 15px;
}

section#banner .banner_wrapper .banner_area .banner_left p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #677894;
}

section#banner .banner_wrapper .banner_area .banner_left .btn--group {
    margin-top: 35px;
}

section#banner .banner_wrapper .banner_area .banner_left .btn--group a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 180px;
}

section#banner .banner_wrapper .banner_area .banner_left .btn--group a.first {
    background: #3371F2;
    color: #FFFFFF;
    margin-right: 30px;
}

section#banner .banner_wrapper .banner_area .banner_left .btn--group a.second {
    background: #FFFFFF;
    color: #333333;
}

section#banner .banner_wrapper .banner_area .banner_right {
    padding-left: 146px;
}

section#banner .banner_wrapper .banner_area .banner_right img {
    position: relative;
    bottom: 9px;
    max-width: 345px;
    max-height: 306px;
    object-fit: cover;
    margin-bottom: -3px;
}

section#comments .comments_wrapper {
    padding: 50px 0 63px 0;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area {
    background-color: #fff;
    padding: 25px;
    border-radius: 3px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_header {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_body {
    max-height: 250px;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_body img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom {
    position: relative;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_area img.per2 {
    margin-left: -15px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_area img.per3 {
    margin-left: -15px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_area img.per4 {
    margin-left: -15px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg p {
    margin: 0 0 0 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #677894;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg p b {
    font-weight: 600;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 15px;
    bottom: -50px;
    max-width: 180px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #677894;
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab h4 img {
    margin-left: 50px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab .p_ab_boddy {
    background: #f4f8fb;
    border-radius: 3px;
    padding: 10px;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab .p_ab_boddy .counter-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-left: 6px;
    color: #677894;
}

section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab .p_ab_boddy p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #677894;
    margin-left: 0;
    padding-top: 5px;
}

section#comments .comments_wrapper .comments_area .comments_right {
    overflow: hidden;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_header {
    margin-bottom: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECF9FF;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_header .header_left span {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #353550;
    margin-left: 15px;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_header .header_right span {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #677894;
    margin-left: 7px;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #677894;
    margin-bottom: 38px;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_text strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #677894;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .swiper-slide-container .comment_text strong b {
    font-weight: 600;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 23px 30px;
    background: #fff;
    border-radius: 3px;
    margin-top: 36px;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs .swiper-slide .swiper-slide-containerr {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs .swiper-slide .swiper-slide-containerr img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs .swiper-slide.swiper-slide-active {
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

section#item_area {
    padding: 50px 0 130px 0;
    position: relative;
}

section#item_area .bg-line {
    position: absolute;
    z-index: -1;
    right: 15%;
    top: 9%;
}

section#item_area .item_wrapper .image_area .image_item {
    position: relative;
}

section#item_area .item_wrapper .image_area .image_item .image_left {
    max-width: 547px;
}

section#item_area .item_wrapper .image_area .image_item .image_left .main_img {
    height: auto;
    max-width: 505px;
    max-height: 499px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

section#item_area .item_wrapper .image_area .image_item .image_left::after {
    content: "";
    position: absolute;
    height: 82.38px;
    width: 82.38px;
    z-index: -1;
    top: 0;
    right: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../img/ozel-cizim-after.svg");
}

section#item_area .item_wrapper .image_area .image_item .attachment-large {
    max-width: 100%;
    height: auto;
}

section#item_area .item_wrapper .image_area .image_item .p_ab {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    bottom: -90px;
    left: 44%;
    min-width: 235px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

section#item_area .item_wrapper .image_area .image_item .p_ab h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #677894;
    margin-bottom: 20px;
}

section#item_area .item_wrapper .image_area .image_item .p_ab h4 img {
    margin-left: 50px;
}

section#item_area .item_wrapper .image_area .image_item .p_ab_boddy .top_ticker {
    height: 132px !important;
    border-top: 1px solid #E9F5FB;
    border-bottom: 1px solid #E9F5FB;
    margin-bottom: 15px;
    overflow: hidden;
}

section#item_area .item_wrapper .image_area .image_item .p_ab_boddy .top_ticker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 0;
}

section#item_area .item_wrapper .image_area .image_item .p_ab_boddy .top_ticker ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7.5px 0;
}

section#item_area .item_wrapper .image_area .image_item .p_ab_boddy .top_ticker ul li .p_ab_top {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #677894;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#item_area .item_wrapper .image_area .image_item .p_ab_boddy .top_ticker ul li .p_ab_top strong {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-radius: 100px;
    background: #4CAF50;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#item_area .item_wrapper .image_area .image_item .bottom_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#item_area .item_wrapper .image_area .image_item .bottom_area img.per2 {
    margin-left: -15px;
}

section#item_area .item_wrapper .image_area .image_item .bottom_area img.per3 {
    margin-left: -15px;
}

section#item_area .item_wrapper .image_area .image_item .bottom_area img.per4 {
    margin-left: -15px;
}

section#item_area .item_wrapper .image_area .image_item .bottom_area p {
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #677894;
}

section#item_area .item_wrapper .text_wrapper .text_area h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #353550;
    margin-top: 30px;
}

section#item_area .item_wrapper .text_wrapper .text_area h3 span {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}

section#item_area .item_wrapper .text_wrapper .text_area h3 span strong {
    background: linear-gradient(93.58deg, #FBE3A2 0, #3371F2 133.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

section#item_area .item_wrapper .text_wrapper .text_area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #677894;
    margin-top: 30px;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area {
    margin-top: 35px;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner .head {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner .head .head_img {
    margin-bottom: 21px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: #E7F6FC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner .head .head_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #353550;
    padding-bottom: 9px;
    margin-bottom: 18px;
    position: relative;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner .head .head_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 30px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6d8ae), color-stop(#f3bda5), color-stop(#eca6b5), color-stop(#c69ccd), to(#7c9bd6));
    background-image: linear-gradient(to right, #e6d8ae, #f3bda5, #eca6b5, #c69ccd, #7c9bd6);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

section#item_area .item_wrapper .text_wrapper .text_area .slider_area .swiper_inner .body p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #677894;
    margin: 0;
    text-align: center;
}

section#item_area .item_wrapper .text_wrapper .text_area .home-top-buttons {
    margin-top: 30px;
}

section#item_area .item_wrapper .text_wrapper .text_area .home-top-buttons a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    max-width: 100%;
    padding: 17.5px 0;
    margin: 0;
    text-align: center;
    background: linear-gradient(91deg, #3371F2 48.77%, #FBE3A2 130.76%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#item_area .item_wrapper .text_wrapper .text_area .home-top-buttons svg {
    margin-right: 7px;
}

section#item_area .item_wrapper .text_wrapper .text_area .home-top-buttons .contact-btn {
    color: #677894;
    border: 1px solid #677894;
}

section#neler_yaptik {
    background: #E7F6FC;
    padding: 50px 0 20px 0;
}

section#neler_yaptik .title {
    margin-bottom: 50px;
}

section#neler_yaptik .product_wrapper .products-item {
    margin-bottom: 30px;
}

section#neler_yaptik .product_wrapper .products-item .item-detail {
    max-width: 390px;
}

section#neler_yaptik .product_wrapper .products-item .item-detail .item__img img {
    height: auto;
    max-width: 100%;
}

section#neler_yaptik .product_wrapper .products-item .item-detail .item__bottom {
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#neler_yaptik .product_wrapper .products-item .item-detail .item__bottom a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #677894;
}

section#neler_yaptik .product_wrapper .products-item .item-detail .item__bottom .item__img {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #E7F6FC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#interface-home {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background: linear-gradient(88.42deg, rgba(30, 35, 47, 1) 49.19%, rgba(46, 54, 71, 1) 151.86%);
    padding: 105px 0 65px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

section#interface-home.plugins .home-top {
    max-width: 100% !important;
    text-align: center;
}

section#interface-home.plugins .home-top .home-buttons {
    justify-content: center;
}

section#interface-home.plugins .home-top .home-buttons a:not(:last-child) {
    margin-right: 30px;
}

section#interface-home.plugins .home-top .home-buttons a.buying {
    width: 100%;
    max-width: 180px;
}

section#interface-home.plugins .home-top h1::before {
    left: 50%;
    transform: translateX(-50%);
}

section#interface-home .home-bg {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

section#interface-home .home-bg img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#interface-home .home-top {
    max-width: 50%;
}

section#interface-home .home-top h1,
section#interface-home .home-top h2 {
    position: relative;
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 15px;
}

section#interface-home .home-top h1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 2px;
}

section#interface-home .home-top h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 8px;
}

section#interface-home .home-top h1 span.urun,
section#interface-home .home-top h2 span.urun {
    background: linear-gradient(91.31deg, #FBE3A2 -9.17%, #3371F2 162.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section#interface-home .home-top h1 span.wimgr,
section#interface-home .home-top h2 span.wimgr {
    background: linear-gradient(91.31deg, #FBE3A2 -89.17%, #3371F2 194.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section#interface-home .home-top h1 span.netgsm,
section#interface-home .home-top h2 span.netgsm {
    background: linear-gradient(91.31deg, #FBE3A2 39.83%, #3371F2 128.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section#interface-home .home-top h1 span.parabrm,
section#interface-home .home-top h2 span.parabrm {
    background: linear-gradient(91.31deg, #FBE3A2 39.83%, #3371F2 128.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section#interface-home .home-top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    padding: 15px 0 23px 0;
    margin-right: 10px;
}

section#interface-home .home-top .home-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#interface-home .home-top .home-buttons a {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    height: 50px;
    color: #353550;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    max-width: 180px;
}

section#interface-home .home-top .home-buttons a i {
    margin-right: 7px;
    font-size: 20px;
}

section#interface-home .home-top .home-buttons a:hover {
    background: #3371F2;
    color: #fff;
}

section#interface-home .home-top .home-buttons a.buying {
    margin-right: 10px;
}

section#interface-home .home-top .home-buttons a.buying.yonetici-demo {
    background: transparent;
    border: 1px solid #677894;
    color: #fff;
    margin-right: 0;
}

section#interface-home .home-top .home-buttons a.buying.yonetici-demo:hover {
    background: #3371F2;
    border: none
}

section#interface-home .home-top .home-buttons a.plugdemo {
    max-width: 180px;
}

section#interface-home .pulsing {
    position: absolute;
    right: 19%;
    top: -164%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#interface-home .pulsing .pulseline:after {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 2px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore linear infinite;
    -webkit-animation: 5s flairanimationbefore linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

section#interface-home .pulsing .pulseline:before {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    height: 800px;
    width: 800px;
    border: 2px solid #384152;
    border-radius: 50%;
    opacity: 1;
    animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation: 5s flairanimationbefore2 linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: scale(1.23);
    transform: scale(1.23);
}

section#interface-home .hd_bg {
    position: absolute;
    height: 88px;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
}

#product-preview .product-container .about-product {
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 27px 25px;
    border-radius: 3px;
}

.product-container {
    padding: 30px 0 60px 0;
}

.about-product .about-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E9F5FB;
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.about-product .about-top span.info {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.about-product .about-top h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #677894;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-product .about-top h2 img {
    margin-right: 15px;
}

.about-product .about-top button.about-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    border: none;
    background: linear-gradient(104.25deg, #FBE3A2 4.19%, #3371F2 184.99%);
    border-radius: 3px;
    display: block;
    width: 131px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-product .about-top button.about-price i {
    margin-right: 7px;
    font-size: 18px;
    font-weight: 400;
}

.product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #677894;
}

.product-detail .product-detail_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #E9F5FB;
    cursor: default;
    border-radius: 3px;
    color: linear-gradient(180deg, #FBE3A2 0%, rgba(53, 114, 241, 0.40625) 99.99%, rgba(51, 113, 242, 0.4) 100%);
}

.product-detail .product-detail_text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #353550;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail .product-detail_text img {
    margin-right: 10px;
}

.product-detail .product-detail_text.tl_auto img {
    margin-left: -3px;
}

.product-detail .product-detail_text.tl_auto span {
    margin-left: -3px;
}

.preview {
    margin-top: -285px;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
}

.preview .preview-item {
    max-width: 600px;
    height: 605px;
}

.preview .img-p {
    background-size: cover;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.preview .img-p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#demo_page {
    padding: 50px 0;
}

#demo_page .card {
    background: #ECF0F1;
    border: none;
    border-radius: 3px;
}

#demo_page .card2 {
    background: #E7EAF8;
}

#demo_page .right_content {
    padding-right: 60px;
}

figure {
    position: relative;
}

.project2 {
    margin-top: 30px;
}

.project2 .d_box a.btn {
    background: #087ED8;
}

.demo_title {
    text-align: center;
    margin-bottom: 50px;
}

.demo_title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #353550;
}

.demo_title p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5E5C7F;
}

.first_img figure {
    margin-top: 34px;
    margin-bottom: 0;
    z-index: 1;
    max-width: 281px;
}

.first_img figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img_box .hero_ci {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 3%;
}

.img_box .first_img {
    margin-left: calc(90% - 457px);
    z-index: 1;
}

.img_box .second_img {
    z-index: 0;
    margin-left: -100px;
}

.d_box h5 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #353550;
}

.d_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #677894;
    padding: 20px 0;
}

.d_box a.btn {
    background: #4FBC83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 41px;
    font-weight: 700;
}

.d_box a.btn svg {
    margin-right: 12px;
    margin-top: 3px;
}

section#faq {
    background: #f4f8fb;
    padding: 50px 0 20px 0;
}

section#faq .title {
    padding-bottom: 50px;
}

section#faq .faq-container .faq_item {
    margin-bottom: 30px;
}

section#faq .faq-container .faq_item .item__area {
    height: 100%;
}

section#contact-home {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background: #f4f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 68px;
}

section#contact-home .hd_bg {
    top: 0;
}

section#contact-home.artc-home {
    min-height: 325px;
}

section#contact-home .home-bg {
    position: absolute;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

section#contact-home .home-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hd_bg {
    position: absolute;
    height: 68px;
    width: 100%;
    z-index: 1;
    top: 45px;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
}

section#contact-home .home-top h2 {
    position: relative;
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 15px;
}

section#contact-home .home-top .links {
    padding-top: 15px;
}

section#contact-home .home-top .links a,
section#contact-home .home-top .links {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

section#contact-home .home-top h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: linear-gradient(96.14deg, #E6D8AE 11.06%, #7C9BD6 62.96%);
}

section#contact-home .home-top p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;
}

section#contact-boxes {
    padding: 15px 0;
}

section#contact-boxes .boxes-container .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    margin: 15px 0;
    padding: 17px 0 17px 17px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
    z-index: 0;
}

section#contact-boxes .boxes-container .box-item .box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    margin-right: 17px;
    background-color: #f4f8fb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-boxes .boxes-container .box-item .box-icon i {
    font-size: 34px;
    color: #677894;
}

section#contact-boxes .boxes-container .box-item .box-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section#contact-boxes .boxes-container .box-item .box-detail span {
    font-size: 13px;
    color: #677894;
    -webkit-transition: 400ms;
    transition: 400ms;
}

section#contact-boxes .boxes-container .box-item .box-detail a,
section#contact-boxes .boxes-container .box-item .box-detail p {
    font-size: 18px;
    font-weight: 600;
    color: #353550;
    -webkit-transition: 400ms;
    transition: 400ms;
}

section#contact-boxes .boxes-container .box-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(106.4deg, #E6D8AE -26.01%, #7C9BD6 112.63%);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: -1;
    border-radius: 3px;
}

section#contact-boxes .boxes-container .box-item:hover:after {
    opacity: 1;
}

section#contact-boxes .boxes-container .box-item:hover .box-detail span,
section#contact-boxes .boxes-container .box-item:hover .box-detail p {
    color: #fff;
}

section#contact-boxes .boxes-container .box-item:hover .box-detail a {
    color: #fff;
}

section#contact-form {
    padding-bottom: 40px;
}

section#contact-form .contact-img {
    max-width: 600px;
    height: 608px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-form .contact-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#contact-form .form {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-form .form .form-top {
    padding-bottom: 18px;
}

section#contact-form .form .form-top span {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #353550;
    padding-bottom: 20px;
}

section#contact-form .form .form-top span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: #CCE2EA;
}

section#contact-form .form .form-bottom {
    padding-top: 20px;
}

section#contact-form .form .form-bottom .form-box {
    margin-bottom: 20px;
}

section#contact-form .form .form-bottom .form-box input {
    width: 100%;
    font-size: 14px;
    line-height: 62px;
    color: #ABA6A6;
    border: 1px solid #EEF0F2;
    padding: 0 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box input:focus {
    outline: none;
}

section#contact-form .form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#contact-form .form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#contact-form .form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#contact-form .form .form-bottom .form-box input::placeholder {
    font-size: 14px;
    color: #677894;
}

section#contact-form .form .form-bottom .form-box textarea {
    width: 100%;
    color: #ABA6A6;
    min-height: 122px;
    border: 1px solid #EEF0F2;
    padding: 23px 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box textarea:focus {
    outline: none;
}

section#contact-form .form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#contact-form .form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#contact-form .form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#contact-form .form .form-bottom .form-box textarea::placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#contact-form .form .form-bottom .form-box button {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    border: none;
    background: #3371F2;
    line-height: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box .country-code {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    padding: 0 12px;
    text-align: center;
    background-color: #CBCBCB;
    height: 64px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

section#contact-form .form .form-bottom .form-box .country-code h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 4.5px;
}

section#contact-form .form .form-bottom .form-box .country-code img {
    max-width: 28px;
    max-height: 18px;
    margin-right: 4.5px;
}

section#contact-form .form .form-bottom .form-box .country-code:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact-form .form .form-bottom .form-box .fa {
    pointer-events: none;
    top: 28px;
    left: 71px;
    right: 30px;
    color: #fff;
    font-size: xx-small;
}

section#contact-form .form .form-bottom .form-box .phone {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

section#register {
    padding: 166px 0 40px 0;
    overflow: hidden;
    position: relative;
    min-height: 696px;
    background: linear-gradient(88.42deg, rgba(30, 35, 47, 0.93) 49.19%, rgba(46, 54, 71, 0.88) 151.86%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#register .hd_bg {
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
    transition: all 0.3s ease-in-out;
}

section#register .register-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

section#register .register-container {
    margin: 0 auto;
}

section#register .register-container .register-form {
    background-color: #1e232fde;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#register .register-container .register-form .form-top {
    padding-bottom: 18px;
}

section#register .register-container .register-form .form-top span {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

section#register .register-container .register-form .form-top span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: linear-gradient(96.14deg, #E6D8AE 11.06%, #7C9BD6 62.96%);
}

section#register .register-container .register-form .form-bottom {
    padding-top: 20px;
}

section#register .register-container .register-form .form-bottom .form-box {
    margin-bottom: 20px;
}

section#register .register-container .register-form .form-bottom .form-box input {
    width: 100%;
    font-size: 14px;
    line-height: 62px;
    color: #fff;
    border: 1px solid #384152;
    padding: 0 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#register .register-container .register-form .form-bottom .form-box input:focus {
    outline: none;
}

section#register .register-container .register-form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box input::placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box textarea {
    width: 100%;
    color: #ABA6A6;
    min-height: 122px;
    border: 1px solid #384152;
    padding: 23px 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    border-radius: 5px 0 0 5px !important;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
}

section#register .register-container .register-form .form-bottom .form-box textarea:focus {
    outline: none;
}

section#register .register-container .register-form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box textarea::placeholder {
    font-size: 14px;
    color: #677894;
}

section#register .register-container .register-form .form-bottom .form-box button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: none;
    background: linear-gradient(91deg, #3371F2 48.77%, #FBE3A2 130.76%);
    line-height: 60px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#register .register-container .register-form .form-bottom .form-box .phone {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

section#register .register-container .register-form .form-bottom .form-box .country-code {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    padding: 0 12px;
    text-align: center;
    background-color: #CBCBCB;
    height: 64px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

section#register .register-container .register-form .form-bottom .form-box .country-code h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 4.5px;
}

section#register .register-container .register-form .form-bottom .form-box .country-code img {
    max-width: 28px;
    max-height: 18px;
    margin-right: 4.5px;
}

section#register .register-container .register-form .form-bottom .form-box .country-code:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#register .register-container .register-form .form-bottom .form-box .fa {
    pointer-events: none;
    top: 28px;
    left: 71px;
    right: 30px;
    color: #fff;
    font-size: xx-small;
}

section#register .register-container .register-form .form-bottom .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 18px;
}

section#register .register-container .register-form .form-bottom .custom-control .custom-control-label {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
    padding-left: 10.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#register .register-container .register-form .form-bottom .custom-control .custom-control-label:before {
    top: 5px;
    width: 25px;
    height: 25px;
}

section#register .register-container .register-form .form-bottom .custom-control .custom-control-label::after {
    width: 27px;
    height: 27.67px;
}

section#register .register-container .register-form .form-bottom .custom-control .custom-control-label .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #CC8572;
}

section#register .register-container .register-form .form-bottom .custom-control a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-top: 7px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

section#register .register-container .register-form .form-bottom .form-box .selected-flag {
    background-color: #1A1E28 !important;
}

section#register .register-container .register-form .form-bottom .form-box .iti-arrow {
    border-top: 4px solid #fff;
}

section#register .register-container .register-form .form-bottom .form-box .selected-flag .selected-dial-code {
    color: #fff;
    font-size: 13px;
}

section#register .register-container .register-form .form-bottom .custom-control-input:checked~.custom-control-label::before {
    background-color: #3371F2;
    border: none;
}

section#register .register-container .register-form .form-bottom .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../img/check.svg");
}

section#register .register-container .register-form .form-bottom .custom-control-input:checked~.custom-control-label::after:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#login {
    padding: 166px 0 40px 0;
    position: relative;
    background: #1e232fde;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

section#login .hd_bg {
    position: absolute;
    height: 80px;
    width: 100%;
    opacity: 1;
    z-index: 1;
    top: 0;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
    transition: all 0.3s ease-in-out;
}

section#login .login-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

section#login .login-container {
    margin: 0 auto;
}

section#login .login-container .login-form {
    background-color: #1e232fde;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#login .login-container .login-form .form-top {
    padding-bottom: 18px;
}

section#login .login-container .login-form .form-top span {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

section#login .login-container .login-form .form-top span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: linear-gradient(96.14deg, #E6D8AE 11.06%, #7C9BD6 62.96%);
}

section#login .login-container .login-form .form-bottom {
    padding-top: 20px;
}

section#login .login-container .login-form .form-bottom .form-box {
    margin-bottom: 20px;
}

section#login .login-container .login-form .form-bottom .form-box input {
    width: 100%;
    font-size: 14px;
    line-height: 62px;
    color: #fff;
    border: 1px solid #384152;
    padding: 0 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mio-cookie-popup__card {
    display: none !important;
}

.mio-cookie-popup__card.mio-cookie-popup--opened {
    display: block !important;
}

section#login .login-container .login-form .form-bottom .form-box input:focus {
    outline: none;
}

section#login .login-container .login-form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#login .login-container .login-form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#login .login-container .login-form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 14px;
    color: #677894;
}

section#login .login-container .login-form .form-bottom .form-box input::placeholder {
    font-size: 14px;
    color: #677894;
}

section#login .login-container .login-form .form-bottom .form-box textarea {
    width: 100%;
    color: #ABA6A6;
    min-height: 122px;
    border: 1px solid #CBCBCB;
    padding: 23px 0 0 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#login .login-container .login-form .form-bottom .form-box textarea:focus {
    outline: none;
}

section#login .login-container .login-form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#login .login-container .login-form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#login .login-container .login-form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#login .login-container .login-form .form-bottom .form-box textarea::placeholder {
    font-size: 14px;
    color: #ABA6A6;
}

section#login .login-container .login-form .form-bottom .form-box button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: none;
    background: linear-gradient(91deg, #3371F2 48.77%, #FBE3A2 130.76%);
    line-height: 60px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#login .login-container .login-form .form-bottom .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 18px;
}

section#login .login-container .login-form .form-bottom .custom-control .custom-control-label {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-left: 10.5px;
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

section#login .login-container .login-form .form-bottom .custom-control .custom-control-label:before {
    width: 25px;
    height: 25px;
}

section#login .login-container .login-form .form-bottom .custom-control .custom-control-label::after {
    width: 27px;
    height: 27.67px;
}

section#login .login-container .login-form .form-bottom .custom-control .custom-control-label .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #CC8572;
}

section#login .login-container .login-form .form-bottom .custom-control a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

section#login .login-container .login-form .form-bottom .custom-control-input:checked~.custom-control-label::before {
    background-color: #3371F2;
    border: none;
}

section#login .login-container .login-form .form-bottom .custom-control-input:checked~.custom-control-label::before:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#login .login-container .login-form .form-bottom .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../img/check.svg");
}

section#login .login-container .login-form .form-bottom .custom-control-input:checked~.custom-control-label::after:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#login .login-container .login-form .form-bottom .custom-control-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#login .login-container .contact-box {
    margin-top: 30px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1e232fde;
    border-radius: 3px;
}

section#login .login-container .contact-box span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

section#login .login-container .contact-box .contact-btn a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #384152;
    padding: 12px 28px;
    border-radius: 100px;
}

section#blog {
    padding: 50px 0;
}

section#blog .hd_bg {
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
    transition: all 0.3s ease-in-out;
}

section#blog .card {
    max-width: 285px;
    padding: 0;
    margin: 0 15px;
    margin-bottom: 30px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#blog .card .card-title a {
    color: #353550;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

section#blog .card .card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #677894;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section#blog .blog-sidebar h4 {
    background-color: #3371F2;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    line-height: 70px;
    color: #fff;
}

section#blog .blog-sidebar h4 svg {
    margin-right: 10px;
}

section#blog .blog-sidebar ul {
    background-color: #fff;
    padding: 20.5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

section#blog .blog-sidebar ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #677894;
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
}

section#blog .blog-sidebar ul li:hover a,
section#blog .blog-sidebar ul li:hover svg path {
    stroke: #3371F2;
    color: #3371F2;
}

section#blog .populer-titles ul li {
    position: relative;
    margin-left: 22px;
}

section#blog .populer-titles ul li a {
    margin-left: 0;
}

section#blog .populer-titles ul li:not(:last-child) {
    margin-bottom: 25px;
}

section#blog .populer-titles ul li:nth-child(odd)::before {
    position: absolute;
    content: "";
    left: -22px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #3371F2;
}

section#blog .populer-titles ul li:nth-child(even)::before {
    position: absolute;
    content: "";
    left: -22px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: rgba(51, 113, 242, 0.5);
}

section#blog .categories ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F6FB;
}

section#blog .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section#blog .pagination .page-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 10px;
}

section#blog .pagination .page-item .page-link {
    background-color: #EFF1F8;
    border: none;
    max-width: 75px;
    min-height: 47px;
    font-size: 15px;
    color: #AEAEAE;
    font-weight: 600;
    padding: 12.5px 35px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#blog .pagination .page-item .page-link:focus {
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#blog .pagination .page-item .page-link.active {
    background-color: #fff;
    color: #3B3A3A;
}

section#blog-text {
    padding: 170px 0 30px 0;
}

section#blog-text .blog-content {
    background: #fff;
    padding-bottom: 25px;
    border-radius: 3px;
}

section#blog-text .blog-content .blog-bottom p {
    padding: 0 35px;
}

section#blog-text .blog-content .blog-bottom p span {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 29px;
    color: #677894;
}

section#blog-text .blog-content .blog-bottom p span a img {
    max-width: 100%;
    height: auto;
}

section#blog-text .blog-content .blog-top {
    padding: 25px 35px 2px 35px;
}

section#blog-text .blog-content .blog-top h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 35px !important;
    color: #353550;
    border-bottom: 1px solid #C0FAFB;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#blog__top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#blog__top-item .sayfabaslik a,
#blog__top-item .sayfabaslik {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #677894;
    text-shadow: none;
}

#blog__top-item .sayfabaslik {
    margin-top: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: unset;
    text-align: left;
}

#blog__top-item .sayfabaslik i {
    margin: 0 5px;
}

#blog__top-item .paypasbutonlar {
    margin-top: 0;
}

#blog__top-item .paypasbutonlar a {
    background: transparent;
    border: none;
}

#blog__top-item .paypasbutonlar a i {
    color: #677894;
}

#blog__top-item .paypasbutonlar a:hover {
    background: transparent;
    border: none;
    color: unset;
}

section#blog-text .blog-bottom p:nth-of-type(2) {
    padding: 0;
    margin-bottom: 11px;
}

section#blog-text .blog-bottom p:nth-of-type(2) img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 0;
}

section#blog-text .hd_bg {
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
    transition: all 0.3s ease-in-out;
}

section#blog-text .blog-sidebar h4 {
    background-color: #3371F2;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    line-height: 70px;
    color: #fff;
}

section#blog-text .blog-sidebar h4 svg {
    margin-right: 10px;
}

section#blog-text .blog-sidebar ul {
    background-color: #fff;
    padding: 20.5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

section#blog-text .categories ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #677894;
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
}

section#blog-text .populer-titles ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #677894;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
}

section#blog-text .blog-sidebar ul li:hover a,
section#blog-text .blog-sidebar ul li:hover svg path {
    stroke: #3371F2;
    color: #3371F2;
}

section#blog-text .populer-titles ul li:not(:last-child),
section#blog-text .categories ul li:not(:last-child) {
    margin-bottom: 25px;
}

section#blog-text .populer-titles ul li {
    position: relative;
    margin-left: 22px;
}

section#blog-text .populer-titles ul li:nth-child(odd)::before {
    position: absolute;
    content: "";
    left: -22px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #3371F2;
}

section#blog-text .populer-titles ul li:nth-child(even)::before {
    position: absolute;
    content: "";
    left: -22px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: rgba(51, 113, 242, 0.5);
}

section#blog-text .blog-content .blog-top h2 {
    font-size: 30px;
    font-weight: 700;
    color: #353550;
}

section#blog-text .blog-content .blog-img {
    margin: 30px 0;
    max-width: 495px;
    max-height: 208px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

section#blog-text .blog-content .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#blog-text .blog-content .blog-bottom p {
    font-size: 15px;
    line-height: 19px;
    color: #3B3A3A;
}

section#blog-text .blog-content .blog-bottom h2 {
    font-size: 20px;
    font-weight: 700;
    color: #3B3A3A;
}

section#accordion {
    padding: 50px 0 30px 0;
}

section#accordion .title {
    padding-bottom: 50px;
}

section#accordion .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: #353550;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 17px 20px;
}

section#accordion .accordion-title p {
    padding-left: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #353550;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

section#accordion .accordion-title span {
    width: 30px;
    height: 30px;
    color: #677894;
    background: #f4f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

section#accordion .accordion-title span .ri-arrow-up-s-line {
    display: none;
}

section#accordion .accordion-title .quest {
    color: #D9DDE4;
    font-size: 24px;
}

section#accordion .accordion-title.active .quest {
    background: -webkit-gradient(linear, left top, left bottom, from(#FBE3A2), to(rgba(51, 113, 242, 0.4)));
    background: linear-gradient(180deg, #FBE3A2 0%, rgba(51, 113, 242, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
}

section#accordion .accordion-wrapper .accordion {
    margin-bottom: 30px;
}

section#accordion .accordion-wrapper .accordion .panel {
    padding-top: 30px;
    display: none;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0 25px 25px 25px;
}

section#accordion .accordion-wrapper .accordion .panel p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #677894;
    padding-top: 20px;
    border-top: 1px solid #ECF9FF;
}

section#plugins {
    padding-bottom: 20px;
}

section#plugins .plugin_item {
    border-radius: 3px;
    padding: 30px 0 30px 30px;
}

section#plugins .plugin_item.parabirimi {
    background: linear-gradient(98.26deg, #17A2B8 43.66%, #2FBDD4 94.85%);
    margin-bottom: 30px;
}

section#plugins.cooshop .plugin_item.parabirimi {
    background: #fff;
    margin-bottom: 30px;
}

section#plugins.diji .plugin_item.parabirimi {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section#plugins .plugin_item.parabirimi .left span.icon {
    background: #29B7CE;
}

section#plugins .plugin_item.parabirimi .left .price a {
    background: #17A2B8;
}

section#plugins .plugin_item.netgsm {
    background: linear-gradient(98.26deg, #28A745 43.66%, #42C860 94.85%);
}

section#plugins.cooshop .plugin_item.netgsm {
    background: #fff;
}

section#plugins .plugin_item.netgsm .left span.icon {
    background: #37BA55;
}

section#plugins .plugin_item.netgsm .left .price a {
    background: #28A745;
}

section#plugins .plugin_item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

section#plugins .plugin_item .left .image_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#plugins .plugin_item .left .image_title a i {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

a.icon {
    min-width: 45px;
    min-height: 45px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

section#plugins.cooshop .plugin_item .left .image_title a.icon {
    min-width: 45px;
    min-height: 45px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

section#plugins .plugin_item .left .image_title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

section#plugins.cooshop .plugin_item .left .image_title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #353550;
}

section#plugins .plugin_item .left .price a {
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    padding: 14px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 110px;
    min-width: 110px;
}

section#plugins .plugin_item .left .price a span.view {
    display: none;
}

section#plugins .plugin_item .left .price a:hover span.view {
    display: block;
}

section#plugins .plugin_item .left .price a:hover span.fiyat {
    display: none;
}

section#plugins .plugin_item:hover .price a span.view {
    display: block;
}

section#plugins.diji .plugin_item {
    padding: 30px;
}

section#plugins.diji button {
    padding: 0;
    background: #fff;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    padding-bottom: 30px;
    width: 100%;
}

section#plugins.diji .plugin_item .left .image_title a.icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}

section#plugins.diji .plugin_item .left {
    margin-bottom: 25px;
    width: 35px;
    height: 35px;
    background: #73841B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

section#plugins.hesapbi .plugin_item .left {
    background: #2780FF !important;
}

section#plugins.bifal .plugin_item .left {
    background: #6955E9 !important;
}

section#plugins.diji .plugin_item .left i {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

section#plugins.diji .plugin_item .price {
    margin-top: auto;
}

section#plugins.diji .plugin_item .bottom p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #677894;
}

section#plugins.diji .plugin_item .left__title {
    margin-bottom: 13px;
    text-align: left;
}

section#plugins.diji .plugin_item .left__title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #353550;
}

section#plugins.diji .plugin_item .price a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #677894;
    border: 1px solid #EEF0F2;
    border-radius: 3px;
    display: block;
    padding: 13px;
    transition: all 0.3s ease-in;
}

section#plugins.diji .plugin_item:hover .price a span {
    transition: all 0.3s ease-in;
}

section#plugins.diji .plugin_item:hover .price a {
    background: #73841B;
    color: #fff;
}

section#plugins.hesapbi .plugin_item:hover .price a {
    background: #2780FF;
}

section#plugins.diji .plugin_item:hover .price a span {
    color: #fff;
}

section#plugins.diji .plugin_item .price a span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #677894;
}

section#plugins.diji .plugin_item .price a span.view {
    display: none;
}

section#plugins.diji .plugin_item:hover .price a span.view {
    display: block;
}

section#plugins .plugin_item:hover .price a span.fiyat {
    display: none;
}

section#plugins .plugin_item .bottom p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    max-width: 440px;
}

section#plugins.cooshop .plugin_item .bottom p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #677894;
    max-width: 100%;
}

section#wiminfo {
    padding: 50px 0 20px 0;
}

section#wiminfo .col-12 {
    max-height: 70px;
    margin-bottom: 20px;
}

section#wiminfo .infoimg {
    border-radius: 3px;
    overflow: hidden;
}

section#wiminfo .infoimg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#wiminfo .p30 {
    margin-bottom: 20px;
}

section#wiminfo .content.smallinfo {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 85px;
    background: #FFFFFF;
    max-height: 70px;
    border-radius: 3px;
    overflow: hidden;
}

section#wiminfo .content.smallinfo:hover .psab {
    opacity: 0.3;
}

section#wiminfo .content.infoitem {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 35px 45px 35px 25px;
    overflow: hidden;
}

section#wiminfo .content.btninfo {
    background: #4279E9;
    padding: 31px 20px;
}

section#wiminfo .content.btninfo a {
    padding: 11px 25px;
}

section#wiminfo .content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

section#wiminfo .content .top .icon {
    min-width: 40px;
    min-height: 40px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    background: #f4f8fb;
    border-radius: 3px;
}

section#wiminfo .content .top .icon i {
    opacity: 1;
    font-size: 20px;
    color: #353550;
}

section#wiminfo .content .top .text {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #353550;
}

section#wiminfo .content .psab {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

section#freeplug {
    padding: 50px 0 20px 0;
    background: #f4f8fb;
}

section#freeplug .content {
    background: #fff;
    padding: 20px 0 20px 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

section#freeplug .content.disqus .image span.icon {
    background: #EBF6FF;
}

section#freeplug .content.disqus .free span {
    background: #EBF6FF;
    color: #2E9FFF;
}

section#freeplug .content.discord .image span.icon {
    background: #F1F4FC;
}

section#freeplug .content.discord .free span {
    background: #F1F4FC;
    color: #7389DC;
}

section#freeplug .content.translate .image span.icon {
    background: #EEF4FD;
}

section#freeplug .content.translate .free span {
    background: #EEF4FD;
    color: #4F89E9;
}

section#freeplug .content.ziyaretci .image span.icon {
    background: #E8F6F8;
}

section#freeplug .content.ziyaretci .free span {
    background: #E8F6F8;
    color: #17A2B8;
}

section#freeplug .content.whatsapp .image span.icon {
    background: #eafbf0;
}

section#freeplug .content.whatsapp .free span {
    background: #eafbf0;
    color: #25d366;
}

section#freeplug .content.whatsappp .image span.icon {
    background: #EAFBF0;
}

section#freeplug .content.whatsappp .free span {
    background: #EAFBF0;
    color: #25D366;
}

section#freeplug .content.cookie .image span.icon {
    background: #eaf7ed;
}

section#freeplug .content.cookie .free span {
    background: #eaf7ed;
    color: #28a745;
}

section#freeplug .content.cookiee .image span.icon {
    background: #EAF7ED;
}

section#freeplug .content.cookiee .free span {
    background: #EAF7ED;
    color: #28A745;
}

section#freeplug .content.telegram .image span.icon {
    background: #F1F4FC;
}

section#freeplug .content.telegram .image span.icon svg path {
    fill: #2AABEE;
}

section#freeplug .content.telegram .free span {
    background: #F1F4FC;
    color: #2AABEE;
}

section#freeplug .content.load .image span.icon {
    background: #EEF4FD;
}

section#freeplug .content.load .image span.icon svg path {
    fill: #4F89E9;
}

section#freeplug .content.load .free span {
    background: #EEF4FD;
    color: #4F89E9;
}

section#freeplug .content.fakenotif .image span.icon {
    background: #E8F6F8;
}

section#freeplug .content.fakenotif .image span.icon svg path {
    fill: #17A2B8;
}

section#freeplug .content.fakenotif .free span {
    background: #E8F6F8;
    color: #17A2B8;
}

section#freeplug .content.offer .image span.icon {
    background: #FBE6E9;
}

section#freeplug .content.offer .image span.icon svg path {
    fill: #E25A6A;
}

section#freeplug .content.offer .free span {
    background: #FBE6E9;
    color: #E25A6A;
}

section#freeplug .content .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#freeplug .content .image span.icon {
    min-width: 45px;
    min-height: 45px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

section#freeplug .content .image span {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

section#freeplug .content .free {
    margin-left: auto;
}

section#freeplug .content .free span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 110px;
    min-width: 110px;
    border-radius: 16px 0 0 16px;
}

#sozlesme-text {
    padding: 50px;
    padding-bottom: 0;
}

footer {
    background: #f4f8fb;
}

footer .footer-container {
    padding: 0 15px;
}

footer .footer-container .footer-info-left {
    padding: 0 27px;
}

footer .footer-container .footer-info-left .footer-text {
    padding: 15px 0;
}

footer .footer-container .footer-info-left .footer-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #677894;
}

footer .footer-container .footer-info-left .footer-logo {
    margin-bottom: 2px;
}

footer .footer-container .footer-info-left .social-media a {
    margin-right: 10px;
    font-size: 24px;
    color: #677894;
}

footer .footer-container .footer-item {
    padding: 53px 0;
}

footer .footer-container .footer-item ul {
    padding: 0;
    margin-bottom: 0;
}

footer .footer-container .footer-item ul li:not(:last-child) {
    margin-bottom: 20px;
}

footer .footer-container .footer-item ul li span {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}

footer .footer-container .footer-item ul li span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: #C3DCE7;
}

footer .footer-container .footer-item ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
}

footer .footer-container .footer-item ul li a:hover {
    color: #353550;
}

footer .footer-container .footer-info-right {
    padding: 0 27px;
}

footer .footer-container .footer-info-right .info-top span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #677894;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

footer .footer-container .footer-info-right .info-top span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: linear-gradient(96.14deg, #E6D8AE 11.06%, #7C9BD6 62.96%);
}

footer .footer-container .footer-info-right .info-top span img {
    margin-left: 5px;
}

footer .footer-container .footer-info-right .info-text {
    padding: 0 0 17px 0;
}

footer .footer-container .footer-info-right .info-text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #677894;
}

footer .footer-container .footer-info-right .whatsapp-btn a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: linear-gradient(95.51deg, #FBE3A2 -0.87%, rgba(51, 113, 242, 0.54) 184.24%);
    padding: 9px 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
    margin-left: auto;
}

footer .footer-container .footer-info-right .whatsapp-btn a svg {
    margin-right: 5px;
}

footer .footer-container .footer-info-right .whatsapp-btn a svg path {
    fill: #fff;
}

footer .footer-container .left {
    max-width: 285px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EFF5F9;
}

footer .footer-container .right {
    max-width: 285px;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E4F4FA;
}

div#footer-bottom {
    background: #EFF5F9;
}

div#footer-bottom .bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
}

div#footer-bottom .bottom-container p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #677894;
}

section#textinfo.pd .text__container {
    padding: 30px;
    padding-bottom: 15px;
    border-radius: 3px;
    background: #fff;
}

section#textinfo h2 {
    font-size: 22px;
    line-height: 18px;
    font-weight: 600 !important;
    color: #353550;
    margin-bottom: 20px;
}

section#textinfo h2 strong {
    font-weight: 600;
}

section#textinfo h2:first-child {
    margin-bottom: 20px;
}

section#textinfo p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #637381;
    margin-bottom: 20px;
}

section#textinfo ul {
    padding-left: 17px;
    margin: 20px 0;
}

section#textinfo ul li {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #637381;
    list-style-type: disc;
    margin-bottom: 5px;
}

section#textinfo figure {
    float: left;
    max-width: 29%;
    height: auto;
    padding-right: 30px;
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
}

section#textinfo figure img {
    height: auto;
    max-width: 100%;
    border-radius: 3px;
    border: none;
}

section#mt-tags h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #353550;
    margin: 30px 0 17px 0;
}

section#mt-tags ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-left: 0;
}

section#mt-tags ul li {
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

section#mt-tags ul li a {
    padding: 5px 10px;
    color: #637381;
    font-size: 13px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    position: relative;
    display: block;
}

section#mt-tags ul li a:hover {
    color: #3371F2;
    border: 1px solid #3371F2;
}

.blog-thumb {
    border-radius: 5px 5px 0 0;
    height: 150px;
    object-fit: cover;
}

.blog__content {
    padding: 30px;
}

.blog-info-page h5 {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #095174;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.blog-info-page .btn-sv {
    border-top: 1px solid #E9F5FB;
    margin-top: 25px;
    padding-top: 25px;
}

.blog-info-page .btn-sv .more {
    border: 1px solid #E9F5FB;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667093;
    background: #fff;
    border-radius: 3px;
    height: 50px;
    transition: all 0.3s ease-in-out;
}

.blog__content:hover .blog-info-page .btn-sv .more {
    background: #3371F2;
    border: 1px solid #3371F2;
    color: #fff;
}

.blog-info-page p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #667093;
}

section#commentss {
    padding-bottom: 30px;
}

section#commentss .title h2 {
    border-bottom: 1px solid #C0FAFB;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 35px !important;
    display: flex;
    align-items: center;
}

section#commentss .title h2 i {
    margin-right: 5px;
}

section#commentss .commentss__wrapper {
    padding: 25px 30px;
    background: #fff;
    border-radius: 3px;
    max-width: 74.5%;
}


/* Kategori */

.cate--area .cate--content .cate--inner {
    background: #f4f8fb;
    padding: 30px 25px;
    border-radius: 3px;
}

.cate--area .cate--content .cate--inner span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #677894;
    border-bottom: 1px solid #DAEBF1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.cate--area .cate--content .cate--inner span i {
    font-size: 24px;
    margin-right: 10px;
}

.cate--area .cate--content .cate--inner .menu--list ul li:not(:last-child) {
    margin-bottom: 30px;
}

.cate--area .cate--content .cate--inner .menu--list ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #353550;
    transition: all 0.3s ease-in-out;
}

.cate--area .cate--content .cate--inner .menu--list ul li a.active,
.cate--area .cate--content .cate--inner .menu--list ul li a.active i {
    color: #3371F2 !important;
}

.cate--area .cate--content .cate--inner .menu--list ul li a.active svg path {
    fill: #3371F2 !important;
}

.cate--area .cate--content .cate--inner .menu--list ul li a:hover,
.cate--area .cate--content .cate--inner .menu--list ul li a:hover i,
.cate--area .cate--content .cate--inner .menu--list ul li a:hover svg path {
    color: #3371F2 !important;
    fill: #3371F2 !important;
}

.cate--area .cate--content .cate--inner .menu--list ul li a svg {
    margin-right: 12px;
}

.cate--area .cate--content .cate--inner .menu--list ul li a i.left {
    font-size: 22px;
    line-height: 22px;
    margin-right: 12px;
    color: #677894;
    transition: all 0.3s ease-in-out;
}

.cate--area .cate--content .cate--inner .menu--list ul li a i.ml-auto {
    font-size: 20px;
    line-height: 20px;
    color: rgba(103, 120, 148, 0.15);
    transition: all 0.3s ease-in-out;
}

.product--list .info {
    margin-bottom: 30px;
}

.product--list .info .info--inner {
    background: linear-gradient(280.4deg, #E6D8AE -26.01%, #7C9BD6 112.63%);
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

#results {
    margin: 0 auto;
}

#no-results {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #677894;
}

.product--list .info .info--inner .search--box {
    position: relative;
    margin-left: auto;
}

.product--list .info .info--inner .search--box i {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 12px;
    color: #677894;
}

.product--list .info .info--inner .search--box #value {
    max-width: 275px;
    background: #ECF9FF;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #353550;
    padding: 12px;
}

.product--list .info .info--inner .search--box #value::placeholder {
    color: #677894;
}

.product--list .info .info--inner .back a {
    padding: 9px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.product--list .info .info--inner .icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 9px;
    background: #A387C6;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 12px;
}

.product--list .info .info--inner h1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.product--list .info .info--inner .icon svg path {
    fill: #fff;
}

.product--list .products-item .item-detail .item__body a {
    display: flex;
    align-items: center;
    min-height: 50px !important;
}

.product--list .products-item .item-detail .item__bottom {
    flex-direction: column;
}

.product--list .products-item .item-detail .item__bottom a {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    border-radius: 5px !important;
}

.product--list .products-item .item-detail .item__bottom a.fiyat {
    margin-bottom: 20px !important;
}

.banner--area {
    margin: 30px 0;
}

.banner--area .banner--inner {
    background-repeat: no-repeat !important;
}

.banner--area .banner--inner .content {
    display: flex;
    align-items: center;
    background: radial-gradient(79.39% 460.19% at 89.82% 29.93%, #A0A9C2 0%, #A68BC7 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border-radius: 3px;
    position: relative;
}

.banner--area .banner--inner .content .text {
    margin-left: 15px;
}

.banner--area .banner--inner .content h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.banner--area .banner--inner .content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.banner--area .banner--inner .content span {
    position: absolute;
    right: 0;
    top: 17px;
    font-weight: 600;
    font-size: 11px;
    line-height: 8px;
    color: #fff;
    background: #A78CC8;
    padding: 5px 7px;
    border-radius: 3px 0 0 3px;
}

.tag--list .tag--area {
    background: #f4f8fb;
    border-radius: 3px;
    padding: 30px 25px;
}

.tag--list .tag--area span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #677894;
    border-bottom: 1px solid #DAEBF1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.tag--list .tag--area span i {
    font-size: 24px;
    margin-right: 10px;
}

.tag--list .tag--area ul li {
    list-style: inside;
    color: #677894;
}

.tag--list .tag--area ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #677894;
}

.tag--list .tag--area ul li:not(:last-child) {
    margin-bottom: 15px;
}

.section--b {
    padding: 50px 0 20px 0;
}

.section--b .section--wrapper .content {
    padding: 25px 30px 25px 30px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 30px;
}

.section--b .section--wrapper .content .head {
    text-align: center;
}

.section--b .section--wrapper .content .head .packet--info {
    border-bottom: 1px solid #ECF9FF;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.section--b .section--wrapper .content .head .packet--info span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
}

.section--b .section--wrapper .content .head .packet--info h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 4px;
}

.section--b .section--wrapper .content .price {
    background: rgba(236, 249, 255, 0.5);
    border-radius: 3px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #333333;
}

.section--b .section--wrapper .content .price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #677894;
    margin-top: 2px;
}

.section--b .section--wrapper .content .listt h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #677894;
    margin-bottom: 25px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ECF9FF;
}

.section--b .section--wrapper .content .listt ul {
    padding: 0;
    border-bottom: 1px solid #ECF9FF;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.section--b .section--wrapper .content .listt ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}

.section--b .section--wrapper .content .listt ul li:not(:last-child) {
    margin-bottom: 20px;
}

.section--b .section--wrapper .content .listt ul li i {
    font-size: 15px;
    font-weight: 400;
    color: #677894;
    margin-right: 10px;
}

.section--b .section--wrapper .content a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #3371F2;
    border-radius: 3px;
}

.section--a {
    background: #f4f8fb;
    padding-top: 68px;
}

.section--a.satis .section--wrapper .images .item--1 {
    margin-right: -118px;
}

.section--a.satis .section--wrapper .images .item--3 {
    margin-left: -83px;
}

.section--a .section--wrapper {
    padding: 51px 0;
    padding-bottom: 65px;
}

.section--a.satis .section--wrapper {
    padding: 60px 0;
    padding-bottom: 80px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: none;
        opacity: 1;
        transform: none;
    }
}

.section--a .section--wrapper .content span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.section--a .section--wrapper .content h3 {
    font-weight: 600;
    font-size: 45px;
    line-height: 57px;
    color: #353550;
    animation-delay: 1.5s;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-name: fadeInUp;
}

.section--a .section--wrapper .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #677894;
    margin: 30px 0;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-name: fadeInUp;
}

.section--a .section--wrapper .content .buttons {
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-name: fadeInUp;
}

.section--a .section--wrapper .content .buttons a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 180px;
}

.section--a .section--wrapper .content .buttons a.first {
    background: #3371F2;
    color: #FFFFFF;
    margin-right: 30px;
}

.section--a .section--wrapper .content .buttons a.second {
    background: #FFFFFF;
    color: #333333;
}

.section--a .section--wrapper .images {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section--a .section--wrapper .images .item--2 {
    position: relative;
    z-index: 1;
}

.section--a .section--wrapper .images .item--2 img,
.section--a .section--wrapper .images .item--1 img,
.section--a .section--wrapper .images .item--3 img {
    max-width: 100%;
}

.section--a .section--wrapper .images .item--1 {
    margin-right: -57px;
}

.section--a .section--wrapper .images .item--3 {
    margin-left: -47px;
}

.section--a .section--wrapper .images .item--2 .absolute--item {
    position: absolute;
    bottom: -25px;
    left: 53%;
    transform: translate(-50%, -0%);
}

.section--a .section--wrapper .images .item--2 .absolute--item.ab22 {
    bottom: -43px;
}

.section--a .section--wrapper .images .item--2 .absolute--item .play--button {
    padding: 6px;
    background: #fff;
    border: 10px solid #D8EDF7;
    border-radius: 50%;
    transition: transform 0.2s ease;
    animation: pulse-outer 2s linear infinite;
    will-change: box-shadow;
}

.section--a .section--wrapper .images .item--2 .absolute--item .play--button button {
    font-size: 14px;
    color: #fff;
    padding: 5px;
    background: linear-gradient(202.62deg, #9895F0 14.71%, #A3A2F4 85.71%);
    border-radius: 50%;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section--a .section--wrapper .images .item--2 .absolute--item .play--button button:focus {
    outline: none;
    box-shadow: none;
}

.content--title {
    text-align: center;
    margin-bottom: 50px;
}

.content--title h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #353550;
}

.content--title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #677894;
    margin-top: 15px;
}

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

.section--c .section--wrapper .content {
    padding: 79px 35px 35px 35px;
    background: #FFFFFF;
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
}

.section--c .section--wrapper .content span {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    color: #353550;
}

.section--c .section--wrapper .content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #677894;
    margin-top: 19px;
}

.section--c .section--wrapper .content .absolute--item {
    position: absolute;
    left: -5px;
    top: -15px;
}

.bg--color {
    background: #f4f8fb;
}

.section--c .section--wrapper .content .absolute--item span {
    border: 10px solid #E7F6FC;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #3371F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--c .section--wrapper .content .absolute--item i {
    font-size: 24px;
    height: 60px;
    color: #FFFFFF;
    padding: 18px;
}

.section--list {
    padding: 60px 0;
    padding-bottom: 0;
}

.section--list .section--wrapper {
    padding: 35px 40px;
    background: #FFFFFF;
    border-radius: 3px;
}

.section--list .section--wrapper h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    color: #353550;
    margin-bottom: 30px;
}

.section--list .section--wrapper ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 0;
}

.section--list .section--wrapper ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    color: #677894;
}

.section--d {
    background: #D8EDF7;
    padding-top: 80px;
}

.section--d .section--wrapper {
    padding: 65px 0 144px 0;
}

.section--d .section--wrapper span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
}

.section--d .section--wrapper p {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #353550;
}

.section--f {
    margin-top: -80px;
    margin-bottom: -50px;
}

.section--f .section--wrapper .content {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 30px;
    min-height: 164px;
}

.section--f .section--wrapper .content span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    margin-bottom: 30px;
    display: block;
}

.section--f .section--wrapper .content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    display: block;
    margin-top: 30px;
}

.section--f .section--wrapper .content .custom-control {
    padding: 16.5px 18px;
    background: rgba(236, 249, 255, 0.4);
    border: 1px solid #ECF9FF;
    border-radius: 3px;
    padding-left: 45px;
    width: 100%;
}

.section--f .section--wrapper .content .custom-control label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #353550;
    padding-left: 8px;
}

.section--f .section--wrapper .content .custom-control label button {
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #353550;
    background: transparent;
    position: relative;
    padding: 0;
    text-decoration: underline;
    display: inline-flex;
    text-align: left;
}

#exampleModalLong {
    padding: 0 15px;
}

#exampleModalLong .section--list .section--wrapper {
    padding: 25px 20px;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #3371F2;
}

.section--f .section--wrapper .content .custom-control label::before {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(103, 120, 148, 0.3);
    top: 1px;
}

.section--f .section--wrapper .content .custom-control label::after {
    top: -1px;
    left: -26px;
    display: block;
    width: 24px;
    height: 24px;
}

.section--f .section--wrapper .content .custom-control label a::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
    width: 100%;
    border-bottom: 1px solid #353550;
}

#customRadioInline2 {
    left: 23px;
}

#sozlesme {
    padding-top: 80px;
}

.btn--close {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3371F2;
    border-radius: 3px;
    padding: 18px;
    margin: 30px 0;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    border: none;
}

.btn--close:hover {
    color: #FFFFFF;
    background: #3371F2;
}

.section--f .section--wrapper .action--btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3371F2;
    border-radius: 3px;
    padding: 18px;
    margin: 30px 0;
    margin-bottom: 0;
    width: 100%;
    border: none;
}

.section--f .section--wrapper .action--btn i {
    font-size: 24px;
    font-weight: 400;
    margin-right: 12px;
}

.section--f .section--wrapper .content .select--box .nice-select {
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(236, 249, 255, 0.4);
    border: 1px solid #ECF9FF;
    border-radius: 3px;
    height: 55px;
}

.section--f .section--wrapper .content .select--box .nice-select:focus {
    outline: none;
    box-shadow: none;
}

.section--f .section--wrapper .content .nice-select.open .list {
    width: 96%;
}

.section--f .section--wrapper .content .select--box .nice-select span {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #353550;
}

.section--f .section--wrapper .content .select--box .nice-select::after {
    display: none;
}

.section--f .section--wrapper .content .area {
    position: relative;
}

.section--f .section--wrapper .content .area i {
    position: absolute;
    right: 4px;
    top: 28px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #677894;
}

.section--g {
    padding-top: 50px;
}

.section--g .section--wrapper {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
}

.pagee {
    width: 100%;
    text-align: center;
}

.range__list.list--bottom option:nth-child(2)::after {
    left: -6px !important;
}

.range__list.list--bottom option:nth-child(2):before {
    left: 9px !important;
}

.range__list.list--top option:nth-child(2)::after {
    left: -31px !important;
}

.range__list.list--top option:nth-child(2):before {
    left: -16px !important;
}

.range__list.list--top option:nth-child(1)::after {
    left: 10px !important;
}

.range__list.list--top option:nth-child(1):before {
    left: -10px !important;
}

.range__list.list--top option:nth-child(3):before {
    left: -23px !important;
}

.range__list.list--top option:nth-child(4):before {
    left: -29px !important;
}

.range__list.list--top option:nth-child(4):before {
    left: -34px !important;
}

.range__list.list--top option:nth-child(5):before {
    left: -33px !important;
}

.range__list.list--top option:nth-child(6):before {
    left: -56px !important;
}

.range__list.list--bottom option:nth-child(4)::after {
    left: -15px !important;
}

.range__list.list--bottom option:nth-child(4):before {
    left: 0px !important;
}

.range__list.list--bottom option:nth-child(5)::after {
    left: -17px !important;
}

.range__list.list--bottom option:nth-child(5):before {
    left: -2px !important;
}

.range__list.list--bottom option:nth-child(6)::after {
    left: -25px !important;
}

.range__list.list--bottom option:nth-child(6):before {
    left: -11px !important;
}

.range__list.list--top option::after {
    left: -32px;
}

.range__list.list--top option::before {
    left: -17px;
}

.icerik {
    margin-top: 30px;
    padding-bottom: 50px;
}

.icerik .content {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 3px;
}

.icerik .content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #677894;
    border-bottom: 1px solid #ECF9FF;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.icerik .content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    color: #677894;
}

.icerik .button a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 18px;
    background: #3371F2;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icerik .button {
    margin-top: 30px;
}

.icerik .button a i {
    font-size: 24px;
    font-weight: 400;
    margin-right: 12px;
}

.icerik--mobil {
    padding-top: 50px;
    display: none;
}

.icerik--mobil .tab--menu .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border: 5px;
    overflow: hidden;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    background: #FFFFFF;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(1) a {
    border-radius: 5px 0 0 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(1) {
    border-radius: 5px 0 0 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(2) a {
    border-left: none;
    border-radius: 0 5px 0 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(2) {
    border-left: none;
    border-radius: 0 5px 0 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(3) a {
    border-radius: 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(3) {
    border-radius: 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(4) a {
    border-left: none;
    border-radius: 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(4) {
    border-left: none;
    border-radius: 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(5) a {
    border-radius: 0 0 0 5px;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(5) {
    border-radius: 0 0 0 5px;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(6) a {
    border-left: none;
    border-radius: 0 0 5px 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item:nth-child(6) {
    border-left: none;
    border-radius: 0 0 5px 0;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #677894;
    border: 1px solid #ECF9FF;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item a.active {
    background: #3371F2;
    color: #fff !important;
}

.icerik--mobil .tab--menu .nav-tabs .nav-item a span {
    margin-top: 5px;
    font-weight: 400;
}

.icerik--mobil .tab-content {
    margin-top: 30px;
}

.icerik--mobil .tab-content .tab-pane .content {
    padding: 30px;
    border-radius: 3px;
    background: #FFFFFF;
}

.icerik--mobil .tab-content .tab-pane h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    border-bottom: 1px solid #ECF9FF;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.icerik--mobil .tab-content .tab-pane p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #677894;
}

.icerik--mobil .tab-content .tab-pane a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3371F2;
    border-radius: 3px;
    padding: 18px;
    margin-top: 30px;
}

.icerik--mobil .tab-content .tab-pane a i {
    margin-right: 12px;
    font-size: 24px;
    font-weight: 400;
}

.range__input {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    border-bottom: none !important;
}

.range__input:focus {
    outline: none;
}

.range__list {
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    margin-top: 1em;
}

.range__list option:before {
    content: attr(value);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.32);
    display: block;
}

[data-range-step] {
    transition: all 0.6s ease;
}

[data-range-step]:not(.active) {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.promoArea .swpr .products--slider .content a {
    display: flex;
    flex-direction: column;
}

.promoArea .swpr .products--slider .content a .image img {
    height: auto;
    max-width: 100%;
}

.promoArea .swpr .products--slider .content a .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #D4882D;
    padding: 38px 35px;
    border-radius: 0 0 3px 3px;
}

.promoArea .swpr .products--slider .content a .text.other {
    padding: 50px 35px;
}

.promoArea .swpr .products--slider .content a .text.bg--one {
    background: #4969DA;
}

.promoArea .swpr .products--slider .content a .text.bg--second {
    background: #F4BC12;
}

.promoArea .swpr .products--slider .content a .text.bg--third {
    background: #7C725A;
}

.promoArea .swpr .products--slider .content a .text span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    background: #FFFFFF1A;
    display: block;
    margin-bottom: 15px;
}

.promoArea .swpr .products--slider .content a .text strong {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.fixed--discord {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    display: none;
}

.fixed--discord .fixed--area {
    max-width: 336px;
    background: linear-gradient(88.42deg, #1e232f 49.19%, #2e3647 151.86%);
    border-radius: 5px;
}

.fixed--discord .fixed--area .head {
    height: 65px;
    border-radius: 5px 5px 0 0;
    background: #5177FC;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed--discord .fixed--area .head .close--btn button {
    border: none;
    background: none;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
}

.fixed--discord .fixed--area .head .image {
    left: 35%;
    margin-bottom: 29px;
    bottom: 0;
}

.fixed--discord .fixed--area .head .icon {
    background: #5177FC;
    border: 3px solid #1D2938;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    margin-bottom: -26.5px;
}

.fixed--discord .fixed--area .body {
    padding: 45px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed--discord .fixed--area .body strong {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed--discord .fixed--area .body p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
}
.fixed--discord .fixed--area .body p b{
    color: #fff;
}
.fixed--discord .fixed--area .body a {
    background: #3371F2;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 23px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1260px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 99%;
    }
}

@media (max-width: 1270px) {
    section#interface-products .interface-container .products .products-item.inbg .item-detail .item__body p {
        min-height: 69px;
    }
}

@media (min-width: 1200px) {
    section#login .login-container .login-form .form-bottom .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1050px) {
    .section--a .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section--a .section--wrapper .images {
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 1110px) {
    section#banner .banner_wrapper .banner_area {
        flex-direction: column;
        align-items: center;
        height: unset;
    }
}

@media (max-width: 1230px) {
    .site-navbar {
        padding: 20px 0 0 0 !important;
    }

    #sepeticon {
        display: none !important;
    }

    .site-mobile-menu-body #sepeticon {
        display: flex !important;
        margin-left: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 17px 30px 17px 30px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }

    .site-mobile-menu-body #sepeticon span {
        margin-bottom: unset;
    }

    .site-mobile-menu .site-mobile-menu-body {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
    }

    .site-navbar .site-navigation .site-menu {
        display: none !important;
    }

    .toggle-button {
        margin-left: 15px;
    }

    section.home .pulsing {
        display: none;
    }
}

@media (max-width:890px) {
    .site-navbar {
        padding: 20px 0 0 0 !important;
    }
}

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

@media (max-width:1120px) {
    section#site_about .about_area .about_item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#site_about .about_area .about_item .sticky_area {
        text-align: center;
    }

    section#site_about .about_area .about_item .sticky_area .about_bottom_buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width:1222px) {

    .promoArea .imageSlider,
    .minone {
        display: none;
    }

    .promoArea .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .promoArea .imageSlider {
        display: none;
    }

    section#commentss .commentss__wrapper {
        max-width: 100%;
    }

    section#blog-text .blog-content {
        margin-bottom: 30px;
    }

    section#comments .comments_wrapper .comments_area .comments_left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    section#comments .comments_wrapper .comments_area .comments_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container {
        max-width: 98%;
    }

    section#contact-form .contact-img {
        max-width: 100%;
        max-height: 250px;
        margin-bottom: 55px;
    }

    section#contact-form .contact-img img {
        -o-object-position: top;
        object-position: top;
    }

    .preview,
    #product-preview .product-container .about-product {
        max-width: 100%;
    }

    footer .footer-container .left {
        max-width: 100%;
        padding: 28px 28px 28px 25px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    footer .footer-container .right {
        max-width: 100%;
        text-align: left;
        padding: 28px 0 28px 25px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    footer .footer-container .footer-info-left .footer-text p {
        max-width: 100%;
    }

    footer .footer-container .footer-info-right .info-top span:before {
        left: 0;
        right: unset;
    }

    footer .footer-container .footer-info-right .info-text p {
        max-width: 100%;
    }

    footer .footer-container .footer-info-right .whatsapp-btn a {
        margin-left: 0;
    }
}

@media (max-width:920px) {
    .about-top .top--content {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-top .button--box {
        margin-top: 25px;
    }
}

@media (max-width: 790px) {
    #blog__top-item {
        flex-direction: column;
        align-items: flex-start;
    }

    #blog__top-item .paypasbutonlar {
        margin-left: -15px;
    }

    #blog__top-item .sayfabaslik {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .cart-icon {
        margin-left: auto;
    }
    .message-title {
        margin-bottom: 5px;
    }

    .hd_bg {
        top: 40px;
    }

    .site-navbar {
        top: 0;
    }

    .candy-icon-group:first-child {
        display: none;
    }

    .banner-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .festival-message, .candy-icon-group {
        flex-direction: column;
        gap: 10px;
        margin: 0 auto 5px;
    }

    .coupon-section {
        justify-content: center;
    }

    .message-title {
        font-size: 18px;
    }

    section#textinfo figure {
        width: 33.3%;
        max-width: 40% !important;
    }

    section#interface-products .interface-container .products .products-item.inbg {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .icerik--mobil {
        display: block;
    }

    .section--g,
    .icerik {
        display: none;
    }

    .product--list .product--item .item--inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product--list .product--item .item--inner .item--right {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    section.home .home-item .home-top-bg span.animate__1 {
        left: 30%;
        top: 13%;
    }

    section.home .home-item .home-top-bg span.animate__1 img,
    section.home .home-item .home-top-bg span.animate__1 svg {
        max-width: 70px;
    }

    section.home .home-item .home-top-bg span.animate__2 {
        right: 25%;
        top: 23%;
    }

    section.home .home-item .home-top-bg span.animate__2 img,
    section.home .home-item .home-top-bg span.animate__2 svg {
        max-width: 65px;
    }

    section.home .home-item .home-top-bg span.animate__3 {
        right: 25%;
        bottom: 26%;
    }

    section.home .home-item .home-top-bg span.animate__4 {
        right: 35%;
        bottom: 12%;
    }

    section.home .home-item .home-top-bg span.animate__4 img,
    section.home .home-item .home-top-bg span.animate__4 svg {
        max-width: 70px;
    }

    section.home_ext .home-item .home-top-bg span.animate__1 {
        left: 24% !important;
    }

    section.home_ext .home-item .home-top-bg span.animate__1 img,
    section.home_ext .home-item .home-top-bg span.animate__1 svg {
        max-width: 70px;
    }

    section.home_ext .home-item .home-top-bg span.animate__2 {
        right: 38% !important;
        top: 72% !important;
    }

    section.home_ext .home-item .home-top-bg span.animate__2 img {
        max-width: 65px;
    }

    section.home_ext .home-item .home-top-bg span.animate__3 {
        right: 27% !important;
        bottom: 26% !important;
    }

    section.home_ext .home-item .home-top-bg span.animate__4 {
        right: 35% !important;
        bottom: 12% !important;
    }

    section.home_ext .home-item .home-top-bg span.animate__4 img {
        max-width: 70px;
    }

    section#login .login-container .login-form .form-bottom .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section#login .login-container .login-form .form-bottom .custom-control a {
        padding-top: 3px;
    }
}

@media (max-width:998px) {
    section#interface-home .home-top .home-buttons a {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    section#interface-products .title.inbg {
        flex-direction: column;
        align-items: flex-start;
    }

    section#interface-products .title.inbg a {
        margin-top: 15px;
    }

    section.home .home-item .home-top-bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    section.home {
        padding: 105px 0 74px 0;
    }

    section.home .home-item .home-top-info,
    section.home .home-item .home-top-bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    section.home .home-item .home-top-info .home-img .main_img,
    section.home .home-item .home-top-bg .home-img .main_img {
        max-width: 400px;
    }

    section#site_about .about_area .about_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#site_about .about_area .about_item:not(:last-child) {
        margin-bottom: 50px;
    }

    .preview .preview-item {
        margin: 0 auto !important;
        height: unset !important;
    }

    .preview .img-p {
        max-height: unset !important;
    }

    .preview .img-p img {
        max-width: 100%;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }

    #product-preview .product-container .about-sistem {
        margin-right: 0;
    }

    section#banner .banner_wrapper .banner_area {
        padding: 30px;
    }

    #demo_page .img_box {
        margin-bottom: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .img_box .hero_ci {
        display: none;
    }

    .img_box .first_img {
        margin-left: 0;
    }

    .img_box .second_img {
        margin-left: 15px;
    }

    .d_box h5,
    .d_box p {
        text-align: center;
    }

    #demo_page .card {
        padding-bottom: 30px;
    }

    #demo_page .right_content {
        padding-right: 15px;
    }

    section#faq .faq-container .faq_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-mobile-menu .site-nav-wrap li a i {
        display: block;
        font-size: 24px !important;
        color: #677894 !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    section#services .services_area .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 993px) and (max-width: 1240px) {
    section.home_ext .home-item .home-top-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
        padding-right: 0;
    }

    section.home_ext .home-item .home-top-bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
}

@media (max-width: 1100px) {
    section#plugins .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#plugins .col-md-6 .bottom p {
        max-width: 100% !important;
        padding-right: 15px !important;
    }

    section#product-preview .product-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    section#product-preview .product-container .preview-box {
        max-width: 100% !important;
    }

    .preview {
        max-width: 100% !important;
        -webkit-box-ordinal-group: -1 !important;
        -ms-flex-order: -2 !important;
        order: -2 !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .preview .img-p {
        margin: 0 auto;
    }

    section#interface-home .home-top {
        max-width: 100%;
    }

    section#interface-home .home-top .home-buttons a.plugdemo {
        max-width: 50%;
    }

    section#wiminfo .infoimg {
        text-align: center;
    }

    section#wiminfo .infoimg img {
        width: unset;
    }

    section#wiminfo .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:1080px) {
    .section--f .section--wrapper .content.mg {
        margin-bottom: 30px;
    }

    .section--f .section--wrapper .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 920px) {
    section#item_area .item_wrapper .image_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 50px;
    }

    section#item_area .item_wrapper .image_area .image_item .image_left {
        margin: 0 auto;
    }

    section#item_area .item_wrapper .text_wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#item_area .item_wrapper .text_wrapper .text_area {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1105px) {
    section.home_ext .home-item .home-top-text h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    #ETBIS {
        margin-bottom: 10px;
    }

    section#interface-products .interface-container .products .products-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div#footer-bottom .bottom-container {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    div#footer-bottom .bottom-container p {
        margin-bottom: 10px;
        margin-right: unset !important;
    }

    section#neler_yaptik .product_wrapper .products-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section#banner .banner_wrapper .banner_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: unset;
    }

    section#banner .banner_wrapper .banner_area .banner_right {
        padding-left: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
    }

    section#banner .banner_wrapper .banner_area .banner_right img {
        width: 100%;
    }

    section#item_area .item_wrapper .text_wrapper .text_area {
        text-align: center;
    }

    section#item_area .item_wrapper .image_area {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 50px;
    }

    section#item_area .item_wrapper .image_area .image_item .p_ab {
        left: 50%;
    }

    section#item_area .item_wrapper .image_area .image_item .image_left {
        text-align: center;
    }

    section.home .home-item .home-top-bg span.animate__1 {
        left: 14%;
        top: 13%;
    }

    section.home .home-item .home-top-bg span.animate__1 img,
    section.home .home-item .home-top-bg span.animate__1 svg {
        max-width: 70px;
    }

    section.home .home-item .home-top-bg span.animate__2 {
        right: 17%;
        top: 23%;
    }

    section.home .home-item .home-top-bg span.animate__2 img {
        max-width: 65px;
    }

    section.home .home-item .home-top-bg span.animate__3 {
        right: 17%;
        bottom: 26%;
    }

    section.home .home-item .home-top-bg span.animate__4 {
        right: 34%;
        bottom: 12%;
    }

    section.home .home-item .home-top-bg span.animate__4 img {
        max-width: 70px;
    }

    section.home_ext .home-item .home-top-bg span.animate__1 {
        left: 17% !important;
        top: 13%;
    }

    section.home_ext .home-item .home-top-bg span.animate__2 {
        right: 31% !important;
        top: 23%;
    }

    section.home_ext .home-item .home-top-bg span.animate__3 {
        right: 17%;
        bottom: 26%;
    }

    section.home_ext .home-item .home-top-bg span.animate__4 {
        right: 34%;
        bottom: 12%;
    }

    section#comments .comments_wrapper .comments_area .comments_left {
        margin-bottom: 138px;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -141px;
        max-width: 109%;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab h4 {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-width: 153px;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab .p_ab_boddy .dfg {
        text-align: center;
        margin: 0 auto;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab .p_ab_boddy p {
        text-align: center;
    }

    section#comments .comments_wrapper .comments_area .comments_right .comments_right_area .gallery-thumbs {
        padding: 34px 30px;
    }
}

@media (max-width:733px) {
    .hd_bg {
        /*aktif*/
    }

    /* .site-navbar {
        top: 64px;
       aktif
        top: 0;
    }*/
}

@media (max-width: 660px) {
    section#wiminfo .infoimg img {
        width: 100% !important;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
    }
}

@media (max-width: 617px) {
    .img_box .second_img {
        margin-left: 0;
        margin-top: 15px;
        display: none;
    }
}

.flexbox--item label:not(:last-child) {
    margin-right: 30px !important;
}

@media (max-width: 576px) {
    .cart-wrapper {
        width: 36px !important;
        height: 36px !important;
    }
    .cart-wrapper {
        width: 36px;
        height: 36px;
    }
    .cart-icon i {
        font-size: 16px;
    }
    .fixed--discord {
        right: 15px;
    }

    .fixed--discord .fixed--area {
        max-width: 289px;
    }

    .fixed--discord .fixed--area .head .image {
        left: 33%;
    }

    /* .hd_bg {
        top: 60px;
        /*aktif
        top: 0
    }
    .site-navbar {
        top: 59px;
        /*aktif
        top: 0;
    }
    */
    .announcement .announcement--area .announS .swiper-slide {
        font-size: 16px;
    }

    .orderuserlogin .radio-custom:checked+.radio-custom-label {
        font-size: 14px;
    }

    #SubmitStepAccount,
    .flexbox--item {
        display: flex;
        flex-direction: column;
    }

    .flexbox--item label:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .orderuserlogin .radio-custom:checked+.radio-custom-label,
    .sepetlistcon .orderuserlogin .radio-custom-label {
        width: 100%;
        text-align: left;
        padding-left: 16px;
    }

    .minnone {
        display: none !important;
    }

    .widthfull {
        width: 100% !important;
    }

    .kind--box .radio-custom-label {
        margin-right: 10px !important;
    }

    .kind--box .radio-custom-label:nth-child(2) {
        margin-right: 0 !important;
    }

    section#faq .faq-container .faq_item .item__area {
        flex-direction: column;
    }

    #faq .item__area .item__img {
        margin-bottom: 8px;
        height: 50px;
        width: 50px;
        max-width: 50px;
        min-width: 50px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    section#wiminfo .content .top .text,
    section#freeplug .content .image span,
    section#accordion .accordion-title p {
        font-size: 15px;
    }

    section#textinfo figure img {
        width: 100%;
    }

    section#textinfo figure {
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

    section#banner .banner_wrapper .banner_area .banner_right img {
        height: auto;
    }

    section#banner .banner_wrapper .banner_area .banner_left .btn--group {
        flex-direction: column;
    }

    section#banner .banner_wrapper .banner_area .banner_left .btn--group a {
        width: 100%;
        max-width: 100%;
    }

    section#banner .banner_wrapper .banner_area .banner_left .btn--group a:not(:last-child) {
        margin-bottom: 15px;
    }

    section.home .home-item .home-top-info .section {
        flex-direction: column;
        align-items: flex-start;
    }

    section.home .home-item .home-top-info .section .image--area .item.text {
        margin-right: 0;
        border-right: none;
    }

    section.home .home-item .home-top-info .section .image--area .item.text::after {
        display: none;
    }

    section.home .home-item .home-top-info .section .image--area {
        margin-bottom: 15px;
    }

    .section--list .section--wrapper ul li {
        font-size: 16px;
        line-height: 31px;
    }

    .section--a .section--wrapper .content h3 {
        font-size: 7.8125vw;
    }

    .section--a .section--wrapper .images .item--2 .absolute--item .play--button svg {
        width: 50px;
    }

    .section--a .section--wrapper .images .item--2 .absolute--item .play--button button {
        font-size: 13px;
        width: 22px;
        height: 22px;
    }

    .about-top .button--box a.third {
        margin-left: 0;
        margin-top: 15px;
    }

    .about-top .button--box {
        flex-direction: column;
        width: 100%;
    }

    .about-top .button--box span,
    .about-top .button--box a {
        width: 100%;
        text-align: center;
    }

    .about-top .button--box a.second {
        margin: 20px 0;
    }

    .product--list .info .info--inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product--list .info .info--inner .back {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .product--list .info .info--inner .search--box {
        margin-left: unset;
        margin-top: 15px;
        width: 100%;
    }

    .product--list .info .info--inner .search--box #value {
        max-width: 100%;
    }

    section#interface-home {
        padding: 105px 0 65px 0;
    }

    section#contact-home {
        padding-top: 93px;
    }

    .site-navbar {
        padding: 20px 0 0 0 !important;
    }

    section#interface-home .home-bg,
    section#contact-home .home-bg {
        top: 70px;
    }

    section#interface-home .hd_bg,
    section#blog .hd_bg,
    .hd_bg {
        height: 70px;
    }

    .about-product .about-top button.about-price {
        display: none;
    }

    section#blog-text .blog-content .blog-top h2 {
        line-height: 30px !important;
    }

    section#login .login-container .contact-box {
        flex-direction: column;
    }

    section#login .login-container .contact-box span {
        margin-bottom: 21px;
    }

    section#register .register-container .register-form .form-bottom .form-box input#gsm {
        padding-left: 26% !important;
    }

    .about-product .about-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-product .about-top .left {
        margin-bottom: 20px;
    }

    .cl-xs-12 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    section#register .form-bottom .custom-control {
        margin-bottom: 30px;
        margin-top: 12px;
    }

    section#register .form-bottom .custom-control .custom-control-label span.checktext {
        font-size: 13px;
    }

    section#register .form-bottom .custom-control .custom-control-label a {
        font-size: 13px;
        font-weight: 700;
    }

    section#interface-home .home-top .home-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#interface-home .home-top .home-buttons .satin-al {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    section#interface-home .home-top .home-buttons .yonetici-demo {
        margin-right: 0 !important;
    }

    section#interface-home .home-top .home-buttons a.plugdemo {
        max-width: 100%;
        margin-right: 0;
    }

    section#site_about .about_area .abt_wrapper .abt_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#site_about .about_area .abt_wrapper .abt_box .card-body {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    section#site_about .about_area .abt_wrapper .abt_box .abt_img img {
        height: 200px;
        width: 100%;
    }

    section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: centeR;
        -ms-flex-pack: centeR;
        justify-content: centeR;
    }

    section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons a {
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    section#site_about .about_area .sticky_item .sticky_area .about_bottom_buttons a:not(:last-child) {
        margin-bottom: 20px;
    }

    section.home .home-item .home-top-bg span.animate__ img,
    section.home .home-item .home-top-bg span.animate__ svg {
        width: 83%;
    }

    section.home .home-item .home-top-bg span.animate__1 {
        left: 14%;
        top: 13%;
    }

    section.home .home-item .home-top-bg span.animate__1 img {
        max-width: 70px;
    }

    section.home .home-item .home-top-bg span.animate__2 {
        right: 5%;
        top: 23%;
    }

    section.home .home-item .home-top-bg span.animate__2 img {
        max-width: 65px;
    }

    section.home .home-item .home-top-bg span.animate__3 {
        right: 8%;
        bottom: 26%;
    }

    section.home .home-item .home-top-bg span.animate__4 {
        right: 34%;
        bottom: 12%;
    }

    section.home .home-item .home-top-bg span.animate__4 img {
        max-width: 70px;
    }

    section.home_ext .home-item .home-top-bg span.animate__1 {
        left: 3% !important;
        top: 13%;
    }

    section.home_ext .home-item .home-top-bg span.animate__2 {
        right: 31% !important;
        top: 23%;
    }

    section.home_ext .home-item .home-top-bg span.animate__3 {
        right: 17%;
        bottom: 26%;
    }

    section.home_ext .home-item .home-top-bg span.animate__4 {
        right: 34%;
        bottom: 12%;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -141px;
        max-width: 110%;
    }
}

@media (max-width: 480px) {
    .candy-coupon {
        padding: 10px 18px;
    }

    .coupon-code {
        font-size: 16px;
    }

    .message-subtitle {
        font-size: 14px;
    }
    .hd_bg {
        top: 60px;
    }
}

@media (max-width: 440px) {
    section#interface-products .interface-container .products .products-item .item-detail .item__bottom.inbg {
        flex-direction: unset;
    }

    section#interface-products .interface-container .products .products-item .item-detail .item__bottom a.fiyat.inbg {
        margin-bottom: 0;
        margin-right: 15px !important;
    }

    .section--f .section--wrapper .content .select--box .nice-select span {
        white-space: break-spaces;
        line-height: 12px;
    }

    .section--a .section--wrapper .content .buttons {
        flex-direction: column;
    }

    .section--a .section--wrapper .content .buttons a {
        width: 100%;
        max-width: 100%;
    }

    .section--a .section--wrapper .content .buttons a.first {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .section--a .section--wrapper .content h3 {
        font-size: 37px;
    }

    .section--a .section--wrapper .content p {
        font-size: 16px;
    }

    section.home_yazilim .home-item .home-top-bg .home-img {
        width: 100%;
        height: 100%;
    }

    section.home_yazilim .home-item .home-top-bg .home-img .p_ab {
        display: none;
    }

    section.home .home-item .home-top-text h1 {
        font-size: 35px;
        line-height: 40px;
    }

    section.home .home-item .home-top-text h1 span {
        font-size: 35px;
        line-height: 46px;
    }

    section.home .home-item .home-top-text p {
        padding-right: 0;
    }

    section.home .home-item .home-top-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.home .home-item .home-top-buttons a {
        max-width: 100% !important;
        margin-right: 0;
    }

    section.home .home-item .home-top-buttons a:not(:last-child) {
        margin-bottom: 20px;
    }

    section.home .home-item .home-top-bg span.animate__ img,
    section.home .home-item .home-top-bg span.animate__ svg {
        width: 65%;
    }

    section.home .home-item .home-top-bg span.animate__1 {
        left: 10%;
        top: 13%;
    }

    section.home .home-item .home-top-bg span.animate__2 {
        right: 5%;
        top: 23%;
    }

    section.home .home-item .home-top-bg span.animate__3 {
        right: 8%;
        bottom: 26%;
    }

    section.home .home-item .home-top-bg span.animate__4 {
        right: 27%;
        bottom: 7%;
    }

    section#site_about .about_area .sticky_item .sticky_area .about_text_area h2 {
        font-size: 35px;
        line-height: 42px;
    }

    section#interface-products .interface-container .products .products-item .item-detail .item__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#interface-products .interface-container .products .products-item .item-detail .item__bottom a {
        max-width: 100%;
        margin-right: 0 !important;
    }

    section#interface-products .interface-container .products .products-item .item-detail .item__bottom a:not(:last-child) {
        margin-bottom: 15px;
    }

    section#services .services_area .item__area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    section#services .services_area .item__area .item__img {
        margin-bottom: 15px;
    }

    section#item_area .item_wrapper .text_wrapper .text_area h3 span {
        font-size: 50px;
    }

    section#faq .faq-container .faq_item .item__area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    section#faq .faq-container .faq_item .item__area .item__img {
        margin-bottom: 15px;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -141px;
        max-width: 115%;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .p_ab h4 {
        display: none;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_right {
        margin-top: 15px;
    }

    section#comments .comments_wrapper .comments_area .comments_left .c_left_area .c_left_bottom .bottom_lg .bottom_right p {
        margin-left: 0;
    }

    section#accordion .accordion-title p {
        font-size: 15px;
    }
}

@media (max-width:349px) {
    .hd_bg {
        /*aktif*/

    }

    /*.site-navbar {
        top: 83px;
        /*aktif
        top: 0
    }
        */
}

@media (max-width: 360px) {
    section#item_area .item_wrapper .image_area .image_item .p_ab {
        bottom: -110px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-detail div {
        font-size: 13px;
    }

    .product-detail div svg {
        margin-right: 5px;
    }
}

@media (max-width: 1190px) and (min-width: 992px) {
    .img_box .first_img {
        margin-left: calc(90% - 430px);
    }
}

@media (min-width: 992px) {
    section#fixed-whatsapp .item .item-detail span {
        padding: 0 20px 0 0;
        font-size: 14px;
        color: #fff;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        margin-left: -30px;
        font-weight: 500;
    }

    section#fixed-whatsapp .item .item-detail:hover span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
        transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
    }
}

@media (min-width: 320px) {
    .sosyalbtns {
        display: block !important;
    }
}

@media (max-width: 470px) {
    .site-navbar {
        padding: 20px 0 0 0 !important;
    }
    .support-dropdown-container > button {
        border-radius: 50%;
        padding: 15px;
        max-width: 50px;
    }
    .support-dropdown-container > button span.support-mob {
        display: none;
    }
    .support-dropdown-container {
        left: 19px;
    }
    .support-dropdown-menu-labels {
        min-width: 282px;
    }
}

section#fixed-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 3;
}

section#fixed-whatsapp .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #e89f04;
    cursor: pointer;
    border-radius: 100px;
}

section#fixed-whatsapp .item .item-detail {
    display: flex;
    align-items: center;
}

section#fixed-whatsapp .item .item-detail .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

section#fixed-whatsapp .item .item-detail .icon i {
    font-size: 27px;
    color: #fff;
}

section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
}

/*Sepet*/
/* ===== Sepet İkonu ===== */
.cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: var(--menu-active);
    text-decoration: none;
    position: relative;
}

.cart-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #2e3542;
    transition: var(--transition);
    color: #fff;
    border: 1px solid #373f4ee0;
}


.cart-icon i {
    font-size: 18px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #3371F2;
    color: white;
    font-size: 11px;
    font-weight: 500;
    min-width: 16px;
    height: 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 0 4px;
}
 /* ===== Mobil Menü Butonu ===== */
 .mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--menu-active);
    font-size: 24px;
    margin-left: 15px;
    padding: 5px;
    transition: var(--transition);
}

.mobile-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
/*Sepet*/

#sepeticon {
    font-size: 15px;
    font-weight: 400;
    margin-right: unset;
    margin-top: unset;
    padding: 14px 14px 13px 13px;
    height: 41px;
    border: 2px solid #384152;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    max-width: 64px;
    transition: all 0.3s ease-in-out;
}

#sepeticon i {
    font-size: 15px;
}

#sepeticon:hover {
    background: #3371F2;
    border-color: #3371F2;
}

#sepeticon span {
    position: relative;
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: unset;
    height: unset;
    background: transparent;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.sayfalama {
    text-align: left;
    padding-left: 15px;
    background: #fff;
    padding: 15px;
    margin: 0 15px;
    border-radius: 3px;
}

.sayfalama span a {
    background: #fff;
    border: 1px solid #fff;
    color: #353550;
}

.sayfalama .sayfalama-active a {
    background-color: #3371F2;
    border: 1px solid #3371F2;
    color: #fff;
}

.sayfalama span a:hover {
    background-color: #3371F2;
    border: 1px solid #3371F2;
    color: #fff;
}

.sayfalama span:not(:last-child) {
    margin-right: 15px;
}

.yazilim {
    margin-bottom: 1.5rem;
}

.yazilim .blog__slide .blog_item .blog_content .blog_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 29px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
    max-width: 285px;
}

.yazilim .blog__slide .blog_item .blog_content .blog_body .blog_name,
.yazilim .blog__slide .blog_item .blog_content .blog_body .blog_previewtext {
    margin-bottom: 20px;
}

.yazilim .blog__slide .blog_item .blog_content .blog_body .blog_name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    color: #353550;
}

.yazilim .blog__slide .blog_item .blog_content .blog_body .blog_previewtext h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #677894;
}

.yazilim .blog__slide .blog_item .blog_content .blog_body a.readmore {
    display: block;
    width: 100%;
    background-color: #3371F2;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border-radius: 3px;
    padding: 15.5px 0;
    transition: all 0.3s ease-in-out;
}

.yazilim .blog__slide .blog_item .blog_content .blog_img img {
    max-width: 100%;
}

@media (max-width:1200px) {
    footer .footer-container .footer-item {
        padding: 20px 50px;
    }

    .yazilim .blog__slide .blog_item .blog_content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 576px) {
    .mb--btn {
        display: none !important;
    }
}

.mb--btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    border: none;
    background: linear-gradient(104.25deg, #FBE3A2 4.19%, #3371F2 184.99%);
    border-radius: 3px;
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.mb--btn i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 7px;
}

#empty_list {
    margin-top: 7%;
    margin-bottom: 40px;
    color: #677894;
    text-align: center;
    display: none;
}

.sepetsipinfo .totalamountinfo h5 {
    font-size: 30px;
    font-weight: 600;
    color: #353550;
}

.sepet_ust {
    box-sizing: border-box;
    color: #353550;
    font-family: "Euclid Circular B";
    font-size: 14px;
    line-height: 21px;
    outline: none;
    text-align: left;
}

.sepet_ust p {
    box-sizing: border-box;
    color: #677894;
    font-family: "Euclid Circular B";
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
    outline: none;
    padding-top: 5px;
    text-align: left;
}

.sepet_ust h1 {
    box-sizing: border-box;
    color: #353550;
    font-family: "Euclid Circular B";
    font-size: 22px;
    line-height: 21px;
    outline: none;
    text-align: left;
    font-weight: 600;
}

.sepet_ust_bg {
    background: #F4F8FB !important;
}

#wrapper {
    width: 100%;
}

.sepetrightcon {
    border-radius: 5;
    padding: 15px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.sepetrightshadow {
    box-shadow: none !important;
}

.sepet_ust_bg {
    background: #F4F8FB !important;
}

.lbtn {
    padding: 15px 25px;
    border: 1px solid #67789414;
    color: #677894;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    display: inline-block;
    outline: none;
}

.lbtn:hover {
    border: 1px solid #67789414;
    color: #677894;
    background: transparent;
}

.orderperiodblock {
    background: #fff;
    border: none;
    filter: none;
}

.ui-accordion .ui-accordion-header {
    background: transparent;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ui-accordion-header-icon {
    display: none !important;
}

.domainsec input[name="domain"] {
    margin-top: 0 !important;
}

.sepetright .gonderbtn {
    box-shadow: none !important;
}

.customInput {
    border: 1px solid #D8DCE5;
    padding: 13px;
    font-size: 15px;
    border-radius: 3px;
}

.customSelect {
    border: 1px solid #D8DCE5;
    padding: 12px 10px;
}

.customSelect {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 2rem;
    /* Sağa doğru kaydırma miktarını ayarlayın */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    /* Sağa doğru kaydırma miktarını ayarlayın */
}

.customTr strong {
    margin-bottom: 15px;
    display: block;
}

.lisans_sorgu h1 {
    font-weight: 600;
    font-size: 20px;
    color: #353550;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}

.lisans_sorgu {
    font-weight: 400;
    font-size: 16px;
    color: #677894;
    text-align: center;
    line-height: normal;
}

#license_no {
    height: 275px;
    border-radius: 3px;
    background: rgba(231, 76, 60, 0.05);
}

#license_no h4 {
    color: #e74c3c;
    font-size: 18px;
}

.license-verification-result i {
    color: #e74c3c;
    font-size: 55px;
}

#license_ok {
    height: 200px;
    color: #f1c40f;
    font-size: 18px;
    border-radius: 3px;
    background: rgba(241, 196, 15, 0.05);
}

.license-verification-result i.ri-checkbox-circle-line {
    color: #f1c40f;
}

.inmodal #total-amount-payable {
    font-weight: bold;
}

.modal-dialog.pop {
    max-width: 590px;
    margin: auto auto;
    height: 100%;
}

#basicModal .close {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
}

body.modal-open {
    padding-right: 0 !important;
}
/*coupon
.bayram-banner {
    background: linear-gradient(135deg, #3371f2, #4f83f5, #3371f2);
    color: white;
    padding: 16px 24px;
    position: relative;
    animation: slideDown 0.6s ease-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bayram-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 3s infinite;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 32px;
}

.banner-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.banner-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    color: #6b96ff;
}

.banner-text {
    flex: 1;
}

.banner-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -1px;
    color: white;
    line-height: 1.3;
}

.banner-subtitle {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.discount-highlight {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.coupon-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.coupon-container {
    position: relative;
}

.coupon-code {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    position: relative;
    user-select: none;
}

.coupon-code:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.coupon-code:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.25);
}

.coupon-text {
    font-weight: 600;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
}

.coupon-text::after {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 12px;
    font-weight: 400;
    letter-spacing: 0;
}
*/
.close-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.success-message {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    margin-top: 8px;
    z-index: 10;
}

.success-message::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #10b981;
}

.success-message.show {
    opacity: 1;
    top: calc(100% + 2px);
}

.bayram-tag {
    background: rgb(255 255 255 / 20%);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 1px;
    border: 1px solid rgba(107, 150, 255, 0.3);
}

/* Animations */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

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

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .banner-content {
        gap: 24px;
    }

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

@media (max-width: 768px) {
    .site-navbar {
        top: 47px;
    }
    .bayram-banner {
        padding: 16px 20px;
    }

    .banner-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .banner-left {
        justify-content: center;
        gap: 16px;
    }

    .banner-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .banner-title {
        font-size: 16px;
    }

    .banner-subtitle {
        font-size: 13px;
    }

    .coupon-section {
        width: 100%;
        justify-content: center;
    }

    .coupon-code {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .coupon-text {
        justify-content: center;
    }

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

    .close-btn {
        position: absolute;
        top: 16px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .bayram-banner {
        padding: 14px 16px;
    }

    .banner-left {
        flex-direction: column;
        gap: 12px;
    }

    .banner-title {
        font-size: 15px;
    }

    .banner-subtitle {
        font-size: 12px;
    }

    .coupon-text {
        font-size: 14px;
    }

    .close-btn {
        top: 12px;
        right: 16px;
    }

    .coupon-code {
        padding: 12px 20px;
    }
}