/***TOP BANNER***/
.topbanner.section {
    padding: 0;
}
.topbanner .inner-col{
    max-width:100%
}
.topbanner .title-col{
    background-color: var(--white);
    width: 100%;
    max-width: 1350px;
    margin-top: -6%;
    box-shadow: 0 0 40px 0 #0000006e;
    border-radius: 20px;
    padding: 24px 64px;
    text-align:center;
	margin-right: 20px;
    margin-left: 20px;
}
.topbanner .maintitle {
    margin-bottom: 12px
}
.topbanner hr{
    margin:10px 0;
    background-color: var(--pink);
    border:none;
    height: 3px;
}
.topbanner .subtitle {
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 12px;
}
.topbanner .btn-col {
    display:flex;
    justify-content: center;
}
.topbanner .btn-col .btn{
    width: 32%;
}
@media(max-width: 1024px){
    .topbanner .btn-col .btn{
        width: 48%
    }
    .topbanner .btn-col{
        flex-wrap:wrap;
        justify-content:space-evenly;
        gap: 16px
    }
    .topbanner .title-col{
        padding-right: 20px;
        padding-left:20px
    }
}
@media(max-width: 600px){
    .topbanner .btn-col .btn{
        width: 100%;
        font-size: 14px;
    }
}
@media(max-width: 360px){
    .topbanner .title-col{
        padding: 12px;
        margin-right: 8px;
        margin-left:8px
    }
}
/***EVENTS***/
@media(min-width: 501px){
    .section.events-sctn{
        background-image:url(/wp-content/uploads/2024/02/events-bg.jpg);
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat
    }
}
.section.events-sctn {
    padding-top: clamp(32px, 6%, 100px);
    padding-bottom: clamp(52px, 8%, 120px);
	padding-right: 16px;
    padding-left: 16px;
}
.events-sctn .maintitle{
    color: var(--primary);
    text-align: center;
    line-height: 1
}
.events-sctn .maintitle .span-maintitle{
    display:block;
}
.events-sctn .inner-col{
    max-width: 1650px
}
.events-sctn .events-cont{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    gap: 20px;
}
.events-sctn .events-cont .event-col {
    width: 23%;
    max-width:360px;
    text-align:center
}
.events-sctn .events-cont .event-col img{
    border-radius: 200px 200px 20px 20px;
    box-shadow: 0 0 20px 0 #00000078;
}
.events-sctn .event-col .subtitle{
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
    color: var(--primary);
}
.events-sctn .cta-banner{
    background-color: var(--primary);
    color: var(--white);
    max-width: 1250px;
    width:100%;
    padding: 24px 32px;
    display:flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 52px;
}
.events-sctn .cta-banner .cta-span{
    line-height: 1;
    margin: 0;
}
.events-sctn .cta-title {
    margin:0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.events-sctn .cta-banner .btn{
    width: 200px;
    font-size: clamp(18px, 1.9vw, 20px);
    
}
@media(max-width: 1024px){
    .events-sctn .events-cont .event-col{
        width: 30%
    }
    .events-sctn .cta-title{
        flex-direction:column;
        align-items: flex-start;
        gap: 0;
    }
}
@media(max-width: 700px){
    .events-sctn .events-cont .event-col {
        width: 46%;
    }
    .events-sctn .cta-banner{
        flex-direction:column;
        text-align:center;
		border-radius: 32px;
    }
    .events-sctn .cta-title{
        align-items: center;
    }
}
@media(max-width: 500px){
    .events-sctn .events-cont .event-col {
        width: 100%;
    }
    .events-sctn .cta-banner{
        margin-top: 16px;
    }
}
/***TOP DIVISOR***/
section.top-divisor-sctn {
    margin-top: -20px;
    display: flex;
}
.top-divisor-sctn picture{
    display:flex;
}
@media(max-width: 800px){
    .top-divisor-sctn img {
        max-width: 340%;
        width: 340%;
        margin-right: -70%;
        margin-left: -70%;
    }
}

/***ABOUT***/
@media(min-width: 501px){
    .section.about-sctn {
        background-image: url(/wp-content/uploads/2024/02/about-bg.jpg);
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
    }
}
@media(max-width: 500px){
    .section.about-sctn{
        background: linear-gradient(180deg, var(--primary) 0%, var(--white) 100%);
    }
}
.section.about-sctn{
    padding-top: clamp(32px, 3%, 52px);
	padding-right: 16px;
    padding-left: 16px;
}
.about-sctn .inner-col {
    max-width: 1500px;
}
.about-sctn .top-col{
    display:flex;
    color: var(--white);
    border-bottom: 4px solid var(--white);
    padding-bottom: 52px;
    align-items: center;
    max-width: 1250px
}
.about-sctn .top-col .maintitle{
    margin-bottom:0;
    font-weight:400;
    font-size: var(--font-size--h3)
}
.about-sctn .top-col .maintitle .main-span{
    display:block;
    line-height: 1;
    margin:0;
    font-size: clamp(80px, 9vw, 122px)
}
.about-sctn .top-col .title-col{
    width: 45%
}
.about-sctn .top-col .text-col{
    width:55%
}
.about-sctn .top-col .text-col p:last-child{
    margin-bottom:0
}
.about-sctn .video-col{
    width: 100%;
    display:flex;
    justify-content:center;
    padding-top:clamp(32px, 6%, 72px);
    padding-bottom:clamp(32px, 5%, 72px);
    max-width: 1250px
}
.about-sctn .video-col img{
    border-radius: 12px
}
.about-sctn .process-sctn{
    text-align:center;
    width: 100%;
    padding-bottom: clamp(32px, 6%, 72px);
}
.about-sctn .process-sctn .subtitle{
    color: var(--primary)
}
.about-sctn .process-sctn .title-col p{
    max-width: 1000px;
    margin: 0 auto
}
.about-sctn .process-sctn .process-cont{
    display:flex;
    padding-top: 52px;
    gap: 20px;
    justify-content: space-between;
}
.about-sctn .process-sctn .process-col{
    width: 23%;
    background-color: var(--white);
    padding: 32px 20px;
    border-radius: 200px 200px 20px 20px;
    box-shadow: 0 0 20px 0 #00000078;
}
.about-sctn .process-sctn .process-col p{
    margin:0
}
.about-sctn .process-sctn .process-col .num {
    color: #eed9d6;
    font-size: 180px;
    line-height: 1;
}
.about-sctn .process-sctn .process-col .span-subtitle{
    font-weight: 400;
    color: var(--gray);
    margin-bottom:10%;
    margin-top:-30%;
    min-height:62px
}
.about-sctn .cta-banner {
    background-color: #f2dfd9;
    color: var(--gray);
    max-width: 1250px;
    width: 100%;
    padding: 24px 32px;
    display: flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: -62px;
}
.about-sctn .cta-title {
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.about-sctn .cta-banner .cta-span {
    line-height: 1;
    margin: 0;
}
.about-sctn .cta-banner .btn {
    width: 200px;
    font-size: clamp(18px, 1.9vw, 20px);
    color: var(--primary)
}
@media(max-width: 1024px){
    .about-sctn .process-sctn .process-col{
        width: 46%;
        max-width: 320px
    }
    .about-sctn .process-sctn .process-cont{
        flex-wrap:wrap;
        justify-content: center;
    }
    .about-sctn .process-sctn .title-col p{
        max-width: 600px
    }
    .about-sctn .cta-title{
        flex-direction:column;
        align-items:flex-start;
        gap:0
    }
}
@media(max-width: 800px){
    .about-sctn .top-col .title-col{
        width: 100%
    }
    .about-sctn .top-col .text-col{
        width: 100%
    }
    .about-sctn .top-col {
        flex-wrap:wrap;
        text-align:center;
        padding-bottom: 32px;
    }
    .about-sctn .top-col .maintitle{
        margin-bottom: 20px
    }
	.about-sctn .btn-white {
        margin-right:auto;
        margin-left:auto
    }
}
@media(max-width: 600px){
    .about-sctn .process-sctn .process-col .span-subtitle{
        min-height:1px;
        margin-bottom: 22%;
        margin-top: -42%;
    }
    .about-sctn .cta-banner{
        flex-direction:column;
		border-radius: 32px
    }
    .about-sctn .cta-title{
        text-align:center;
        align-items:center
    }
}
@media(max-width: 500px){
    .about-sctn .process-sctn .process-col{
        width: 100%;
    }
    .about-sctn .process-sctn .subtitle{
        color: var(--black);
        margin-bottom: 20px;
    }
}
/***GALLERY***/
.section.gallery-sctn {
    background-color:var(--primary);
    padding-top: clamp(80px, 15%, 120px);
    color:var(--white);
    padding-bottom: 32px;
	padding-right: 16px;
    padding-left: 16px;
}
.gallery-sctn .maintitle{
    font-weight: 400;
    font-size: var(--font-size--h3);
	text-align:center
}
.gallery-sctn .maintitle .main-span {
    font-size: clamp(66px, 7vw, 94px);
    display:block;
    text-align:center;
    margin:0
}
.gallery-sctn .img-cont{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 52px
}
.gallery-sctn .btn-col .btn{
    width: 200px
}
.gallery-sctn .img-cont img{
    width: 22%
}
@media(max-width: 1024px){
    .gallery-sctn .img-cont{
        gap: 16px;
        justify-content: space-evenly;
    }
    .gallery-sctn .img-cont img{
        width: 31%;
    }
}
@media(max-width: 600px){
    .gallery-sctn .img-cont img{
        width: 46%;
    }
    .gallery-sctn .img-cont{
        padding-top:0;
        gap: 8px;
        padding-bottom: 20px;
    }
}
/***BOOTM DIVISOR***/
.section.bottom-divisor-sctn{
    display:flex;
}
@media(max-width: 800px){
    .bottom-divisor-sctn img {
        max-width: 340%;
        width: 340%;
        margin-right: -70%;
        margin-left: -70%;
    }
}
/***CONTACT***/
@media(min-width: 501px){
    .section.contact-sctn {
        background-image: url(/wp-content/uploads/2024/02/contact-bg.jpg);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
    }
}
@media(max-width: 500px){
    .section.contact-sctn {
        background-color: var(--secondary)
    }
}
.section.contact-sctn{
    margin-top: -32px;
    padding-top: clamp(64px, 8%, 120px);
    padding-bottom: clamp(32px, 6%, 100px)
}
.contact-sctn .inner-col{
    background-color:var(--white);
    box-shadow: 0 0 40px 0 #e6c1b9;
    border-radius: 32px;
    padding: clamp(16px, 4%, 72px) clamp(16px, 6%, 100px)
}
.contact-sctn .title-col{
    width: 100%;
    text-align:center
}
.contact-sctn .maintitle{
    color: var(--primary);
    font-weight: 400;
}
.contact-sctn .maintitle .main-span{
    display:block;
    line-height: 1;
    margin: 0;
    font-size: clamp(66px, 7vw, 94px)
}
.contact-sctn .form-col{
    width: 100%
}

/*Gallery Fixe*/
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {aspect-ratio: 1 / 1;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail, .ngg-galleryoverview.default-view .ngg-gallery-thumbnail>a, .ngg-galleryoverview.default-view .ngg-gallery-thumbnail>a>img {width: 100%; height: 100%;  object-fit: cover;  justify-content: center;  align-items: center;}
.gallery-sctn .img-cont>div {gap: 24px;}
.gallery-sctn .img-cont>div {display: flex!important;  flex-wrap: wrap;  max-width: 1048px;justify-content: space-evenly;}
.gallery-sctn .img-cont {justify-content: center;width:100%}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {width: calc(25% - 18px);}
@media(max-width: 1200px){
    .gallery-sctn .img-cont>div{
        margin:0!important
    }
}
@media(max-width: 800px){
    .gallery-sctn .img-cont{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 500px){
    .gallery-sctn .ngg-galleryoverview .ngg-gallery-thumbnail-box{
        width:45%
    }
}