html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	background-color: #9cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6af), to(#bdf));
	background-image: -webkit-linear-gradient(#6af, #bdf);
	background-image: -moz-linear-gradient(#6af, #bdf);
	background-image: linear-gradient(#6af, #bdf);

    font-family: 'iranyekan';
    font-weight: normal;
    font-size: 16px;

}
::-webkit-scrollbar { 
    display: none; 
}

.container {
    position: relative; 
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;

    flex: 1;
    /* overflow: hidden !important; */

    /* margin: 0 auto;
    max-width: 600px;
    padding: 10px;
     */
}

.img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 375px;
    position: relative;
}

.img-container .scene1 .line-container {
    top: -110px !important;
    width: 100%;
    left: 0px;
    position: fixed;
}

.img-container .scene1 .elements-container {
    top: 100px;
    width:100px; 
    left:100px;
    position: fixed;
    align-self: center;
}



.img-container .scene1{
    position: fixed;
    top: 0px;
    align-content: center;
    align-items: center;
}

.img-container .scene2 {
    position: fixed;
    top: 100px;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 375px;
    top: 400px;
    position: fixed;
    align-self: center;
}

.text-container h1 {
    font-size: 5rem;
    font-weight: 800;
    color: #6759d4;
    margin: 0 0 10px;

    letter-spacing: -3px;
    word-spacing: -10px;
}


.text-container .message {
    background-color: #ca9e67;
    color: #fff;
    font-size: 2rem;
    padding: 2px 20px;
    border-radius: 20px;
    letter-spacing: -1px;
    word-spacing: -3px;
    font-weight: 300;
}

.text-container .address {
    font-size: 1.1rem;
    font-weight: 300;
    color: #666666;
    margin: 16px 0;
}

.text-container .social {
    margin-top: 12px;
}

.text-container .social a {
    padding: 5px;
    color: #b3b3b3;

    transition: all 200ms ease;
}

.text-container .social a:hover {
    color: #666666;
}

.text-container .social i.fab {
    font-size: 1.75rem;
}


@media only screen and (max-width : 480px) {
    html {
        font-size: 62.5%;
    }

    .img-container {
        height: 400px;
    }

    .img-container .scene2 {
        zoom: 80%;
    }

    .img-container .scene1 {
        display: none;
    }
}

@media only screen and (max-width : 1024px) {

    .img-container .scene1 {
        display: none;
    }
}

@media only screen and (max-width : 1366px) {
    .img-container .scene1 {
        overflow-x: hidden;

    }
}
input[type="range"] {
    position: absolute;
    top: -350px;
    transform: rotate(270deg);
    align-self: center;
 }