* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

body {
    background-image:
        url('../../res/img/join/Join.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: -25px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    width: 100%;
}

.animate-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

.joinpma1 {
    background: linear-gradient(rgba(18, 35, 72, 0.5), rgba(18, 35, 72, 0.9));
    min-height: 90vh;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    text-align: center;
}

#joinpma_title {
    font-size: 40px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 5px;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    margin-top: -90px;
    animation: fadeIn 1s ease-in forwards 0.5s;
}

.head h1 {
    font-size: 90px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 5px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.head {
    display: block;
}

hr {
    background-color: #cda757;
    opacity: 100%;
    border: none;
    width: 90%;
    height: 4px;
    border-radius: 6px;
    margin: 0 auto;
}

#join_paragraph {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 10px;
    width: 80%;
    max-width: 1400px;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease-in forwards 0.5s;
}

.buttons_join {
    margin-top: 5px;
}

#btn_join {
    font-family: 'Titillium Web', sans-serif;
    background: transparent;
    color: white;
    font-size: 1rem;
    padding: 12px 40px;
    border: 2px solid white;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    animation: fadeIn 1s ease-in forwards 0.5s;
}

#btn_join:hover {
    background-color: transparent;
    color: #cda757;
    border: 2px solid #cda757;
    transform: scale(1.05);
}


/*Next section*/
.join_section,
.why {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
    background-size: cover;
    padding: 50px 0;
}

.why {
    background: rgba(18, 35, 72, 0.9);
}

.join1 {
    width: 100%;
    animation: fadeInUp 1s ease-in-out;
}

.join1 hr {
    background-color: #cda757;
    height: 4px;
    width: 100%;
}

.join-sec2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    animation: fadeInUp 1s ease-in-out;
}

/* Left section styling */
.left-section img {
    width: 100%;
    width: 300px;
    border-radius: 5px;
}

/* Right section styling */
.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0;
    width: 100%;
}

.right .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    background-color: #122348;
    color: white;
    width: 90%;
    margin-left: 20px;
    border-radius: 5px;
}

.right .text h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 5px;
}

.right .text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

/* Button styling */
.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #122348;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.button:hover {
    background-color: #cda757;
    color: white;
    cursor: pointer;
}

.AVP {
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}

.AVP video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#join_buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: url('../../res/img/join/icons/Join1.png') no-repeat center center;
    background-size: cover;
    width: 90%;
    border-radius: 2px;
    margin-bottom: 30px;
}

#join_section,
#join_step_2 {
    scroll-margin-top: 160px;
}

.button-container {
    display: flex;
    gap: 15px;
}

.join_button {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 220px;
    height: 140px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.join_button:hover {
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(205, 168, 87, 0.8);
}

.join_button_cont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_button img {
    width: 60px;
    height: auto;
}

.join_button p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0c2340;
    text-align: center;
}

.join_button p {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #0c2340;
}

/*Statements*/
#join_statements,
#join_statements2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px;
}

.statement-card {
    background-color: #0d2549;
    color: white;
    padding: 30px;
    width: 30%;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.statement-card:hover {
    transform: translateY(-7px);
    box-shadow: 0px 10px 20px rgba(205, 168, 87, 0.8);
}

.statement-card h2 {
    font-size: 29px;
    margin-bottom: 15px;
    line-height: 1;
    height: 70px;
}

.statement-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    align-items: center;
    text-align: justify;
}

@media screen and (max-width: 1200px) {

    #join_statements,
    #join_statements2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .statement-card {
        width: 90%;
        padding: 20px;
        text-align: center;
        border-radius: 4px;
    }

    .statement-card h2 {
        font-size: 35px;
        height: auto;
    }

    .statement-card p {
        font-size: 20px;
        text-align: center;
    }

    /*buttons*/
    #join_buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .join_button {
        width: 150px;
        height: 120px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .join_button img {
        width: 50px;
        height: auto;
    }

    .join_button p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .head h1 {
        font-size: 80px;
    }

    #join_paragraph {
        font-size: 25px;
    }

    #btn_join {
        font-size: 1.5rem;
        padding: 12px 30px;
        font-weight: 600;
    }

    .join-sec2 {
        flex-direction: column;
        align-items: center;
    }

    .left-section {
        order: -1;
    }

    .left-section img {
        width: 400px;
    }

    .right .text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .right {
        width: 100%;
        align-items: center;
    }

    .right .text p {
        font-size: 20px;
    }

    /*statements*/

    #join_statements,
    #join_statements2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .statement-card {
        width: 90%;
        padding: 20px;
        text-align: center;
        border-radius: 4px;
    }

    .statement-card h2 {
        font-size: 35px;
        height: auto;
    }

    .statement-card p {
        font-size: 20px;
        text-align: center;
    }

    /*buttons*/
    #join_buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .join_button {
        width: 150px;
        height: 120px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .join_button img {
        width: 50px;
        height: auto;
    }

    .join_button p {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .head h1 {
        font-size: 80px;
    }

    #join_paragraph {
        font-size: 25px;
    }

    #btn_join {
        font-size: 1.5rem;
        padding: 12px 30px;
        font-weight: 600;
    }

    .join-sec2 {
        flex-direction: column;
        align-items: center;
    }

    .left-section {
        order: -1;
    }

    .left-section img {
        width: 400px;
    }

    .right .text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .right {
        width: 100%;
        align-items: center;
    }

    .right .text p {
        font-size: 20px;
    }

    /*statements*/

    #join_statements,
    #join_statements2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .statement-card {
        width: 90%;
        padding: 20px;
        text-align: center;
        border-radius: 4px;
    }

    .statement-card h2 {
        font-size: 35px;
        height: auto;
    }

    .statement-card p {
        font-size: 20px;
        text-align: center;
    }

    /*buttons*/
    #join_buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .join_button {
        width: 150px;
        height: 120px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .join_button img {
        width: 50px;
        height: auto;
    }

    .join_button p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .head h1 {
        font-size: 50px;
    }

    .join-sec2 {
        flex-direction: column;
        align-items: center;
    }

    .left-section {
        order: -1;
    }

    .left-section img {
        width: 400px;
    }

    .right .text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .right {
        width: 100%;
        align-items: center;
    }

    .right .text p {
        font-size: 20px;
    }

    /*buttons*/
    #join_buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .button-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .join_button {
        width: 100px;
        height: 80px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .join_button img {
        width: 30px;
        height: auto;
    }

    .join_button p {
        font-size: 10px;
    }

    /*statements*/

    #join_statements,
    #join_statements2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .statement-card {
        width: 90%;
        padding: 20px;
        text-align: center;
        border-radius: 4px;
    }

    .statement-card h2 {
        font-size: 30px;
        height: auto;
    }

    .statement-card p {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .joinpma1 {
        min-height: 90vh;
        margin: 0 auto;
        padding: 0;
        margin-top: -25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0;
        text-align: center;
    }

    .head h1 {
        font-size: 40px;
    }

    hr {
        width: 50%;
    }

    #join_paragraph {
        font-size: 15px;
    }

    #btn_join {
        font-size: 0.8rem;
        padding: 6px 20px;
        font-weight: 600;
    }

    /*join section 2*/
    .join-sec2 {
        flex-direction: column;
        align-items: center;
    }

    .left-section {
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .left-section img {
        width: 85%;
    }

    .right .text {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .right {
        width: 100%;
        align-items: center;
    }

    .right .text p {
        font-size: 10px;
    }

    /*buttons*/
    #join_buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    .button-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .join_button {
        width: 100px;
        height: 80px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .join_button img {
        width: 30px;
        height: auto;
    }

    .join_button p {
        font-size: 10px;
    }

    /*statements*/

    #join_statements,
    #join_statements2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .statement-card {
        width: 90%;
        padding: 20px;
        text-align: center;
        border-radius: 4px;
    }

    .statement-card h2 {
        font-size: 22px;
        height: auto;
    }

    .statement-card p {
        font-size: 13px;
        text-align: center;
    }
}

/*__________WHY_________*/
.why h2 {
    font-family: 'Bree Serif', serif;
    letter-spacing: 3px;
    font-size: 3rem;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    margin-top: 20px;
    animation: fadeInUp 1s ease-in-out;
    color: white;
}

.why .container {
    display: flex;
    animation: fadeInUp 1s ease-in-out;

}

.why .container .why-img {
    display: block;
    margin-left: auto;
    padding-right: 100px;
}

.why .container .why-img img {
    height: 320px;
    width: 500px;
}

.why .line-why {
    background-color: #cda757;
    opacity: 100%;
    border: none;
    height: 3px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

.why .bullet {
    margin-left: 150px;
    margin-top: 20px;
    color: white;
}

.why .bullet .bullet-list {
    list-style-type: disc;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.buttons {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 4px;
}

.buttons .btn {
    text-decoration: none;
    padding: 10px 60px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: transform 0.2s ease;
}

.buttons .btn:hover {
    background-color: transparent;
    color: #cda757;
    border: 2px solid #cda757;
    transform: scale(1.05);
}

.call-to-action h3 {
    font-family: 'Bree Serif', serif;
    letter-spacing: 3px;
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
    animation: fadeInUp 1s ease-in-out;
    color: white;
}

@media screen and (min-width: 1650px) {
    .why .container .why-img img {
        height: 520px;
        width: 750px;
    }

    .why .line-why {
        height: 5px;
    }

    .why .bullet .bullet-list {
        font-size: 1.7rem;
    }

    #btn {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .why {
        min-height: 90vh;
        margin-top: -20px;
    }

    .why-contain {
        margin-top: 20px;
    }

    .why h2 {
        font-size: 2rem;
    }

    .why .container {
        display: block;
    }

    .why .container .why-img {
        display: block;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .why .container .why-img img {
        height: auto;
        width: 90%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .why img.line-why {
        display: none;
    }

    .why .bullet {
        margin-left: 30px;
        margin-top: 0px;
        padding: 10px;
    }

    .bullet-list {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 480px),
(max-width: 768px) {
    .why {
        min-height: 90vh;
        display: block;
        margin-top: -20px;
    }

    .why h2 {
        font-size: 2rem;
    }

    .why .container {
        display: block;
    }

    .why .container .why-img {
        display: block;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .why .container .why-img img {
        height: auto;
        width: 90%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .why img.line-why {
        display: none;
    }

    .why .bullet {
        margin-left: 30px;
        margin-top: 0px;
        padding: 10px;
    }

    .bullet-list {
        font-size: 1.2rem !important;
    }
}
