* {
    box-sizing: border-box;
}

body{
    background-color:#e7d2c6;
    margin:0;
    
}

a{
    text-decoration: none;
}

.nav{
    background-color:#33311b;
    width:100%;
    height:60px;
    /* position: fixed; */
    top:0;
    right:0;
    display:flex;
    z-index:10;
    align-items:flex-end;
}

.about-btn{
    background-color:#e7d2c6;
    width:50%;
    height:85%;
    text-align: left;
    
    color:#e7d2c6;
    transition: .5s;
    font-family: forma-djr-text, sans-serif;
font-weight: 400;
font-style: normal;
padding:10px;
    padding-left: 40px;
    font-size:26px;
    border-radius: 30px 30px 0 0;
    /* position:; */
    text-decoration: underline;
}

.about-btn:hover{
    border-radius: 30px 30px 0 0;
    color:#e7d2c6;
    text-decoration:underline;
}

.work-btn{
    background-color:#33311b;
    width:50%;
    height:85%;
    text-align: left;
    padding:10px;
    padding-left: 40px;
    color:#e7d2c6;
    transition: .5s;
    position:relative;
    border-radius: 50px;
    font-size:26px;
    font-family: forma-djr-text, sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;


}

.work-btn:hover{
    text-decoration: underline;
    color:#e7d2c6;
    
}

.header{
    
    text-wrap:wrap;
    width: 50%;
    font-family: "forma-djr-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 110px;
    line-height: 110px;
    color: #33311b;
    display:block;
    transition:.5s;
    margin:10px auto;

}

.description{
    margin:30px auto;
    text-wrap:wrap;
    font-family: forma-djr-text, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 20px;
    color:#33311b;
    display:block;
    width: 50%;
    transition:.5s;
}



.img{
    display:block;
    width:50%;
    margin: 10px auto;
    transition:.5s;
}

.grid-container{
    width:50%;
    height: 50%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:12px;
    
    margin: 0 auto;
}

.grid-img{
    width:48%
}





.body{
    width: 50%;
    margin: 20px auto;

    color: #33311b;
    font-family: forma-djr-text, sans-serif;
font-weight: 400;
font-style: normal;
font-size:16px;
transition:.5s;
}

.carousel {
    background: transparent;
    
    /* position:relative;
    top:0; */
    margin:  auto;
    margin-bottom: 100px;
    max-width:840px;
    
  }

  .carousel img {
    height: 360px;
    margin-left: 200px;
    margin-right:200px;
  }

  .flickity-button {
    background: transparent;
    color:#33311b
  }

  .flickity-button:hover{
    background: transparent;
    opacity: 70%;
  }

  .flickity-prev-next-button {
    width: 100px;
    height: 100px;
  }



@media screen and (max-width:1100px) {
  
    .header{
        font-size: 90px;
    }

    .img1{
        width:50%;

    }
   
    .img2{
        width: 50%;
    }

    .row2{
    width:90%;
    flex-direction: column;
   }
   .body1{
    width:90%;
    margin-bottom:30px;
   }
   .img3{
    width:90%
   }
   
    .row3{
        width:90%;
        flex-direction:column;
        padding:30px;
        justify-content:space-between;
    align-items:center;
    }
    .img4{
        width:60%;
        margin:30px;
    }
    .img5{
        width:50%;
        margin:30px;
    }


}

@media screen and (max-width:400px) {
  body{
    margin:0;
  }

  

    .header{
        font-size: 60px;
        line-height:70px;
        padding:10px;
        width:90%;

    }

    .description{
        padding:10px;
        margin:0 auto;
        width: 98%;
    }

    .row1 {
        flex-direction: column;
        padding: 0;
        margin: 0 auto;
        align-items: center;
        width: 98%;

    .img1{
        width:90%;
        margin:0;
        padding:10px;

    }
   
    .img2{
        width:90%;
        margin:0;
        padding:10px;
    }

    .row2{
    width:80%;
    flex-direction: column;
    margin:0;
    padding:10px;
    justify-content: space-evenly;
    align-items: center;
   }
   .body1{
    width:90%;
    margin-bottom:30px;
   }
   .img3{
    width:90%
   }
   
    .row3{
        width:80%;
        flex-direction:column;
        padding:10px;
        justify-content:space-between;
        align-items: center;
        margin:0;
    }
    .img4{
        width:90%;
        margin:30px;
    }
    .img5{
        width:70%;
        margin:30px;
    }


}