body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.menu{
    margin-top: 2%;
    padding-right: 5%;
    text-decoration: none;
    color: black;
    float: right;
    margin-right: 20px;
    
}
.menu a{
    margin-left: 35px;
    font-size: 15px;
    font-weight: 600;
}

.top-section{
    padding: 5%;
    height: 30%;
    
}
.top-left{
    width: 40%;
    float: left;
}
 h1{
    color:rgb(14, 2, 68);
     font-size: 50px;
     font-family: 'Oswald', sans-serif;
     font-weight: 900;
     margin: 0%;
     padding: 0%;
}
.top-left h5{
    color: rgb(68, 68, 68);
      font-size: 15px;
}

.orange-light{
     color: tomato;
}

.link-button{
    text-decoration: none;
    background-image: linear-gradient(180deg , salmon ,tomato);;
    padding: 15px 45px;
    border-radius: 10px;
    color:white;
    font-size: 12px;
    font-weight: 600;
}
.top-right{
    width: 40%;
    float: right;
    
}
.image{
    padding-top: 15px;
    width: 80%;
    height: 80%;
}

.middle-section{
    margin-top: 20%;
    padding: 5%;
    height: 30%;
}

.middle-left{
width: 40%;
float: left;
}

.middle-right{
    width: 40%;
    float: right;
}
.middle-right{
    color:rgb(14, 2, 68);
     font-size: 32px;
    
     font-weight: 900;
     margin: 0%;
     padding: 0%;
     float: right;
}
.paragraph{
    color: rgb(68, 68, 68);
    font-size: 13px;
    
}

.latest-work h1{
    text-align: center;
}
.latest-work {
    margin-top: 25%;
    padding-top: 5%;
    margin-bottom: 4%;
    background-color: rgb(238, 234, 234);
    height: 800px;
  }
  
.first-work {
    width: 25%;
    float: left;
    margin: 0 3%;
    padding: 1%;
  }
  
.first-work img {
    width: 70%;
    border-radius: 8px;
    padding: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
.work-box {
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    height: 450px;
    background-color: white;
  }

.work img{
    
      width: 1200px;
      height: 280px;
      padding: 5px;
      margin: 0 auto;
      display: block;
      text-align: center;
  }

.container {
    position: relative;
    text-align: center;
    color: white;
  }

  .container .chat{
    position: relative;
    bottom: 165px;
    right: 400px;
    float: right;
     
  }
  .chat h6 a{
     text-decoration: none;
     background-image: linear-gradient(180deg , salmon ,tomato);
     padding: 15px 45px;
     border-radius: 10px;
     color:white;
     font-size: 18px;
  }
  
.centered {
    position: absolute;
    top: 48%;
    left: 32%;
    transform: translate(-50%, -50%);
  }

 .centered h2{
     font-size: 60px;
     font-weight: bold;
 } 

 .centered  .link-button{
    
     position: absolute;
     top: 55%;
     right: 12%;
     transform: translate(-50%, -50%);
 }

 .footer{
     text-align: center;
     padding-bottom: 3%;
     margin-top: 25%;
 }

 .footer img{
     height: 3%;
     width: 3%;
     padding-left: 1.5%;
 }
 
 .footer h2{
     color: rgb(87, 87, 87);
     font-weight: bold;
 }
 
 .experience{
     background-color: rgb(240, 240, 240);
     margin-top: 5%;
    background-repeat: no-repeat;
    background-position: left;
}

.experience h1{
    text-align: center;
}

.experience-box{
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    height: 80%;
    margin-top: 5%;
    background-color: white;
}

.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
}





