/* HERO HOME HERE */
.hero {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.hero .text {
    width: 100%;
    flex: 1;
    /* max-width: 520px; */
    /* max-width: 50vw; */
    /* margin-right: 13%; */
    
}
@media (min-width: 1500px) {
.hero .text {
    padding-left: 30px;
}   
}

.hero .inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
}

.hero .text p {
    color: var(--white);
    font-size: var(--size-menu);
    line-height: var(--line-height-medium);
}

.hero .text p strong {
    font-weight: var(--font-bold);
}

/* .hero .badge {
    border: 2px solid var(--white);
    max-width: 275px;
    height: 275px;
    padding: 13px 45px;
    border-radius: 500px;
    transition: 1s all ease-in-out;
    display: none;
}
.hero .badge p {
    color: var(--white);
    font-size: var(--size-text);
    line-height: var(--line-height-normal);
    font-weight: 400;
    text-align: center;
    transition: 1s all ease-in-out;
}
.hero .badge strong {
    color: var(--white);
    text-decoration: underline;
    font-size: var(--size-sub);
    font-weight: 400;
}
.hero .badge p:nth-child(1) {
    margin-bottom: 20px;
} */
/* .hero .badge:hover p {
    transform: scale(1.05);
    transition: 1s all ease-in-out;
}
.hero .badge:hover {
    transform: rotate(360deg);
    transition: 1s all ease-in-out;
} */
.hero .arrow {
    cursor: pointer;
    
    width: 100%;
    flex: 1;
}
.hero .arrow img {
    animation: pulse 2s infinite;
    margin-bottom: -23px;
    margin-left: -10px;
}

@keyframes pulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0);
    }
}

/* @media (min-width: 1900px) {
.hero .text {
    max-width: 45vw !important;
}
} */

@media (min-width: 993px) and (max-width: 1251px) {
.hero .text {
    /* max-width: 50vw; */
    width: 100%;
    flex: 1;
}
}

@media (max-width: 992px) {
.hero .inner {
    flex-direction: column;
    gap: 25px;
    align-items: start;
    justify-content: start;
}
.hero .text {
    margin-right: auto;
}
.hero .badge {
    padding: 40px 30px;
    width: fit-content;
    height: fit-content;
}
/* .hero .arrow {
    padding-left: var(--spacing);
} */
}
 
/* HOME WORKSHOPS HERE */
.workshops_home {
    position: relative;
}
.workshops_home .workshop {
    width: 100vw;
}
.workshops_home .main_title {
    color: var(--white);
    font-size: var(--size-sub);
    line-height: var(--line-height-normal);
    font-weight: var(--font-bold);
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.workshops_home img {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
    object-position: top center;
}
.workshops_home .workshop_content {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    color: var(--black);
    /* font-size: var(--size-text); */
    font-weight: var(--font-bold);
    line-height: var(--line-height-normal);
    /* padding: 5px 0 10px 0; */
} 
.workshops_home .workshop_content p {
    margin: 0;
    font-size: var(--size-menu);
    font-weight: var(--font-bold);
    line-height: var(--line-height-normal);
}
.workshops_home .workshop_content .space {
    padding-top: 15px;
}
.workshops_home .workshop_content div {
    text-align: right;
}
.workshopsSwiper {
    height: 100vh;
}
.workshopsSwiper .swiper-button-prev,
.workshopsSwiper .swiper-button-next {
    width: 150px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: var(--black);
}

.workshopsSwiper .swiper-button-next {
    top: 48%;
    right: 50px;
}
.workshopsSwiper .swiper-button-prev {
    top: 39.5%;
    left: 50px;
    transform: rotate(180deg);
}
.workshopsSwiper .swiper-button-prev svg,
.workshopsSwiper .swiper-button-next svg {
    height: 120px;
}

.workshopsSwiper .swiper-button-prev::after,
.workshopsSwiper .swiper-button-next::after {
    display:none;
}
@media (min-width: 1701px) {
.workshopsSwiper .swiper-button-prev {
    left: max(-25px, calc((100vw - 1775px) / 2 - 22px));
}

.workshopsSwiper .swiper-button-next {
    right: max(-25px, calc((100vw - 1775px) / 2 - 22px));
}
}
/* @media (min-width: 1601px) {
.workshopsSwiper .swiper-button-next {
    right: -10px;
}
.workshopsSwiper .swiper-button-prev {
    left: -10px;
}
} */
 @media (min-width: 1401px) and (max-width: 1700px) {
.workshopsSwiper .swiper-button-next {
    right: -7px;
    width: fit-content !important;
}
.workshopsSwiper .swiper-button-prev {
    left: -7px;
    width: fit-content !important;
}
}
@media (min-width: 993px) and (max-width: 1400px) {
.workshopsSwiper .swiper-button-next {
    right: -7px;
    width: fit-content !important;
}
.workshopsSwiper .swiper-button-prev {
    left: -7px;
    width: fit-content !important;
}
}
@media (max-width: 992px) {
.workshopsSwiper .swiper-button-prev, 
.workshopsSwiper .swiper-button-next, 
.workshopsSwiper .swiper-button-prev svg, 
.workshopsSwiper .swiper-button-next svg {
    width: 50px;
    height: 50px;
}
.workshopsSwiper .swiper-button-prev {
    left: 0;
    top: 47%;
}
.workshopsSwiper .swiper-button-next {
    right: 0;
}
}
@media (max-width: 450px) {
.workshops_home img {
    height: calc(100vh - 120px);
}
}
 


/* BLOCKS HOME HERE */
/* .blocks_home .block {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.blocks_home_hhhhh .fp-overflow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocks_home_hhhhh .title {
    color: var(--white);
    font-size: var(--size-sub);
    line-height: var(--line-height-normal);
    font-weight: var(--font-bold);

}



/* NEWSLETTER HOME HERE */
/* #footer_hello {
    height: 150vh !important;
} */
#footer_hello .fp-overflow {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overflow-y: none !important;
}
.footer_home {
    background: var(--grey);
    display: flex;
    margin: auto;
    height: 80vh;
    padding-top: 100px;
}
#footer_hello .fp-overflow::-webkit-scrollbar {
    display: none !important;
}
.footer_home .form_title {
    color: var(--black);
    font-size: var(--size-sub);
    font-weight: 500;
    line-height: var(--line-height-normal);
    text-align: center;
    margin-bottom: 16px;
}
.footer_home .form_sub {
    color: var(--black);
    font-size: var(--size-menu);
    font-weight: 400;
    line-height: var(--line-height-normal);
    text-align: center;
}
#wpforms-form-87 {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 80px;
    align-items: center;
    margin-top: 70px;
}
#wpforms-form-87 .wpforms-field-container {
    display: flex;
    flex-direction: column;
}

#wpforms-form-87 .wpforms-field {
    position: relative;
    padding: 0;
    margin: 0 0 28px;
}

#wpforms-form-87 .wpforms-field-label {
    position: absolute;
    left: 0;
    top: 14px;
    margin: 0;
    font-size: var(--size-sub);
    font-weight: 400;
    color: var(--white);
    pointer-events: none;
    transition: top 0.25s ease, font-size 0.25s ease, opacity 0.25s ease;
    opacity: 1;
}

#wpforms-form-87 input[type="text"],
#wpforms-form-87 input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--green-text);
    border-radius: 0;
    padding: 0 !important;
    /* padding: 45px 0 10px; */
    height: 50px;
    font-size: var(--size-sub);
    color: var(--black);
    box-shadow: none;
}

#wpforms-form-87 input:focus {
    outline: none;
    box-shadow: none;
}

#wpforms-form-87 .wpforms-field:has(input:focus) .wpforms-field-label,
#wpforms-form-87 .wpforms-field:has(input:not(:placeholder-shown)) .wpforms-field-label {
    top: 0;
    font-size: 16px;
    opacity: 0;
}

#wpforms-form-87 .wpforms-required-label {
    display: none;
}

#wpforms-form-87 .wpforms-submit-container {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    /* width: fit-content; */
}

#wpforms-submit-87 {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid var(--black);
    background: transparent;
    color: var(--white);
    font-size: var(--size-sub);
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    transition: .3s all ease-in-out;
}
/* #wpforms-submit-87:hover, #wpforms-submit-87.ready:hover {
    background: var(--green-text);
    color: var(--white);
    border: 1px solid var(--white);
    transition: .3s all ease-in-out;
} */
#wpforms-submit-87.ready {
    color: var(--white);
    background: var(--green-dark);
}
/* 
.footer_home {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.footer_main {
    display: flex;
    position: relative;
    z-index: 100;
    height: 92vh;
    padding-top: 100px;
}
.footer_main .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    position: relative;
}
.footer_main .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0;
}
.footer_main .bottom, .footer_main .bottom a {
    font-size: var(--size-sub);
    font-weight: 400;
    color: var(--black);
    line-height: var(--line-height-medium);
    /* padding-bottom: var(--spacing); */
}
.footer_main .bottom p.creator,
.footer_main .bottom p.creator a {
    font-size: var(--size-menu);
    line-height: var(--line-height-medium);
    /* margin-top: 20px; */
}
.footer_main .bottom {
    display: flex;
}
.footer_main .bottom .left_bottom,
.footer_main .bottom .right_bottom {
    flex: 1;
    width: 100%;
}
.footer_main .bottom .left_bottom p {
    padding-right: 30px;
}
.footer_main .bottom .right_bottom {
    /* padding-left: 5vw; */
    justify-content: end;
    display: flex;
    flex-direction: column;
}
.footer_main .top img {
    width: 100%;
    height: auto;
    max-width: 8vw;
    position: absolute;
    top: 20px;
    left: 0;
}
.footer_main .left {
    content: "";
    display: block;
    /* max-width: 20vw; */
    flex: 1;
}
.footer_main .top .right_top {
    flex: 1;
    width: 100%;
    /* padding-left: 5vw; */
    display: flex;
    justify-content: space-between;
}
.footer_main .menu {
    /* max-width: 20vw; */
    flex: 1;
    gap: 3px;
    display: flex;
    flex-direction: column;
}
.footer_main .menu p {
    color: var(--grey-text);
    font-size: var(--size-sub);
    line-height: var(--line-height-medium);
    cursor: pointer;
    margin-bottom: 0px;
}
.footer_main .menu p.dark {
    color: var(--black);
}
.footer_main .menu_sub_one.hide, .footer_main .menu_sub_two.hide {
    display: none;
}
.footer_main a {
    color: var(--black);
    font-size: var(--size-sub);
    line-height: var(--line-height-medium);
}

.footer_main .menu_sub_one, .footer_main .menu_sub_two {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /* max-width: 20vw; */
    flex: 1;
    /* min-width: 33vw; */
}

#topBtn {
    cursor: pointer;
}

@media (min-width: 1500px) {
.footer_main .bottom .right_bottom {
    padding-left: 30px;
}
.footer_main .top .right_top {
    padding-left: 30px;
}
}

@media (min-width: 993px) and (max-width: 1400px) {
#wpforms-form-87 {
    gap: 0;
}
#wpforms-submit-87 {
    width: 180px;
    height: 180px;
}
#wpforms-form-87 input[type="text"], #wpforms-form-87 input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
}
.footer_main .top img {
    max-width: 12vw;
}
}

@media (max-width: 992px) {
#wpforms-form-87 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
}
#wpforms-form-87 .wpforms-field-container {
    width: 100%;
}
#wpforms-submit-87 {
    width: 100px;
    height: 100px;
    border: 1px solid var(--black);
}
.footer_main .top img {
    width: 100px;
    height: auto;
    max-width: 100%;
}
.footer_main .top {
    padding-top: 150px;
}
.footer_main .menu {
    flex: 1;
    margin-bottom: 30px;
}
.footer_main .menu_sub_one, .footer_main .menu_sub_two {
    width: 100%;
    flex: 1;
}
.footer_main .left {
    display: none;
}
.footer_main .bottom {
    flex-direction: column;
    gap: 30px;
}
.footer_main .bottom .right_bottom {
    padding-left: 0;
}
}

@media (max-width: 450px) {
.footer_home {
  height: 75vh;
  padding-top: 90px;
  padding-bottom: 20px;
}
.footer_main .top .right_top {
    flex-direction: column;
}
}
