*{
    margin: 0;
    padding: 0;
}
/* Background of the website */
body{
    background-color: #f8d3fd;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: sans-serif;
  }
.topnav {
    background-color: #333;
    overflow: hidden;
}
  /* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
}
 /* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}
  /* loading page of the website */
  .animation-intro{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: whitesmoke;
    z-index: 1000;
    animation: intro 0.2s forwards;
  }
  
  @keyframes intro{
    0% {width: 100%;}
    50% {width: 100%; background-color: rgb(0, 0, 0, 0.0);} 
    100% {width: 0%; background-color: rgb(0, 0, 0, 0.0);}
  }

  .background{
   background-color: rgb(255, 255, 255, 0.5);
   height: 1350px;
   width: 1000px;
   margin: auto;
   display: flexbox;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 10px;
  }

  h1{
    font-weight: normal;
    font-size: 35px;
    position: relative;
    margin: 40px 0;
    text-align: center;
}
h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: rgb(163, 22, 156);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;
}
@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width: 400px;
    }
    100%{
        width: 100px;
    }
}

  .title{
   text-align: center;
   margin-top: 50px;
   font-size: 40px;
   color: rgb(68, 19, 60);
  }
  
  .aboutservices{
   font-family: sans-serif;
   text-align: center;
   font-size: 30px;
   margin-top: 70px;
   color: rgb(68, 19, 60);
   padding: 30px;
  }
  
  .aboutbenefit{
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    color: rgb(68, 19, 60);
  }

  * {
    box-sizing: border-box;
  }
  
  .gallery {
    margin: 5px;
    margin-top: 10px;
    float: inline-start;
    width: 19%;
    float: left;
  }
  
  .gallery:hover {
    border: 1px solid #777;
    margin-bottom: 3px;
  }
  
  .gallery img {
    width: 100%;
    height: 90px;
  }
  
  .gallery2 {
    margin: 5px;
    margin-top: 10px;
    float: inline-start;
    width: 19%;
    float: left;
  }
  
  .gallery2:hover {
    border: 1px solid #777;
    margin-bottom: 3px;
  }
  
  .gallery2 img {
    width: 80%;
    height: 120px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .desc {
    text-align: center;
    font-family: 'poiret one', cursive;
    margin-block-end: 10px;
  }
  
  .price{
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    color: rgb(68, 19, 60);
  }
  
  .pricing{
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .addons{
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    color: rgb(68, 19, 60);
  }
  
  table {
    margin: 45px;
    border-collapse: collapse;
    width: 90%;
    font-family: 'poiret one', cursive;
    text-align: center;
    background-color: white;
  }
  
  tr {
    margin: 1px;
    font-family: 'poiret one' cursive;
    text-align: left;
    font-size: 20px;
  }
  .footer {
    background-color: #0c0c0c !important;
    color: #FFFFFF !important;
    font-style: normal !important;
    padding-top: 2.35vw !important;
    padding-bottom: 1vw !important;
    margin-top: 10px !important;
}
.footer br {
line-height:22px;
}