html{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
 
}

body{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: 'Open Sans',sans-serif,Arial;
    overflow-x: hidden;
}

@font-face{
    font-family: 'skytree';
    src: url(../fonts/Skytree-one.ttf);
}

.logo a.hover{
    color: green;
}

.desktopNav{
    position: fixed; 
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: 300ms;
}

.inner-desktopNav{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 100;
}

.inner-desktopNav .logo{
    width: 360px;
    transition: 300ms all ease-in-out;
}

.inner-desktopNav .logo:hover{
    text-decoration: none;
    color: #FF655B;
}

.inner-desktopNav .logo:focus{
    text-decoration: none;
    color: #FF655B;
}

.language{
    position: absolute;
    right: 68px;
    top: 100px;
    color: #fff;
    z-index: 9999;
}

.language .english,
.language .swedish{
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.language .languageActive{
    opacity: 1;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.logo img{
    width: 100%;
    height: auto;
}

.logo{
    width: 360px;
    background-image: url(../icons/TinderfotografenLogo/new/TinderFotografenLogo/tinderLogo.svg);

}

.tinderLoga{
    background-image: url(../icons/TinderfotografenLogo/new/TinderFotografenLogo/NEG/SVG/Tinderfotografen_logo_neg.svg);
    background-repeat: no-repeat;
    width: 270px;
    height: 100%;
    transition: 300ms all ease-in-out;
}

.menu-tinderLoga{
    background-image: url(../icons/TinderfotografenLogo/4.TF_Logo_White.svg);
    background-repeat: no-repeat;
    width: 125px;
    height: 45px;
}

.desktopNav.black{
    background: rgba(250, 89, 139, .9);
    height: 60px;
    padding: 7px 50px;
    z-index: 1000;
}

.desktopNav.black  ul{
    
}

.desktopNav ul{

}

.desktopNav.black li a{
    color:#f5f5f5;
    top:100px;
}

.desktopNav.black .logo{
    color: #fff;
    top: 10px;
}

.desktopNav.black .tinderLoga{
    height: 50px;
}

.desktopNav li{
    float: left; 
    margin: 0;
    padding: 7px;
    display: flex;
    list-style: none;

}

.desktopNav li a{
    list-style: 80px;
    color: #fff;
    margin: 9px 20px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 500ms;
    
}

.desktopNav li a::after{
    content:'';
    height: 5px;
    width: 0%;
    //top: -30px;
    display: block;
    background-color: #F2618E;
    //position: absolute;
    transition: all ease-in-out 300ms;
}

.desktopNav li a:hover::after{
    width: 100%;
}

.desktopNav.black li a:hover::after{
    width: 100%;
    background-color: #f5f5f5;
}

.desktopNav li a:hover{
    color: #F2618E;
}

.desktopNav.black li a:hover{
    color: #f5f5f5;
}

/*-----------------*/

.desktopNav li a:focus::after{
    width: 100%;
}

.desktopNav.black li a:focus::after{
    width: 100%;
    background-color: #f5f5f5;
}

.desktopNav li a:focus{
    color: #F2618E;
}

.desktopNav.black li a:focus{
    color: #f5f5f5;
}

.desktopNav li .active{
    color: #F2618E;
}

.desktopNav li .active::after{
    color: #F2618E;
    content:'';
    height: 5px;
    width: 100%;
    display: block;
    background-color: #F2618E;
}

.desktopNav.black li .active::after{
       background-color: #f5f5f5;
}

.mobilNav{
    display:none;
}

.mobilNav li .active{
    color: #fff;
}

.mobilNav li a:hover{
    text-decoration: none;
}

.mobilNav-item #text.active::after{
    color: #fff;
    height: 5px;
    display: block;
    width: 100%;
}

.mobilNav li .active::after{
    color: #fff;
    content:'';
    padding-top: -100px;
    height: 5px;
    display: block;
    background-color: #fff;
}

.mobilNav.black li .active::after{
       background-color: #fff;
}

.mobilNav li a:hover::after{
    width: 100%;
    background-color: #f5f5f5;
}

.mobilNav li a:hover::after :nth-child(1n+3){
    background-color: blue;
}

.menu-title{
    color: #fff;
}

.menu-toggle{
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 1000;

}

.hamburger, 
.hamburger::before,
.hamburger::after{
    content: '';
    display: block;
    background: #f5f5f5;
    height: 3px;
    width: 1.75em;
    border-radius: 3px;
    transition: all ease-in-out 300ms;
    z-index: 100000;
}

.hamburger::before{
    transform:translateY(-7px);
}

.hamburger::after{
    transform:translateY(4px);
}


.open .hamburger{
    transform: rotate(45deg);
}

.open .hamburger::before{
    opacity:0;
}

.open .hamburger::after{
    transform: translateY(-3px) rotate(-90deg);
}

.down-arrow-wrapper{
    bottom: 50px;
    position:absolute;
    background: linear-gradient(225deg, #ff8642, #f84e6d 80%, #f84e6d);
    opacity: 0.9;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

.down-arrow{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-40%, 40%) rotate(45deg);
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transition: ease-in-out 300ms;
    animation: scrollDown 2s linear infinite;
}

@keyframes scrollDown{
    
    0%{
        transform: translate(-50%, 7px) rotate(45deg);
    }
    50%{
        transform: translate(-50%, 15px) rotate(45deg);
    }
    100%{
        transform: translate(-50%, 7px) rotate(45deg);
    }
}

@media only screen and (max-width: 1250px){

    .desktopNav{
        margin: 0 auto;
        padding: 0;
    }

    .desktopNav.black .logo{
        top: 12px;
    }
    
    .desktopNav .logo{
        top: 33px;
        left: 25px;
    }
    
    .desktopNav li{
        display:none;
    }
    
    .menu-toggle{
        position: relative;
        display: block;
        right: 0px;
        transform: translateY(-3px);
        padding: 10px 0;
    }
    
    .menu-toggle.black{
    padding:100px; 
    background: blue;
    }

    
    .mobilNav{
        display:block;
        position: fixed;
        right: 0;
        top: 0px;
        width: 450px;
        height: 100%;
        background: rgba(250, 89, 139, .9);
        list-style: none;
        transform: translateX(450px);
        z-index: 100;
        transition: ease-in-out 500ms;
    }
    
    .mobilNav ul{
        position: absolute;
        top: 20%;
        left: 10%;
    }
    
    .mobilNav li{
        list-style: none;
        text-align: left;
        text-transform: uppercase;
    }
    
    .mobilNav ul li a{
        font-size: 24px;
        width: 100%;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
        color:#f5f5f5;
        text-decoration: none;
        transform: translateX(50px);
        opacity: 0;
        transition: all 300ms ease-in-out;
    }
    
     .mobilNav ul li a.is-showing{
        opacity: 1;
        transform: translateX(0);
    }
    
 
    .mobilNav-open{
        transform: translateX(0px);
}
    .mobilNav.black{
        top: 60px;
    }

    .mobilNav li .active::after{
    content:'';
    height: 5px;
    width: 0%;
    display: block;
    background-color: #fff;
    position: absolute;
    transition: all ease-in-out 300ms;
    }
    
    .mobilNav-item a{
        width: 100%;

    }

    .language{
        right: 28px;
    }

    .social-icons{
        margin-top: 20px;
        color: #fff;
        height: 100%;
    }
    
    .social-icons i{
        float: left;
        margin-right: 20px;
    }   
    
    .social-icons a:hover{
        color: green;
    }
    
    .desktopNav li a:hover::after{
        width: 100%;
    }
    
}

@media only screen and (max-width: 650px){

    .logo{
        width: 65%;
    }
}

@media only screen and (max-width: 450px){
    
        .mobilNav ul{
            left: 25%;
            list-style: none;
    }
    
}

@media screen and (orientation: landscape) {

    :lang(se) .language{ 
        color: green;
    }

    :lang(en) .language{ 
        color: blue;
    }
}