@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------------------- STYLE.CSS -+- */
/*
* HTML5 Workspace by AHMETAYTANGIL June 13, 2017 Tuesday.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(/web/20211211225821cs_/http://anakucagianaokulu.com/assets/front/css/my-bootstrap.css);

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
               http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------- SLICK.CSS -+- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------- SLICK-THEME.CSS -+- */
/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://www.anakucagianaokulu.com/assets/front/css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("https://www.anakucagianaokulu.com/assets/front/css/fonts/slick.eot");
    src: url("https://www.anakucagianaokulu.com/assets/front/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://www.anakucagianaokulu.com/assets/front/css/fonts/slick.woff") format("woff"), url("https://www.anakucagianaokulu.com/assets/front/css/fonts/slick.ttf") format("truetype"), url("https://www.anakucagianaokulu.com/assets/front/css/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- ALL FONTS -+- */
/*
* All font-face styles goes down HERE!
*/
@font-face {
    font-family: "MontserratLight";
    src: url("https://www.anakucagianaokulu.com/assets/front/fonts/MontserratLight.eot");
    src: url("https://www.anakucagianaokulu.com/assets/front/fonts/MontserratLight.eot#iefix") format("embedded-opentype"), url("https://www.anakucagianaokulu.com/assets/front/fonts/MontserratLight.woff") format("woff");
    font-style: normal;
}

.font-m-300 {
    font-family: "MontserratLight", sans-serif !important;
    font-weight: 300 !important;
}

@font-face {
    font-family: "MontserratMedium";
    src: url("https://wwwanakucagianaokulu.com/assets/front/fonts/MontserratMedium.eot");
    src: url("https://wwwanakucagianaokulu.com/assets/front/fonts/MontserratMedium.eot#iefix") format("embedded-opentype"), url("https://www.anakucagianaokulu.com/assets/front/fonts/MontserratMedium.woff") format("woff");
    font-style: normal;
}

.font-m-500 {
    font-family: "MontserratMedium", sans-serif !important;
    font-weight: 500 !important;
}

@font-face {
    font-family: 'MontserratBold';
    src: url("https://www.anakucagianaokulu.com/assets/front/fonts/Montserrat-Bold.eot");
    src: url("https://www.anakucagianaokulu.com/assets/front/fonts/Montserrat-Bold.eot#iefix") format("embedded-opentype"), url("https://www.anakucagianaokulu.com/assets/front/fonts/Montserrat-Bold.woff") format("woff");
    font-style: normal;
}

.font-m-bold {
    font-family: "MontserratBold", sans-serif !important;
    font-weight: 700 !important;
}

@font-face {
    font-family: 'KGTurningTables';
    src: url("https://www.anakucagianaokulu.com/assets/front/fonts/KGTurningTables.woff") format("woff");
    font-style: normal;
}

.font-KGTurningTables {
    font-family: "KGTurningTables", sans-serif !important;
    letter-spacing: 1px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- GENERAL.CSS -+- */
/*
 * set global font-size to 10, so we can use 'rem' units in content with ease of calculation.
 * 'rem' is a scale unit which works relative to parent's 'font-size' value.
 * formula: N rem = N x (Parent 'font-size' value)
 */
/* reduce global font-size */
html {
    font-size: 10px;
}

/* optionally add a background image to the body */
body {
    background-size: contain;
    font-family: "MontserratLight", sans-serif;
    color: #998675;
}

.color-white {
    color: white !important;
}

.color-green {
    color: #22B573 !important;
}

.tablet-visible {
    display: none !important;
}

a {
    display: block;
}

/* various helper classes */
.sup {
    bottom: 40%;
    position: absolute;
}

.fl-r {
    float: right;
}

.fl-l {
    float: left;
}

/* -------------------------------------------------------------------------------------------------------------------------------------- RESET -+- */
ul, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: 1;
}

/* we use a lot of ULs that aren't bulleted.
 * you'll have to restore the bullets within content, which is fine because they're probably customized anyway
 */
ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- HEADER -+- */
.header {
    background-color: #F5F5F5;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.header > .container {
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 1.6rem 1.25rem;
    background-color: #F16372;
    width: 17rem;
}

.logo > img {
    width: 100%;
}

.meb-logo {
    background-color: #FEC94A;
    padding: 1.12rem 0.35rem;
    width: 10rem;
    font-size: .9rem;
}

.meb-logo > p {
    line-height: 11px;
    color: black;
}

.contact {
    align-items: baseline;
}

.header-bttn {
    background-color: #22B573;
    padding: 1.2rem 2.2rem;
    border-radius: .6rem;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- MAIN -+- */
.slider-img {
    width: 82rem;
}

.nav-items {
    background-color: #FEBA4A;
}

.nav-items > h2 {
    padding: 2rem 4rem;
}

.nav-menu {
    bottom: 0;
    padding: 1.2rem .8rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-menu-outher {
    max-height: 15.5rem;
    overflow: hidden;
}

.nav-menu-outher:hover .nav-menu {
    color: #FEC94A;
    transition: all .5s ease;
}

.social-part,
.our-school {
    background-color: #F5F5F5;
}

.accordion {
    background-color: #FEBA4A;
    color: #444;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    padding-left: 4.5rem;
}

.accordion:before {
    content: "";
    left: 0;
    top: 0;
    height: 3.8rem;
    width: 3.4rem;
    background: url("https://www.anakucagianaokulu.com/assets/front/img/contents/symbols/arrow-button-white-01.svg") no-repeat center;
    background-size: 70%;
    position: absolute;
    background-color: #F16372;
}

.active, .accordion:hover {
    background-color: #d29c3b;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #F5F5F5;
}

.panel > p {
    line-height: 19px;
    text-indent: 10px;
}

.pattern-content {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background: url("https://www.anakucagianaokulu.com/assets/front/img/contents/patterns/pattern-01.jpg") no-repeat center top;
    background-size: cover;
    display: none;
}

.pattern-content > p {
    line-height: 2.9rem;
}

.social-head {
    left: -16rem;
    bottom: 20rem;
    font-size: 17px;
    color: #22B573;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    z-index: 2;
    transform: rotate(20deg);
}

.social-head > img {
    position: absolute;
    bottom: 3.5rem;
}

.pages-img {
    border-radius: 40%;
}

.pages-bttn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.egitim-cards {
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0px rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.ec-subject {
    height: 21rem;
}

.ec-subject > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.yazokulu-cards {
    align-items: center;
    justify-content: center;
}

.yazokulu-cards > h2 {
    background-color: black;
    width: 100%;
    height: 100%;
}

.yazokulu-cards > h2 > img {
    opacity: .8;
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0px rgba(0, 0, 0, 0.14), 0 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input:-moz-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

textarea::-webkit-input-placeholder {
    color: #cccccc;
}

textarea:-moz-placeholder {
    color: #cccccc;
}

textarea::-moz-placeholder {
    color: #cccccc;
}

textarea:-ms-input-placeholder {
    color: #cccccc;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

.contact100-map {
    position: absolute;
    z-index: -2;
    width: calc(100% - 640px);
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-contact100 {
    min-height: 100vh;
    position: relative;
}

.show-wrap-contact100 {
    visibility: visible;
    opacity: 1;
}

/*==================================================================
[ Form ]*/
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 68px;
}

.contact100-form-title {
    display: block;
    width: 100%;
    font-size: 39px;
    color: #998675;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 64px;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px;
}

.label-input100 {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    padding-left: 2px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 22px;
    color: #555555;
    line-height: 1.2;
    padding: 0 2px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #df254e;
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935);
}

/*---------------------------------------------*/
input.input100 {
    height: 50px;
}

textarea.input100 {
    min-height: 140px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
}

.contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #df2351;
    background: -webkit-linear-gradient(-135deg, #f16372, #f16372, #fcba4a, #fcba4a);
    background: -o-linear-gradient(-135deg, #f16372, #f16372, #fcba4a, #fcba4a);
    background: -moz-linear-gradient(-135deg, #f16372, #f16372, #fcba4a, #fcba4a);
    background: linear-gradient(-135deg, #f16372, #f16372, #fcba4a, #fcba4a);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 82px 15px 33px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 30px 4px 10px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.true-validate::after {
    content: "\f26b";
    font-size: 22px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 5px;
}

/*==================================================================
[ Contact more ]*/
.contact100-more {
    font-size: 16px;
    color: #fff;
    position: fixed;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 212px;
    height: 50px;
    border-radius: 25px;
    background-color: #39b54a;
    padding: 0 20px;
    top: 50%;
    left: calc((100% - 640px) / 2);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact100-more i {
    font-size: 20px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .wrap-contact100 {
        width: 440px;
    }

    .contact100-map {
        width: calc(100% - 440px);
    }

    .contact100-more {
        left: calc((100% - 440px) / 2);
    }
}

@media (max-width: 768px) {
    .wrap-contact100 {
        width: 100%;
    }

    .contact100-map {
        display: none;
    }

    .contact100-more {
        position: absolute;
        background-color: transparent;
        color: #39b54a;
        bottom: 0;
        top: auto;
        left: 50%;
        z-index: 10;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------- FOOTER -+- */
.footer {
    background-color: #F5F5F5;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------------------------------------------------------------------------------------- MEDIA.CSS -+- */
/*
* All media styles goes down HERE!
*/
/* -------------------------------------------------------------------------------------------------------------------------------- media (1199) -+- */
@media (max-width: 1199px) {
    .slider-img {
        width: 73.4rem;
    }
}

/* -------------------------------------------------------------------------------------------------------------------------------- media (991) -+- */
@media (max-width: 991px) {
    .tablet-hidden {
        display: none;
    }

    .slider-img {
        width: 100%;
    }

    .nav-items {
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
    }

    .nav-items > h2 {
        display: none;
    }

    .nav-items > p {
        position: absolute;
        padding: 0 .8rem;
        line-height: 1.6rem;
    }

    .nav-menu-outher {
        width: 33.5%;
    }

    .nav-menu-outher > img {
        margin-right: .8rem;
        min-height: 100%;
    }

    .social-head {
        display: none;
    }

    .slider-menu {
        display: flex;
    }

    .tablet-visible {
        display: block !important;
    }
}

/* -------------------------------------------------------------------------------------------------------------------------------- media (767) -+- */
@media (max-width: 767px) {
    .ec-subject {
        height: 27rem;
    }

    .container {
        width: 100%;
        padding-right: 10.5px;
        padding-left: 10.5px;
    }

    .contact100-form {
        padding-bottom: 0;
    }

    .wrap-contact100 {
        min-height: initial;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------- media (575) -+- */
@media (max-width: 575px) {
    .d-flex.contact {
        display: block !important;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------- media (480) -+- */
@media (max-width: 460px) {
    .meb-logo {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

/*
     FILE ARCHIVED ON 22:58:21 Dec 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:14:00 Aug 02, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.713
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.016
  cdx.remote: 21.109
  LoadShardBlock: 183.792 (3)
  PetaboxLoader3.datanode: 91.42 (4)
  PetaboxLoader3.resolve: 276.989 (2)
  load_resource: 193.177
*/
