﻿

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #428bca;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #629fd3;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    padding: 10px 0;
    /*border-bottom: 1px solid #eee;*/
    font-size: 14px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #444;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #428bca;
        }

    #topbar .contact-info i {
        color: #428bca;
        padding: 4px;
    }

    #topbar .contact-info .icofont-phone {
        padding-left: 20px;
        margin-left: 10px;
    }

    #topbar .social-links a {
        color: #5c768d;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }

        #topbar .social-links a:hover {
            color: #428bca;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    z-index: 997;
}

    /*#header.header-scrolled {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }*/

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 10px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #1c5c93;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #444444;
        font-weight: 500;
        padding: 12px 15px;
        transition: 0.3s;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #428bca;
            text-decoration: none;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #103453;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #428bca;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


.menu-li {
    color: white;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: none;
    padding: 8px;
}




/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1f3548;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #e3f0fc;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #9eccf4;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa0";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #5c768d;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }


/*desktop mode*/
@media only screen and (min-width:1000px) {
    .left-menu-ul {
        position: fixed;
        display: block;
        margin-left: 37px;
        margin-top: 7vw;
        z-index: 3;
    }

    .nav {
        position: fixed;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.85vw;
        transform: rotate(-90deg);
        margin-left: 1vw;
        margin-top: 3.2vw;
        letter-spacing: 0.2vw;
        z-index: 3;
        background-color: #ffffff4a;
    }

    .left-menu-ul > a > li {
        content: '';
        height: 40px;
        width: 5px;
        transition: width 0.3s ease-in-out;
    }

        .left-menu-ul > a > li:hover {
            transition: width 0.3s ease-in-out;
            width: 80px;
        }

            .left-menu-ul > a > li:hover .menu-li {
                display: block;
            }

    .section2 {
        position: relative;
        display: block;
        width: 100%;
        height: 60vw;
        overflow: hidden;
    }

        .section2 .cover {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .section2 .cover img #hero {
                position: absolute;
                display: block;
                min-width: 100%;
                min-height: 100%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .section2 .content {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        .section2 .text {
            width: 100%;
        }

    .centralize {
        position: relative;
        left: 50%;
        top: 30%;
        -webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }


    #title {
        font-family: 'Montserrat', sans-serif;
        font-size: 4.31vw;
        margin-top: 1vw;
        margin-left: 5vw;
        line-height: 2.63vw;
        color: #302c2d;
        opacity: 1;
        animation: move 3s;
    }

    @keyframes move {
        from {
            margin-left: 8vw;
            opacity: 0.3;
        }

        to {
            margin-left: 10vw;
            opacity: 1;
        }
    }

    .name {
        font-family: 'Montserrat', sans-serif;
        font-size: 1vw;
        letter-spacing: 0.09vw;
        margin-top: 2.63vw;
        margin-left: 5vw;
    }

    #line {
        position: absolute;
        content: '';
        /*margin-top: -10vw;*/
        margin-left: 28vw;
        height: 1px;
        width: 13.68vw;
        background-color: #302c2d;
        z-index: 5;
        animation: expand 3s;
        animation-fill-mode: forwards;
    }

    @keyframes expand {
        from {
            width: 0vw;
            opacity: 0;
        }

        to {
            width: 13.68vw;
            opacity: 1;
        }
    }

    .scroll {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.80vw;
        font-weight: 900;
        letter-spacing: 0.1vw;
        color: #302c2d;
        margin-left: 45vw;
        margin-top: 20vw;
    }

    .square {
        position: relative;
        content: '';
        float: right;
        height: 120vh;
        width: 50vh;
    }

    .copy {
        float: left;
        width: 32.28vw;
        margin-left: 10vw;
        margin-top: 0.7vw;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1vw;
        line-height: 1.7vw;
        letter-spacing: 0.1vw;
        color: black;
    }
}


/*mobile mode*/
@media only screen and (max-width:480px) {
    .left-menu-ul {
        position: fixed;
        display: block;
        margin-left: 20px;
        margin-top: 35vw;
        z-index: 3;
    }

    .nav {
        position: fixed;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        transform: rotate(-90deg);
        margin-left: 0px;
        margin-top: 15vw;
        letter-spacing: 0.2vw;
        z-index: 3;
    }

    .left-menu-ul > a > li {
        height: 40px;
        width: 5px;
        transition: width 0.3s ease-in-out;
    }

        .left-menu-ul > a > li:hover {
            transition: width 0.3s ease-in-out;
            width: 8.3vw;
        }

            .left-menu-ul > a > li:hover .menu-li {
                display: block;
            }


    .content {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    section .text {
        width: 100%;
    }

    .centralize {
        position: relative;
        left: 50%;
        top: 30%;
        -webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }


    #title {
        font-family: 'Montserrat', sans-serif;
        font-size: 9vw;
        margin-top: 31vw;
        margin-left: 17vw;
        line-height: 6vw;
        color: #302c2d;
        opacity: 1;
        animation: move 5s;
    }

    .title {
        font-family: 'Montserrat', sans-serif;
        font-size: 9vw;
        margin-top: 31vw;
        margin-left: 17vw;
        line-height: 6vw;
        color: #302c2d;
        opacity: 1;
        animation: move 5s;
    }

    @keyframes move {
        from {
            margin-top: 13vw;
            opacity: 0.2;
        }

        to {
            margin-top: 31vw;
            opacity: 1;
        }
    }

    .name {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.9vw;
        letter-spacing: 0.1vw;
        margin-top: 5vw;
        margin-left: 17vw;
    }

    #line {
        position: absolute;
        content: '';
        margin-top: -21vw;
        margin-left: 55vw;
        height: 1px;
        width: 28vw;
        background-color: #302c2d;
        z-index: 5;
        animation: expand 3s;
        animation-fill-mode: forwards;
    }

    @keyframes expand {
        from {
            width: 0vw;
            opacity: 0;
        }

        to {
            width: 28vw;
            opacity: 1;
        }
    }

    .scroll {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 3vw;
        font-weight: 900;
        letter-spacing: 0.3vw;
        color: #302c2d;
        margin-left: 30vw;
        margin-top: 70vw;
    }

    .square {
        position: relative;
        content: '';
        float: right;
        height: 120vh;
        width: 50vh;
    }

    .copy {
        width: 70vw;
        margin-left: 18vw;
        margin-top: 30vw;
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8vw;
        line-height: 3.4vw;
        letter-spacing: 0.3vw;
        color: black;
    }
}


#eyes {
    background-color: #7e8cdd;
    content: ' Anasayfa ';
    color: white;
}

#full {
    background-color: #302c2d;
    /*background: linear-gradient(145deg, rgb(166, 12, 255) 0%, rgb(12, 255, 226) 25%, rgb(11, 211, 24) 50%, rgb(255, 246, 0) 75%, rgb(255, 0, 0) 100%);*/
}

#shine {
    background-color: #7c7b76;
}

#barry {
    background-color: #38434b;
}

#orange {
    background-color: orange;
}

#strange {
    background-color: #494746;
}

#space {
    background-color: #c7c7c7;
}

#lol {
    background-color: #f26667;
}

#sparta {
    background-color: #e32001;
}

#kill {
    background-color: #5e5e5e;
}

.is-sticky {
    height: auto !important;
}

.logo-top-0 {
    position: relative;
    top: 0px;
}


.logo-top--18 {
    position: relative;
    top: -18px;
}
