@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
/* basic setting css */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background-color: white;
  width: 0.35rem;
}
body::-webkit-scrollbar-thumb {
  background-color: #ef233c;
}

a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.preloader {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background-image: url("../assets/pulse-loader-2.gif");
  background-size: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  background-color: white;
  z-index: 5;
}

.scrollToTop {
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  justify-content: center;
  background-color: #c73947;
  border-radius: 100%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.scrollToTop i {
  font-size: 2rem;
  margin: 0.7rem 1.12rem;
  color: white;
}
.scrollToTop:hover {
  opacity: 0.8;
}

.primary-button {
  background-color: #ef233c;
  padding: 1.15rem 2.6rem;
  border-radius: 3rem;
  color: white;
  font-size: 1.15em;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: 0.15rem solid transparent;
  cursor: pointer;
}
.primary-button:hover {
  background-color: white;
  border-color: #ef233c;
  color: #ef233c;
}

h1 {
  color: #248277;
  font-size: 2.9em;
}

h2 {
  color: #248277;
  font-size: 1.9em;
}

h3 {
  color: #ef233c;
  font-size: 1.3em;
}

h4 {
  color: #ef233c;
  font-size: 1.15em;
}

h5 {
  color: #747474;
  font-weight: 500;
  font-size: 1.05em;
  letter-spacing: 0.05em;
  line-height: 1.7rem;
}

p {
  color: #747474;
  font-size: 1.1em;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}

a {
  color: #248277;
  transition: 0.3s ease-in-out;
  font-size: 1.15em;
  margin: 0 2em;
}
a:hover {
  color: #ef233c;
}

/* end basic setting css */
/* nav css */
.info .title {
  margin-top: 0.5rem;
}
.info .description {
  margin: 1.2rem 0;
}

ul {
  display: flex;
  align-items: center;
}

nav {
  margin: 0 2rem;
  padding: 2rem;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
nav .container .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
nav .container .brand .responsive-toggle {
  display: none;
}
nav .container .links ul li:nth-child(1) a {
  color: #ef233c;
}
nav .container .links ul li .button-nav {
  background-color: white;
  padding: 1.1rem 2.5rem;
  border-radius: 3rem;
  margin-left: 1.8rem;
  color: #ef233c;
  border-color: #ef233c;
  font-size: 1.1em;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: 0.15rem solid;
  cursor: pointer;
}

/* end nav css */
/* section starter */
.starter {
  display: flex;
  margin: 2rem 0;
}
.starter .info {
  margin: 3rem 2rem 0 4.4rem;
}
.starter .info .title {
  margin: 0.5rem 0 2rem 0;
}
.starter .info .description {
  margin-bottom: 2rem;
}
.starter .image img {
  max-width: 100%;
}

/* end section starter */
/* section what is covid */
.about {
  display: flex;
  align-items: center;
  margin: 2rem 4rem;
  gap: 5rem;
}
.about .primary-button {
  background-color: #ffe6e8;
  color: #ef233c;
}
.about .image img {
  width: 40rem;
}

/* end section what is covid */
/* section content stats */
.stats {
  margin: 2rem 4rem;
  margin-bottom: 6rem;
}
.stats .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stats .info .description {
  width: 40%;
  text-align: center;
}
.stats .content {
  position: relative;
}
.stats .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.stats .cards .card {
  height: 25rem;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  border-bottom: 0.2rem solid transparent;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.stats .cards .card .text {
  padding: 2rem;
}
.stats .cards .card .text .title {
  margin-bottom: 2rem;
  color: #8f8b8b;
  font-size: 1.5em;
}
.stats .cards .card .text .container-data {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 40px;
}
.stats .cards .card .text .container-data .confirmed-title {
  font-size: 1em;
  color: black;
}
.stats .cards .card .text .container-data .confirmed-1 {
  font-size: 2em;
  color: #6998ab;
}
.stats .cards .card .text .container-data .confirmed-2 {
  font-size: 2em;
  color: #f9d371;
}
.stats .cards .card .text .container-data .confirmed-3 {
  font-size: 2em;
  color: #248277;
}
.stats .cards .card .text .container-data .confirmed-4 {
  font-size: 2em;
  color: #ef233c;
}
.stats .cards .confirmed:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #6998ab;
}
.stats .cards .treated:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #f9d371;
}
.stats .cards .recover:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #248277;
}
.stats .cards .die:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #ef233c;
}

/* end section content stats */
/* section content contagion */
.contagion {
  margin: 2rem 4rem;
}
.contagion .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contagion .info .description {
  width: 40%;
  text-align: center;
}
.contagion .content {
  position: relative;
}
.contagion .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 1rem;
}
.contagion .cards .card {
  height: 25rem;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  border-bottom: 0.2rem solid transparent;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.contagion .cards .card .text {
  padding: 2rem;
  text-align: center;
}
.contagion .cards .card .text .title {
  margin-bottom: 1rem;
}
.contagion .cards .card img {
  max-height: 8rem;
}
.contagion .cards .card:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #ef233c;
}

/* end section content contagion */
/* section symptoms */
.symptoms {
  margin: 4rem;
}
.symptoms .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.symptoms .info .description {
  width: 40%;
  text-align: center;
}
.symptoms .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.symptoms .image img {
  width: 90%;
}

/* end section symptoms */
/* section solution */
.solutions {
  position: relative;
}
.solutions .virus {
  position: absolute;
  top: 34rem;
}
.solutions .virus img {
  height: 12rem;
}
.solutions .virus2 {
  position: absolute;
  top: 104rem;
  right: 0;
}
.solutions .virus2 img {
  height: 12rem;
}
.solutions .virus3 {
  position: absolute;
  top: 99rem;
  right: 2rem;
}
.solutions .virus3 img {
  height: 6rem;
}
.solutions .virus4 {
  position: absolute;
  top: 159rem;
}
.solutions .virus4 img {
  height: 12rem;
}
.solutions .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.solutions .info .description {
  width: 40%;
  text-align: center;
}
.solutions .content {
  margin: 4rem 9rem;
}
.solutions .content .solution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.solutions .content .solution .solution-info {
  display: flex;
  gap: 2rem;
}
.solutions .content .solution .solution-info .round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe6e8;
  color: #ef233c;
  font-size: 2em;
  border-radius: 100%;
  height: 5rem;
  width: 20rem;
}
.solutions .content .solution .solution-info .info-container .title {
  margin-bottom: 0.5rem;
}
.solutions .content .solution .image img {
  height: 30rem;
}

/* end section solution */
/* section content blog */
.blog {
  margin: 2rem 4rem;
}
.blog .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog .info .description {
  width: 40%;
  text-align: center;
}
.blog .content {
  position: relative;
}
.blog .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 1rem;
}
.blog .cards .card {
  height: 25rem;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  border-bottom: 0.2rem solid transparent;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.blog .cards .card .text {
  padding: 2rem;
}
.blog .cards .card .text .title {
  margin-bottom: 1rem;
}
.blog .cards .card .text .title a {
  font-size: 1em;
  margin: unset;
}
.blog .cards .card img {
  max-height: 8rem;
}
.blog .cards .card:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 4px 24px, rgba(17, 17, 26, 0.05) 0px 8px 56px;
  border-bottom-color: #ef233c;
}

/* end section content blog */
/* footer */
footer {
  margin: 2.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  color: #248277;
}

/* end footer */
/* responsive mobile*/
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }

  .virus,
.virus2,
.virus3,
.virus4 {
    display: none;
  }

  .info .description {
    width: 90% !important;
  }

  /* nav responsive */
  nav {
    position: relative;
    padding: 1rem;
    margin: 0;
  }
  nav .responsive-toggle {
    display: block !important;
    position: absolute;
    right: 2rem;
  }
  nav .responsive-toggle i {
    font-size: 1.5rem;
  }
  nav .logo img {
    height: 3rem;
  }
  nav .container .links {
    position: absolute;
    top: -40rem;
    left: 0;
    margin-top: 10rem;
    background-color: white;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 99;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem 1rem;
    padding: 2rem 0;
  }
  nav .container .links ul {
    flex-direction: column;
    gap: 2rem;
  }
  nav .container .links ul button {
    padding: 1rem 2rem;
  }
  nav .container .links ul li .button-nav {
    margin-left: unset;
  }

  /* end nav responsive */
  /* starter responsive */
  .starter {
    flex-direction: column;
    gap: 4rem;
  }
  .starter .info {
    margin: 1rem;
  }

  /* end starter responsive */
  /* about responsive */
  .about {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .about img {
    max-width: 100%;
  }

  /* end about responsive */
  /* statistics responsive */
  .stats .cards {
    flex-direction: column;
  }

  /* end statistics responsive */
  /* contagion responsive */
  .contagion .cards {
    flex-direction: column;
  }

  /* end contagion responsive */
  /* symptoms responsive */
  .symptoms img {
    width: 100% !important;
    object-fit: cover;
    height: 200px;
  }

  /* end symptoms responsive */
  /* solutions responsive */
  .solutions .content {
    margin: 1rem;
  }
  .solutions .content .solution {
    gap: 1rem !important;
    margin-bottom: 1rem;
  }
  .solutions .content .solution:nth-child(odd) {
    flex-direction: column;
  }
  .solutions .content .solution:nth-child(even) {
    flex-direction: column-reverse;
  }
  .solutions .content .solution .solution-info {
    gap: 0.5rem;
  }
  .solutions .content .solution .solution-info .round {
    width: 15rem;
    height: 3rem;
    font-size: 22px;
  }
  .solutions .content .solution .solution-info .info-container .description {
    text-align: justify;
    max-width: 90% !important;
  }
  .solutions .content .solution img {
    height: 20rem !important;
  }

  /* end solutions responsive */
  /* blog responsive */
  .blog .cards {
    flex-direction: column;
  }

  /* end blog responsive */
  /* footer responsive */
  footer {
    flex-direction: column;
    gap: 2rem;
  }
  footer ul {
    flex-direction: column;
    gap: 1rem;
  }
  footer .social-links {
    display: flex;
  }

  /* end footer responsive */
}
/* end responsive mobile*/
/* responsive tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  .virus,
.virus2,
.virus3,
.virus4 {
    display: none;
  }

  .info .description {
    width: 90% !important;
  }

  /* nav responsive */
  nav {
    position: relative;
    padding: 2rem;
    margin: 0;
  }
  nav .responsive-toggle {
    display: block !important;
    position: absolute;
    right: 5rem;
  }
  nav .responsive-toggle i {
    font-size: 1.5rem;
  }
  nav .logo img {
    height: 3rem;
  }
  nav .container .links {
    position: absolute;
    top: -40rem;
    left: 0;
    margin-top: 10rem;
    background-color: white;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 99;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem 1rem;
    padding: 2rem 0;
  }
  nav .container .links ul {
    flex-direction: column;
    gap: 2rem;
  }
  nav .container .links ul button {
    padding: 1rem 2rem;
  }
  nav .container .links ul li .button-nav {
    margin-left: unset;
  }

  /* end nav responsive */
  /* starter responsive */
  .starter {
    flex-direction: column;
    gap: 4rem;
  }
  .starter .info {
    margin: 1rem;
  }

  /* end starter responsive */
  /* about responsive */
  .about {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .about img {
    max-width: 100%;
  }

  /* end about responsive */
  /* contagion responsive */
  .contagion .cards {
    flex-direction: column;
  }

  /* end contagion responsive */
  /* statistics responsive */
  .stats .cards {
    flex-direction: column;
  }

  /* end statistics responsive */
  /* symptoms responsive */
  .symptoms img {
    width: 100% !important;
    object-fit: cover;
    height: 375px;
  }

  /* end symptoms responsive */
  /* solutions responsive */
  .solutions .content {
    margin: 1rem;
  }
  .solutions .content .solution {
    gap: 1rem !important;
    margin-bottom: 1rem;
  }
  .solutions .content .solution:nth-child(odd) {
    flex-direction: column;
  }
  .solutions .content .solution:nth-child(even) {
    flex-direction: column-reverse;
  }
  .solutions .content .solution .solution-info {
    gap: 0.5rem;
  }
  .solutions .content .solution .solution-info .round {
    width: 9rem;
    height: 3rem;
    font-size: 22px;
  }
  .solutions .content .solution .solution-info .info-container .description {
    text-align: justify;
    max-width: 90% !important;
  }
  .solutions .content .solution img {
    height: 20rem !important;
  }

  /* end solutions responsive */
  /* blog responsive */
  .blog .cards {
    flex-direction: column;
  }

  /* end blog responsive */
  /* footer responsive */
  footer {
    flex-direction: column;
    gap: 2rem;
  }
  footer ul {
    flex-direction: column;
    gap: 1rem;
  }
  footer .social-links {
    display: flex;
  }

  /* end footer responsive */
}
/* end responsive tablet */

/*# sourceMappingURL=style.css.map */
