@import url("../css/header/header.css");
@import url("../css/classes/classes.css");
@import url("../css/comments/comments.css");
@import url("../css/contact/contact.css");
@import url("../css/events/events.css");
@import url("../css/footer/footer.css");
@import url("../css/gallery/gallery.css");
@import url("../css/events/events.css");
@import url("../css/hakkimizda/hakkimizda.css");
@import url("../css/instagram/instagram.css");
@import url("../css/notice/notice.css");
@import url("../css/personal/personal.css");
@import url("../css/services/services.css");
@import url("../css/study/study.css.css");
@import url("../css/study/sch-study.css");
@import url("../css/school/school.css");
@import url("../css/study/study.css");
@import url("../css/corporate/corporate.css");
@import url("../css/services/k-services.css");

:root {
    --primary-color-1: #03be3b;
    --primary-color-2: #fc4e00;
    --text-color: #585858;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
    color: currentColor !important;
}

header .top a {
    color: #fff !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ml0 {
    margin-left: 0px !important;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.center-y {
    display: flex !important;
    align-items: center !important;
}

.sticky {
    position: sticky !important;
}

.soft {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    font-family: "Rajdhani", sans-serif;
    position: relative;
}

body .content {
    display: block;
    position: relative;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: hidden;
}

#closeToggle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mobileMenu {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.show {
    opacity: 1 !important;
}

.over-top-i {
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 50;
    background-color: var(--primary-color-1);
    color: #fff;
    padding: 12px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 50%;
    transition: 0.4s;
}

.over-top-i:hover {
    background-color: #f8f8f8;
    color: var(--primary-color-1);
}

.animated {
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.nursery {
    color: var(--primary-color-1) !important;
}

.college {
    color: var(--primary-color-2) !important;
}

.company-name {
    font-weight: 600;
}

.closeBox {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .mobileMenu {
        margin-left: -100%;
    }
header .toggle {
color:var(--text-color) !important;
}
}

.bounce {
    animation-name: bounce;
}

@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
