
header{
  font-family: "Times New Roman", Times, serif;
}
body{
  font-family: "Times New Roman", Times, serif;

}
footer{
  font-family: "Times New Roman", Times, serif;

}
a:Link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.text_over_image{
  position: absolute;
  text-align: center;
  margin-top: 6%;
  padding-left: auto;
  margin-left: 7%;
  margin-right: 5%;
  color: black;
}
.text_over_image{
  position: absolute;
  text-align: center;
  margin-top: 6%;
  padding-left: auto;
  margin-left: 7%;
  margin-right: 5%;
  color: black;
}

.mySlides01, .mySlides02
  {
  display:none;
  }

/*Carousel CSS*/
.container
{
position: relative;
}

.card
{
  height: 300px;
  width: 400px;
  border-radius: 5px;
}
.slider-container
{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.inner-slider
{
  width: 300%;
  display: flex;
  gap: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sliderMobile
{
  display: none;
  transition: 3s;
  overflow: hidden;
}
.mySlides
{
  display:none;
}

@media (max-width: 600px)
{
  .slider-container {
    display: none;
  }
  .sliderMobile{
    display: block;
  }
  .clientAbout
  {
    padding-left: 0%;
  }
}

#returnToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

#returnToTop:hover {
  background-color: #555;
}