.instagram-logo {
    background-image: url('https://static.cdninstagram.com/rsrc.php/v3/yS/r/ajlEU-wEDyo.png');
    background-position: 0px -52px;
    background-size: auto;
    width: 175px;
    height: 51px;
    background-repeat: no-repeat;
    display: inline-block;
}

.swiper-height {
    height: 100% !important;
}

@media (max-width: 768px) {
    .rw-100 {
        width: 100% !important;
    }
}


@media (min-width: 768px) {
    .rw-60 {
        width: 60% !important;
    }
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 560px;
    --bs-modal-padding: 2.5rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0.4rem;
    --bs-modal-box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    --bs-modal-inner-border-radius: 0.4rem;
    --bs-modal-header-padding-x: 2.5rem;
    --bs-modal-header-padding-y: 2.5rem;
    --bs-modal-header-padding: 2.5rem 2.5rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 0;
    --bs-modal-title-line-height: 1.7;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    box-shadow: var(--bs-modal-box-shadow);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: rgba(30, 34, 40, 0.9);
    --bs-backdrop-opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 450px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}


.btn-close {
    padding: 0 0;
    color: #343f52;
    background: 0 0;
    border: 0;
    line-height: 1;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-close {
        transition: none
    }
}

.btn-close:before {
    background: rgba(0, 0, 0, .08);
    font-family: Unicons;
    font-size: 1.05rem;
    content: "\ed3b";
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-close:hover {
    color: #343f52;
    text-decoration: none
}

.btn-close:hover:before {
    background: rgba(0, 0, 0, .11)
}

.btn-close:focus {
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    color: #fff
}

.btn-close-white:before {
    background: rgba(255, 255, 255, .08)
}

.btn-close-white:hover {
    color: #fff
}

.btn-close-white:hover:before {
    background: rgba(255, 255, 255, .11)
}

/* Kapatma Butonu Stilleri */
.insta_close {
    background: rgba(0, 0, 0, .08);
    font-family: 'Unicons', sans-serif;
    /* Unicons fontunu kullan */
    font-size: 2.5rem;
    /* Font boyutunu daha da artır */
    width: 3.9rem;
    /* Genişliği daha da artır */
    height: 3.9rem;
    /* Yüksekliği daha da artır */
    line-height: 3.9rem;
    /* Satır yüksekliğini ayarla */
    border-radius: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: .7rem;
}

.spiSpinner {
    display: none;
    position: absolute;
    background-size: 100%;
    background-size: 100%;
    height: 35px;
    width: 35px;
    background-image: url("https://igfollowings.com/theme/default/images/1488 (4).gif");
    -webkit-animation: spin8 .8s steps(8) infinite;
    -moz-animation: spin8 .8s steps(8) infinite;
    -o-animation: spin8 .8s steps(8) infinite;
    animation: spin8 .8s steps(8) infinite
}

#countdownMessage {
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

/* Özelleştirilmiş Değişkenler */
:root {
    --loading-bar-height: 30px;
    --loading-bar-bg-color: #007bff;
    --loading-bar-text-color: white;
    --loading-bar-padding: 10px;
    --loading-bar-transition: width 0.5s ease-in-out;
    --loading-bar-border-radius: 15px;
    /* Yeni eklendi */
}

.loading-bar {
    width: 0%;
    height: var(--loading-bar-height);
    background-color: var(--loading-bar-bg-color);
    color: var(--loading-bar-text-color);
    line-height: var(--loading-bar-height);
    text-align: right;
    padding-right: var(--loading-bar-padding);
    box-sizing: border-box;
    transition: var(--loading-bar-transition);
    position: relative;
    border-radius: var(--loading-bar-border-radius);
    /* Köşeleri oval yap */
}

#loadingPercent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.instaclass20 {
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.instaclass20 {
    color: #ED4956;
    margin: 10px 40px
}

.swal2-popup {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 20px;
    width: auto !important;
    max-width: 500px;
    text-align: center;
    background-color: #fff;
    /* Modal arka plan rengi */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Hafif gölgelendirme */
    font-size: 15px !important;
}

.swal2-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    /* Başlık metin rengi */
}

.swal2-content {
    font-size: 18px !important;
    margin-bottom: 20px;
    color: #555;
    /* İçerik metin rengi */
}

/* Buton Stilleri */
.swal2-actions {
    display: flex;
    justify-content: center;
}

.swal2-confirm,
.swal2-cancel {
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 16px !important;
    cursor: pointer;
}

.swal2-confirm {
    background-color: #3498db;
    color: #fff;
    border: none;
    transition: background-color 0.3s;
}

.swal2-confirm:hover {
    background-color: #1e87d6;
    /* Onay butonu hover rengi */
}

.swal2-cancel {
    background-color: #ccc;
    color: #333;
    border: none;
    transition: background-color 0.3s;
}

.swal2-cancel:hover {
    background-color: #999;
    /* İptal butonu hover rengi */
}



@media (min-width: 768px) {
    .hero-section2 {
        padding-top: 120px;
    }
}


.language-selector {
    margin-top: 10px;
}

#language-select {
    padding: 0px 9px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

#language-select:hover {
    background-color: #f5f5f5;
}

#language-select option {
    padding: 8px 12px;
    background-color: #fff;
}

#language-form {
    display: inline-block;
}

/* Mobil cihazlar için varsayılan stil */
.sections {
    padding-top: 0;
    /* Mobil cihazlarda padding-top gizli */
}

/* Masaüstü cihazlar için stil */
@media (min-width: 768px) {
    .sections {
        padding-top: 80px;
        /* Masaüstü cihazlarda padding-top 80px */
    }
}

/* Modal arka plan karartma */
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Arka plan rengi ve opaklık ayarları */
    z-index: 2; /* Modal'dan üstte olacak */
}

/* Modal penceresi */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 3; /* Modal'dan üstte olacak */
}