@font-face {
    font-family: 'nexa';
    src: url('fonts/NexaBold.woff2') format('woff2'),
         url('fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nexa';
    src: url('fonts/NexaLight.woff2') format('woff2'),
         url('fonts/NexaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'nexa', sans-serif !important;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 90px;
}

p {
    font-size: 18px;
    font-weight: normal;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    height: 100vh;
}

.hero {
    display: flex;
    height: auto;
}

.mobile-hero {
    display: none;
}

.left {
    flex: 1;
    background-color: #E40613;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 50px 90px 50px 90px;
    box-sizing: border-box;
    gap: 8px;
    justify-content: center;
}

.left h1 {
    font-weight: bold;
    color: white;
}

.right {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(202, 201, 141);
    box-sizing: border-box;
}


.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

/* MEDIA QUERY para MOBILE */
@media (max-width: 768px) {
    .hero {
      flex-direction: column;
    }
  
    .left,
    .right {
      display: none;
    }
  
    .mobile-hero {
      display: block;
    }
  
    .mobile-hero img {
      width: 100%;
      height: auto;
      display: block;
    }
}

.information-section {
    padding: 35px 90px;
    line-height: 1.6;
    color: black;
}

.information-section p {
    margin-bottom: 20px;
    font-size: 25px;
}

.information-section strong {
    font-weight: bold;
}

.yt-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.easy-testament {
    background-color: #E40613;
    text-align: center;
    padding: 60px 90px;
    color: white;
}

.easy-testament h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
}

.steps {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.step h3 {
    font-size: 60px;
    margin: 0;
    font-weight: bold;
}

.step p {
    font-size: 25px;
    margin-top: 10px;
    line-height: 1.5;
}

.contact {
    padding: 30px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.who-testament {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
}

.who-testament h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.assets {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.asset-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asset-item img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.asset-item p {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.contact-info {
    background-color: #C4C4C4;
    padding: 40px;
    margin-top: 40px;
}

.contact-info h3 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
}

.contact-info p {
    font-size: 22px;
    margin: 5px 0px;
    color: black;
}

.contact-form {
    margin-top: 30px;
}

.contact-form p {
    color: black;
}

.form {
    height: 200px;
    width: 100%;
    background-color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.contact-person {
    margin-top: 40px;
}

.contact-person h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    color: black;
}

.contact-person-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.contact-details {
    font-size: 16px;
}

.contact-details p {
    margin: 5px 0;
    font-size: 22px;
}

.contact-details p:first-of-type {
    color: black;
}

.contact-email {
    color: #E40613;
    font-weight: bold;
}

.contact-phone {
    color: #E40613;
}

.profile-picture-wait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f5f5dc;
    object-fit: cover;
    margin-right: 20px;
}

.teleton-desition {
    background-color: #E40613;
    padding: 60px 90px;
    color: white;
    margin: 20px 0px;
}

.teleton-desition h3 {
    font-size: 25px;
}

.faq {
    margin: 20px 0px;
}

.accordion {
    padding: 35px 90px;
}

.accordion h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.accordion p {
    color: #666;
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.accordion-button {
    background-color: white;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.accordion-button:after {
    content: '+';
    font-size: 20px;
    color: #E40613;
}

.accordion-button.active:after {
    content: '-';
}

.accordion-content {
    display: none;
    padding: 10px 15px;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 1.5;
}

.accordion-content p {
    margin: 0;
}

@media screen and (max-width: 768px) {

    .hero {
        flex-direction: column;
    }

    .right {
        order: -1;
    }

    .left {
        padding: 20px;
        text-align: center;
        align-items: center;
    }

    .left h1 {
        max-width: 200px;
    }

    .right img {
        width: 100%;
        height: auto;
    }

    .information-section {
        padding: 20px;
        font-size: 15px;
    }

    .yt-video iframe {
        width: 100%;
        height: auto;
    }

    .easy-testament {
        padding: 40px 20px;
    }

    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 100%;
        margin-bottom: 20px;
    }

    .step h4 {
        font-size: 50px;
    }

    .step p {
        font-size: 22px;
    }

    .contact {
        padding: 20px;
    }

    .assets {
        flex-direction: column;
    }

    .asset-item {
        margin-bottom: 20px;
    }

    .contact-info, .contact-person {
        padding: 20px;
    }

    .contact-info h3,
    .contact-person h3 {
        font-size: 18px;
        text-align: center;
    }

    .contact-info h3 {
        margin-bottom: 20px;
    }

    .contact-person-info {
        flex-direction: column;
        align-items: center;
    }

    .profile-picture img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .teleton-desition {
        padding: 40px 20px;
        text-align: center;
    }

    .teleton-desition h3 {
        font-size: 18px;
    }

    .accordion {
        padding: 20px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 10px;
    }

    .easy-testament h2 {
        font-size: 26px;
    }

    .who-testament h2 {
        font-size: 26px;
    }

    .asset-item p {
        font-size: 22px;
    }

    .information-section p {
        font-size: 15px;   
        line-height: 1.2;     
    }
}
