body {
    font-family: poppins;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
    

    
}



.header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.979);
    padding-left: 5%;
    padding-right: 5%;
    padding-top:1%;
    padding-bottom:1%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    min-width:280px;
    margin-top: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    top:0;
    box-sizing: inherit;
    
    
    
    
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color:rgb(116, 191, 204);
    text-decoration: none;
    
}



.left-part a {
    font-size: 17px;
    text-decoration: none;
    color:rgb(114, 114, 114);
    font-weight: 200;
    
}

.hero-section {
    
    margin-top:5%;
    padding-top:3%;
    padding-bottom:3%;
    margin-bottom: 5%;
    height: 100%;
    
    
    
}

.headline {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-top:60px;
    margin: auto;
    
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

@media (min-width:1200px)
{
    .headline {
        width: 70%;
        
    }
}



h1 {
    font-size: calc(85px + 0.390625vw);
    font-weight: 900;
    line-height: 90%;
    width: 80%;
    color: rgb(116, 191, 204);
    animation: fadeIn 1.5s;
    
}




h2 {
    font-size: calc(45px + 0.390625vw);
    font-weight: 200;
    line-height: 105%;
    width: 95%;
    color: rgb(36, 36, 36);
    animation: fadeIn 1.5s;
    
}

@media (min-width:450px)
{
    h1 {
        font-size: calc(100px + 0.390625vw);
        font-weight: 900;
        line-height: 90%;
        width: 80%;
        max-width: 1000px;
        color: rgb(116, 191, 204);
        
    }
    
    
    
    
    h2 {
        font-size: calc(20px + 0.390625vw);
        line-height:43px;
        font-weight: 200;
        max-width:1200px;
        width: 95%;
        color: rgb(36, 36, 36);
    }

}


.grid-container {
margin: auto;
width: 70%;
display: flex;
flex-direction: column;
justify-content: center;

  
}





.thumbnail {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10%;
    text-align: end;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    margin-bottom: 2%;
    max-width: 900px;
    transition: transform .9s;
   
    
    

}

.thumbnail img:hover {
    transform: scale(1.1);
}

.caption {
    text-align:left;
    
    width: 100%;
    max-width: 900px;
}

.thumbnail a {
    text-decoration: none;
    color:rgb(36, 36, 36);
    font-size: calc(19px + 0.390625vw);
    font-weight: 500;
    text-align: end;
}

.contact {
    font-size: 30px;
    background-color: black;
    color: white;
    text-align: center;
    height: auto;
    padding: 2%;
    
    background-color: rgb(116, 191, 204);
    
    
}

.contact {
    margin-top: 8%;
}

.contact p {
    line-height: 2px;
}

.Lets-work {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2px;
    
}

@media  (max-width:450px)
{
    .header {
        width: 100%;
        position: fixed;
        height: 5.5%;
        align-items: center;
        box-sizing: inherit;
    }
    .logo a{
        font-size:16px;
    }

  

    .left-part a{
        font-size: 15px ;
        
    }

    h2 {
        font-size: 22px;
    }

    h1 {
        font-size: 45px;
    }

    .contact {
        height: 100%;
    }

    .contact p {
font-size: 15px;
    }

    .Lets-work {
        font-size: 20px;
    }


}                                