* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    height: auto;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #fceded;
}

.container {
    width: 62.5rem;
    margin: auto;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    transition: 0.3s;
}

nav .nav_logo {
    display: flex;
    align-items: center;
    gap: .625rem;
}

nav .nav_logo span {
    font-size: .875rem;
    font-weight: bold;
}

nav .nav_links a {
    text-decoration: none;
    color: rgb(168, 168, 168);
    margin: .9375rem;
    position: relative;
    transition: 0.5s;
}

nav .nav_links a:hover {
    color: #FB4C47;
}

nav .nav_links .active {
    color: #FB4C47;
}

nav .nav_links a:hover::after {
    content: "";
    position: absolute;
    background-color: #FB4C47;
    width: .375rem;
    height: .375rem;
    bottom: -0.625rem;
    left: 1.875rem;
    border-radius: 50%;
    transition: 0.3s;
}

nav .nav_links a.active::after {
    content: "";
    position: absolute;
    background-color: #FB4C47;
    width: .375rem;
    height: .375rem;
    bottom: -0.625rem;
    left: 1.875rem;
    border-radius: 50%;
    transition: 0.3s;
}

nav .nav_links button {
    padding: .625rem 1.25rem;
    background-color: transparent;
    color: #FB4C47;
    border: .0625rem solid #FB4C47;
    border-radius: 2.1875rem;
    cursor: pointer;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.5s;
}

nav .nav_links button:hover {
    color: #fff;
    background-color: #FB4C47;
}

.landing {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    align-items: center;
    margin: 1.875rem 0;
}

.landing .landing_left {
    max-width: 40%;
    position: relative;
}

.landing .landing_left span {
    font-size: 1rem;
    font-weight: bold;
    color: #FB4C47;
}

.landing .landing_left img {
    position: absolute;
    left: -9.25rem;
    top: -7.625rem;
}

.landing .landing_left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    color: #7D7987;
}

.landing .landing_left button {
    padding: .9375rem 1.5625rem;
    background-color: FB4C47;
    color: #fff;
    background-color: #FB4C47;
    border: 0rem;
    border-radius: 2.1875rem;
    cursor: pointer;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.5s;
}

.landing .landing_left button:hover {
    color: #FB4C47;
    padding: .9375rem 2.8125rem;
    background-color: #fff;
    border: .0625rem solid #FB4C47;
}

.landing .landing_right {
    max-width: 50%;
    position: relative
}



.corona {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    align-items: center;
    margin: 1.875rem 0;
    position: relative;
}

.corona .corona_left {
    max-width: 50%;
    position: relative;
}

.corona .corona_left span {
    font-size: 1rem;
    font-weight: bold;
    color: #FB4C47;
}

.corona .corona_left img {
    position: absolute;
    left: -9.25rem;
    top: -7.625rem;
}

.corona .corona_left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    color: #7D7987;
}

.corona .corona_left button {
    padding: .9375rem 1.5625rem;
    background-color: FB4C47;
    color: #fff;
    background-color: #FB4C47;
    border: 0rem;
    border-radius: 2.1875rem;
    cursor: pointer;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.5s;
}

.corona .corona_left button:hover {
    color: #FB4C47;
    padding: .9375rem 2.8125rem;
    background-color: #fff;
    border: .0625rem solid #FB4C47;
}

.corona .corona_right {
    width: 50%;
}

.corona .corona_left img {
    position: absolute;
    left: 22.625rem;
    top: 14.25rem;
}

.corona .corona_left .two {
    position: absolute;
    left: 13.875rem;
    top: 23.625rem;
}

.Contagion {
    margin-bottom: 3.125rem;
}

.Contagion .contagion_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    text-align: center;
}

.Contagion .contagion_head span {
    font-weight: 600;
    color: #FB4C47;
}

.Contagion .contagion_head h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3c3c3c;
    margin: 0;
    padding: .625rem 0;
}

.Contagion .contagion_head p {
    font-size: 1rem;
    font-weight: 300;
    color: #7D7987;
    line-height: 2rem;
}

.Contagion .contagion_boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.875rem;
    position: relative;
}

.Contagion .contagion_boxs .box {
    width: 30%;
    background-color: #fff;
    padding: 1.25rem;
    border-radius: .625rem;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1.25rem;
    text-align: center;
    transition: 0.3s;

}

.Contagion .contagion_boxs .box:hover {
    transform: translateY(-0.625rem);
}

.Contagion .contagion_boxs .box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3c3c3c;
    margin: 1.875rem 0;
}

.Contagion .contagion_boxs .box p {
    font-size: 1rem;
    font-weight: 300;
    color: #7D7987;
    line-height: 1.5rem;
}

.Contagion .contagion_boxs .image {
    position: absolute;
    bottom: 1.875rem;
    left: -8.125rem;
    z-index: -1;
}

.Contagion .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem;
}

.Contagion .img img {
    width: 50rem;
}

.green {
    position: absolute;
    left: -7.5rem;
    top: -8.75rem;
}

.doingone {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    align-items: center;
    margin: 1.875rem 0;
    position: relative;
}

.doingone .doing_left {
    max-width: 40%;
    position: relative;
}

.doingone .doing_left h1 {
    color: #035755;
    position: relative;
}

.doingone .doing_left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    color: #7D7987;
}

.doingone .doing_right {
    max-width: 50%;
    position: relative
}

.doingone .doing_left .one::before,
.two::before,
.three::before,
.four::before {
    position: absolute;
    background-color: #fa55527a;
    color: #FA5652;
    padding: .625rem;
    border-radius: 50%;
}

.doingone .doing_left .one::before {
    content: "01";
    left: -4.375rem;
    bottom: -0.625rem;

}

.doingone .doing_left .two::before {
    content: "02";
    right: -4.375rem;
    bottom: -0.625rem;

}

.doingone .doing_left .three::before {
    content: "03";
    left: -4.375rem;
    bottom: -0.625rem;

}

.doingone .doing_left .four::before {
    content: "04";
    right: -4.375rem;
    bottom: -0.625rem;

}

.right {
    text-align: right;
}

.live {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 5rem;
}

.map img {
    width: 63.125rem;
}

.reports img {
    position: absolute;
    right: -6.875rem;
    width: 63.125rem;
    top: -0.625rem;
}

.questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

.questions .questions_head h2 {
    color: #0C6C44;
    font-size: 2.8125rem;
    width: 65%;
    margin: auto;
    margin-bottom: 1.25rem;
}

.questions .questions_head .email {
    background-color: #fff;
    width: 50%;
    margin: auto;
    padding: .625rem 0;
    border-radius: 1.875rem;
}

.questions .questions_head .email input {
    padding: .625rem 1.875rem;
    background-color: transparent;
    outline: none;
    border: 0;
}

.questions .questions_head .email button {
    padding: .625rem 1.875rem;
    background-color: #FB4C47;
    color: #fff;
    border: 0;
    border-radius: 1.875rem;
    cursor: pointer;
    transition: 0.5s;
}

.questions .questions_head .email button:hover {
    background-color: transparent;
    color: #FB4C47;
    border: .0625rem solid #FB4C47;
}


footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    transition: 0.3s;
    margin-top: 1.25rem;
}

footer .footer_logo {
    display: flex;
    align-items: center;
    gap: .625rem;
}

footer .footer_logo span {
    font-size: .875rem;
    font-weight: bold;
}

footer .footer_links a {
    text-decoration: none;
    color: rgb(168, 168, 168);
    margin: .9375rem;
    position: relative;
    transition: 0.5s;
}

footer .footer_links a:hover {
    color: #FB4C47;
}

footer .footer_social a {
    margin-left: 1.25rem;
}

.ending p {
    text-align: center;
    color: #8e8e8e;
}