@media screen and (max-width: 375px) {
  .navbar a {
    float: left;
    font-size: 16px;
  }
  .marquee-name h1{
    font-size: 16px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 16px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 5px;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
/* .container-services .card{
  width: 100%;
  padding: 10px 20px;
margin: auto;
} */
.main-img-container {
  display: flex;
  width: 80%;
  margin: auto;
}


}
@media screen and (max-width: 414px) {
  .navbar a {
    float: left;
    font-size: 16px;
  }
  .marquee-name h1{
    font-size: 16px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 16px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 2rem;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
.container-services .card{
  width: 100%;
  padding: 10px 20px;
  background: var(--color-bg-variant) transparent;
  border-radius: 1rem;
  transition:var(--transition) ;
  border: 1px solid rgba(255, 255, 255, 0.252);
}
}
@media screen and (max-width: 430px) {
  .navbar a {
    float: left;
    font-size: 16px;
  }
  .marquee-name h1{
    font-size: 16px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 16px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 2rem;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
.container-services .card{
  width: 100%;
  padding: 10px 20px;
  background: var(--color-bg-variant) transparent;
  border-radius: 1rem;
  transition:var(--transition) ;
  border: 1px solid rgba(255, 255, 255, 0.252);
}
}
@media screen and (max-width: 540px) {
  .navbar a {
    float: left;
    font-size: 16px;
  }
  .marquee-name h1{
    font-size: 16px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 16px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 2rem;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
.container-services .card{
  width: 80%;
margin: auto;
  border-radius: 1rem;
}
/* .main-img-container {
  display: inline-block;
  width: 80%;
  margin: auto;
} */
}
@media screen and (max-width: 344px) {
  .navbar a {
    float: left;
    font-size: 16px;
  }
  .marquee-name h1{
    font-size: 16px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 16px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 2rem;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
  .navbar a {
    float: left;
    font-size: 18px;
  }
  .marquee-name h1{
    font-size: 18px;
    height: 10%;
    position: fixed;
    top: -20%;
  }
  .marquee-title h2 {
    font-size: 18px;
    position: fixed;
    top: -2%;
    left: 0;
    width: 100%;
    height: 20%;
  }
.content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20%;
}
.content .btn {
  margin-bottom: 2rem;
  padding: 1px 2px;
  text-decoration: none;
  font-size: 16px;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .main-page {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 80px;
    box-shadow: 2px 2px rgba(255, 255, 255, 0.122);
  }
  .left {
    width: 80%;
  
  }

  .img-hover-container {
    display: block;
    width: 90%;
  }
  .topnav .home{
    display: none;
  }
}
