html, body{
    height:100%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

#global-wrapper{
   height: auto;
   color: #2C2D32;
}

.wrapper{
    background-image: url(../images/landingPage4.jpg);
    height: 50vh;
    background-size: cover;
    background-position: center center;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.landing-wrapper{
    height: 90vh;
}

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

.header-wrapper{
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.head-title{
    max-width: 70%;
    font-size:7em;
    font-weight: 600;
    margin: 0 auto 20px;  
    color: #fff;  
    text-align: center;
    line-height: 8rem;
}

.head-title span{
    font-family: 'skytree';
    font-size:98px;
    font-weight: 500;
    color: #f84e6d;
}

.sub-title{
    color: #fff;
    font-weight: 300;
    text-align: center;
    max-width: 60%;
    margin: 40px auto;
    font-size: 28px;
}

.cta-button{
    display: block;
    background: linear-gradient(to right, #DD5E89 0%, #F7BB97  51%, #DD5E89  100%);
    background-size: 200% auto;
    width: 230px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin: 0 auto;
    margin-bottom:28px 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    z-index: 1;
}


.cta-button:hover, 
.cta-button:focus{
    background-position: right center; /* change the direction of the change here */
    color: #f5f5f5;
    text-decoration: none;
    transition: 0.3s ease-in-out:
}

.fa-caret-right{
    padding-right: 5px;
}

@media only screen and (max-width: 450px){
    
    .head-title{
        font-size:36px;
    }
    
    .sub-title{
        font-size:18px;
        margin-bottom: 25px;

    }
    
    .cta-button{
        margin-top: -20px;
    }
}

hr{
    margin: 0x auto;
    max-width: 350px;
    background: #000;
}

.benefits-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.benefits-wrapper{
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    transform: translateY(0px);
}

.benefits-paragraph-mobile{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-150px);
}

#benefits-paragraph-wrapper{
    position: absolute;
    margin: 0 auto;
    height: auto;
    width: 400px;
    top: 35%;
    left: 50%;
    transform: translateY(-50%);
}

#benefits-paragraph-wrapper h2{
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0;
}

#benefits-paragraph-wrapper p{
    align-items: center;
    z-index: 10;
    font-size: 20px;
    line-height: 1.6em;
}

.benefits-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 80%;
    background: green;
}

.random-smaller-icon{
    position: absolute;
    left: -200px;
    top: -100%;
    width: 600px;
    height: 500px;
    transform: rotate(-10deg) translate(-59px, 550px);
    transform-origin: center center;
}

.random-larger-icon{
    position:absolute;
    right: -500px;
    top: -180px;
    height: 500px;
    transform: rotate(45deg) translate(10px, 5px);
    z-index: 1;
    transform-origin: center center;
}

.random-testimonail-icon{
    position:absolute;
    right: 250px;
    top: 1020px;
    height: 400px;
    transform: rotate(45deg) translate(10px, 5px);
    z-index: 0;
    transform-origin: center center;
}

.inner-wrapper{
    width: 100;
    height: auto;
    background: rgba(124, 120, 211, .4);
}

.testimonial-wrapper{
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-bottom: 100px;
}

.testimonial-container{
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 10px;
    height: 500px;
    max-width: 95%;
    margin: 150px auto;
}

.testimonial-item{
    display: flex;
    text-align: center;
    //padding: 20px;
    width: 300px;
    margin: 10px;
    position:relative;
    font-weight: 400;
    //transition: all ease-in-out 300ms;
    perspective: 3000;
    
}


.inner-testimonial{
    position: relative;
    display: block;
    width: 100%;
    height: 440px;
    background-size: cover;
}

.testimonial-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 150px;
    width: 90%;
}

.testimonial-content h4{
    color: #fff;
    text-align:left;
}

.testimonial-text{
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}


.second-testimonial{
    background-image: url(../images/portraits/portrait4.jpeg);
    background-size: cover;
}

.testimonial-text2{
    position: absolute; 
    bottom: 30px;
    text-align: center;
    color: #fff;
}

.third-testimonial{
    background-image: url(../images/portraits/portrait9.jpeg);
    background-size: cover;
}

.testimonial-text3{
    position: absolute; 
    top: 30px;
    text-align: left;
}

.testimonial-nav span{
    width: 10px;
    height: 10px;
    background: pink;
}

.fa-quote-right{
    font-size: 30px;
    opacity: 0.4;
    position: absolute;
}

.fa-quote-right-v{
    bottom: 15px;
}

.fa-quote-right-j{
    bottom: 5px;
}

.fa-quote-right-f{
    bottom: 30px;
}

.features-wrapper{
    position:relative;
    margin-top: 200px;
    color: #fff;
    z-index: 10;
}

.features-container{
    display:flex;
    width: 100%;
    height: 500px;
    position: relative;
}

.second-features-container{
    display:flex;
    width: 100%;
    height: 500px;
}

.features-section{
    width: 50%;
    height: 100%;
    background: linear-gradient(225deg, #FECB8C, #f84e6d 80%, #F9438D);
}

.features-image{
    background-image: url(../images/features/features4.jpeg);
    background-size: cover;
    background-position: center center;
}

.second-features-image{
    background-image: url(../images/features/features5.jpeg);
    background-size:cover;
    background-position: center center;
}

.features-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    //padding-left: 100px;
    margin: 0 auto;
    //width: 80%;
}

.features-solid{
    margin: 0 auto;
    width: 90%;
}

.features-text p{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
}

.features-text span{
    font-style: italic;
    font-size: 12px;
}

.features-text h3{
    letter-spacing: 1px;
    font-size: 26px;
}

.second-features-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    //padding-left: 100px;
}

.second-features-text p{
    width: 90%;
}

.second-features-text h3{
    letter-spacing: 1px;
}

.features-button{
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 150px;
    background: #f84e6d;
    box-shadow: 0px 8px 31px -19px #000;
    position: absolute;
    left: 50%;
    top: 0%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: ease-in 300ms;
}

.features-button p{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 300;
}

.features-button:hover > .features-cta-arrow{
    opacity: 1;
    
}

.features-cta-arrow{
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transition: ease-in-out 300ms;
}

.features-cta-arrow:before{
    content:'';
    position: absolute;
    background: #fff;
    width: 100px;
    height: 2px;
    transform: rotate(45deg) translate(-100px,34px);
    transition: ease-in-out 300ms;
    opacity: 0;
}
 
.features-button:hover > .features-cta-arrow{
    transform: translateX(190%) rotate(-45deg);
}

.features-button:hover > .features-cta-arrow:before{
    transform: rotate(45deg) translate(-70px,34px);
    opacity: 1;
}

.features-button:hover{
    background-color: #feca8c;
}

.fotosession-button-info{
}

.fotosession-button-info p{
    float: left;
    width: 270px;
}

.fotosession-caret{
    color: #fff;
    font-size: 36px;
}

@media only screen and (max-width: 1400px){
    
    .head-title{
        font-size: 6.5em;
        line-height: 1.1;
    }
    
    .cta-button{
        transform: translateY(30px);
    }

}

@media only screen and (max-width: 1300px){
    
    .head-title{
        max-width: 85%;
        font-size: 6.5em;
    }
    
    .cta-button{
        transform: translateY(30px);
    }

}

@media only screen and (max-width: 1200px){
    
.head-title{
    font-size: 4.5em;
}

.benefits-wrapper img{
    width: 105%;
}

#benefits-paragraph-wrapper h2{
    font-size: 38px;
}

#benefits-paragraph-wrapper p{
    font-size: 14px;
}

.cta-button{
    transform: translateY(30px);
}

    .features-text{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
    
.outer-skewed{
    background: rgba(255, 88, 100, .9);
}

.cta-wrapper{
    position: relative;
    width: 100%;
    height: 60vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    margin-top: 0;
    overflow:hidden;
    z-index:1;
}
/*
.overlay-cta-section{
    background: url( 255, 255, 255, 0.2);
    width: 100%;
    height: 700px;
    z-index: 1000;
}
*/
.cta-section{
    max-width: 1000px;
    width: 70%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/ctaSection/cta5.jpg);
    background-size: cover;
    box-shadow: 0px 8px 31px -19px #000;
    padding:.0;
    z-index: -1;
    }

.clearfix{
    clear: both;
}

.cta-section a{
    left: 50%;
    z-index: 1;
}

.cta-section-info{
    width: 80%;
    text-align: center;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.cta-smallTitle{
    font-size: 22px;
    margin-bottom: 10px;
}

.cta-bigTitle{
    font-size: 44px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

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

    .head-title{
        font-size: 4em;
    }

    .cta-wrapper {
        height: 500px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cta-button{
        width: 210px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cta-section{
        margin: 0px auto;
        height: 450px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cta-section h4{
        font-size: 18px;
    }

    .cta-bigTitle{
        font-size: 36px;
    }

    .features-cta-button{
        width: 180px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.features-cta-button{
    display:inline-block;
    width: 210px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom:28px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, #DD5E89 0%, #F7BB97  51%, #DD5E89  100%);
    background-size: 200% auto;
    text-decoration: none;
    letter-spacing: 1.5px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 21px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}


.features-cta-button:hover, 
.features-cta-button:focus{
    background-color: #f84e6d;
    color: #f5f5f5;
    text-decoration: none;
    transition:color 0.3s ease-in-out, background 0.3s ease-in-out;
}


footer{
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    height: 400px;
    background: #000;
    z-index: 10;
}

.footerLeft{
    width: 33%;
    position: relative;
}

.emailAdress{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: skytree;
    font-size: 32px;
    color: #fff;
}

.footerRight{
    position: absolute;
    left: 85%;
    top: 49%;
    transform: translateY(-50%);
    bottom: 100px;
}

.footerRight .footerLogo{
    background-image: url(../icons/TinderfotografenLogo/new/Tinderfotografen_logo_neg_Circle.svg);
    z-index: 100;
    height: 130px;
    width: 130px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footerCenter{
    width: 34%;
}

.footerBottom{
    position: absolute; 
    bottom: 0;
    //height: 20px;
    width: 100%;
}

.footerBottom p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 950px){
  
.features-solid h3{
    font-size: 22px;
}    

.features-solid h4{
    font-size: 18px;
}      
    
.features-solid p{
    font-size: 14px;
}  
    
.testimonial-container{
    height: 400px;
    width: 100%;
    margin: 200px auto;
}

.testimonial-item{
    padding: 5px;
    width: 250px;
    margin: 5px;
    position:relative;
    font-weight: 400;
    }
    
.testimonial-content{
    bottom: 10px;
    //height:100px;
}
    
}   

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

    .head-title{
        width: 90%;
        font-size: 4em;
    }

.testimonial-container{
    //flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 150px auto;
    padding: 0;
}

.testimonial-item{
    //padding-bottom: 100px;
    //margin: 10px;
    width: 92%;
    //height: 700px;
    //position:relative;
    //padding-top: 92%;
    font-weight: 400;
    font-size: 24px;
    }
    
    .inner-testimonial{
        height: 390px;
    }
    
    .testimonial-content{
        height: 100px;
        bottom: 25px;
    }
    
    .testimonial-text{
        font-size: 14px;
    }
    
    .fa-quote-right-j{
        font-size: 25px;
        bottom: 20px;
    }
    
    .features-container{  
        flex-direction: column-reverse;
        height: 1000px;
    }   
    
    .second-features-container{
        flex-direction: column;
        height: 1000px;
    }
    
    

    .features-button{
        width: 75%;
        height: 125px;
    } 

    
.features-section   {
    width: 100%;
    height: 500px;
    background: linear-gradient(225deg, #ff8642, #f84e6d 80%, #f84e6d);;
}    
    
.features-image{
    background-image: url(../images/features/features4.jpeg);
    background-size: cover;
}   
    
.second-features-image{
    background-image: url(../images/features/features5.jpeg);
    background-size:cover;
}    
    
}


@media only screen and (max-width: 640px){
    
/*    #benefits-wrapper{
        height: 800px;
    }
    
    #benefits-wrapper p{
        font-size:20px;

    }
    
    #benefits-paragraph-wrapper{
        padding-top: 100px; 
    }
    
    */
.desktopNav .logo{
    width: 300px;
}

.head-title{
    font-size: 3.5em;
    max-width: 85%;
}

.cta-button{
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

    .testimonial-wrapper{
        /*height: 300px;*/
    }
    
    .testimonial-container{
        margin-top: 100px;
        height: 500px;
    }
    
    .testimonial-item{
        padding:0;
        height: 300px;
    }
    
    .inner-testimonial{
        height: 300px;
    }

    .emailAdress{
        font-size: 24px;
    }
    
}


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

    .head-title{
        font-size: 3em;
        max-width: 85%;
    }
    
    .testimonial-wrapper{
        /*height: 650px;*/
        margin-bottom:30px;
    }
    
    .testimonial-container{
        height: 500px;
        width: 500px;
        display: block;
        position: relative;
        touch-callout: none;
        -webkit-touch-callout: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        z-index: 1;
    }
    
    .testimonial-item{
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        z-index: 100;
    }
    
    .testimonial-navigation{
        position:relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: 110px;
        display: flex;
        width: 200px;
    }

    .testimonial-ul{
        margin: 0 auto;
        list-style: none;
        padding: 0;
    }

    .testimonial-ul li{
        margin: 0 auto;
        margin-left: 10px;
        margin-right: 10px;
        float: left;
        height: 20px;
        width: 20px;
        background: #ff8642;
        opacity: 0.5;
        border-radius: 45px;  
        list-style: none;
    }

    .slide-item-active{
        opacity: 1;
        transform: scale(1.2);
    }

    ol li .active-nav{
        background: #f84e6d;
    }

    
    .rotate-left{
        transform: rotate(30deg) scale(0.8);
        transition: 1s;
        margin-left: 400px;
        opacity: 0;
        z-index: 10;
    }    

    .rotate-right{
        transform: rotate(-30deg) scale(0.8);
        transition: 1s;
        margin-left: -400px;
        opacity: 0;
        z-index: 10;
    }

    .test{
        height: 400px;
        width: 400px;
        background: green;
        padding: 200px;
        z-index:1000;
    }
    
    .inner-testimonial{
        width: 100%;
        height: 500px;
        display: block;
    }
    
    .testimonial-content h4{
        font-size: 28px;
        margin: 0;
        padding: 0;
    }
    
    .testimonial-text{
        font-size: 20px;
    }
    
    .fa-qoute-right{
        font-size: 40px;
    }
    
    .features-button p{
        font-size: 20px;
    }
    
    .benefits-wrapper p{
        font-size: 20px;
    }
    
    hr{
        max-width: 200px;
    }

    .features-cta-button{
        width: 175px;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;

    }

    .cta-section h4{
        font-size: 16px;
    }

    .cta-bigTitle{
        font-size: 28px;
    }

    .footerRight .footerLogo{
        height: 75px;
        width: 75px;
    }
}

@media only screen and (max-width: 420px){
 
    #benefits-wrapper{
        height: 500px;
    }

    .footerRight .footerLogo{
        height: 60px;
        width: 60px;
    }
}

@media only screen and (max-width: 400px){
 
    .features-cta-arrow{
        top: 65%;
    }

    .emailAdress{
        font-size: 22px;
    }
}

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

    html{
        overflow-y: visible;
    }