/* Hero */

.home-hero-main {
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/11/pozadina.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* padding-top: 50px; */
}


.home-hero-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #080806;
    opacity: 0.7;
}

.home-hero-container {
    margin: 0 auto;
    display: flex;
    gap: 10px;
    position: relative;
}

.home-hero-left {
    width: 40%;
    padding-top: 200px;
    padding-bottom: 80px;
}

.home-hero-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 100px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-hero-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
}

.home-hero-action-holder {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.home-hero-right {
    width: 60%;
    display: flex;
    align-items: flex-end;
}

.home-hero-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .home-hero-title {
        font-size: 90px;
    }

    .home-hero-description {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .home-hero-title {
        font-size: 80px;
    }

    .home-hero-description {
        font-size: 18px;
    }
    
}

@media screen and (min-width: 501px) and (max-width: 767px) {

    .home-hero-title {
        font-size: 70px;
    }

    .home-hero-description {
        font-size: 17px;
    }
    
}

@media (max-width: 500px) {

    .home-hero-title {
        font-size: 60px;
    }

    .home-hero-description {
        font-size: 16px;
    }

    .home-hero-action-holder {
        gap: 8px;
    }
    
}

@media (max-width: 1024px) {
    
    .home-hero-right img.desktop {
        display: none;
    }

    .home-hero-main {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url('/wp-content/uploads/2025/11/home-mobile-min.png');
        background-position: top left;
    }

    .home-hero-main::before {
        opacity: 0.8;
    }

    .home-hero-container {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .home-hero-left {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .home-hero-right {
        width: 100%;
    }

}

@media (min-width: 1025px) {
    
    .home-hero-right img.mobile {
        display: none;
    }
}





/* Home Program */

.home-program-main {
    background-color: #F9F5F2;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-program-container-holder {
    margin: 0 auto;
}

.home-program-container {
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/11/Srdjan-2-min.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    background-color: #0D0C0A;
    border-radius: 80px;
    padding: 80px; 
    box-sizing: border-box;
    display: flex;
    gap: 5px;
}

.home-program-left {
    width: 50%;
}

.home-program-pre-title {
    border: 1px solid #FFFFFF80;
    background-color: #FFFFFF0D;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFFB2;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.home-program-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 100px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
    word-break: break-word;
}

.home-program-title span {
    color: #F6CEA5;
    display: inline-block;
}

.home-program-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
}

.home-program-action-holder {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.home-program-price-holder {
    font-family: var(--global-font-family-2);
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-program-price-holder span {
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    color: #FFFFFFB2;
}

.home-program-main hr {
    background-color: #FFFFFF1A;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-program-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    gap: 16px;
}

.home-program-date svg {
    flex-shrink: 0;
}

.home-program-date p {
    margin: 0;
}

.home-program-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.home-program-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .home-program-container {
        border-radius: 60px;
    }

    .home-program-pre-title {
        font-size: 15px;
    }

    .home-program-title {
        font-size: 80px;
    }

    .home-program-description {
        font-size: 18px;
    }

    .home-program-main hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-program-date {
        font-size: 14px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {

    .home-program-container {
        border-radius: 40px;
    }

    .home-program-left {
        width: 70%;
    }

    .home-program-right {
        width: 30%;
    }

    .home-program-pre-title {
        font-size: 15px;
    }

    .home-program-title {
        font-size: 80px;
    }

    .home-program-description {
        font-size: 18px;
    }

    .home-program-main hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-program-date {
        font-size: 14px;
    }
}

@media (max-width: 850px) {

    .home-program-container {
        padding: 48px 24px;
        border-radius: 20px;
        background: 
            linear-gradient(to top, #0D0C0A 0%, #0d0c0a96 35%, transparent 100%),
            url('/wp-content/uploads/2025/11/Srdjan-2-1-min.png');
    
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #0D0C0A;
    }

    .home-program-left {
        width: 100%;
    }

    .home-program-right {
        width: 0;
    }

    .home-program-pre-title {
        font-size: 12px;
    }

    .home-program-title {
        font-size: 60px;
    }

    .home-program-description {
        font-size: 16px;
    }

    .home-program-main hr {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .home-program-date {
        font-size: 12px;
    }

}








/* Books */

.home-books-main {
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #0D0C0A;
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.home-books-container-1,
.home-books-container-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 100px;
    align-items: center;
    margin: 0 auto;
}

.home-books-1-left {
    width: 35%;
}

.home-books-2-left {
    width: 65%;
}

.home-books-1-left img {
    width: 100%;
}

.home-books-1-right img {
    width: 100%;
}

.home-books-1-right {
    width: 65%;
}

.home-books-2-right {
    width: 35%;
}

.home-books-1-pre-title,
.home-books-2-pre-title {
    border: 1px solid #FFFFFF80;
    background-color: #FFFFFF0D;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFFB2;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.home-books-1-title,
.home-books-2-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 70px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-books-1-description,
.home-books-2-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-books-1-action-holder,
.home-books-2-action-holder {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.home-books-1-quote-holder,
.home-books-2-quote-holder {
    padding-left: 20px;
    border-left: 2px solid #F6CEA5;
}

.home-books-1-quote-text,
.home-books-2-quote-text {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.home-books-1-quote-person,
.home-books-2-quote-person {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFFB2;
    margin: 0;
}

.home-books-main hr {
    background-color: #0000001F;
    margin-top: 40px;
    margin-bottom: 40px;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .home-books-1-pre-title,
    .home-books-2-pre-title {
        font-size: 16px;
    }

    .home-books-1-title,
    .home-books-2-title {
        font-size: 60px;
    }

    .home-books-1-description,
    .home-books-2-description {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .home-books-container-1,
    .home-books-container-2 {
        gap: 60px;
    }

    .home-books-1-pre-title,
    .home-books-2-pre-title {
        font-size: 14px;
    }

    .home-books-1-title,
    .home-books-2-title {
        font-size: 50px;
    }

    .home-books-1-description,
    .home-books-2-description {
        font-size: 17px;
    }

    .home-books-main hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .home-books-main {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 120px;
    }

    .home-books-container-1{
        flex-direction: column;
    }

    .home-books-container-2 {
        flex-direction: column-reverse;
    }

    .home-books-1-left,
    .home-books-1-right,
    .home-books-2-left,
    .home-books-2-right {
        width: 100%;
    }

    .home-books-1-left img,
    .home-books-2-right img {
        width: 70%;
    }

    .home-books-container-1,
    .home-books-container-2 {
        gap: 32px;
    }

    .home-books-1-pre-title,
    .home-books-2-pre-title {
        font-size: 12px;
    }

    .home-books-1-title,
    .home-books-2-title {
        font-size: 40px;
    }

    .home-books-1-description,
    .home-books-2-description {
        font-size: 16px;
    }

    .home-books-main hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}






/* Home Change */

.home-change-main {
    margin: 0 auto;
    padding-top: 175px;
    padding-bottom: 175px;
    background-color: #0D0C0A;
    background-image:url('/wp-content/uploads/2025/11/Desktop-1-min.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-change-container {
    margin: 0 auto;
}

.home-change-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 150px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    width: 70%;
}

.home-change-action-holder {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .home-change-title {
        font-size: 120px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .home-change-title {
        font-size: 120px;
        width: 100%;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {

    .home-change-main {
        padding-top: 360px;
        padding-bottom: 48px;
        background-image:url('/wp-content/uploads/2025/11/Mobile-min.png');
        background-position: top;
    }

    .home-change-title {
        font-size: 100px;
        width: 100%;
    }
}

@media (max-width: 500px) {

    .home-change-main {
        padding-top: 310px;
        padding-bottom: 48px;
        background-image:url('/wp-content/uploads/2025/11/Mobile-min.png');
        background-position: top;
    }

    .home-change-title {
        font-size: 80px;
        width: 100%;
    }

    .home-change-action-holder {
        gap: 8px;
    }
}







/* Home Tara */

.home-tara-main {
    background-color: #F9F5F2;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-tara-container-holder {
    margin: 0 auto;
}

.home-tara-container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 80px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    gap: 5px;
    background: 
        linear-gradient(270deg, rgba(0, 0, 0, 0) 25.37%, rgba(0, 0, 0, 0.88) 100%) top right / cover no-repeat,
        url('/wp-content/uploads/2025/11/tara-hero.png') top right / cover no-repeat;
}


.home-tara-left {
    width: 50%;
}

.home-tara-pre-title {
    border: 1px solid #FFFFFF80;
    background-color: #FFFFFF0D;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFFB2;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.home-tara-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 100px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-tara-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
}

.home-tara-action-holder {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.home-tara-main hr {
    background-color: #FFFFFF1A;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-tara-right {
    width: 50%;
}


.home-tara-quote-holder {
    padding-left: 20px;
    border-left: 2px solid #F6CEA5;
}

.home-tara-quote-text {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 16px;
    color: #FFFFFFB2;
}

.home-tara-quote-person {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 16px;
    color: #FFFFFFB2;
}

.home-tara-quote-person {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
}

.home-tara-quote-person img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .home-tara-container {
        border-radius: 60px;
    }

    .home-tara-pre-title {
        font-size: 15px;
    }

    .home-tara-title {
        font-size: 80px;
    }

    .home-tara-description {
        font-size: 18px;
    }

    .home-tara-main hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {

    .home-tara-container {
        border-radius: 40px;
    }

    .home-tara-left {
        width: 70%;
    }

    .home-tara-right {
        width: 30%;
    }

    .home-tara-pre-title {
        font-size: 15px;
    }

    .home-tara-title {
        font-size: 80px;
    }

    .home-tara-description {
        font-size: 18px;
    }

    .home-tara-main hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {

    .home-tara-container {
        padding: 48px 24px;
        border-radius: 20px;
    }

    .home-tara-left {
        width: 100%;
    }

    .home-tara-right {
        width: 0;
    }

    .home-tara-pre-title {
        font-size: 12px;
    }

    .home-tara-title {
        font-size: 60px;
    }

    .home-tara-description {
        font-size: 16px;
    }

    .home-tara-main hr {
        margin-top: 24px;
        margin-bottom: 24px;
    }

}







/* Home Srdjan */

.home-srdjan-main {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #100F0C;
}

.home-srdjan-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    margin: 0 auto;
}

.home-srdjan-container hr {
    background-color: #FFFFFF1F;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-srdjan-left {
    width: 50%;
}

.home-srdjan-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 70px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-srdjan-description-1 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.home-srdjan-description-2 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFFB2;
}

.home-srdjan-list-holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-srdjan-list-item {
    display: flex;
    gap: 10px;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFB2;
}

.home-srdjan-right {
    width: 50%;
}

.home-srdjan-right img {
    border-radius: 80px;
}

@media (max-width: 850px) {

    .home-srdjan-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-srdjan-container {
        flex-direction: column;
    }

    .home-srdjan-right,
    .home-srdjan-left {
        width: 100%;
    }

    .home-srdjan-title {
        font-size: 60px;
    }

    .home-srdjan-right img {
        border-radius: 40px;
    }

}








/* Family Home */

.family-home-main {
    position: relative;
    margin: 0 auto;
    /* background: url('/wp-content/uploads/2025/11/family-home.jpg') center / cover no-repeat; */
    padding-top: 400px;
    padding-bottom: 50px;
}

.family-home-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.family-home-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.family-home-content {
    background: #FFFFFF1A;
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 70px 636px auto;
    gap: 24px;
}

.family-home-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.family-home-text-holder {
    display: grid;
    grid-template-columns: 265px 1fr;
    align-items: center;
    gap: 0;
}

.family-home-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    padding-right: 48px;
    border-right: 2px solid #F6CEA5
}

.family-home-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
    padding-left: 48px;
}

.family-home-action-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1024px) {

    .family-home-content {
        display: grid;
        grid-template-columns: 20% 80%;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 20px;
        row-gap: 20px;
    }

    .family-home-content img {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
        height: auto;
    }

    .family-home-text-holder {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .family-home-title {
        padding-right: 0;
        border-right: none;
    }

    .family-home-description {
        padding-left: 0;
    }

    .family-home-action-holder {
        grid-column: 1 / span 2;
        grid-row: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .family-home-action-holder a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 500px) {

    .family-home-content {
        display: grid;
        grid-template-columns: 80px auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 20px;
        row-gap: 20px;
    }

    .family-home-title {
        font-size: 30px;
    }

    .family-home-description {
        font-size: 14px;
    }
}




/* Home Vlogs */

.home-vlogs-main {
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F9F5F2;
}

.home-vlogs-container {
    margin: 0 auto;
}

.home-vlogs-pre-title-holder {
    display: flex;
    justify-content: center;
}

.home-vlogs-pre-title {
    border: 1px solid #00000080;
    background-color: #0000000D;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000B2;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.home-vlogs-title-main {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 48px;
    color: #000000;
}

/* Grid */
.home-vlogs-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 48px;
}

/* Cards */
.vlog-card { 
    cursor: pointer; 
    user-select: none; 
}

.vlog-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    background-color: #F0EAE6;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.vlog-media-mount { 
    width: 100%; 
    height: 100%; 
    display: none; 
}

.vlog-card.is-playing .vlog-media-mount { 
    display: block; 
}

.vlog-card.is-playing .vlog-play { 
    display: none; 
}

.vlog-play { 
    display: inline-grid; 
    place-items: center; 
    transition: transform .2s ease; 
}

.vlog-card:hover .vlog-play { 
    transform: scale(1.06); 
}

/* Title */
.home-vlog-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 16px;
    color: #000000;
}

@media (max-width: 1024px) { 

    .home-vlogs-grid { 
        grid-template-columns: 1fr 1fr; 
    } 
}

@media (max-width: 767px) { 

    .home-vlogs-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-vlogs-title-main {
        font-family: var(--global-font-family-1);
        font-weight: 400;
        font-size: 60px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 48px;
        color: #000000;
    }

    .home-vlogs-grid { 
        grid-template-columns: 1fr;

    } 
    
    .home-vlog-title { 
        font-size: 30px; 
    } 
}




/* Home Newsletter */

.home-newsletter-main {
    margin: 0 auto;
    background-color: #F9F5F2;
}

.home-newsletter-container-holder {
    margin: 0 auto;
}

.home-newsletter-container {
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 32px 32px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 48px 64px;
    box-sizing: border-box;
    align-items: center;
    gap: 40px;
}

.home-newsletter-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px;
    color: #000000;
    gap: 10px;
}

.home-newsletter-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    color: #000000;
}

.home-newsletter-form .embedForm {
    max-width: 100% !important;
    background-color: #ffffff !important;
}

.home-newsletter-form .embedForm label {
    font-family: var(--global-font-family-2) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
}

.home-newsletter-form .embedForm input {
    border-color: #00000066 !important;
    font-family: var(--global-font-family-2) !important;
}

.home-newsletter-form .embedForm button {
    background-color: #F6CEA5 !important;
    border-color: #F6CEA5 !important;
    border-radius: 50px !important;
    font-family: var(--global-font-family-2) !important;
    font-size: 16px !important;
    line-height: 120% !important;
}

.home-newsletter-form .row-form {
    padding: 0 !important;
}

.home-newsletter-form .horozintalForm {
    padding: 0 !important;
}

.home-newsletter-form .ml-button-horizontal.labelsOn {
    padding-top: 27px !important;
}

@media (max-width: 1024px) {

    .home-newsletter-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 500px) {

    .home-newsletter-title {
        font-size: 34px;
    }

    .home-newsletter-container {
        padding: 25px 35px;
    }
}