
body {
  position: relative; 
  width: 100%;
  height: 100vh;
  font-family: Montserrat;
}

body{
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 11em;
    background: url("city.jpeg") fixed center no-repeat #fff;
    z-index: -1;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Orbitron', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Loading animation */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url("load.gif") center no-repeat #fff;
}


section.home {
    width: 100%;
    background: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    display-direction: column;
    justify-content: center;
    align-items: center;
}

div.container video {
    width: 100%;
}

nav{
    z-index: 500;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;  
}

nav::after { 
    content: '';
    display: table;
}

nav .logo a{
    text-decoration: none;
    color: #ffcd3c;
    letter-spacing: 0.1em;
}

nav div.logo {

    margin: 2.5rem;  
    margin-left: 4.5vw;
}

nav ul{
    display: flex;
    gap: 3em;
    list-style: none;
}

nav ul li a{
    text-decoration: none;
    color: #ffcd3c;
    text-transform: uppercase;
    font-size: 1.5vw;
}

div.container video {
    width: 100%;
}



section.home .homeContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    margin: 0 0;
    top: 20%;
    gap: -.5em;
    padding-top: 4.5vw;
 
}



section.home .homeContent h3{
    color: white;
    font-size: 1.5vw;
}



section.home div.homeContent div.bookStack{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70vw;
}

.text{
    position: relative;
    font-size: 3vw;
    left: 20%;
    text-align: center;
}

.bookStack p{
    color: white;
    border-radius: 10px;
    background-color: black;
}



.first{
   font-size: 7vw;
}

.second{
    font-size: 3.5vw;
}
.img1{
    z-index: 10;
    width: 25%;
    position: relative;
    top: 0;
    right: 10%;
}
.img2{
    z-index: 9;
    width: 25%;
    position: absolute;
    right: 43%;
}

.img3{
    z-index: 8;
      width: 25%;
    position: absolute;
    right: 39%;
}

.img4{
    z-index: 7;
      width: 25%;
    position: absolute;
    right: 35%;
}

.img5{
    z-index: 6;
    width: 25%;
    position: absolute;
    right: 31%;
}



section.aboutBook{
    z-index: 1;
    display: flex;
    gap: 2em;
    justify-content: space-around;
    align-items: center;
   background-color: black;
    padding: 3rem 2rem;
}

section.aboutBook iframe{
    width: 90%;
    height: 570px;
    border: none;
}


/*section.aboutBook .aboutText p{
    line-height: 2.7em;
    line-height: 27px;
    padding: 0.3em 0.5em;
    font-family: 'Khand', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}*/

section.aboutBook .aboutText{
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: white;
}

section.aboutBook .aboutText h4{
 
    padding: 2px 2px;
    border-radius: 3px;
}

section.aboutBook .aboutText h2{
    letter-spacing: 0.2em;
}

section.aboutBook img{
    width: 250px;
    height: 275px;

}


section.aboutAuthor{
    display: flex;
    flex-direction: row;
 
    justify-content: flex-start;
    align-items: center;
    background: white;
    padding-top: 3em;
    padding-bottom: 3em;
    background: black;


}

section.aboutAuthor .authorText{
    width: 55%;
    display: flex;
   
    flex-direction: column;
    justify-content: center;
}

section.aboutAuthor .authorText h2{
    letter-spacing: 0.2em;
    color: white;
    padding: 0.3em 0.5em;
    text-align: center;
}

section.aboutAuthor .authorText p{
   
    /*padding: 0.3em 0.5em;
    font-family: 'Khand', sans-serif;*/
    color: white;
    text-align: center;
}


section.aboutAuthor img{
    width: 570px;
    height: 350px;
    border: 2px solid black;
    transform: translateX(-70px);
}



/* <!-- ----------------- FOOTER ---------------  --> */


.footer {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.icons .fa {
    color: #ffcd3c;
    margin: 0 13px;
    font-size: 17px;
    cursor: pointer;
    padding-bottom: 20px;
    transition: 0.5s;
}

.icons .fa:hover {
    transform: scale(1.5);
}

div .footer-container {
    padding: 20px 0;
    background-color:black;
    color: #ffcd3c;
    letter-spacing: 0.2em;
    font-size: small;
    text-align: center;
}


.delay-1 {
animation-duration: 2s;

}

.delay-2 {
animation-duration: 7s;

}