.galleri-wrapper{
    position: relative; 
    height: 600px; 
    width: 100%; 
}

.wrapper{
    background-image: url(../images/fotosession3.jpg);
}

.fotosession-wrapper{
    position: relative;
    height: 1000px;
}

.fotosession-title{
    text-align: center;
}   

.fotosession-title p{
    font-size: 60px;
    margin: 15px auto 15px;
}

.fa-question-circle{
    margin: 0 auto;
    font-size: 74px;
    text-align: center;
    display: block;

}


h1{
    font-size: 82px;
    text-align: center;
    font-family: skytree;
    letter-spacing: 0.25em;
    color: #f5f5f5;
}

.box{
    position: absolute;
    margin: 100px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.box ul{
    margin: 0;
    padding: 0;
}

.box ul li{
    line-height: normal;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    list-style: none;
    text-align: left;
}

.content{
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
}

.content-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 88, 100, 1);
    position: absolute;
    left: 100%;
    margin-left: 17px;
    top: 17px;
    cursor: pointer;
    transition: all 200ms;
}

.content-icon-right{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 88, 100, 1);
    position: absolute;
    right: 100%;
    margin-right: 15px;
    top: 17px;
    cursor: pointer;
}

.inner-symbols{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 5px;
    background: #fff;
    transition: all 300ms;
}

.inner-symbols:after{
    content: "";
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 25px;
    height: 5px;
    background: #fff;
}

.content-all{
    height: auto;
}

.content-title{
    font-weight: 400;
    font-size: 20px;
    color: #363636;
    letter-spacing: 1.2px;
    height: 44px;
    text-align: center;
    padding: 25px 30px 0px 20px;
    box-shadow: 0px 8px 31px -19px #000;
}

.firstText, .secondText, .thirdText, 
.fourthText, .fifthText, .sixthText{
    display: block;
    margin: 5px auto;
    max-height: 0;
    width: 90%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
}

.visible{
    max-height: 250px;
    margin: 40px;
    margin-top: 20px;
}

.openSymbol{
    transform: translate(-50%, -50%) rotate(-90deg);
    background: rgba(255, 88, 100, .1);
}


.clearfix{
    clear: both;
}

.random-faq-icon{
    position: absolute;
    top: 200px;
    right: 100px;
    height: 800px;
    transform-origin: center center;
    transform: translate(50px, -100px);
}

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

    h1{
        font-size: 60px;
    }

    .box ul li{
        margin-bottom: 10px;
    }

    .content-all{
        height: auto;
        font-weight: 500;
        font-size: 18px;
        color: #363636;
        letter-spacing: 1.2px;
    }

    .left-icon{
        display: none;
    }

    .right-icon-small{
        position: absolute;
        transform: rotate(-135deg);
        width: 15px;
        height: 15px;
        border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #c5c5c5;
        right: 100%;
        margin-right: -7px;
        top: 34px;
        background: #fff;
    }

    .box{
        position: relative;
        margin: 100px auto;
        width: 100%;
    }

    .content-icon{
        display: none;
    }

    .content-icon-right-small{
        display: block;
    }
    
    .box::before {
        left: 0;
    }

    .box ul li{
        line-height: normal;
        width: 80%;
        padding: 5px 40px;
        box-sizing: border-box;
        list-style: none;
        width: 100%;
    }

}

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

    h1{
        font-size: 45px;
        letter-spacing: 0.15em;
    }
}
 

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

    h1{
        font-size: 32px;
        letter-spacing: 0.15em;
    }
}

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

    h1{
        font-size: 26px;
        letter-spacing: 0.15em;
    }
}