/*
Theme Name: Mazari
Theme URI: https://smarteez.eu
Author: Smarteez
Author URI: https://smarteez.eu
Description: Developped by Smarteez.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.3
Text Domain: mz
*/

/* Setup */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #EEEEEE;
    overflow-x: hidden;
}

iframe {
    display: block;
}

/* Fonts */
@font-face {
    font-family: "poppins";
    src: url("fonts/Poppins-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "kiona";
    src: url("fonts/Kiona-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

p, li, a, label, input {
    font-family: poppins, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: kiona, serif;
    font-weight: 600;
}

 /* Header */
.header {
    background-color: #0B0B1F;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 20px 0 0 0;
}

.header-top .logo img {
    width: 80px;
}

.header-top .social-media, .header-top .contact {
    width: 320px;
}

.header-top .social-media img {
    width: 30px;
}

.header-top .contact a {
    color: #E5B57A;
}

.lang-switch {
    position: absolute;
    top: 20px;
}

.lang-switch a {
    color: #FFFFFF;
}

.header-nav {
    background-color: #FFFFFF;
    position: relative;
    top: 30px;
    z-index: 1;
    transition: all .3s;
}

.header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px 5px #00000033;
}

.header-nav ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 20px 0;
}

.header-nav ul li a {
    color: #000000;
}

.header-nav .mobile-last-links, .header-nav .mobile-last-links .contact, .header-nav .mobile-last-links .social-media {
    display: none;
}

#hamburger, #close {
    display: none;
    cursor: pointer;
}

#visite-virtuelle-btn:hover {
    background-color: #E5B57A;
    color: #0B0B1F;
}

@media only screen and (max-width: 992px) {
    .lang-switch {
        top: 45px;
        left: 15px;
    }

    #hamburger, #close {
        display: block;
        cursor: pointer;
    }

    #close {
        filter: invert(1);
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #hamburger {
        position: absolute;
        top: 40px;
        right: 20px;
    }

    .header-nav .mobile-last-links, .header-nav .mobile-last-links .contact, .header-nav .mobile-last-links .social-media {
        display: flex;
    }

    .header-nav .mobile-last-links {
        flex-direction: column;
    }

    .header-nav .mobile-last-links .social-media {
        margin-bottom: 20px;
    }

    .header-nav .mobile-last-links .social-media img {
        width: 40px;
    }

    .header-nav .mobile-last-links .contact {
        flex-direction: column;
    }

    .header-nav .mobile-last-links .contact a {
        color: #E5B57A;
        margin-bottom: 8px;
    }

    .header .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .header .logo img {
        width: 60px;
    }

    .header .social-media, .header .contact {
        display: none;
    }

    .header .header-nav {
        display: none;
        position: relative;
    }

    .header .header-nav.show {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 30%;
        background-color: #FFFFFF;
        z-index: 100000000;
        transition: all 500ms;
        padding: 60px 30px 30px 30px;
        width: unset;
    }

    .header .header-nav.show ul {
        flex-direction: column;
    }

    .header .header-nav.show ul li {
       margin-bottom: 50px;
    }
}

/* Slick general */
.slick-dots li button { 
    font-size: 0;
    padding: 5px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    background-color: transparent;
}

.slick-dots li.slick-active button {
    background-color: #FFFFFF;
}

/* Banner */
.banner {
    position: relative;
    height: 100vh;
}

.banner .img-fluid {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .banner-dots {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .banner-title {
    position: absolute;
    background-color: #000000A0;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 100px;
}

.banner .banner-title h1 {
    font-family: poppins, serif;
    font-weight: 900;
    text-align: center;
}

.banner .banner-title p {
    text-align: center;
}

.banner .banner-scroll {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .banner-scroll img {
    width: 60px;
}

@media only screen and (max-width: 992px) {
    .banner .banner-slider img {
        height: 70vh;
        object-fit: cover;
    }

    .banner .banner-title {
        top: unset;
        transform: unset;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 40px 80px 40px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5018382352941176) 100%);
    }

    .banner .banner-scroll {
        bottom: 2%;
    }

    .no-padding-horizontal {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Section 1 */
.section1 {
    background-color: #0B0B1F;
    padding: 80px 0;
}

.section1 .row {
    align-items: center;
}

.section1 h2 {
    color: #E5B57A;
}

.section1 p {
    color: #FFFFFF;
}

.section1 .slider1-container {
    position: relative;
}

.section1 .slider1-container .slider1-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.section1 .slider1-container .slider1-dots .slick-dots {
    display: flex;
}

.section1 .slider1-container .slider1-dots .slick-dots li {
    margin: 0 8px;
}

@media only screen and (max-width: 992px) {
    .section1 {
        padding-bottom: 0;
    }

    .section1 .slider1-container {
        margin-top: 60px;
    }
}

/* Section 2 */
.section2 {
    position: relative;
    background-color: #FFFFFF;
    padding: 80px 0;
}

.section2 .row {
    align-items: center;
}

.section2 .bkhoucha-left {
    background-color: #EFDAC1;
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
}

.section2 .bkhoucha-left-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .section2 {
        padding-bottom: 0;
    }

    .section2 .bkhoucha-left {
        display: none;
    }

    .section2 .bkhoucha-left-mobile {
        display: block;
        background-color: #EFDAC1;
        height: 100%;
        width: 40%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .section2 .img-fluid {
        padding-left: 10%;
    }
}

/* Section 3 */
.section3 {
    background-color: #F4EFE9;
    padding: 80px 0;
}

.section3 .heading {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px auto;
}

.lg-outer {
    direction: ltr !important;
}

.section3 .main-button {
    background-color: #0B0B1F;
    color: #FFFFFF;
    width: 100%;
    border: none;
    padding: 12px 35px;
}

.section3 .gallery-item {
    text-decoration: none;
    color: #000000;
}

.section3 .gallery-item:hover {
    text-decoration: none;
    color: #000000;
}

.section3 .gallery-item img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.section3 .gallery-item img:hover {
    transform: scale(0.9);
}

.section3 .gallery-item h2 {
    width: fit-content;
    margin: 0 auto;
    border-bottom: 4px solid #000000;
    color: #000000;
}

.section3 .gallery-item p {
    margin-top: 20px;
    text-align: center;
    color: #383838;
    padding: 0 30px;
}

@media only screen and (max-width: 992px) {
    .section3 .gallery-item {
        margin-bottom: 40px;
    }
}

/* Section 4 */
.section4 {
    position: relative;
    background-color: #FFFFFF;
    padding: 80px 0;
}

.section4 .row {
    align-items: center;
}

.section4 .bkhoucha-right {
    background-color: #EFDAC1;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}

.section4 .bkhoucha-right-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .section4 {
        padding-bottom: 0;
    }

    .section4 .bkhoucha-right {
        display: none;
    }

    .section4 .bkhoucha-right-mobile {
        display: block;
        background-color: #EFDAC1;
        height: 100%;
        width: 40%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section4 .img-fluid {
        padding-right: 10%;
    }
}

/* Section 5 */
.section5 {
    background-color: #FFFFFF;
    padding: 80px 0;
}

.section5 h2 {
    text-align: center;
    margin-bottom: 80px;
}

.section5 .slider2-navigation {
    margin-top: 30px;
}

.section5 .slider2-navigation .slick-slide {
    opacity: .6;
    padding: 0 10px;
}

.section5 .slider2-navigation .slick-current {
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .section5 .slider2-navigation {
        display: none;
    }
}

/* Section 6 */
.section6 {
    background-color: #FFFFFF;
    padding: 80px 0;
    background-image: url('./images/contact-bg.png');
    background-size: cover;
}

.section6 h2 {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.section6 form {
    padding: 80px 100px;
    background-color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
}

.section6 form label {
    font-size: 12px;
}

.section6 form input, .section6 form textarea {
    border-color: #DCDCDC;
    border-radius: 0;
    padding: 10px;
    font-size: 12px;
}

.section6 form input[type="submit"] {
    background-color: #0B0B1F;
    color: #FFFFFF;
    width: 100%;
    border: none;
    padding: 12px;
}

@media only screen and (max-width: 992px) {
    .section6 form {
        padding: 30px 20px;
    }
}

/* Footer */
footer {
    background-color: #0B0B1F;
    padding-top: 20px;
}

footer .footer-nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    margin: 0;
}

footer .footer-nav ul li a {
    color: #A0A0A0;
}

footer .footer-logo {
    text-align: center;
    margin-top: 60px;
}

footer .footer-logo img {
    width: 80px;
}

footer .footer-social-media {
    text-align: center;
    margin-top: 60px;
}

footer .footer-social-media h6 {
    color: #F8F8F8;
    margin-bottom: 20px;
}

footer .footer-social-media img {
    width: 30px;
}

footer .stripe {
    background-color: #FFFFFF;
    padding: 20px 0;
    margin-top: 20px;
}

footer .stripe .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .stripe a {
    color: #000000;
}

@media only screen and (max-width: 992px) {
    footer .footer-nav ul {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-nav ul li {
        margin-bottom: 10px;
    }
}

.rtl{
    direction: rtl;
}

.rtl form input, .rtl form textarea {
    direction: rtl !important;
}

.rtl form label {
    direction: rtl !important;
    width: 100%;
}

.rtl .bkhoucha-left {
    left: unset;
    right: 0;
}

.rtl .bkhoucha-right {
    right: unset;
    left: 0;
}

.pp {
    padding: 120px 0;
}

.pp__main-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.pp__title {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.pp__list {
    list-style: square;
    padding-left: 30px;
    font-size: 15px;
    line-height: 2.2;
}

@media only screen and (max-width: 992px) {
    .pp__main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pp__title {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .pp__list {
        list-style: square;
        padding-left: 30px;
        font-size: 15px;
        line-height: 2.2;
    }
}