* {
  padding: 0;
  margin: 0;
}
header {
  background: linear-gradient(180deg, #f4c8c8 0%, rgba(255, 255, 255, 1) 64%);
}
.logoWrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.logo {
  width: 50px;
  height: 50px;
}
.titleLogo {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  color: #365238;
}

.navbarMenu {
  margin-right: 30px;
}
.active {
  color: #ff383d;
  border-bottom: 2px solid rgb(230, 27, 27);
}
.button {
  border: 2px solid #fb4c47;
  border-radius: 40px;
  color: #ff383d;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 40px;
  cursor: pointer;
}
.button:hover {
  background-color: rgb(255, 202, 193);
}

.topnav {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 20px;
  max-width: 1100px;
  padding: 20px;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}

.topnav a:hover {
  color: #fb4c47;
  /* border-bottom: 2px solid rgb(230, 27, 27); */
}

.topnav a.active {
  color: #fb4c47;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {
    position: relative;
    display: block;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: -55px;
    top: 20px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    width: 90px;
  }
  .topnav.responsive a.button {
    width: 80px;
    text-align: center;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
}

#myBtn:hover {
  background-color: rgb(230, 27, 27);
}

.descriptionWrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: auto;
  padding: 15px 20px;
  align-items: center;
}
.description {
  padding-left: 75px;
  width: 50%;
}
.titleDescription {
  font-size: 20px;
  color: #fa5652;
  font-weight: 700;
  margin-bottom: 10px;
}
.contentDescription {
  font-size: 30px;
  font-weight: 700;
  color: #365238;
  line-height: 35px;
}
.buttonDescription {
  background: #fb4c47;
  box-shadow: 0px 8px 87px rgba(0, 0, 0, 0.1);
  border-radius: 65px;
  color: white;
  width: 110px;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.buttonDescription:hover {
  background-color: tomato;
}
.imgDescription {
  overflow: hidden;
  width: 1065px;
  height: 505px;
}

@media screen and (max-width: 1024px) {
  .descriptionWrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 50px;
  }
  .imgDescription {
    width: 100%;
  }
  .description {
    width: 100%;
    padding-left: unset;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .imgDescription {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .imgDescription {
    height: 200px;
  }
}

.aboutCoronaWrapper {
  display: flex;
  margin: 20px auto;
  max-width: auto;
  align-items: center;
}
.imgAbout {
  width: 50%;
  height: 450px;
}
.contentAbout {
  width: 40%;
  padding-left: 30px;
}
.titleAbout {
  color: #fa5652;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.spanAbout {
  color: #365238;
  font-size: 30px;
  font-weight: bold;
}
.descriptionAbout {
  color: #4b4f51;
  text-transform: capitalize;
  font-size: 12px;
  margin: 10px 0px;
  line-height: 25px;
}
.buttonAbout {
  color: #fa5652;
  width: 110px;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
  background: rgba(250, 86, 82, 0.15);
  border-radius: 65px;
  font-weight: bold;
}
.buttonAbout:hover {
  background-color: rgba(255, 55, 52, 0.398);
}

@media screen and (max-width: 1024px) {
  .aboutCoronaWrapper {
    display: flex;
    flex-direction: column;
    margin: 20px auto 50px;
    padding: 0px 50px;
  }
  .imgAbout {
    width: 100%;
  }
  .contentAbout {
    width: 100%;
    padding-left: unset;
  }
}
@media screen and (max-width: 400px) {
  .imgAbout {
    height: 300px;
  }
}

.contaigonWrapper {
  text-align: center;
  margin-bottom: 50px;
}
.titleContaigon {
  color: #fa5652;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.spanContaigon {
  color: #365238;
  font-weight: bold;
  font-size: 30px;
}
.descriptionContaigon {
  color: #4b4f51;
  text-transform: capitalize;
  font-size: 12px;
  margin: 10px 0px;
  line-height: 25px;
  max-width: 350px;
}

.cardWrapper {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 40px auto 0px;
}
.contaigonImg {
  max-width: 100%;
  height: 150px;
  width: 150px;
}
.contaigonCard {
  width: 250px;
  margin: 0 15px;
  padding: 30px 15px 20px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all 200ms ease;
  box-shadow: 0px 35px 87px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.shadow {
  z-index: -1 !important;
  width: 95%;
  height: 12px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: all 400ms ease-in;
}
.contaigonCard:hover {
  box-shadow: 0px 30px 60px -5px rgba(55, 55, 71, 0.3);
  transform: translate3d(0, -5px, 0);
  border-bottom: 4px solid #fa5652;
}

.contaigonInfo {
  font-size: 12px;
  color: #4b4f51;
  line-height: 1.7;
  margin: 10px 0px;
  padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
  .cardWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contaigonCard {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 444px) {
  .descriptionContaigon {
    max-width: 300px;
  }
}

.profileImg {
  max-width: 100%;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.profileCard {
  position: relative;
  width: 280px;
  margin: 0px auto 30px;
  padding: 40px 30px 30px;
  background: #fff;
  border: 2px solid rgba(216, 216, 216, 0.7);
  text-align: center;
  border-radius: 4px;
  transition: all 200ms ease;
}
.maskShadow {
  z-index: -1 !important;
  width: 95%;
  height: 12px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: all 400ms ease-in;
}
.profileCard:hover {
  box-shadow: 0px 30px 60px -5px rgba(55, 55, 71, 0.3);
  transform: translate3d(0, -5px, 0);
}
.profileBio {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 30px;
}
.profileSocialLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profileSocialLinks li {
  display: inline-block;
  margin: 0 10px;
}
.profileSocialLinks li a {
  width: 55px;
  height: 55px;
  display: block;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -moz-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -o-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transform-style: preserve-3d;
}
.profileSocialLinks li a img {
  width: 35px;
  height: 35px;
  margin: 10px auto 0;
}
.profileSocialLinks li a:hover {
  background: #ddd;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

@media screen and (max-width: 444px) {
  .profileCard {
    width: 240px;
    padding: 40px 15px 30px;
  }
}

.symptompsWrapper {
  text-align: center;
}
.descriptionSymptomps {
  color: #4b4f51;
  text-transform: capitalize;
  font-size: 12px;
  margin: 10px 0px;
  line-height: 25px;
  max-width: 440px;
  padding: 0px 20px;
}

footer {
  margin: 70px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(244, 200, 200, 0.4) 100%
  );
}
.footerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 80px 0px 0px;
}
.logoFooter {
  text-align: left;
  display: flex;
  align-items: center;
}
.listFooter {
  text-align: center;
}
.listFooter span {
  margin: 0px 20px;
}

@media screen and (max-width: 700px) {
  .footerWrapper {
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
  }
  .listFooter {
    display: flex;
    flex-direction: column;
    line-height: 50px;
  }
}
