*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: italic;
}

.cursor{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid white;
    position: fixed;
    transition: .1s;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

header{
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .logo{
    width: 15%;
    height: 100px;
    float: left;
}
header .logo img{
    width: 100%;
    height: 100%;
}
header nav{
    width: 60%;
    height: 100px;
    float: left;
}
header nav ul{
    display: inline;

}
header nav ul li{
   list-style: none;
   float: left;
   margin-left: 20px;
   width: 100px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   

}
header nav ul li a{
   text-decoration: none;
   color: white;
   font-size: 24px;
   

}
header button{
    padding: 10px 30px;
    border: none;
    margin-left: 20PX;
    border-radius: 20px;
}
.home{
    width: 100%;
    height: 100vh;
    background-image: url(img/Front-Desk-Furniture-1-1536x990.webp);
    background-size: 100% 100%;
}
.service-content h2{
    font-size: 28px;
    margin-top: 20px;
}
.service-content h1{
    font-size: 70px;
}
.service-content p{
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.service{
    width: 100%;
    height: 100vh;
    background-image: url(img/Front-Desk-Office-Furniture-Texas18.webp);

}
.service .overlay{
    width: 19.9%;
    height: 100vh;
    float: left;
    border-left: 0.5px solid white;
  

}
.service .overlay:hover{
    background-color: rgba(224, 28, 61, 0.5);
    transition: all 1s;
}
.service {
   background-size: 100% 100%;
}
.tail{
    position: absolute;
}
.tail h2,p{
    margin-top: 50px;
}

 .tail_box{
    width: 60%;
    height: 400px;
   background-image: url(img/1-1.webp);
   margin-left: 230px;
   position: relative;
   margin-top: -200px;
   background-size:100% 100%;

}




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

   header nav ul {
      display: none;
   }
   .tail_box{
   margin-left: 110px;
   position: relative;
   margin-top: -200px;

   }
};