html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;


}


img{
    display: block;
}


.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}


.top-bar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 500;
    top: 0;
    background-color: #fff;
    padding-top: 5px;
    padding-left: 20px;
   


}

.b-arrow {
    height: 20px;
    display: inline;
}


.back-work {
    width: 50px;
    height: 50px;
    color: #092532;
    font-size: 30px;
    text-align: right;
    position: relative;
    left: 0px;
    font-family: acumin-pro, sans-serif;
font-weight: 600;
font-style: normal;


}

.back-container{
    width: 140px;
    transition: .2s ease-in-out;
    cursor: pointer;
}


.back-container:hover {
    transform: translateX(-10px);
}



.fade-in {

    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;
    }
}

.case{
    height: auto;

background-color: #ebebeb;
    padding: 80px 80px 100px 80px;


}


.context {
    height: auto;


    padding: 80px 80px 80px 80px;


}

.context p{
   max-width: 800px; 
    
}

.photo img{
    padding: 400px 0px 400px 0px;
     width: 80%;
    height: 400px;
    margin: auto;
    object-fit: cover;
    object-position: center;
}



body {
    background-color: #fff;
    background-image: url();
    background-size: 500px;

}



p {


font-family: acumin-pro, sans-serif;
font-weight: 200;
font-style: normal;
    color: #092532;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.8em;



}


.copy {
    max-width: 800px;
    padding-bottom: 40px;




}


h1 {




font-family: bebas-neue, sans-serif;

font-weight: 400;

font-style: normal;

    letter-spacing: 4px;


    color: #092532;
    font-size: 98px;
    line-height: 1em;
    
}

.color{
 padding: 100px 0px 0px 0px; 
    
}




.yellow{
    background-color: #F8AD27;
  
    padding-top: 20px;
    padding-right: 5vw;
    padding-bottom: 30px;
     padding-left: 5vw;

    
    
}

.red{
    background-color: #EF4136;
    padding-top: 20px;
    padding-right: 5vw;
    padding-bottom: 30px;
     padding-left: 5vw;
}

.teal{
    background-color: #008A86;
    padding-top: 20px;
    padding-right: 5vw;
    padding-bottom: 30px;
     padding-left: 5vw; 
}

h4{
   font-family: almaq-rough, sans-serif;
font-weight: 400;
font-style: normal; 
    font-size: 40px;
    margin: 0;
}


h5{
   font-family: courier-std, monospace;
font-weight: 400;
font-style: normal; 
    font-size: 24px;
    margin: 0;
}

h3 {
   


padding-left: 5vw;
font-family: almaq-rough, sans-serif;
font-weight: 400;
font-style: normal;



    color:  #000;
    font-size: 72px;
    margin: auto
}


.font-name-almaq {
   



font-family: almaq-rough, sans-serif;
font-weight: 400;
font-style: normal;
    color:  #fff;
    font-size: 3vw;
    padding-top: 30px;
      padding-left: 5vw;
  
}


.font-name-courier {
   

    color:  #fff;
    font-size: 3vw;
    padding-top: 30px;
    padding-left: 5vw;

font-family: courier-std, monospace;
font-weight: 700;
font-style: normal;
    
  
}

.font-sample-headline {
   


font-family: almaq-rough, sans-serif;
font-weight: 400;
font-style: normal;
    color:  #000;
    font-size: 4.4vw;
   
    padding: 5vw;
    
    
 
  
}


.font-sample-body {
   


font-family: courier-std, monospace;
font-weight: 400;
font-style: normal;
    color:  #000;
    font-size: 3vw;
    padding: 5vw;

    
    
 
  
}


.almaq{
grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 11;
    background-color: #F8AD27;
}
 

.courier{
 grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 11;
    background-color: #EF4136;
}

.type-box{
    

width: 100%;
    grid-gap: 30px;
       display: grid;
    grid-gap: 0px;
grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 4vw);
    
}

.design{
    width: 100%;
    
       display: grid;
    grid-gap: 0px;
grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 10vw);
    padding-bottom: 100px;
    
}


.design  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.left{
grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 9;
}
 

.right{
 grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 9;
}




 .logo img{
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: center;
     padding-top: 30px;
} 




.content img{
    width: 100%;

}




.color img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
}




.bottom {
    margin: auto;
    width: 100%;
    text-align: center;
    height: 600px;
    padding-top: 100px;
    padding-bottom: 0px;

}


.gif img{
    width: 150px;
    padding-top: 50px;
    padding-bottom: 100px;
    margin: auto;
    
}


footer {
    background-color: #475058;
    padding: 10px;

}


.last {
  font-size: 16px;
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    color: #fff;
}

a {

    font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: normal;
    color: #092532;
    font-size: 24px;
    text-decoration: none;

}


@media only screen and (max-width: 1024px) {
    
    
    .case{
        padding-top: 70px;
        padding: 80px 40px 100px 40px;
    }

 .logo img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
} 

    h3 {
        font-size: 54px;
       
    }

    
     h4 {
        font-size: 36px;
    }  
    
    
    h1 {
        font-size: 12vw;
        line-height: 1em;
        letter-spacing: 5px;
    }

    p {



        font-size: 1.2em;
        line-height: 1.8em;



    }

    
    
    .copy {
    max-width: 700px;
  




}


     .btt {
        font-size: 30px;
        
    }
    


.type-box{
    

width: 100%;
    grid-gap: 30px;
       display: grid;
    grid-gap: 0px;
grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 4.5vw);
} 
   
    
    .context{
        padding: 30px 30px 30px 30px;
    }
    
}

  


@media only screen and (max-width: 500px) {
    
    
 .copy {
    max-width: 360px;
    padding-bottom: 40px;




}

.content img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    

}   
    
    #wide img{
    width: 100%;
    height: auto;
    

} 
    
    
.logo img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
    
    
    
    
    .bottom {

    height: 500px;


}
    

.design{
    width: 100%;
    
       display: grid;
    grid-gap: 0px;
grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 30vw);
    
}
    
    
    .left{
grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
}
 

.right{
 grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 9;
}


   
.top-bar {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 500;
    top: 0;
    background-color: #fff;
    padding-top: 5px;
    padding-left: 20px;
   


}

.b-arrow {
    height: 18px;
    position: relative;
    top:0px;
}


.back-work {
    width: 50px;
    height: 50px;
    color: #092532;
    font-size: 24px;
    text-align: right;
    position: relative;
    left: 0px;
  font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: normal;


}

.back-container{
    width: 140px;
}

    
    .back-container:hover {
    transform: none;
}





    h1 {


        font-size: 12vw;
        padding-bottom: 20px;
        line-height: 1em;
        letter-spacing: 4px;


    }

    .case{
        padding-bottom: 80px;
        padding-top: 80px;
         padding-left: 30px;
        padding-right: 30px;
    }

    p {
        font-size: 1em;

    }

    h3 {
        font-size: 10vw;
        padding-left: 5vw;
    }
    
  h4 {
        font-size: 30px;
    } 
    
  h5 {
        font-size: 20px;
    } 
    





    .btt {
        font-size: 20px;
        
    }




    .container {


        top: 50vw;
    }
    
    
    
 
    
    .cards img{
    width: 100%;
}


.color img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: left;
}
    
    
.context {
    height: auto;

max-width: 700px;
    padding: 20px 30px 20px 30px;


}
    
    
    .almaq{
grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 6;
    background-color: #F8AD27;
}
 

.courier{
 grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 6;
    grid-row-end: 11;
    background-color: #EF4136;
}
    
.type-box{
    

width: 100%;
    grid-gap: 0px;
       display: grid;
grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 13vw);
 
}
    
    
    .font-name-almaq {
        
        font-size: 5vw;
    }
    
     .font-name-courier {
        
        font-size: 5vw;
    }
  
    
    .font-sample-headline{
    font-size: 8vw;
}
    
    
     .font-sample-body{
    font-size: 5.6vw;
} 
    
    
    .yellow{
        padding-left: 5vw;
    }
    
     .red{
        padding-left: 5vw;
    }
    
     .teal{
        padding-left: 5vw;
    }
    
    
    
    .photo img{
    padding: 200px 0px 200px 0px;
  
}
    
      
}



@media only screen and (max-width: 400px) {
    

}



