:root {
    --clr-red: #991408;
    --clr-light-red: #c21c0b;
    --clr-blue: #0099db;
    --clr-black: #000;
    --clr-dark-gray: #878787;
    --clr-light-gray: #b7b7b7;
    --clr-medium-gray: #9f9f9f;
    --clr-yellow: #f8e914;
}

@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaNeue.ttc') format('ttc');
    font-weight: normal;
    font-style: normal;
  }

  body {
    width: 100%;
    font-family: 'Helvetica', sans-serif;
  }
  

.divider {
    width: 100%;
    height: 20px;
}

.bg-red {
    background-color: var(--clr-red);
    color: white;
    text-align: center;
}

.bg-gray {
    background-color: var(--clr-dark-gray);
}

a {
    text-decoration: none;
    color: white;
}

.a-footer {
    color: #333;
}

.a-footer:hover {
    color: #c21c0b;
}

.red-text {
    color: var(--clr-red);
}

.container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.space-between {
    justify-content: space-between;
}

.text {
    text-align: left;
    font-size: 24px;
}

.smalltext {
    font-size: 14px;
}

.smalltext-s{
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.text-blue {
    color: var(--clr-blue);
    font-weight: 700;
}

.pb-20 {
    padding-bottom: 20px;
}

.font-14 {
    font-size: 14px;
}

@media (max-width: 600px) {
    .flex {
        flex-direction: column;
    }

    .text {
        font-size: 18px;
        text-align: center;
    }
    
    .smalltext {
        font-size: 13px;
    }
    
    .smalltext-s{
        font-size: 11px;
    }



    .sale-14 {
        width: 200px;
    }

    .font-14 {
        font-size: 12px;
    }
    
}

.img-size {
    width: 300px;
}



@media (max-width: 600px) {
    .img-size {
        width: 150px;
    }

    .img-mobile-120 {
        width: 120px;
    }
}

.logo img {
    padding: 30px 0;
    width: 250px;
    margin-inline: auto;
}

.title {
    padding: 10px 20px;
}

.h1{
      font-size: 24px;
}

.thep {
    font-size: 20px;
}

h3{
    font-size: 20px;
}

.box h3{
    font-size: 22px;
}

.hero-section {
    height: 200vh;
    background-image: url("hero-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero-section img {
    padding-bottom: 40px;
    width: 600px;
}

@media (max-width: 600px) {
    .hero-section img {
        width: 350px;
    }

    .hero-section {
        height: 600px;
    }
}

.diagram-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-red);
}

@media (max-width: 600px) {
    
.diagram-title {
    font-size: 18px;
}

}

.list {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.dot-blue {
    width: 15px;
    height: 15px;
    color: var(--clr-blue);
    border-radius: 50%;
    background-color: var(--clr-blue);
    position: absolute;
    top: 5px;
    left: 0;
}

.dot-red {
    width: 15px;
    height: 15px;
    color: var(--clr-blue);
    border-radius: 50%;
    background-color: var(--clr-red);
    position: absolute;
    top: 5px;
    left: 0;
}

.dot-black {
    width: 15px;
    height: 15px;
    color: var(--clr-blue);
    border-radius: 50%;
    background-color: var(--clr-black);
    position: absolute;
    top: 5px;
    left: 0;
}

.first {
    color: var(--clr-blue);
    position: relative;
    padding: 0 20px;
    flex: 1;
}

.second {
    color: var(--clr-red);
    position: relative;
    padding: 0 20px;
    flex: 1;
}

.third {
    color: var(--clr-black);
    position: relative;
    padding: 0 20px;
    flex: 1;
}



.title-box-red {
    margin-top: 50px;
    color: white;
    background-color: var(--clr-red);
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    font-weight: 700;
}

.title-box-blue {
    margin-top: 50px;
    color: white;
    background-color: var(--clr-blue);
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    font-weight: 700;
}


@media (max-width: 600px) {
    .title-box-red {
        margin-top: 50px;
        color: white;
        background-color: var(--clr-red);
        text-align: center;
        border-radius: 20px;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
    }
    
    .title-box-blue {
        margin-top: 50px;
        color: white;
        background-color: var(--clr-blue);
        text-align: center;
        border-radius: 20px;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
    }
    
}

.boxes-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px;
}

.blue-boxes {
    padding-bottom: 50px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-red);
    width: 220px;
    height: 220px;
    border-radius: 10px;
    text-align: center;
}

.blue-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-blue);
    width: 220px;
    height: 220px;
    border-radius: 10px;
    text-align: center;
}

.box-shadow-red {
    box-shadow: 8px 8px 0px var(--clr-red);
}

.box-shadow-blue {
    box-shadow: 8px 8px 0px var(--clr-blue);
}



.heart-text {
    padding: 20px 0;
}

.heart-text img {
    width: 300px;
}
@media (max-width: 686px) {
    .heart-text img {
        width: 150px;
    } 
}

.table-text {
    color: white;
    padding-bottom: 20px;
}

.red-button {
    text-align: center;
}

.red-button a {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--clr-light-red);
    color: white;
    max-width: 500px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 600px) {
    .red-button a {
        display: inline-block;
        padding: 15px 30px;
        background-color: var(--clr-light-red);
        color: white;
        max-width: 500px;
        border-radius: 100px;
        text-align: center;
        font-weight: 700;
    }
}

.flex-table {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.desktop-table {
    display: block;
}

.phone-table {
    display: none;
}

@media (max-width: 600px) {

    .desktop-table {
        display: none;
    }

    .phone-table {
        display: block;
    }
}



@media (max-width: 600px) {
    .tables {
        text-align: center;
    }

}

table {
    width: 100%;
}

.table-title {
    padding-bottom: 10px;
} 


table th {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 600px) {
    table th {
        text-align: center;
    }

    table td {
        text-align: center;
    }
}

.table-p {
    padding: 10px 0;
    font-size: 14px;
}

.red {
    color: var(--clr-red);
}

.blue {
    color: var(--clr-blue);
}

.yellow-title {
    background-color: var(--clr-yellow);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    max-width: 600px;
    margin: 1% auto;
}

@media (max-width: 600px) {
    .yellow-title {
        max-width: 300px;
    }
}


footer .container {
    padding: 50px 20px;
}

footer .copyright .container {
    padding: 5px 20px;
}

.patiste-edw {
    color: var(--clr-red);
    text-decoration: underline;
}

.astrazeneca img {
    padding-bottom: 20px;
}

.oroi {
    display: flex;
    gap: 10px;
}

@media (max-width: 600px) {
    .astrazeneca {
        text-align: center;
    }

    .astrazeneca ul li {
        padding-bottom: 5px;
    }

    footer .copyright .container {
        padding: 10px 20px;
    }

    .oroi {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

.scroll-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--clr-red);
    scale: 0 1;
    transform-origin: left;
    animation: scroll-bar linear;
    animation-timeline: scroll();
}

@keyframes scroll-bar {
    to {scale: 1 1;}
}

@keyframes fade-in {
   
    to {scale: 1; opacity: 1;}
}

@keyframes fade-up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1; transform: translateZ(0);
    }
  
}


.entry-animation {
    scale: .8; 
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: entry;
}

.fade-up-animation {
    animation-duration: 2s;
    animation-fill-mode: both;
    transform: translate3d(0, 1000px, 0);
    animation: fade-up linear forwards;
    animation-timeline: view();
    animation-range: entry;
}