﻿:root {
    --mavi1: #3f27ec;
    --mavi2: #200488;
    --mavi3: #110058;
    --mavi4: #110446;
    --mavi4aa: #110446AA;
    --turkuaz: #3DDFD9;
    --turkuazbb: #3DDFD9BB;
}

.text-mavi4{
    color: var(--mavi4);
}
.text-mavi3 {
    color: var(--mavi3);
}
.text-mavi2 {
    color: var(--mavi2);
}
.text-mavi1 {
    color: var(--mavi1);
}
.text-turkuaz {
    color: var(--turkuaz);
}


body {
    font-family: 'Poppins';
}

.top-alert {
    background-color: var(--mavi2);
    color: #fff;
}

.slogan-text {
    text-align: center;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 500;
    font-size: 14px;
}

.slogan-close-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

    .slogan-close-btn:hover {
        background: #ffffff;
        color: var(--mavi4);
    }


.slogan-close-btn-light {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    color: var(--mavi4);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

    .slogan-close-btn-light:hover {
        background: #000000;
        color: #ffffff;
    }
/*#endregion*/

/*#region button*/

.btn-white {
    min-width: 130px;
    height: 30px;
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 10px !important;
    border: none;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
}

    .btn-white:hover .ki-solid {
        color: #ffffff !important;
    }

/*#endregion*/

.dropdown-menu {
    background-color: var(--mavi3);
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 0;
}


.dropdown-divider {
    margin: 0;
}

/* 1) .dropdown-menu’ya overflow:hidden ekleyip radius’u koru */
#navbarNavDropdown .dropdown-menu {
    background-color: var(--mavi3);
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 0;
    overflow: hidden; /* burada önemli */
    font-size: 20px;
}

    /* 2) Tüm item’ları başta köşesiz yap */
    #navbarNavDropdown .dropdown-menu .dropdown-item {
        border-radius: 0 !important;
        padding: 10px 40px;
        transition: background-color 0.2s, border-radius 0.2s;
    }

        /* Hover renk değişimini ayarla */
        #navbarNavDropdown .dropdown-menu .dropdown-item:hover {
            background-color: var(--mavi1);
        }

        /* İlk öğenin hover’ında üst köşeleri yuvarlak tut */
        #navbarNavDropdown .dropdown-menu .dropdown-item:first-child:hover {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        /* Son öğenin hover’ında alt köşeleri yuvarlak tut */
        #navbarNavDropdown .dropdown-menu .dropdown-item:last-child:hover {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    /* Ayracın hover’la etkilenmesini engelle */
    #navbarNavDropdown .dropdown-menu .dropdown-divider {
        margin: 0; /* dilersen spaceleri ayarla */
        border-color: rgba(255,255,255,0.2);
        pointer-events: none; /* hover’da değişmesini istemezsen */
    }


.nav-link {
    font-size: 20px
}

.nav-item {
    margin-right: 20px;
}



.btn-turkuaz-h50 {
    min-height: 50px;
    line-height: 50px;
    background-color: var(--turkuaz);
    color: var(--mavi4);
    padding: 0px 10px !important;
    border: none;
    border-radius: 10px;
    border: 1px solid #00000000 !important;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease, color 0.3s ease;
}


    .btn-turkuaz-h50:hover {
        color: var(--mavi4) !important;
        background-color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }


.btn-mavi2-h50 {
    min-height: 50px;
    line-height: 50px;
    background-color: var(--mavi2);
    color: #ffffff;
    padding: 0px 10px !important;
    border: none;
    border-radius: 10px;
    border: 1px solid #00000000 !important;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease, color 0.3s ease;
}


    .btn-mavi2-h50:hover {
        color: #ffffff !important;
        background-color: var(--mavi1);
        border: 1px solid #00000000 !important;
    }




.btn-white-h50 {
    min-height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    color: var(--mavi4);
    padding: 0px 10px !important;
    border: none;
    border-radius: 10px;
    border: 1px solid #00000000 !important;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease, color 0.3s ease;
}


    .btn-white-h50:hover {
        color: #ffffff !important;
        background-color: var(--mavi4);
        border: 1px solid #00000000 !important;
    }



.stripe-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.stripe {
    /* Çizgi yüksekliği */

    position: absolute;
}

.stripe-1 {
    background-color: var(--turkuaz); /* Mavi-yeşil */
    height: 60px;
    width: 20vw;
    left: 0;
    bottom: 30px;
    z-index: 3;
}

.stripe-2 {
    background-color: var(--mavi1); /* Açık mavi */
    width: 20vw;
    height: 60px;
    left: 5vw;
    bottom: 60px;
    opacity:1;
    z-index: 4;
}

.stripe-3 {
    background-color: var(--turkuaz);
    height: 30px;
    width: 17vw;
    left: 25vw;
    bottom: 60px;
    z-index: 4;
}

.stripe-4 {
    background-color:#ffffff; /* Mavi-yeşil */
    height: 60px;
    width: 50vw;
    left: 0;
    bottom: 30px;
    z-index: 2;
}

.stripe-5 {
    background-color: var(--turkuaz); /* Mavi-yeşil */
    height: 40px;
    width: 13vw;
    right: 0;
    bottom: 30px;
    z-index: 20;
}

.stripe-6 {
    background-color: var(--mavi2); /* Mavi-yeşil */
    height: 60px;
    width: 10vw;
    right: 13vw;
    bottom: 30px;
    z-index: 20;
}


/*
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: var(--mavi4) !important;
    border: 1px solid #00000000 !important;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border: 1px solid #00000000 !important;
    }*/

.tab-content{
    /*background-color: var(--mavi2);*/
}

/*li.nav-item > .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: var(--turkuaz);*/ /* turkuaz stripe */
/*}*/



/*.nav-item {
    position: relative;*/ /* stripe'ın konumlandırılması için gerekli */
/*}*/

.plan-div-select-btn {
    width: 200px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    height: 30px;
    text-decoration: none !important;
    text-align: center;
    background-color: var(--mavi2);
    color: #ffffff;
    padding: 0px;
    line-height: 30px;
    transition: all 0.3s ease, color 0.3s ease;
}

.plan-div-select-btn:hover {
   
    background-color: #ffffff;
    color: var(--mavi4);
}

.plan-div-select-btn-2 {
    width: 200px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    height: 30px;
    text-decoration: none !important;
    text-align: center;
    background-color: #ffffff;
    color: var(--mavi4);
    padding: 0px;
    line-height: 30px;
    transition: all 0.3s ease, color 0.3s ease;
}

    .plan-div-select-btn-2:hover {
        color: #ffffff;
        background-color: var(--mavi4);
    }




#kt_app_body .container.py-10.d-flex.align-items-center.flex-column ul.nav > li.nav-item > a.nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: var(--turkuaz); 
}



.custom-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    padding: 4px;
    width: 400px;
    height: 55px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 1);
}

.toggle-option {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    padding: 8px 15px;
    border-radius: 46px;
    font-weight: 700;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #3DDFD9;
    border-radius: 46px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.custom-toggle.switched .toggle-slider {
    transform: translateX(calc(100% - 0px));
    background: #3DDFD9;
}

.toggle-option.active {
    color: var(--mavi4);
}


.contact-btn {
    border: 1px solid #ffffff33;
    border-radius: 5px;
    cursor:pointer;
}
    .contact-btn:hover {
        border: 1px solid #ffffff;
    }



.btn-turkuaz-h50-2 {
    min-height: 50px;
    line-height: 50px;
    background-color: var(--turkuaz);
    color: var(--mavi4);
    padding: 0px 10px !important;
    border: none;
    border-radius: 10px;
    border: 1px solid #00000000 !important;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease, color 0.3s ease;
}


    .btn-turkuaz-h50-2:hover {
        color: #ffffff !important;
        background-color: var(--mavi4) !important;
        border: 1px solid var(--mavi4) !important;
    }