@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro extend;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Linotype\ -\ HelveticaNeueLTPro-BlkEx.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro light extend;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Helvetica\ Neue\ LT\ Pro\ 43\ Light\ Extended.otf) format("opentype")
}
html {
    height: 100%;
}
/* General */
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #121C28;
    background-color: #ffffff;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
}

h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    font-family: Helvetica Neue LT Pro extend;
}

h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #FFC700;
    font-family: Helvetica Neue LT Pro light extend;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: Helvetica Neue LT Pro light extend;
    color: #FFFFFF;
    margin-bottom: 20px;
}
h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong {
    font-family: Helvetica Neue LT Pro extend;
}

h4 {
    font-size: 24px;
    line-height: 24px;
    color: #EE9F1F;
    font-family: Helvetica Neue LT Pro light extend;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    color: #E87015;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.small {
    font-size: 12px;
    line-height: 20px;
    color: #374151;
}

.medium {
    font-size: 20px;
    line-height: 20px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bg-orange {
    background-color: #FBE9DF;
}

/* Section Banner */
.banner {
    position: relative;
    width: 100%;
    top: 0;
    height: 550px;
    padding: 50px 0 0;
    z-index: 99;
}
.banner::before {
    content: '';
    position: absolute;
    background: url(../img/banner1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 1507px;
    top: 0;
    right: 0;
    z-index: -1;
} 
.banner .title {
    padding: 140px 0 125px;
    position: relative;
    z-index: 99;
    margin-left: 30px;
}
.banner .title p {
    max-width: 330px;
    color: #fff;
}
.banner nav {
    padding: 20px 10px 20px 30px;
    background-color: #ffffff;
    border-radius: 20px; 
    box-shadow: 0 0 20px rgba(190, 190, 190, 0.25); 
    justify-content: center;
    margin-left: 30px;
    position: relative;
    z-index: 999;
}
.banner nav .navbar-nav .nav-link {
    color: #374151;
    z-index: 9999;
    position: relative;
    cursor: pointer;
    padding: .5rem 30px;
}
.banner nav .navbar-nav .nav-link strong {
    color: #EE9F1F;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin: 0 auto;
}

/* Section illnesses */
.illnesses {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.illnesses .illnesses-box {
    padding: 60px 90px 40px 100px;
    background-color: #FFFCF1;
    border-radius: 15px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.082);
    position: relative;
    z-index: 999;
}
.illnesses .illnesses-box .grid {
    grid-template-columns: 50% 1fr;
    gap: 55px;
}
.illnesses::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../img/border.png);
    z-index: -9; 
}
/* end Section illnesses */

/* Section epidemiology */
.epidemiology {
    position: relative;
}
.epidemiology::before {
    content: '';
    width: 100%;
    height: 153px;
    background: url(../img/detail1.png);
    background-size: cover;
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
h3 {
    position: relative;
    z-index: 99;
}
h3::before {
    content: '';
    width: 536px;
    height: 59px;
    background-color: #EE9F1F;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: -15px;
    left: -310px;
    z-index: -1;
}
.epidemiology .grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0 80px;
    position: relative;
    gap: 30px;
    align-items: center;
}
.ep-box-item .ep-box-title {
    padding: 20px;
    background-color: #EE9F1F;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
}
.ep-box-item {
    box-shadow: 0px 4px 200px 0 rgba(0, 0, 0, 0.125);
    border-radius: 15px;
}
.ep-box-item .ep-box-content {
    padding: 40px 30px 30px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}
.ep-box-item .ep-box-content .content-icons {
    display: flex;
    gap: 10px;
}
.ep-box-item .ep-box-content .content-icons .box-icon {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.ep-box-item .ep-box-content .content-icons .box-icon p {
    margin-bottom: 0;
    position: relative;
}
.ep-box-item .ep-box-content .content-icons .box-icon p::before {
    content: '';
    background-color: #000;
    width: 1px;
    height: 53px;
    position: absolute;
    top: -15;
    left: -12px;
}
.box-check {
    padding: 20px 30px;
    background-color: #FFEDCF;
    border-radius: 12px;
}
.box-check.second {
    background-color: #FFFCF1;
    position: relative;
    z-index: 99;
}
.box-check.first {
    padding-left: 100px;
    margin-left: -110px;
    position: relative;
    z-index: -1;
}
.box-check ul.custom {
    margin-bottom: 0;
}
ul.custom li {
    padding: 20px 30px 20px;
    border-bottom: 1px dashed #D6BB85;
    position: relative; 
}
ul.custom li:last-child {
    border-bottom: none;
}
ul.custom li::before {
    content: '';
    width: 15px;
    height: 12px;
    background: url(../img/check.svg);
    background-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.box-check.box-check.first ul.custom li::before {
    background: url(../img/exclama.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 41%;
}
.box-check.box-check.first ul.custom li:nth-child(2)::before {
    top: 30%;
}
/* end Section epidemiology */

/* Section epidemiology-two */
.epidemiology-two  {
   padding: 100px 0 70px;
}
.epidemiology-two h3 {
    margin-bottom: 50px;
}
.epidemiology-two .grid {
    padding: 80px 0 0;
    gap: 30px;
}
.epidemiology-two .grid .grid-item .ep-box-item {
    max-width: 420px;
}
.epidemiology-two p.small {
    padding-top: 50px;
}
/* end Section epidemiology-two */


/* Section subtypes */
.subtypes {
    padding-bottom: 50px;
    position: relative;
}
.subtypes .subtypes-box {
    padding: 60px 90px 30px 50px;
    background-color: #FFFCF1;
    border-radius: 15px;
    position: relative;
    z-index: 999;
}
.subtypes .subtypes-box .grid {
    padding: 30px 0 0;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 30px;
}
.subtypes .subtypes-box .grid .grid-item .ep-box-item {
    box-shadow: 0px 4px 200px 0 rgba(0, 0, 0, 0.025);
}
.subtypes .subtypes-box .grid .grid-item .ep-box-item .ep-box-title {
    border-radius: 5px;
}
.subtypes .subtypes-box .grid .grid-item .ep-box-item .ep-box-content {
    padding: 0 30px;
    border-radius: 5px;
    margin-top: 4px;
    min-height: 283px;
}
.subtypes .subtypes-box .grid .grid-item .ep-box-item .ep-box-content ul li {
    padding: 20px 15px 20px 30px;
}
.subtypes::before {
    content: '';
    width: 803px;
    height: 1800px;
    background: url(../img/detail2.png);
    background-size: 803px;
    background-repeat: no-repeat;
    position: absolute;
    top: 38%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}
/* end Section subtypes */


/* Section warnings */
.warnings {
    margin-bottom: -150px;
    position: relative;
}
.warnings .box-warnings .box-warnings-title {
    background-color: #EEAA1F;
    color: #ffffff;
    padding: 30px 0 20px 40px;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 99;
}
.warnings .box-warnings .box-warnings-title h6 {
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
}
.warnings .box-warnings .box-warnings-content {
    background-color: #FFFFFF;
    color: #374151;
    border-radius: 0 0 6px 6px; 
    padding-left: 40px;
    position: relative;
    z-index: 99;
}
.warnings .box-warnings .box-warnings-content ul {
    padding-right: 50px;
    margin: 0;
}
.warnings .box-warnings .box-warnings-content ul li {
    list-style: none;
    padding: 30px 0 30px 40px;
    margin-bottom: 0;
    position: relative;
}
.warnings .box-warnings .box-warnings-content ul li:first-child {
    border-bottom: 1px dashed #CACACA;
}
.warnings .box-warnings .box-warnings-content ul li a {
    color: #EEAA1F;
    font-weight: bold;
}
.warnings .box-warnings .box-warnings-content ul li a:first-child {
    text-decoration: none;
}
.warnings .box-warnings .box-warnings-content ul li:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 20px;
    background-repeat: no-repeat;
    left: 6px;
    top: 58%;
    transform: translateY(-50%);
    background-image: url(../img/exclama.svg);
}
.warnings::before {
    content: '';
    width: 100%;
    height: 164px;
    background: url(../img/detail3.png);
    background-size: cover;
    position: absolute;
    top: 67%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}

/* Section ref-footer */
.ref-footer {
    padding: 100px 0;
    background-color: #FFF9EF;
    color: #374151;
}
.ref-footer p:first-child {
    font-size: 14px;
    margin-bottom: 30px;
}
.ref-footer p:last-child {
    margin-bottom: 0;
}
/* end Section ref-footer */



/* Responsive */
@media (max-width: 1800px) {
    .banner {
        height: 470px;
    }
    .banner::before {
        height: 1245px;
    }
    .banner .title {
        padding: 120px 0 85px;
    }
  
    
}
@media (max-width: 1540px) {
    .banner::before {
        height: 1170px;
    }
    .banner {
        height: 445px;
    }
    .banner .title {
        padding: 100px 0 60px;
    }
    .epidemiology-two .grid .grid-item .img {
        position: relative;
        z-index: 999;
    }
    .subtypes {
        padding-bottom: 90px;
    }
    .subtypes::before {
        width: 703px;
        background-size: 703px;
        top: 50%;
    }
    .ref-footer {
        padding: 150px 0 100px;
    }
  
}
@media (max-width: 1400px) {
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner::before {
        height: 1060px;
    }
    .banner {
        height: 420px;
    }
    .banner .title {
        padding: 90px 0 60px;
    }
    .subtypes .subtypes-box {
        padding: 60px 70px 30px 50px;
    }
    .subtypes .subtypes-box .grid {
        gap: 20px;
    }
    .subtypes .subtypes-box .ep-box-item .ep-box-title {
        padding: 20px 10px;
    }

   
}
@media (max-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h2 {
        font-size: 40px;
        line-height: 45px;
    }
    h4 {
        font-size: 18px;
    }
    .banner::before {
        height: 1560px;
    }
    .epidemiology .grid {
        gap: 20px;
    }
    .subtypes {
        padding-bottom: 70px;
    }
    .subtypes .subtypes-box .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .warnings::before {
        top: 48%;
    }

  
}
@media (max-width: 991px) {
    .navbar-toggler {
        border-color: #D16618;
        padding: 14px;
    }
    .navbar-toggler .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 24px;
        width: 30px;
    }
    .navbar-toggler .content span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #D16618;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .banner nav {
        max-width: fit-content;
        padding: 20px;
        justify-content: start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    .grid {
        grid-template-columns: 1fr;
    }
    .img img {
        max-width: none!important;
        width: unset;
    }
    .img {
        width: 100%;
        overflow: auto;
    }
    .banner::before {
        height: 1280px;
    }
    .illnesses .illnesses-box {
        padding: 60px 55px 40px 80px;
    }
    .illnesses .illnesses-box .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .epidemiology .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-check.first {
        padding-left: 30px;
        min-width: 135%;
        margin-left: 0;
    }
    .epidemiology::before {
        top: 74%;
    }
    .subtypes .subtypes-box .grid {
        grid-template-columns: 1fr;
    }
    .subtypes .subtypes-box .ep-box-item .ep-box-title {
        padding: 20px 30px;
    }
    .subtypes .subtypes-box .grid .grid-item .ep-box-item .ep-box-content {
        min-height: fit-content;
    }
    .warnings::before {
        top: 30%;
    }
   
}

@media (max-width: 768px) {
    .illnesses .illnesses-box {

        z-index: 9;
    }
    .banner nav {
        position: absolute;
        width: 250px;
        
    }
    .banner nav .navbar-nav .nav-link {
        padding: .5rem 0px;
    }
    h2 {
        font-size: 35px;
        line-height: 30px;
    }
    .banner::before {
        background-position-x: -315px;
    }
    .banner {
        padding: 130px 0 50px;
        height: 340px;
        display: flex;
        align-items: center;
    }
    .illnesses .illnesses-box {
        padding: 60px 30px 40px 50px;
    }
    .epidemiology::before {
        top: 77%;
    }
    .epidemiology .grid {
        grid-template-columns: 1fr;
    }
    .box-check.first {
        min-width: 100%;
    }
    .epidemiology .grid .box-check.first ul.custom li, .epidemiology .box-check.second ul.custom li, .epidemiology-two .box-check ul.custom li {
        padding: 20px 0px 20px 30px;
    }
    .epidemiology .box-check.second {
        padding: 20px;
    }
    .epidemiology-two .grid {
        padding: 70px 0 0;
        gap: 50px;
    }
    .epidemiology-two .grid .grid-item .ep-box-item {
        max-width: 469px;
    }
    .epidemiology-two .grid .grid-item {
        display: inline-grid;
    }
    .subtypes .subtypes-box {
        padding: 60px 50px 30px 30px;
    }
    .warnings .box-warnings .box-warnings-content {
        padding-left: 15px;
    }
    .warnings .box-warnings .box-warnings-content ul {
        padding-right: 30px;
    }
    .warnings .box-warnings .box-warnings-content ul li {
        padding: 20px 0 20px 40px;
    }
    .warnings .box-warnings .box-warnings-content ul li a {
        word-break: break-all;
    }
    .warnings .box-warnings .box-warnings-content ul li:before {
        top: 55%; 
    }
    .ref-footer {
        padding: 200px 0 100px;
    }
    .ref-footer p {
        word-break: break-word;
    }

}
@media (max-width: 414px) {
    h1 {
        font-size: 35px;
        line-height: 30px;
    }
    h2 {
        font-size: 30px;
        line-height: 25px;
    }
    .banner::before {
        height: 1160px;
    }
    .banner .title p {
        max-width: 310px;
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
    }
    h3::before {
        width: 480px;
    }
    .epidemiology .grid {
        padding: 30px 0 50px;
    }
    .epidemiology-two {
        padding: 90px 0 70px;
    }
    .subtypes .subtypes-box {
        padding: 60px 30px 30px;
    }
    .warnings .box-warnings .box-warnings-content ul {
        padding-right: 20px;
    }


    
}