/********** 1. Değişkenler **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

/********** 2. Genel Ayarlar **********/
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/********** 3. Spinner **********/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        opacity: 1;
        visibility: visible;
        transition: opacity .5s ease-out, visibility 0s linear 0s;
    }

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/********** 4. Başlıklar (Heading) **********/
h1, h2, .fw-bold {
    font-weight: 800 !important;
}

h3, h4, .fw-semi-bold {
    font-weight: 700 !important;
}

h5, h6, .fw-medium {
    font-weight: 600 !important;
}

/********** 5. Butonlar **********/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: white;
    background-color: #203b68;
    border-radius: 5px;
    transition: .5s;
}
.btn-vipc9 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: white;
    background-color: #203b68;
    border-radius: 5px;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

    .btn-primary:hover {
        box-shadow: inset 0 0 0 0 var(--primary);
    }

    .btn-secondary:hover {
        box-shadow: inset 0 0 0 0 var(--secondary);
    }

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

/********** 6. Top Bar (Üst Bilgi Alanı) **********/
.container-fluid {
    background-color: #203b68 !important;
    min-height: 90px;
    height: auto;
    padding: 15px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    flex: 1;
}

.top-bar-left {
    justify-content: flex-start;
    padding-left: 20px;
}

.top-bar-right {
    justify-content: flex-end;
    padding-right: 1px;
}

    .top-bar-right span {
        order: 1;
    }

    .top-bar-right a {
        order: 2;
    }

/*** Top Bar Mobil Uyum ***/
@media (max-width: 991px) {
    .container-fluid {
        padding: 10px 20px;
    }

    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 0;
    }

    .top-bar-left, .top-bar-right {
        justify-content: center;
        margin-bottom: 5px;
        padding: 0;
    }
}

/********** 7. Navbar (Menü) **********/
.navbar {
/*    background-color: #fff;*/
    margin: 1px;
}

.navbar-nav {
    margin: 1px;
   margin: 2px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    margin-left: 10px;
    color: white;
  /*  background-color: #389c8e;*/
    font-size: 15px;
    font-weight: 300;
    border-radius: 10px;
    position: relative;
    transition: .5s;
  
}

    .navbar-dark .navbar-nav .nav-link:hover {
        font-size: 22px;
        color: #16ac97;
    }



.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}

/*** Dropdown Menü ***/
.dropdown-menu {
    font-family: 'Nunito', sans-serif;
    border-radius: 10px;
   /* background-color: #389c8e;*/
}

.dropdown-item {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #203b68;
    transition: .5s;
}

    .dropdown-item:hover {
        background-color: white;
        font-size: 20px;
        color: #389c8e;
    }

/*** Logo ***/
.navbar .logo2, .navbar .logo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.navbar .logo2 {
    width: 120px;
    height: 120px;
    margin-left: 10px;
    margin-right: 50px;
}

.navbar .logo3 {
    width: 250px;
    height: auto;
    display: none;
    margin-right: 50px;
}

    .navbar .logo2 img, .navbar .logo3 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        background-color: white;
        border-radius: 10px;
        margin: 5px;
        padding: 10px;
    }

/*** Ön Kayıt Butonu ***/
.on-kayit-btn {
    background: #fff !important;
    background-color: #fff !important;
    border: 2px solid #fff;
    color: #203b68 !important;
}

    .on-kayit-btn:hover {
        background-color: #389c8e;
        font-size: 20px;
    }

/*** Navbar Mobil Uyum ***/
@media (max-width: 767px) {
    .navbar {
        background-color: #FFFFFF;
    }

    .navbar-nav {
        margin: 0px;
        margin-left: 0px;
    }

    .navbar-dark .navbar-nav .nav-link {
        /*background-color: white;*/
        color: #203b68;
    }

    .navbar .logo2 {
        justify-content: flex-start;
    }

        .navbar .logo2 img {
            content: url("/Content/SiteLayout/TeknoGencSite/img/Okul/logo.png");
            width: 150px;
        }

    .navbar .logo3 {
        display: flex !important;
    }

        .navbar .logo3 img {
            max-width: 50%;
            max-height: 50%;
            margin-left: 120px;
        }
}

/********** 8. Carousel (Slider) **********/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/********** 9. Section Başlıkları **********/
.section-title::before,
.section-title::after {
    position: absolute;
    content: "";
    background: var(--primary);
    border-radius: 2px;
}

.section-title::before {
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    animation: section-title-run 5s infinite linear;
}

@keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

/********** 10. Servis Alanı **********/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

    .service-item .service-icon {
        margin-bottom: 30px;
        width: 60px;
        height: 60px;
        background: var(--primary);
        transform: rotate(-45deg);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
    }

        .service-item .service-icon i {
            transform: rotate(45deg);
        }

    .service-item a.btn {
        position: absolute;
        width: 60px;
        bottom: -48px;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
    }

    .service-item:hover a.btn {
        bottom: -24px;
        opacity: 1;
    }

/********** 11. Yorumlar (Testimonial) **********/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    margin: 0 5px;
    border-radius: 2px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 30px;
        background: var(--primary);
    }

/********** 12. Takım Üyeleri (Team) **********/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

    .team-social a.btn {
        margin: 0 3px;
        margin-top: 100px;
        opacity: 0;
    }

.team-item:hover .team-social a.btn {
    opacity: 1;
    margin-top: 0;
    transition: .3s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

/********** 13. Diğer Ayarlar **********/
.facts {
    position: relative;
    margin: 15px 0;
    z-index: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background-color: #389c8e;
    background-size: cover;
    max-height: 5px;
}

.link-animated a {
    transition: .5s;
}

    .link-animated a:hover {
        padding-left: 10px;
    }

.footer-about {
    margin-bottom: -75px;
}
