/* HEADER */
header {
    position: relative;
    height: 100%;
    width: 100%;
}
.desk_bar > li > a {
    color: var(--brand-black) !important;
}
.end_wrapper .lang-toggle, .mob_bar .lang-toggle {
    color: var(--brand-black);
    border: var(--brand-black) solid 1px;    
}
.menu__btn>span, .menu__btn>span::after{
    background-color: var(--brand-black);
}
#menu__toggle:checked~.menu__btn>span,
#menu__toggle:checked~.menu__btn>span::after{
    background-color: var(--text100);
}
/* BANNER */
.banner__section {
    background: 
        url("/assets/webp/paper-textured-background.webp");
    height: 80vh;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}

.scroll-arrow {
   
    max-width: 35px;
}

.hero__content {
    color: var(--brand-black);
    padding: 0rem 1rem 0rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: var(--r16);
}

.hero__content h1 {
    font-size: 26pt;
    text-transform: uppercase;
    font-family: var(--organic-font);
    position: relative;
    padding: var(--r16) 0;
}

.hero__content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--brand-yellow);
    height: 5px;
    border-radius: 10px;
    width: 50%;
    transform: translate(-50%, 0);
}

.hero__content p {
    font-family: "Typo Gortesk Regular";
    font-size: clamp(12pt, 4vw, 12pt);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: var(--r16) var(--r100) 0;   
}


/* SECTION BG IMAGE */
.image__bg{
    background:
            url("/assets/jpg/Pita.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
}
/* Content */
.short__desc{
    background:url("/assets/webp/paper-textured-background.webp");
    height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.short__desc h2 {
    font-size: 26pt;
    text-transform: uppercase;
    font-family: var(--organic-font);
    position: relative;
    padding: var(--r16) 0;
}
.short__desc h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--brand-yellow);
    height: 5px;
    border-radius: 10px;
    width: 50%;
    transform: translate(-50%, 0);
}
.short__desc p {
    font-family: "Typo Gortesk Regular";
    font-size: clamp(12pt, 4vw, 12pt);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding-top: var(--r16);
}
.ele-2{
    position: absolute;
    top: 6%;
    right: 6%;
    width: 15%;
}
@media screen and (min-width: 1354px){
    
    
}
@media only screen and (max-width: 768px) {
    .banner__section{
        height:90vh;
        padding-top: var(--r100);
    }
    .image__bg {       
        height: 60vh;       
    }
    .short__desc {
        height: 40vh;        
    }
}

@media screen and (max-width: 560px) {
    .banner__section {
            height: 100%;
            /* padding-top: var(--r100); */
            padding-bottom: var(--r30);
        }
    .container {      
        height: 40% !important;      
    }
    .hero__content {
        padding: 1rem 1rem 0rem;
    }   
        .scroll-arrow {
            display: none;
        }
    .hero__content p {        
        padding: var(--r16) var(--r16) 0;
    }

    .slider__section {
        height: 80vh;        
    }    
    .image__bg {       
        height: 70vh;        
    }
    .short__desc{
        height: 75vh;
    }
    .short__desc h2 {
        font-size: 24pt;            
    }
    .short__desc p {        
        max-width: 260px;
    }
    .ele-2 {
        position: absolute;
        top: 1%;
        right: -6%;
        width: 35%;
    }
}
