/*!
Theme Name: djinni
Author: olena ost
Description: Description
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

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

.hidden {
    display: none;
}

/* -------------Fonts------------- */
html {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 42px;
    margin-top: 0 !important;
    background-color: #f3dfd6;
    color: rgba(255, 255, 255, 1);

}

.menu a {
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;

}

.current-menu-item a {
    font-weight: 600;

}

h1 {
    text-transform: uppercase;
    font-size: 130px;
    line-height: 100%;
}

h2 {
    font-size: 220px;
}

h3 {
    font-size: 42px;
    line-height: 110%;
}

h4 {
    font-size: 24px;
    line-height: 110%;
}

.description-title {
    font-size: 140px;

}

.text-yellow {
    color: rgba(255, 199, 17, 1);
}

.text-grey {
    margin-top: 10px;
    color: rgba(44, 44, 44, 1);
}

.text-right {
    text-align: right;
}

.text-small {
    font-size: 11.38px;
    line-height: 24px;
}

.text-grey li {
    margin-top: 8px;
    font-weight: 200;
}

/* -------------Global------------- */
body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.main-width {
    width: 100%;
    max-width: 100vw;
}

.max-width {
    width: 100%;
    max-width: 100vw;
    margin: 0 60px;
}

/* -------------HEADER------------- */

header {
    position: absolute;
    top: 20px;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.header-conteiner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 126px;
}

.header-conteiner_left {
    height: 100%;
}

.logo-conteiner {
    height: 100%;
    width: 226px;
}

/* MENU */
.menu,
.menu>div {
    width: 460px;
    display: flex;
    align-items: flex-end;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    height: 100%;
    width: 100%;
}

.menu .sub-menu {
    display: none;

}

.menu .menu-item-has-children:hover .sub-menu {
    display: block;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 84px;
    gap: 0;
    width: fit-content;
    justify-content: flex-start;
}


.menu .menu-item-has-children {
    padding-right: 17px;
    background-image: url(./assets/bird.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 35px;

}

.btn-x {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.close-x {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(./assets/close-x.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 80%;
    fill: #4D4D4D;
}

.btn-lg a {
    color: #4D4D4D;
}

/* -------------------------------------------- */
/* BLOCK FIRST - NAME */


.curve-fuc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);

}

.curve-fuc_up {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500px;

}
.svg-curve {
    position: absolute;
}


.decor-top {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    /* right: -324px; */
}

.name {
    width: 100vw;
    height: 1080px;
    position: relative;
    background-image: url(./assets/Viz_003_A_08.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.name-text {
    width: 100%;
    display: flex;
    justify-content: center;

}

.name-conteiner {
    z-index: 2;
    height: 312px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-block1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.name-text_left {
    width: 100%;
    max-width: 677px;
}

.name-text_right {
    width: 100%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.btn-property {
    width: 240px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 199, 17, 1);
    border-radius: 24px;
    color: rgba(77, 77, 77, 1);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;

}

/* -------------------------------------------- */
/* BLOCK SECOND - GALLERY */
.gallery {
    position: relative;
    width: 100%;
    height: 928px;
    margin-bottom: 40px;

}

.text-project {
    position: absolute;
    margin-left: 116px;
    z-index: 10;
}

.carusel {
    width: 100%;
    height: 100%;
    margin-left: 68px;
    background-color: rgb(26, 39, 39);
}

/* CARUSEL */
.carusel-conteiner {
    margin: 150px 0 0 68px;

}

.slide-box {
    max-width: 665px;
    position: relative;

}

.slide-photo {
    background-color: #5e095e;
    position: relative;
    width: 665px;
    height: 698px;
}

.info-box {
    height: 160px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 60px;
}

.btn-slide {
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 199, 17, 1);
    display: flex;
    align-items: center;
    justify-content: center;

}

.text-home {
    max-width: 70%;

}

.frecha {
    width: 24.5px;
    height: 24.5px;
    background-image: url(./assets/frecha.svg);

}

.btn-slide_left,
.btn-slide_right {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}

.btn-slide_left .frecha {
    transform: rotate(180deg);
}

.btn-gallery_box {
    display: flex;
    flex-direction: row;
}

/* -------------------------------------------- */
/* BLOCK THIRD - GALLERY */

.photo img.wp-post-image {
    height: 100%;
    width: 100%;
}

.discription {
    height: 1500px;
    position: relative;
    width: 100vw;


}

.discription-bg {
    width: 100%;
    height: 60%;
    position: absolute;
    background-image: url(./assets/V_006_005.jpg);
    /* background-position-y: bottom; */
    background-size: cover;
    background-repeat: no-repeat;

}

.height-top {
    height: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 15;
    background-color: #5e095e;

}

.overflow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 622px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
    background:
        linear-gradient(0deg, #5e095e, rgba(0, 0, 0, 0));

}

.height-bottom {
    z-index: 1;
}

.discription-block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;

}

.discription-text {
    width: 100%;
    max-width: 925px;
    height: fit-content;

}

.discription-block h3 {
    line-height: 39.9px;
}

.animate-appear {
    animation: 3s appear_bottom_to_top;
    -webkit-animation: 2s appear_bottom_to_top;
    -moz-animation: 2s appear_bottom_to_top;
    -o-animation: 2s appear_bottom_to_top;
    animation: 2s appear_bottom_to_top;
}

@-webkit-keyframes appear_bottom_to_top {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0vh);
    }
}

@-moz-keyframes appear_bottom_to_top {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0vh);
    }
}

@-o-keyframes appear_bottom_to_top {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0vh);
    }
}

@keyframes appear_bottom_to_top {
    from {
        transform: translateY(100vh);
    }

    to {
        transform: translateY(0vh);
    }
}

/* ------FORM------*/
.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6006);
    top: 0;
    left: 0;
    z-index: 100;
}

.form-header {
    padding: 48px 56px;
    position: fixed;
    width: 540px;
    height: 136px;
    background-color: #5e095e;
    border-radius: 8px 8px 0 0;
    top: 217px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-title_p {
    font-size: 17px;
    font-weight: 200;
    line-height: 24px;
}

.form-title {
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.popup-text {
    padding: 56px 56px;
    text-align: left;
    align-items: center;
    position: fixed;
    width: 540px;
    height: 461px;
    background-color: #f3dfd6;
    border-radius: 0 0 8px 8px;
    top: 516px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.form-box {
    width: 100%;
    height: 100%;

}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    height: 30px;
    border: #75022b;
    display: block;
    width: 100%;
    margin-top: 6px;

}

.wpcf7 input[type="tel"] {
    padding-left: 4px;
    color: #4D4D4D;
    font-size: 12px;

}

.wpcf7 input[type="submit"] {
    margin-top: 20px;
    background-color: #5e095e;
    width: 100px;
    height: 30px;
    color: white;
    border: none;
    border-radius: 5px;
}

label {
    display: block;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}

label #text {
    margin-bottom: 10px;
}

form br {
    display: none;
}

.wpcf7-response-output {
    font-size: 17px;
    margin: 0;
}




