/*Utilities - Color*/
.gray {
    background: #141414 !important;
}

.lgray {
    background: #1B1B1B !important;
}

.yellow {
    color: #F1C618 !important;
}

a.yellowlink {
    color: #F1C618
}

a.yellowlink:hover {
    color: #fff;
}

/*utilities alignment*/
.top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.start {
    align-items: flex-start !important;
}

.handle {
    transition: all .3s ease-in;
    background: #141414;
    border-bottom: 2px solid #F1C618;
}

.sticker {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 7.5%;
    margin: 0 auto;
    width: 85%;
    min-height: 99px;
    -webkit-box-shadow: 0px -1px 111px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 111px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 111px 15px rgba(0, 0, 0, 0.75);
    transition: all .3s ease-in;
}

ul.res {
    margin: 8px 0 0 0;
    padding: 0;
}

ul.res li {
    list-style-type: none;

    line-height: 1.7em;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.mobile-video {
    height: auto;
    width: 80%;
}

hr {
    border: 0;
    display: block;
    width: 100%;
    background-color: #F1C618;
    height: 2px;
    margin: 40px 0 60px 0;
}

a {
    text-decoration: none;
    transition: .5s ease;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1005;
    background: #141414;
    box-sizing: border-box;
    color: #fff;
    overflow-x: hidden;
    transition: all .3s;
    scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

p {
    line-height: 200%
}

/*Menu Items*/
.nav-wrapper {
    position: relative;
}

nav {
    position: fixed;
    z-index: 4;
    top: 52px;
}

#menuToggle {
    display: block;
    position: relative;
    top: 0;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: #F1C618;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle.dark span {
    background: #383838 !important;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #F1C618 !important;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 315px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: rgba(27, 27, 27, 1);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    border-bottom: 6px solid #f0c518;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked~ul {
    transform: none;
}

.hero {
    height: 100%;
    width: 100%;
    display: flex;
}

.left {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

/*#circle-holder {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}*/
#circle-holder {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;

    z-index: 0;
}

.circle {
    flex: 1 0 calc(14% - 10px);
    margin: 5px;
    background:rgba(241, 198, 24, 1);
    position: relative;
    transition: .5s ease;
    /*border: 2px solid #F1C618;*/
}

.circle:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.hero-title {
    color: #fff;
    font-size: 4em;
    font-weight: 900;
    line-height: 100%;
    position: relative;
    z-index: 1;
}

.hero-sub {
    display: flex;
    align-items: center;
}

.hero-sub h1 {
    border-bottom: 5px solid #F1C618;
    padding: 30px 0;
}

.sub-left {
    width: 50%;
}

.sub-right {
    width: 50%;
}

.right {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

a.ex-btn {
    display: flex;
    font-size: 3em;
    font-weight: 900;
    color: #F1C618;
    text-align: center;
}

/*.circle {
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 50%;
    border: 1px solid #F1C618;
}*/

.box-container {
    display: flex;
    flex-wrap: wrap;
}

.box {
    flex: 1 0 calc(16.6% - 10px);
    margin: 5px;
    background: #141414;
    position: relative;
    transition: .5s ease;
}

.box:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.box:hover {}

.box h2 {
    padding: 30px 0 0 30px;
    font-size: 1em;
}

.box p {
    padding-left: 30px;
    font-size: 0.7em;
}

.box a {
    color: #F1C618;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.7em;
    font-weight: 700;
    display: block;
    padding: 20px;
    text-align: center;
    transition: .5s ease;
    position: absolute;
    width: 140px;
    margin-left: -90px;
    left: 50%;
    bottom: 6%;
    border: 2px solid #F1C618;
}

.box a:hover {
    background: #111;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(27, 27, 27, 0.8);
}

.overlay:hover {
    opacity: 1;
    background-color: rgba(20, 20, 20, 0.3);
}

.container,
.container-sub {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container-sub h1 {
    font-size: 3.1em;
}

.container-sub h2 {
    font-size: 2.3em;
    padding: 0;
    margin: 0;
}

.container-sub p {
    font-size: 1em;
    line-height: 1.7em;
    margin: 0.7em 0;
}

small {
    margin: 0.3em 0;
}

small.medium {
    margin-bottom: 2em;
}

.container-sub {
    width: 85%;
    margin: 0 auto;
}

.btn-flex {
    display: flex;
    justify-content: space-around;
}

.btn-flex a {
    display: flex;
    flex: 1;
    margin: 0 1%;
}

a.convert {
    display: block;
    font-size: 1em;
    border: 2px solid #F1C618;
    padding: 30px;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in;
    margin-top: auto;
}

a.convert:hover {
    background: rgba(241, 2198, 24, 0.1)
}

p.bottom {
    flex-grow: 1;
}

.col {
    flex: 1;
    position: relative;
}

.col-full {
    width: 100%;
}

.col-full-seren {
    background: url(../img/seren-sonlu/hero.jpg);
}

.col-full-karabulut {
    background: url(../img/karabulut/hero.jpg);
}

.col-full-deniz {
    background: url(../img/deniz/hero.jpg);
}

.col-full-onurcan {
    background: url(../img/onurcan/hero.jpg);
}

.col-full-ecem {
    background: url(../img/ecem-buyukgullu/ecem-hero-01.jpg);
}

.col-full-sera {
    background: url(../img/sera/hero.jpg);
}

.col-full-buse {
    /*background: url(../img/buse/hero-01.jpg);*/
}

.col-full-basgul {
    background: url(../img/basgul/hero.jpg);
}

.col-full-irem {
    background: url(../img/irem/hero.jpg);
}

.col-full-eunjin {
    background: url(../img/eunjin/hero.jpg);
}

.col-full-roda {
    background: url(../img/roda/hero.jpg);
}

.col-full-maheen {
    background: url(../img/maheen/hero.jpg);
}

.col-full-seren,
.col-full-karabulut,
.col-full-deniz,
.col-full-onurcan,
.col-full-ecem,
.col-full-sera,
.col-full-buse,
.col-full-basgul,
.col-full-irem,
.col-full-eunjin,
.col-full-roda,
.col-full-maheen {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 3;
    background: #000;
    padding: 20px;
    bottom: 0;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    box-sizing: border-box;
}

.scroll-down a {
    color: #F1C618;
    display: block;
    text-align: center;
}

a.medium {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

a.medium:hover {
    color: #F1C618;
}

small.medium {
    font-size: 0.7em;
    padding: 0;
    margin: 0;
}

/*Grid*/
.col-25 {
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex-basis: 25%;
}

.col-33 {
    width: 33%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.col-50 {
    flex-direction: column;
    display: flex;
    width: 50%;
    padding: 30px;
}

.col-67 {
    width: 67%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.col-100 {
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex-basis: 100%;
}

.full-img {
    width: 100%;
    height: auto
}

/*Seniors*/
.seren {
    background: url(../img/thumbnails/seren-sonlu.png);

}

.sera {
    background: url(../img/thumbnails/brisktarot.jpg);
}

.ecem {
    background: url(../img/thumbnails/plantme.png);
}

.irem {
    background: url(../img/thumbnails/trespass.png);
}

.buse {
    background: url(../img/thumbnails/cliest.jpg);
}

.basgul {
    background: url(../img/thumbnails/metanoia.jpg);
}

.eunjin {
    background: url(../img/thumbnails/dear.jpg);
}

.roda {
    background: url(../img/thumbnails/gorgon.jpg);

}

.nasir {
    background: url(../img/thumbnails/maheen.jpg);
}

.karabulut {
    background: url(../img/thumbnails/blossom.jpg);
}

.onurcan {
    background: url(../img/thumbnails/onurcan-acar.jpg);
}

.deniz {
    background: url(../img/thumbnails/deniz.jpg);
}

.onurcan,
.roda,
.basgul,
.buse,
.ecem,
.deniz,
.karabulut,
.nasir,
.irem,
.seren,
.eunjin,
.sera {
    background-repeat: no-repeat;
    background-size: cover;
}

/*Embeds*/
.embed-container {
    position: relative;
    padding-bottom: 100vh;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    z-index: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.75%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Transitions*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@-webkit-keyframes moveInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@keyframes moveInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@-webkit-keyframes moveOutToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

@keyframes moveOutToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

@-webkit-keyframes moveInFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@keyframes moveInFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@-webkit-keyframes moveOutToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

}

@keyframes moveOutToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

}

.sceneElement {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.is-exiting .sceneElement {
    transition-timing-function: ease-out;
}

#main[data-transition=fade] .sceneElement {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#main[data-transition=fade].is-exiting .sceneElement {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

#main[data-transition=moveleft] .sceneElement {
    -webkit-animation-name: moveInFromLeft;
    animation-name: moveInFromLeft;
}

#main[data-transition=moveleft].is-exiting .sceneElement {
    -webkit-animation-name: moveOutToRight;
    animation-name: moveOutToRight;
}

#main[data-transition=moveright] .sceneElement {
    -webkit-animation-name: moveInFromRight;
    animation-name: moveInFromRight;
}

#main[data-transition=moveright].is-exiting .sceneElement {
    -webkit-animation-name: moveOutToLeft;
    animation-name: moveOutToLeft;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .handle {
        display: none !important;
    }

    .container-sub {
        display: flex;
        flex-direction: column;
    }

    .container-sub h1 {
        font-size: 2em;
    }

    .container-sub h2 {
        font-size: 1.7em;
    }

    .col,
    .col-25,
    .col-33,
    .col-50,
    .col-67,
    .col-100 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px 30px !important;
        box-sizing: border-box;
    }
    /*orders*/
    .one {
        order:1;
    }
    .two {
        order:2;
    }
    hr {
        border: 0;
        display: block;
        width: 100%;
        background-color: #F1C618;
        height: 1px;
        margin: 20px 0 20px 0;
    }

    a.convert {
        display: block;
        font-size: 1em;
        border: 1px solid #F1C618;
        padding: 30px;
        color: #fff;
        text-align: center;
        transition: all .3s ease-in;
        margin-top: auto;
    }

    .mt60 {
        margin-top: 0 !important;
    }

    .mb30 {
        margin-bottom: 0 !important;
    }

    .mt90 {
        margin-top: 0 !important;
    }

    .mb90 {
        margin-bottom: 0 !important;
    }

    .pt60 {
        padding-top: 0 !important;
    }

    .pt90 {
        padding-top: 0 !important;
    }



    .pb90 {
        padding-bottom: 0 !important;
    }

    .pl30r {
        padding-left: 30px;
    }

    nav {
        top: 12px;
    }

    #menuToggle {
        display: block;
        position: relative;
        top: 0;
        left: 10px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .hero {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .left {
        width: 100%;
        height: 65vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
    }

    .right {
        width: 100%;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
    }

    .hero-title {
        color: #fff;
        font-size: 3em;
        font-weight: 900;
        line-height: 100%;
    }

    a.ex-btn {
        display: flex;
        font-size: 2em;
        font-weight: 900;
        color: #F1C618;
        text-align: center;
    }

    .box-container {
        display: flex;
        flex-wrap: wrap;
        margin: 5px;
    }

    .box {
        flex-basis: 25%
    }

    .box a {
        background: rgba(0, 0, 0, 0.7);
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        transition: .5s ease;
        background-color: rgba(27, 27, 27, 0.3);
    }

    .col-full-seren,
    .col-full-karabulut,
    .col-full-deniz,
    .col-full-onurcan,
    .col-full-ecem,
    .col-full-sera,
    .col-full-buse,
    .col-full-basgul,
    .col-full-irem,
    .col-full-eunjin,
    .col-full-roda,
    .col-full-maheen {
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: initial;
        position: relative;
    }

    .scroll-down {
        display: none;
    }

    .mobile-video {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .hero-title {
        color: #fff;
        font-size: 2em;
        font-weight: 900;
        line-height: 100%;
    }

    .box {
        flex-basis: 70%
    }

    .pl30r {
        padding-left: 30px;
    }

    .col-full-seren,
    .col-full-karabulut,
    .col-full-deniz,
    .col-full-onurcan,
    .col-full-ecem,
    .col-full-sera,
    .col-full-buse,
    .col-full-basgul,
    .col-full-irem,
    .col-full-eunjin,
    .col-full-roda,
    .col-full-maheen {
        width: 100%;
        height: 32vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: initial;
        position: relative;
    }


}