.elementor-11 .elementor-element.elementor-element-597cf6c{--display:flex;--margin-top:-2%;--margin-bottom:2%;--margin-left:0%;--margin-right:0%;}.elementor-11 .elementor-element.elementor-element-ad2c9e3{margin:-3% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}.elementor-11 .elementor-element.elementor-element-ece5115{--display:flex;--margin-top:-2px;--margin-bottom:-2px;--margin-left:-2px;--margin-right:-2px;}.elementor-11 .elementor-element.elementor-element-8a9ccdf{margin:-3% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}.elementor-11 .elementor-element.elementor-element-6e1b906{--display:flex;}.elementor-11 .elementor-element.elementor-element-334e772{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-11 .elementor-element.elementor-element-28aa6ce{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-6e1b906{--width:91%;}}/* Start custom CSS for html, class: .elementor-element-ad2c9e3 */.heritage-section{

    position:relative;
    height:100vh;
    overflow:hidden;
    background:#000;

}

.video-wrapper{

    position:absolute;
    inset:0;

}

.video-wrapper iframe{

    position:absolute;

    top:50%;
    left:50%;

    width:120vw;
    height:67.5vw;

    min-width:220vh;
    min-height:120vh;

    transform:translate(-50%,-50%);

    pointer-events:none;

    filter:brightness(.45) saturate(.9);

}

.overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.45) 0%,
        rgba(0,0,0,.20) 40%,
        rgba(0,0,0,.05) 100%
    ),

    linear-gradient(
        180deg,
        rgba(0,0,0,.10) 0%,
        rgba(0,0,0,.20) 100%
    );

}
.content{

    position:relative;

    z-index:5;

    max-width:560px;

    padding-top:17vh;

    margin-left:9%;

}

.subtitle{

    display:block;

    margin-bottom:30px;

    color:#b99b59;

    font-size:13px;

    letter-spacing:6px;

    text-transform:uppercase;

}

.content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:72px;

    font-weight:500;

    color:#fff;

    line-height:1.05;

    margin:0;

}

.divider{

    width:90px;

    height:1px;

    background:#b99b59;

    margin:35px 0;

}

.content p{

    color:rgba(255,255,255,.78);

    font-size:18px;

    line-height:2;

    margin-bottom:50px;

}

.link{

    display:inline-flex;

    align-items:center;

    gap:18px;

    color:#fff;

    text-decoration:none;

    font-size:15px;

    letter-spacing:2px;

    text-transform:uppercase;

}

.link span{

    width:46px;

    height:46px;

    border:1px solid rgba(255,255,255,.35);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

}

.link:hover span{

    background:#b99b59;

    border-color:#b99b59;

}

.quote{

    position:absolute;

    right:8%;

    bottom:8%;

    width:320px;

    color:rgba(255,255,255,.35);

    font-family:"Cormorant Garamond",serif;

    font-size:30px;

    line-height:1.4;

    text-align:right;

    font-style:italic;

}
/* ===========================
   TABLET
=========================== */

@media (max-width:1024px){

.heritage-section{

    min-height:850px;
    height:auto;

}

.content{

    max-width:650px;

    padding-top:140px;

    margin:0 auto;

    padding-left:40px;
    padding-right:40px;

}

.content h2{

    font-size:58px;

}

.quote{

    position:relative;

    right:auto;
    bottom:auto;

    width:100%;

    margin-top:80px;

    padding:0 40px 50px;

    text-align:left;

}

}


/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

.heritage-section{

    min-height:auto;

    padding:120px 0 80px;

}

.video-wrapper iframe{

    width:220vw;

    height:124vw;

    min-width:0;

    min-height:0;

}

.overlay{

    background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,.45),
        rgba(0,0,0,.45)
    );

}

.content{

    margin:0;

    padding:0 30px;

    max-width:100%;

}

.subtitle{

    font-size:11px;

    letter-spacing:4px;

    margin-bottom:20px;

}

.content h2{

    font-size:46px;

    line-height:1.05;

}

.divider{

    width:60px;

    margin:25px 0;

}

.content p{

    font-size:16px;

    line-height:1.8;

    margin-bottom:35px;

}

.link{

    font-size:13px;

    letter-spacing:1px;

}

.link span{

    width:40px;

    height:40px;

}

.quote{

    position:relative;

    width:100%;

    margin-top:60px;

    padding:0 30px;

    right:auto;
    bottom:auto;

    text-align:left;

    font-size:22px;

    color:rgba(255,255,255,.55);

}

}


/* ===========================
   SMALL MOBILE
=========================== */

@media (max-width:480px){

.content{

    padding:0 22px;

}

.content h2{

    font-size:38px;

}

.content p{

    font-size:15px;

}

.quote{

    padding:0 22px;

    font-size:20px;

}

}
@media (max-width:768px){

.video-wrapper{

    display:none;

}

.heritage-section{

    background:
    linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.35)
    ),
    url("https://xorodentro.childernscaravan.com/wp-content/uploads/2026/07/006_astikovol10-scaled.png");

    background-size:cover;
    background-position:center;

}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-597cf6c */.elementor-11 .elementor-element.elementor-element-597cf6c{

    max-width:100%;
    width:100%;
    padding:0;
    margin:0;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a9ccdf */.regions-section{

    position:relative;

    display:flex;

    min-height:100vh;

    background:#0d0d0d;

    overflow:hidden;

}

.preview{

    position:absolute;

    right:0;

    top:0;

    width:55%;

    height:100%;

    background-size:cover;

    background-position:center;

    transition:1s ease;

    opacity:.35;

}

.preview::after{

    content:"";

    position:absolute;
    inset:0;

    background:linear-gradient(to left,#0d0d0d 5%,transparent 50%);

}

.regions-header{

    width:35%;

    padding:120px 90px;

    position:relative;

    z-index:2;

}

.subtitle{

    color:#b89d62;

    letter-spacing:5px;

    font-size:13px;

    display:block;

    margin-bottom:30px;

}

.regions-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:70px;

    color:#fff;

    line-height:1;

    margin-bottom:30px;

}

.regions-header p{

    color:#aaa;

    line-height:2;

    font-size:17px;

}

.regions-list{

    width:65%;

    position:relative;

    z-index:2;

    padding:90px 0;

}

.region{

    display:grid;

    grid-template-columns:70px 220px 1fr 80px;

    align-items:center;

    padding:35px 60px;

    border-top:1px solid rgba(255,255,255,.08);

    cursor:pointer;

    transition:.4s;

}

.region:last-child{

    border-bottom:1px solid rgba(255,255,255,.08);

}

.region span{

    color:#777;

    font-size:13px;

}

.region h3{

    color:#fff;

    font-size:34px;

    font-family:"Cormorant Garamond",serif;

    font-weight:500;

}

.region p{

    color:#999;

    line-height:1.8;

}

.arrow{

    color:#b89d62;

    font-size:34px;

    transition:.3s;

}

.region:hover{

    background:rgba(255,255,255,.03);

}

.region:hover .arrow{

    transform:translateX(10px);

}

.region.active h3{

    color:#b89d62;

}
/* ===================================
   TABLET
=================================== */

@media (max-width:1024px){

.regions-section{

    display:block;

    min-height:auto;

}

.preview{

    display:none;

}

.regions-header{

    width:100%;

    padding:90px 60px 40px;

}

.regions-header h2{

    font-size:58px;

}

.regions-list{

    width:100%;

    padding:0 0 70px;

}

.region{

    grid-template-columns:60px 200px 1fr 50px;

    padding:28px 40px;

}

.region h3{

    font-size:30px;

}

}


/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

.regions-section{

    display:block;

    min-height:auto;

}

.preview{

    display:none;

}

.regions-header{

    width:100%;

    padding:70px 25px 30px;

}

.subtitle{

    font-size:11px;

    letter-spacing:4px;

}

.regions-header h2{

    font-size:44px;

    line-height:1.1;

    margin-bottom:20px;

}

.regions-header p{

    font-size:16px;

    line-height:1.8;

}

.regions-list{

    width:100%;

    padding:0 0 40px;

}

.region{

    display:grid;

    grid-template-columns:45px 1fr 30px;

    grid-template-areas:
    "number title arrow"
    ". text text";

    gap:10px 18px;

    padding:24px 25px;

}

.region span{

    grid-area:number;

    font-size:12px;

}

.region h3{

    grid-area:title;

    font-size:30px;

    margin:0;

}

.region p{

    grid-area:text;

    font-size:15px;

    line-height:1.7;

    margin:0;

}

.arrow{

    grid-area:arrow;

    justify-self:end;

    font-size:24px;

}

}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:480px){

.regions-header{

    padding:60px 20px 25px;

}

.regions-header h2{

    font-size:36px;

}

.regions-header p{

    font-size:15px;

}

.region{

    padding:20px;

    gap:8px 14px;

}

.region h3{

    font-size:25px;

}

.region p{

    font-size:14px;

}

.arrow{

    font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ece5115 */.elementor-11 .elementor-element.elementor-element-ece5115{

    max-width:100%;
    width:100%;
    padding:0;
    margin:0;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7efda06 */.classes-section{

    display:grid;

    grid-template-columns:35% 65%;

    gap:90px;

    padding:140px 8%;

   

}

.classes-left{

    position:sticky;

    top:120px;

    align-self:start;

}

.subtitle{

    display:inline-block;

    color:#B08A4E;

    letter-spacing:5px;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:30px;

}

.classes-left h2{

    font-family:"Cormorant Garamond",serif;

    font-size:65px;

    line-height:1.05;

    color:#222;

    font-weight:500;

    margin-bottom:30px;

}

.classes-left p{

    color:#666;

    font-size:18px;

    line-height:2;

}

.classes-right{

    border-top:1px solid #DDD;

}

.class-item{

    display:flex;

    align-items:center;

    gap:35px;

    padding:45px 0;

    border-bottom:1px solid #DDD;

   
    color:inherit;

    transition:.4s;

}

.number{

    width:60px;

    color:#999;

    font-size:14px;

}

.class-item h3{

    font-family:"Cormorant Garamond",serif;

    font-size:40px;

    font-weight:500;

    color:#222;

    transition:.4s;

}

.class-item p{

    margin-top:10px;

    color:#777;

}

.arrow{

    margin-left:auto;

    font-size:30px;

    color:#B08A4E;

    transition:.4s;

}

.class-item:hover{

    padding-left:20px;

}
.class-item,
.class-item *{
    text-decoration:none !important;
}

.class-item:hover h3{

    color:#B08A4E;

}

.class-item:hover .arrow{

    transform:translateX(12px);

}

@media(max-width:991px){

.classes-section{

grid-template-columns:1fr;

gap:50px;

}

.classes-left{

position:relative;

top:auto;

}

.classes-left h2{

font-size:56px;

}

.class-item h3{

font-size:32px;

}

}
/* ===================================
   TABLET
=================================== */

@media (max-width:1024px){

.classes-section{

    grid-template-columns:1fr;
    gap:60px;
    padding:100px 50px;

}

.classes-left{

    position:relative;
    top:auto;

}

.classes-left h2{

    font-size:54px;

}

.classes-left p{

    font-size:17px;

}

.class-item{

    gap:25px;
    padding:35px 0;

}

.class-item h3{

    font-size:34px;

}

}


/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

.classes-section{

    grid-template-columns:1fr;
    gap:45px;
    padding:70px 25px;

}

.classes-left{

    position:relative;
    top:auto;

}

.subtitle{

    font-size:11px;
    letter-spacing:4px;

}

.classes-left h2{

    font-size:42px;
    line-height:1.1;
    margin-bottom:20px;

}

.classes-left p{

    font-size:16px;
    line-height:1.8;

}

.classes-right{

    border-top:1px solid #e5e5e5;

}

.class-item{

    display:grid;

    grid-template-columns:45px 1fr 28px;

    grid-template-areas:
    "number content arrow";

    align-items:center;

    gap:16px;

    padding:28px 0;

}

.number{

    grid-area:number;

    width:auto;

    font-size:12px;

}

.class-item > div{

    grid-area:content;

}

.class-item h3{

    font-size:28px;
    line-height:1.2;
    margin:0;

}

.class-item p{

    font-size:15px;
    margin-top:8px;
    line-height:1.6;

}

.arrow{

    grid-area:arrow;

    margin:0;

    font-size:22px;

    justify-self:end;

}

.class-item:hover{

    padding-left:0;

}

.class-item:hover .arrow{

    transform:translateX(6px);

}

}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:480px){

.classes-section{

    padding:60px 20px;

}

.classes-left h2{

    font-size:34px;

}

.classes-left p{

    font-size:15px;

}

.class-item{

    gap:14px;
    padding:24px 0;

}

.class-item h3{

    font-size:24px;

}

.class-item p{

    font-size:14px;

}

.arrow{

    font-size:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b457745 */.about-preview{

    background:#111111;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:120px;

    align-items:center;

    padding:140px 8%;

}

.about-label{

    display:inline-block;

    color:#B08A4E;

    font-size:13px;

    letter-spacing:6px;

    text-transform:uppercase;

    margin-bottom:30px;

}

.about-preview h2{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    font-weight:500;

    line-height:1.08;

    color:#FFFFFF;

    margin-bottom:35px;

}

.about-preview p{

    color:#B5B5B5;

    font-size:18px;

    line-height:2;

    max-width:560px;

    margin-bottom:40px;

}

.about-preview a{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:#B08A4E;

    text-decoration:none;

    letter-spacing:1px;

    font-size:15px;

    transition:.35s;

}

.about-preview a:hover{

    gap:20px;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    border-radius:2px;

    display:block;

}

.about-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.35),
        rgba(0,0,0,.05)
    );

}
/* ===================================
   TABLET
=================================== */

@media (max-width:1024px){

.about-preview{

    grid-template-columns:1fr;
    gap:60px;
    padding:100px 50px;

}

.about-text{

    order:2;

}

.about-image{

    order:1;

}

.about-preview h2{

    font-size:52px;

}

.about-preview p{

    font-size:17px;
    max-width:100%;

}

.about-image img{

    height:500px;

}

}


/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

.about-preview{

    grid-template-columns:1fr;
    gap:45px;
    padding:70px 25px;

}

.about-text{

    order:2;

}

.about-image{

    order:1;

}

.about-label{

    font-size:11px;
    letter-spacing:4px;
    margin-bottom:18px;

}

.about-preview h2{

    font-size:40px;
    line-height:1.15;
    margin-bottom:20px;

}

.about-preview p{

    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;

}

.about-preview a{

    font-size:14px;

}

.about-image img{

    width:100%;
    height:340px;
    object-fit:cover;

}

}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:480px){

.about-preview{

    padding:60px 20px;

}

.about-preview h2{

    font-size:32px;

}

.about-preview p{

    font-size:15px;

}

.about-image img{

    height:260px;

}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-334e772 */.elementor-11 .elementor-element.elementor-element-334e772{

    max-width:100%;
    width:100%;
    padding:0;
    margin:0;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba86c24 *//* ==========================
   GALLERY SECTION
========================== */

.gallery-section{

   
    padding:140px 8%;

}

/* ==========================
   HEADER
========================== */

.gallery-header{

    max-width:760px;
    margin:0 auto 90px;
    text-align:center;

}

.gallery-subtitle{

    display:inline-block;

    color:#B08A4E;

    font-size:13px;

    letter-spacing:6px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.gallery-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:64px;

    font-weight:500;

    color:#181818;

    line-height:1.05;

    margin-bottom:25px;

}

.gallery-header p{

    color:#666;

    font-size:18px;

    line-height:1.9;

    max-width:650px;

    margin:auto;

}


/* ==========================
   GRID
========================== */

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(12,1fr);

    grid-auto-rows:220px;

    gap:18px;

}

/* ==========================
   ITEMS
========================== */

.gallery-item{

    position:relative;

    overflow:hidden;

    display:block;

    border-radius:4px;

}

.gallery-item img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:1s;

}

/* overlay */

.gallery-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.35),
        rgba(0,0,0,.05)
    );

    opacity:0;

    transition:.45s;

    z-index:2;

}

.gallery-item:hover::before{

    opacity:1;

}

.gallery-item:hover img{

    transform:scale(1.08);

}


/* ==========================
   LAYOUT
========================== */

.big{

    grid-column:span 6;

    grid-row:span 2;

}

.wide{

    grid-column:span 6;

}

.gallery-item:not(.big):not(.wide){

    grid-column:span 3;

}


/* ==========================
   BUTTON
========================== */

.gallery-button{

    text-align:center;

    margin-top:70px;

}

.gallery-button a{

    display:inline-flex;

    align-items:center;

    gap:18px;

    text-decoration:none;

    color:#181818;

    font-size:15px;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:.35s;

}

.gallery-button span{

    width:52px;

    height:52px;

    border-radius:50%;

    border:1px solid #B08A4E;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#B08A4E;

    transition:.35s;

}

.gallery-button a:hover{

    gap:28px;

}

.gallery-button a:hover span{

    background:#B08A4E;

    color:#fff;

}


/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

.gallery-grid{

    grid-template-columns:1fr;

    grid-auto-rows:300px;

}

.big,
.wide,
.gallery-item{

    grid-column:auto;

    grid-row:auto;

}

.gallery-header h2{

    font-size:46px;

}

}
/* ===================================
   TABLET
=================================== */

@media (max-width:1024px){

.gallery-section{

    padding:100px 50px;

}

.gallery-header{

    margin-bottom:60px;

}

.gallery-header h2{

    font-size:54px;

}

.gallery-header p{

    font-size:17px;

}

.gallery-grid{

    grid-template-columns:repeat(2,1fr);

    grid-auto-rows:240px;

    gap:14px;

}

.big{

    grid-column:span 2;

    grid-row:span 2;

}

.wide{

    grid-column:span 2;

}

.gallery-item:not(.big):not(.wide){

    grid-column:span 1;

}

}


/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

.gallery-section{

    padding:70px 25px;

}

.gallery-header{

    margin-bottom:45px;

}

.gallery-subtitle{

    font-size:11px;

    letter-spacing:4px;

}

.gallery-header h2{

    font-size:40px;

    line-height:1.15;

    margin-bottom:18px;

}

.gallery-header p{

    font-size:16px;

    line-height:1.8;

}

.gallery-grid{

    display:grid;

    grid-template-columns:1fr;

    grid-auto-rows:240px;

    gap:12px;

}

.big,
.wide,
.gallery-item{

    grid-column:auto;

    grid-row:auto;

}

.big{

    height:360px;

}

.gallery-item{

    height:240px;

}

.gallery-button{

    margin-top:45px;

}

.gallery-button a{

    font-size:13px;

    letter-spacing:1px;

    gap:12px;

}

.gallery-button span{

    width:42px;

    height:42px;

}

}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:480px){

.gallery-section{

    padding:60px 20px;

}

.gallery-header h2{

    font-size:32px;

}

.gallery-header p{

    font-size:15px;

}

.big{

    height:280px;

}

.gallery-item{

    height:200px;

}

.gallery-grid{

    gap:10px;

}

.gallery-button span{

    width:38px;

    height:38px;

}

}/* End custom CSS */