*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: rgb(196, 196, 196);
    transition: 0.3s;
}
body{
    overflow: hidden;
    font-family: 'Oranienbaum', serif;
}
/*    -----------  Header margin elements  -----------    */

header{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(0);
    transition: 0.5s ease 3.5s;
}
.loading-page-animate-bk-layer{
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    background-color: #1b1b1b;
    animation: changeHeightlayer 4.2s forwards;
    opacity:1;
    z-index: 100000; 
}
@keyframes changeHeightlayer{
    0%{
        height: 0;
        top: 0;
    }
    25%{
        top: 0;
        height: 75%;
    }
    50%{
        top: 0;
        height: 100%;
    }
    51%{
        top: initial;
        bottom: 0;
    }
    60%{
        height: 100%;
    }
    77%{
        height: 100%;
    }
    80%{
        height: 100%;
    }
    90%{
        top: initial;
        bottom: 0;
        height: 80%;
    }
    100%{
        top:initial;
        bottom: 0;
        height: 0;
    }
}
.ldg-page-animate-text{
    position: relative;
    margin: auto;
    top: 79%;
    width: 370px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 7px;
    color: rgb(133, 125, 125);
    opacity: 0;
    animation: moveTopText 1s forwards 2.5s;
}
@keyframes moveTopText{

    100%{
        top: 80%;
        opacity: 1;
    }
}
.background-image-slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    opacity:0;                                     
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("Images/bgPic.jpg");
    animation: showBgPicture 0.5s forwards 1.7s;
}

@keyframes showBgPicture{
    100%{
        opacity:1;
    }
}
.header-overlay{
    top:0;
    position: relative;
    width:0;                            
    right:0;
    height: 100%;
    background-color: rgba(31, 29, 29, 0.67);
    animation: changeOverlayWidth 0.5s forwards 2.4s;
    overflow: hidden;
}
@keyframes changeOverlayWidth{
    100%{
        width: 100%;
    }
}
.header-content{
    position: relative;
    font-size: 50px;
    width: 100%;
    height: 100%;
    color: rgb(165, 156, 156);
    overflow: hidden;
}
.logo-text{
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 50px;
}
.span-line{
    background-image: linear-gradient(to right, rgba(13, 173, 221, 0.9), rgb(3, 34, 53));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mobile-left-logo{
    width:40px;
    top:20px;
    position: absolute;
    right:5vw;
    visibility:hidden;
    font-style:oblique;
    color:rgba(0, 0, 0, 0.555);
}
.mobile-socialm-icons{
    position: absolute;
    width:80px;
    height: 30px;
    display: flex;
    flex-direction: column;
    bottom:175px;
    justify-content: space-around;
    left:15px;
    z-index: 100000;
    visibility:hidden;
}
.mobile-socialm-icons img{
    width: 30px;
    height: 30px;
    opacity:0.5;
}
.mobile-left-logo p::before{
    content: "";
    top:56%;
    position: absolute;
    width:100%;
    height:1px;
    background-color:rgba(0, 0, 0, 0.555);
}
aside{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
}
aside .top-right-article{
    position: absolute;
    right: 0;
    font-size: 20px;
    width: 100%;
    visibility: visible;
}

.top-right-number{
    position: absolute;
    left: 50px;
    top: -40px;
    font-size: 300px;
    opacity: 0.3;
}
.top-right-text{
    position: absolute;
    right: 20px;
    top: 80px;
    letter-spacing: 5px;
}
.top-right-text p{
    margin: 5px;
}
aside .bottom-right-text{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    font-size:50px;
    height:200px;
    visibility:visible;
}
.bottom-left-article{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 250px;
}
.bottom-left-number{
    position: absolute;
    height: 100%;
    font-size: 300px;
    opacity: 0.3;
    left: 60px;
    bottom: 40px;
}

/* --------------     navigation ----------- */

nav{
    width: 1000px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    -ms-display: flex;
	-webkit-display: flex;
	-o-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    align-items: center;
}
nav a:hover{
    transition: 0.5s;
    color: white;
    letter-spacing: 6px;
    padding: 5px;
    cursor: pointer;
}
.about,
.portofolio{
    width:41%;
    font-style: italic;
    position: relative;
    text-align: right;
    height: 100%;
    align-items: center;
    display: flex;
    -ms-display: flex;
	-webkit-display: flex;
	-o-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    font-size: 120px;
    transition: 3s ease;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.about{
    left: 200px;
}
.portofolio{
    left:-250px;
    width: 59%;
    text-align: right;
    position: relative;
    font-style: italic;
    border-left: 1px solid rgb(216, 206, 206);
}
.contact{
    font-size: 60px;
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: 0.5s;
    letter-spacing: 14px;
    font-style: normal;
    opacity: 0;
}

.contact::before,
.contact::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgb(255, 255, 255);
    top: 125%;
    transition: 0.5s;
    left: 50%;
}
.contact::after{
    right:50%;
    left:initial;
}
.contact:hover::before,
.contact:hover::after{
    width: 50%;
    transition: 0.5s;
}
.contact:hover::after{
    width: 56%;
}
.contact:hover{
    color :white;
    transition: 0.5s;
    cursor: pointer;
}



/* --------------   about section ----------- */

.about-content{
    position: absolute;
    margin:0 auto;
    height: 100%;
    width:0;
    left: 15vw;
}
.animate-left-line{
    position: absolute;
    width: 2px;
    background-color: rgb(165, 156, 156);
    top: 30%;
    height: 0;
    left: 0;
}
.animate-left-color-box{
    position: absolute;
    top: 30%;
    left: 0;   
    bottom: 30%;
    width:100%;   
    background-image: linear-gradient(to right, transparent,  rgb(165, 156, 156),white );
    background-image: -o-linear-gradient(to right, transparent, rgba(6, 135, 145, 0.9), rgba(255, 255, 255, 0.9));
    background-image: -moz-linear-gradient(to right, transparent, rgba(6, 135, 145, 0.9), rgba(255, 255, 255, 0.9));
    background-image: -webkit-linear-gradient(to right, transparent, rgba(6, 135, 145, 0.9), rgba(255, 255, 255, 0.9));
}
.animate-about-content-box{
    position: absolute;
    width: 0;
    height: 80%;
    background-color: rgba(247, 245, 241, 0.507);
    top :50%;
    right: 0;
    transform: translate(0, -50%);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size:25px; 
    z-index: 10000;
}
.about-opacity-overlay{
    position: relative;
    opacity: 0;
}
.animate-about-content-box::-webkit-scrollbar {
    display: none;
  }
  .close-contact{
    top:10px;
    position:absolute;
    width: 50px;
    height:50px;
    left: 10px;   
    z-index: 1;
  }

.close-about-box{
    position:absolute;
    width: 50px;
    height:50px;
    left: 10px;   
    z-index: 1;
}
.close-about-box div:nth-child(1),
.close-about-box div:nth-child(2),
.close-contact div:nth-child(1),
.close-contact div:nth-child(2){
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    transform: rotate(40deg);
    top: 50%;
    transition: 1s ease;
}
.close-contact div:nth-child(1),
.close-contact div:nth-child(2){
   background-color: rgb(165, 156, 156);
}
.close-about-box div:nth-child(2),
.close-contact div:nth-child(2){
    transform: rotate(-40deg);
}

.close-about-box:hover div:nth-child(1),
.close-contact:hover div:nth-child(1){
    transform: rotate(-140deg);
    transition: 0.7s ease;
}
.close-about-box:hover div:nth-child(2),
.close-contact:hover div:nth-child(2){
    transform: rotate(140deg);
    transition: 0.7s ease;
}
.top-section,
.middle-section,
.bottom-section{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    -ms-display: flex;
	-webkit-display: flex;
	-o-display: flex;
    -moz-display: flex;
}
.middle-section{
    margin-top:150px;   
}
.bottom-section{
    margin-top:150px;   
    flex-direction: column;
}



/* -- about section container -- */

.top-text{
    position:relative;
}
.top-text p{
    margin-top: 5px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    padding: 0 30px;  
    font-style: italic;
    flex:3;
}
.top-text p:nth-of-type(2) {
    color: rgb(126, 124, 124);
    letter-spacing: 3px;
    background-color: rgba(110, 221, 197, 0.973);
    font-style: initial;
    font-size: 60px;
    margin-left: 50px;
}
.top-text h3{
    letter-spacing: 1px;
    font-weight :bold;
    font-size: 170px;
    color: rgb(126, 124, 124);
    margin-left: 50px;
}
.top-section img{
    position: relative;
    z-index: -1;
    width: 400px;
    right: -160px;
    top: 50px;
}


.middle-text{
    position: relative;
    border-left: 4px solid rgba(226, 241, 13, 0.952);
    color: rgb(107, 107, 107);
    top: 20%;
    font-size: 21px;
    font-family: initial;
    width:600px;
    display: flex;
    align-items: center;
}
.middle-text p{
    padding-left: 40px;
    text-indent: 40px;
}
.middle-pictures{
    position: relative;
    width: 800px;
    height: 400px;
    background-color: rgba(226, 241, 13, 0.952);
    top: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 100px;
}
.middle-pictures img{
   height: 90%;
}

.bottom-text{
    position: relative;
    font-size: 21px;
    width: 600px;
    color:rgb(82, 81, 81);
    margin: auto;
    border-bottom: 20px dotted  rgba(110, 221, 197, 0.973);
}
.bottom-text p{
    margin-bottom: 20px;
    text-indent: 30px;
}
.bottom-text img:nth-of-type(1),
.bottom-text img:nth-of-type(2),
.bottom-text img:nth-of-type(3){
    position: absolute;
    right:-40%;
    top: -10%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    z-index:3;
}
.bottom-text img:nth-of-type(2){
    right:-44%;
    top: -14%;
    width: 200px;
    height: 200px;
    opacity: 0.3;
    z-index: 2;
}

.bottom-text p:nth-child(3){
    margin-bottom: 30px;
}
.bottom-images{
    top: 70px;
    margin: auto;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contain-images{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 100px;;
}
.bottom-images img{
    height: 400px;
    width:300px;
}
.bottom-images h1{
    position: relative;
    top: 0;
    margin-bottom: 50px;
    color:rgba(87, 87, 87, 0.952);
    font-size: 70px;
    font-weight: lighter;
    letter-spacing: 10px;
    text-align: center;
}
.fixed-background{
    position: relative;
    width: 100%;
    height: 800px;
    background-color: #1b1b1b;
    text-align: left;
}
.fixed-background p{
    text-indent: 50px;
    top: 30px;
    position: relative;
    margin: 0 auto;
    color:rgb(255, 255, 255);
    font-size: 60px;
    font-style: italic;
    width: 80%;
    opacity: 0.6;
    margin-top:20px; 
}
.fixed-background p:nth-child(2){
    font-size: 30px;
    margin-top:100px;
}


.fixed-background p:nth-of-type(3){
    margin-top: 60px;
    text-align: right;   
}




/* ------------------- Customers-section ----------------- */

.customers-content{
    display:flex;
    justify-content: center;
    width:100%;
    background-color: #1b1b1b;
    position: absolute;
    bottom:0;
    z-index: 1000;
    overflow-y: scroll;
    transition: 0.15s ease-in;
    height: 0;
}

.customers{
    position: absolute;
    width: 400px;
    height:50px;
    bottom:100px;
    opacity:1;
    left: 150px;
    text-align: center;
    font-style: italic;
    letter-spacing: 10px;
    transition: 0.5s;
    z-index: 100;
}
.customers p:before{
    content:"& give away's";
    font-size:22px;
    position: absolute;
    right:0px;
    top:60px;
    height:80px;
    letter-spacing: 5px;
}

.openCustomersClass{
    animation:  openCustomers 1s ease-out forwards;
}
.closeCustomersClass{
    animation:  closeCustomers 1s ease-out forwards;
}
@keyframes openCustomers{
    80%{
        height: 50%;
    }
    100%{
        height: 100%;
    }
}
@keyframes closeCustomers{
    0%{
        height: 100%;
    }
    80%{
        height: 90%;
    }
    100%{
        height: 0;
    }
}

.customers:hover p{
    transition: 0.5s;
    cursor:pointer;
}

.customers-pictures{
    filter: blur(0);
    position: absolute;
    width:70%;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.customers-pictures img{
    width:300px;
    height:400px;
    margin: 50px 100px;
}
.close-customers-button{
    position: absolute;
    width:40px;
    height:40px;
    top:50px;
    left:50px;
    transition: 0.5s;
}

.close-customers-button div{
    width:100%;
    height:2px;
    background-color: white;
    position: absolute;
    top:50%;
}
.close-customers-button div:nth-child(1){
    transform: rotate(45deg);
}
.close-customers-button div:nth-child(2){
    transform: rotate(-45deg);
}
.close-customers-button:hover{
    transition: 0.5s;
    transform:rotate(180deg);
}

























/* ------------------- FOOTER ----------------- */

footer{
    position: absolute;
    width:80%;
    height: 100%;
    background-color: #1b1b1b;
    left:-150%;
}
.animate-open-contact{
    animation: openContactClass 1.9s ease forwards;
}
.animate-close-contact{
    animation: closeContactClass 1s ease forwards;
}
@keyframes openContactClass{

    70%{
        left:-70%;
    }
    100%{
        left:0;
    }
}
@keyframes closeContactClass{
    0%{
        left:0;
    }
    100%{
        left:-150%;
    }
}
.contact-content{
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: auto;
    width: 90%;
    height: 90%;
}
.contact-content h2{
    letter-spacing: 20px;
    color: rgba(190, 190, 190, 0.71);
    font-size: 120px;
    width:1000px;
}

.contact-data{
    margin-top: 20px;
    padding-top:10px;
    border-top: 1px solid rgba(255, 255, 255, 0.082);
}
.contact-data a{
    padding-top:15px;
    color: rgba(190, 190, 190, 0.344);
    font-size: 50px;
    letter-spacing:4px;
    transition: 0.5s ease;
    display: block;
}
.contact-data a:hover{
    transition: 0.5s ease;
    color: rgba(255, 255, 255, 0.541);
}
.contact-data p{
    display:flex;
}

.from-top-overlay{
    position: absolute;
    top:0;
    width:100vw;
    height:0;
    background-color: rgba(3, 2, 17);
    z-index: 2000;
}
.from-bottom-overlay{
    position: absolute;
    bottom:0;
    width:100vw;
    height:0;
    background-color:  rgba(3, 2, 17, 0.548);
    z-index: 1;
}
.from-top-overlay-animate{
    animation: animateFromTop 2.5s ease forwards;
}
.from-bottom-overlay-animate{
    animation: animateFrombottom 2.5s ease forwards;
}

@keyframes animateFromTop{
    0%{
        height:0;
    }
    65%{
        height:72vh;
    }
    100%{
        height:100vh;
    }
}
@keyframes animateFrombottom{
    0%{
        height:0;
    }
    50%{
        height:30vh;
    }
    80%{
        height:30vh;
    }
    100%{
        height:30vh;
    }
    
}


