*,*::before,*::after{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
@font-face{
    font-family: PopLight;
    src: url('./fonts/Poppins-Light.ttf');
}
@font-face{
    font-family: PopRegular;
    src: url('./fonts/Poppins-Regular.ttf');
}
@font-face{
    font-family: PopMedium;
    src: url('./fonts/Poppins-Medium.ttf');
}
body{
    font-family: PopLight;
}
.portofolio{
   
color: white;
background: radial-gradient(rgba(43,55,96,1),rgba(11,16,35,1));
}
nav{
    min-height: 10vh;
    width: 90%;
    margin: auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.logo{
    font-size: 20px;
}
.icon{
    padding: 10px;
    font-size: 28px;
    color: black;
}
.page{
    min-height: 90vh;
    display: grid;
    grid-template-columns: 5% 1fr 1fr 1fr 5%;
}
.chef,
.hairstyle,.shooter{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.hero{
   
    overflow: hidden;
    height: 500px;
    align-self:center;
    justify-self: center;
    display: flex;
}
.hero img{  
    
    transition: transform 0.3s ease-out;
    cursor: pointer;
}
.protait{
    height: 500px;
}
.landscape{
    height: 350px;
}
.hero a{
    display: flex;
}
.model-right{
    transform: translate(0%,0%);
}
.model-left{
    transform: translate(0%,0%);
}
.hero:hover .model-right{
transform: translate(0%,0%);
}
.fixtranslate{
    transform: translate(0%,0%);
}
.hero:hover .model-right{
    transform: translate(0%,0%);
    }
.hero:hover .model-left{
transform: translate(0%,0%);
}
.details{
    grid-column: 2/3;
    align-self: center;

align-items:center;
justify-content:center;
    

    


}

.details h1{
 
    font-size: 58px;
    font-family: PopRegular;
    width: 180px;
text-align:left;
    /* text-align: center; */
    /* align-content: center; */
    
}
.details h2{
    
    font-size: 42px;
    padding: 20px 0px;
}
.details p{
    font-size: 24px;
    padding: 20px 0px 50px 0px;
}
.pages{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.pages div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pages h3{
    font-size: 24px;
    padding: 30px;
}
.pages svg{
    cursor: pointer;
    opacity: 0.5;
    transform: scale(2);
}
.pages svg:hover{
    animation: dot 0.5s ease-in-out infinite alternate;
}
.pages svg.active{
    opacity: 1;
}
@keyframes dot{
    0% {
        transform: scale(4);
    }
}
.btndownload{
  
    width: 30%;
    height: 50px;
    background-color: red;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 6px;

   
    margin-top: 30px;
margin-bottom:50px;
}

.btndownload:hover{
    background-color:#DC143C;
    /* color:red; */
      padding: 3%;
   
}
form {
text-aling:left}

@media (max-width:1024px){
    .page{
        grid-template-columns: 5% 1fr 5%;
        grid-template-rows: 2fr 1fr;
        align-items: center;
    }
    .hero{
        grid-column: 2/3;
        height: auto;
    }
    .protait{
        height: 300px;
    }
    .landscape{
        width:45%;
        height:auto;
    }
  
    .details{
        grid-row: 2/3;
        grid-column: 2/3;
        text-align:center;
       
    }
    .details h1{
        font-size: 48px;
        width: 280px;
    }
    .details h1{
        text-align: center;
        font-size: 28px;
        width:500px;       
        padding-left: 25%;
    }
    .details h2{
        font-size: 38px;
    }
form {
    text-decoration: none;
    align-items: center;
    text-align: center;
}
    
}
@media (max-width:768px){
    .page{      
        grid-template-rows: 1fr 1fr;
        align-items: center;
    }
    .hero{
        grid-column: 2/3;
        height: auto;
    }
    .protait{
        height: 200px;
    }
    .landscape{
        width: 45%;
    }
.details{
text-align:center;}

    .details h1{
       
        font-size: 28px;
        width:300px;       
       
    }
    .btndownload{
      
    }
   
    .details h2{
        font-size: 28px;
    }
form {
    text-decoration: none;
    align-items: center;
    text-align: center;
}
    
}
.nav-open{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 50vh;
    background: white;
    z-index: 1;
    color: black;
    display: grid;
    grid-template-columns: 5% 1fr 1fr 5%;
    justify-items: center;
    align-items: center;
    text-align: center;
    transform: translateY(-100%);
}
.contact{
    grid-column: 2/3;
    grid-column: 2/3;
}
.nav-open h3{
    font: size 28px;
    padding-bottom: 40px;
}
.nav-open p{
    font-size: 18px;
}
.social-links img{
    padding: 0px 10px;
}
a{
    text-decoration: none;
    font-style: unset;

}
.logo,
.menu{
    z-index: 2;
}
.menu{
    cursor: pointer;
}
footer {
    display: flex;
    justify-content: center;
}
footer .disclose{
    text-align: center;

}