nav div a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
  transition: background-color 0.5s;
}

:root {
  --main-color: #da251d;
}

.bg-main-color {
  background-color: var(--main-color);
}

.link {
  color: white;
}
.link:hover {
  color: white;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -2rem;
}

/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 3rem;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  padding: 10rem!important;
} */

/* .swiper-slide2 img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
  } */

/* .swiper-button-prev {
    background-image: url("../src/svg/Group\ 2.svg") !important;
  }
  
  .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
  } */

.h3 {
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #da251d;
}

.subscription{
  background-color: #da251d;
  color: white;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 1rem;
  display: flex;
}

form div {
  padding: 0.5rem;
}

form button {

}

form input {
  text-decoration: none;
}

.dot {
  height: 10rem;
  width: 10rem;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  margin: 1rem;
}

.dot2 {
  height: 10rem;
  width: 10rem;
  background-color: #D9D9D9;
  border-radius: 0%;
  display: inline-block;
  margin: 1rem;
}

@media screen and (max-width: 768px) {
  .logo{
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
  }

  form {
    display: flex !important;
    margin-left: 0rem !important;
  }
  
  .subinfo {
    display: none !important;
  }
}

header nav form input {
  border: none;
  border-radius: 5px;
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  header nav form input {
    width: 20rem !important;
  }

  header nav form {
    margin: 1rem !important;
  }
}

.grid-about div div div {
  border: none !important; 
  box-shadow: none !important;
}


.alive{
  margin-bottom: 5rem;
  padding: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 768px) {
  .alive{
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .alive div div h4{
    white-space: pre-wrap;
  }

  
  

}

.contactCard{
  margin: 5rem;
  
}