@font-face {
    font-family: "Kelson-Bold";
    src: url("../fonts/Armasen-Kelson-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: "Kelson-ExtraBold";
    src: url("../fonts/Armasen-Kelson-ExtraBold.otf");
    font-display: swap;
}

@font-face {
    font-family: "Kelson-Light";
    src: url("../fonts/Armasen-Kelson-Light.otf");
    font-display: swap;
}

@font-face {
    font-family: "Kelson-Medium";
    src: url("../fonts/Armasen-Kelson-Medium.otf");
    font-display: swap;
}

@font-face {
    font-family: "Kelson-Thin";
    src: url("../fonts/Armasen-Kelson-Thin.otf");
    font-display: swap;
}

@font-face {
    font-family: "Kelson";
    src: url("../fonts/Armasen-Kelson.otf");
    font-display: swap;
}

@font-face {
    font-family: "Saol-Light";
    src: url("../fonts/SaolDisplay-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Saol-Regular";
    src: url("../fonts/SaolDisplay-Regular.ttf");
    font-display: swap;
}

* {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    border: 0 none;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

button {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container {
    width: 85%;
    margin: 0 auto;
}

h1 {
    font-family: "Saol-Regular";
    font-size: 80px;
    color: #18191B;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-family: "Saol-Regular";
    font-size: 50px;
    color: #18191B;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-family: "Kelson";
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

h5,
.share-on {
    font-family: "Kelson";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

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

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

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

.white-text {
    color: #ffffff;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 100%;
    width: 100%;
    z-index: 101;
    padding: 50px 0 0;
    background: #465D0F;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.menu-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.45, 0, .55, 1);
    transition: transform 1s cubic-bezier(.45, 0, .55, 1);
    transition: transform 1s cubic-bezier(.45, 0, .55, 1), -webkit-transform 1s cubic-bezier(.45, 0, .55, 1);
}

.big-presentation-content {
    height: 100vh;
    width: 100%;
    position: relative;
}

.small-presentation-content,
#header {
    height: 176px;
    width: 100%;
    position: relative;
}

.parallax-window {
    min-height: 100px;
    background: transparent;
}

.big-presentation-content .content-img,
.small-presentation-content .content-img,
.builing img,
.article-img-group img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.big-presentation-content .container {
    padding-top: 80px;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.small-presentation-content .container {
    top: 50%;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
}

.simpleParallax.simple-parallax-initialized {
    height: 100%;
}

.overlay {
    height: 100%;
    width: 100%;
    background: #303030;
    opacity: 0.25;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.menu-toggler {
    cursor: pointer;
    padding: 12px;
    transition: 0.5s ease-in-out;
    position: fixed;
}

.menu-toggler-fixed {
    background: rgba(24, 25, 27, 0.25);
    z-index: 100;
    transition: 0.5s ease-in-out;
}

.close-icon {
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 69px;
    width: 69px;
    cursor: pointer;
    margin-right: 50px;
}

.close-menu {
    cursor: pointer;
}

.top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11;
}

.languages {
/*     display: flex; */
    justify-content: space-between;
    align-items: center;
    width: 80px;
    position: absolute;
    right: 7.5%;
    display: none;
}

.language {
    font-family: "Kelson";
    font-size: 14px;
    color: #B4B4B4;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease;
}

.language:hover {
    letter-spacing: 4px;
    transition: 0.3s ease;
}

.inline-center-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -47%);
    top: 47%;
    width: 100%;
}

.center-part,
.logo-small-header {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.center-part img {
    width: 450px;
}

.big-text {
    font-family: "Saol-Regular";
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 92px;
}

.bigger-text {
    font-size: 100px;
    line-height: 105px;
}

.logo-small-header img {
    width: 160px;
}

.smaller-text {
    font-family: "Kelson";
    font-size: 18px;
    letter-spacing: 17px;
    margin-right: -17px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.left-part,
.right-part {
    font-family: "Kelson";
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    flex: 1;
    display: flex;
    align-items: center;
}

.left-part::before {
    content: "";
    display: block;
    height: 0px;
    width: 80px;
    border-bottom: 1px solid white;
    margin-right: 20px;
}

.right-part {
    justify-content: flex-end;
}

.right-part::after {
    content: "";
    display: block;
    height: 0px;
    width: 80px;
    border-bottom: 1px solid white;
    margin-left: 20px;
}

.loading {
    width: 1px;
    background: #707070;
    position: absolute;
    height: 192px;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -90%);
    top: 90%;
}

.loading:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.loading .loading-bar {
    position: absolute;
    top: 0;
    bottom: 100%;
    background: #fff;
    width: 1px;
    animation: borealisBar 2s linear infinite;
}

@keyframes borealisBar {
    0% {
        top: 0%;
        bottom: 100%;
        height: 0%;
    }
    10% {
        top: 0%;
        bottom: 75%;
        height: 25%;
    }
    90% {
        bottom: 0%;
        top: 75%;
        height: 25%;
    }
    100% {
        top: 100%;
        bottom: 0%;
        height: 0%;
    }
}

.regular-text,
.menu-lists ul li a {
    font-family: "Kelson";
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.d-flex {
    display: flex;
}

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

.justify-content-between {
    justify-content: space-between;
}

.menu .logo img {
    width: 200px;
}

.menu .logo .big-text {
    font-size: 35px;
    line-height: 46px;
}

.menu .logo .bigger-text {
    font-size: 50px;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.menu .logo {
    top: 70px;
}

.menu-lists {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
}

.menu-lists ul,
#footer-second-line ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

.menu-lists ul {
    width: 20%;
    flex-direction: column;
}

.menu-lists ul li {
    margin-bottom: 40px;
}

.menu-lists ul li a {
    text-decoration: none;
}

.list-title {
    font-family: "Saol-Regular";
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 60px;
}

.social {
    position: absolute;
    width: 85%;
    text-align: right;
    bottom: 75px;
}

.facebook {
    margin-right: 40px;
}

.contact-methods {
    width: 60px;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    right: 40px;
    bottom: 65px;
    z-index: 5;
}

.method {
    position: relative;
    overflow: hidden;
    height: 60px;
}

.method img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hidden-methods {
    height: 0px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.contact-methods:hover .hidden-methods {
    height: 120px;
}

.hidden-methods-visible {
    height: 120px;
}

.method-detail {
    width: 0px;
    height: 60px;
    overflow: hidden;
    right: 60px;
    position: absolute;
    z-index: 11;
    background: white;
    transition: 0.5s ease-in-out;
    text-align: center;
    line-height: 60px;
    font-family: "Kelson";
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
}

.method-detail-phone {
    top: 0px;
}

.method-details-phone-visible {
    width: 330px;
    transition: 0.5s ease-in-out;
}

.method-detail-email {
    top: 60px;
}

.method-details-email-visible {
    width: 330px;
    transition: 0.5s ease-in-out;
}

.styled-text {
    font-family: "Kelson";
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.styled-text::after {
    content: "";
    display: block;
    height: 0px;
    width: 80px;
    border-bottom: 1px solid #000000;
    margin-left: 20px;
    transition: 0.3s ease-in-out;
}

.styled-text:hover::after {
    width: 90px;
    margin-left: 10px;
}

#introduction {
    margin: 160px auto;
}

.panel.green {
    margin-bottom: 400px
}

.animated-grid-images {
    display: grid;
    width: 100%;
    justify-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.animated-grid-images .overlay {
    height: 100vh;
}

#pin1 img,
#pin2 img,
#pin3 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.descriere,
.description{
    font-family: "Kelson-Light";
    font-size: 23px;
    line-height: 35px;
    color: #656565;
}

.term-desc {
    font-family: "Kelson-Light";
    font-size: 20px;
    line-height: 35px;
    color: #656565;
    margin-bottom: 70px;
}

.pin .description {
    position: absolute;
    bottom: 130px;
    left: 90px;
    z-index: 0;
    width: 65%;
    color: #ffffff;
}

#history {
    margin: 200px 0px;
}

#history h1,
#despre_page .text-with-img h1 {
    margin-bottom: 60px;
}

.pin {
    position: relative;
    height: 100vh;
}

.swiper-gallery,
.detail-swiper {
    width: 100%;
    height: 850px;
}

.detail-swiper {
    margin: 80px 0px 0px 0px;
}

.swiper-gallery .swiper-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.swiper-gallery .swiper-slide:hover img {
    transform: translate3d(0, 0, 30px);
    transition: 1s all;
}

.swiper-gallery .swiper-slide img {
    transition: 1s all;
    transform: translate3d(0, 0, 0);
}

.swiper-gallery .swiper-slide img,
.detail-swiper .swiper-slide img,
#proiecte-in-derulare .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    width: 112px;
    height: 112px;
    background: #18191B;
    top: 65%;
    opacity: 1;
}

.swiper-button-disabled {
    opacity: 1 !important;
}

#home-gallery {
    position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 28px;
    color: white;
}

#home-gallery .swiper-button-next,
.swiper-gallery .swiper-button-next {
    left: 50% !important;
}

#home-gallery .swiper-button-prev,
.swiper-gallery .swiper-button-prev {
    right: 50% !important;
    left: unset;
}

.detail-swiper .swiper-button-prev {
    left: 83%;
    bottom: 60px;
    top: unset;
}

.detail-swiper .swiper-button-next {
    right: 6%;
    bottom: 60px;
    top: unset;
}

.slide-content p {
    font-family: "Kelson-Medium";
    letter-spacing: 2px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.slide-content {
    z-index: 7;
    position: absolute;
    left: 12.5%;
    bottom: 75px;
}

.slide-content a {
    color: white;
}

.slide-content a::after {
    border-color: white;
}

#infinite-scrolling-text {
    margin: 120px 0px 90px 0px;
}

.infinite-scroll {
    display: flex;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 1;
}

.infinite-scroll-title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 200px;
    color: #465D0F;
    font-family: "Saol-Light";
    transition: all 0.7s ease;
    -webkit-animation: scrollText 33s infinite linear;
    animation: scrollText 33s infinite linear;
    text-transform: uppercase;
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

#offer-form {
    height: 760px;
    position: relative;
    z-index: 0;
}

#offer-form img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}

#offer-form h1 {
    font-size: 45px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.form-container {
    width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    z-index: 11;
    position: relative;
}

.form-container input:not([type=checkbox]) {
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    text-align: center;
    font-family: "Kelson-Light";
    font-size: 16px;
    color: #000000;
    margin-bottom: 60px;
    padding-bottom: 10px;
    background: transparent;
    letter-spacing: 2px;
}

.form-container label {
    font-family: "Kelson-Light";
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
}

.form-container input::placeholder {
    text-transform: uppercase;
    color: #000000;
}

.form-container input:focus-visible {
    outline: 0px;
}

.square-checkbox {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #000000;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-top: 0px;
    flex: none;
    margin-right: 12px;
}

.square-checkbox:checked {
    background-color: #18191B;
}

.form-container button {
    background: transparent;
    justify-content: flex-end !important;
    margin-top: 50px;
}

#map {
    height: 767px;
}

#footer {
    background-color: #465D0F;
    padding: 35px 0px 30px 0px;
}

#logo-footer {
    display: flex;
    align-items: center;
}

#logo-footer img {
    width: 130px;
}

#logo-footer #name {
    font-family: "Saol-Regular";
    font-size: 30px;
    color: white;
    text-transform: uppercase;
}

#footer-first-line,
#footer-second-line,
.text-with-img,
.proiect-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#social-footer {
    display: flex;
    justify-content: space-between;
    width: 90px;
}

#footer-second-line ul:first-of-type li:not(:last-child) {
    margin-right: 45px;
}

#footer-second-line ul:last-of-type li:not(:last-child) {
    margin-right: 60px;
}

#footer-second-line ul li a,
#copyright {
    font-family: "Kelson-Light";
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    position: relative;
}

#footer-second-line ul:last-of-type li a {
    color: #AEAEAE;
    text-transform: capitalize;
}

#copyright {
    color: #AEAEAE;
    text-transform: none;
}

#footer-second-line ul li a::before {
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

#footer-second-line ul:last-of-type li a::before {
    background: #AEAEAE;
}

#footer-second-line ul li a:hover::before {
    transform: scaleX(1);
}

#footer-second-line {
    margin-top: 35px;
    margin-bottom: 85px;
}

#small-presentation-content {
    height: 176px;
}

#header {
    position: absolute;
    z-index: 4;
    width: 100%;
}

#header .top-part {
    padding-top: 78px;
}

.page-title {
    margin-top: 90px;
    text-transform: uppercase;
}

#about-us .description,
.articol-desc .styled-text {
    margin-top: 85px;
}

#about-us .full-images {
    margin-bottom: 140px;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    height: 710px;
}

.img-group {
    display: flex;
    width: 45%;
    position: relative;
}

.img-group img:nth-of-type(2) {
    margin-top: 90px;
    border-top: 30px solid #ffffff;
    border-left: 30px solid #ffffff;
    width: 495px;
    height: 617px;
    object-fit: cover;
    right: 0px;
    position: absolute;
}

.img-group img:first-of-type {
    height: 384px;
    width: 532px;
    object-fit: cover;
}

.text-with-img img {
    width: 460px;
    margin-right: 120px;
    overflow: hidden;
}

#facilities {
    background-color: #303030;
    min-height: 735px;
    color: white;
    padding: 50px 0px 120px 0px;
    margin-top: 120px;
}

.facility-group {
    width: 27%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.facility-group .descriere {
    color: #ffffff;
}

.facility-group:hover img {
    transform: scale(1.1);
    transition: 0.9s ease-in-out;
}

#facilities .facilities-container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.facility-group .description {
    color: #ffffff;
}

.facility-group p,
.date,
.article div.desc {
    font-family: "Kelson-Light";
    font-size: 20px;
    line-height: 35px;
    margin-top: 14px;
}

.facility-group img {
    width: 220px;
    position: relative;
    left: -70px;
    margin-top: 30px;
    transition: 0.7s ease-in-out;
}

.facility-enum {
    position: absolute;
    top: 82%;
}

.facility-enum h5,
.article h5 {
    height: 66px;
    overflow: hidden;
}

#contact_page .page-title,
#specificatii_page .page-title,
#despre_page .page-title,
#cladiri_page .page-title,
#articol_page .page-title,
.articol-desc .styled-text,
#cladire_detaliu_page .page-title,
#spatiu_servicii_page .page-title,
#proiecte_page .page-title,
#galerie_page .page-title,
#termeni_page .page-title {
    margin-bottom: 85px;
}

#contact-info {
    margin: 120px 0px 140px 0px;
}

.info .styled-text {
    margin-bottom: 40px;
}

.info {
    width: 21%;
}

#specificatii_page .text-with-img {
    margin-top: 120px;
}

#specificatii_page .text-with-img h1 {
    font-size: 50px;
    margin-bottom: 75px;
}

#specificatii_page .text-with-img .styled-text,
#history .styled-text {
    margin-top: 50px;
}

.flex-end {
    justify-content: flex-end;
}

.text-with-img-right img {
    margin-right: 0px;
    margin-left: 120px;
}

#specificatii_page .text-with-img:last-of-type {
    margin-bottom: 120px;
}

#cladiri_page .swiper-gallery {
    margin-top: 85px;
    margin-bottom: 120px;
}

.buildings-row {
    display: flex;
    margin-bottom: 100px;
}

.buildings-row-left {
    justify-content: flex-start;
}

.buildings-row-right {
    justify-content: flex-end;
}

#buildings {
    margin-bottom: 230px;
}

.builing {
    height: 580px;
    width: 430px;
    position: relative;
}

.builing:not(:last-of-type) {
    margin-right: 100px;
}

.building-details {
    background: rgba(2, 62, 0, 0.6);
    height: 35%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
}

.building-title {
    font-family: "Kelson";
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.building-details-row {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "Kelson-Light";
    font-size: 18px;
    font-weight: 300;
    color: white;
    margin-bottom: 10px;
}

.see-building-details {
    height: 112px;
    width: 112px;
    background: #18191B;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.see-building-details:hover {
    width: 50%;
}

.building-sold .sold-text {
    font-family: "Kelson";
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.article-img-group {
    position: relative;
    height: 590px;
}

.article-img-group .see-building-details {
    bottom: -56px;
}

.article .date {
    margin-bottom: 35px;
    margin-top: 20px;
}

.articole-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 150px;
    grid-column-gap: 150px;
    margin: 180px auto 140px auto;
}

.articol-desc .date {
    margin-top: 27px;
    margin-bottom: 50px;
}

.articol-desc {
    margin-right: 45px;
}

.articol-desc .descriere {
    font-size: 20px;
}

.share-on {
    display: flex;
    margin: 45px 0px 45px 0px;
}

.share-on div,
.share-on a {
    margin-right: 30px;
}

.container-right-0 {
    margin-right: 0px;
    margin-left: auto;
    width: 92%;
}

.articol-img {
    height: 718px;
    width: 542px;
    object-fit: cover;
}

.other-articles {
    padding-bottom: 100px;
    margin-bottom: 60px;
}

.swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    background: #AEAEAE;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #023E00;
}

.caracteristici-title {
    font-family: "Saol-Regular";
    font-size: 35px;
    color: #18191B;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
}

.caracteristici-container {
    width: 800px;
    margin: 0 auto 100px auto;
}

.detail {
    font-family: "Kelson-Light";
    font-size: 30px;
    color: #656565;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #AEAEAE;
    border-style: dashed;
    padding: 0px 30px;
    margin-bottom: 10px;
}

.detail-head {
    margin-bottom: 50px;
    border-bottom: 0px;
}

#spatiu_servicii_page .text-with-img {
    margin: 60px 0px 100px 0px;
}

.proiect-head h1 {
    font-size: 50px;
}

#proiecte-in-derulare .swiper-container {
    height: 180px;
    width: 100%;
    margin-bottom: 100px;
}

#proiecte-in-derulare {
    margin-top: 130px;
}

#proiecte-in-derulare .description {
    margin: 30px 0px;
}

#proiecte-in-derulare .swiper-container .swiper-pagination {
    display: none;
}

.view-image {
    position: absolute;
    width: 65%;
    height: 100%;
    background-color: black;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s ease;
}

#proiecte-in-derulare .swiper-container .swiper-slide:hover .view-image {
    opacity: 0.6;
    transition: 0.5s ease;
}

.view-image svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#galerie_page h2 {
    margin-bottom: 60px;
}

#galerie_page img {
    height: 373px;
    width: 100%;
    object-fit: cover;
}

#galerie_page .swiper-slide:nth-child(odd) {
    margin-top: -100px;
}

#galerie_page .swiper-container {
    padding: 100px 0px;
    margin-bottom: 60px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.position-relative {
    position: relative;
}

.big-presentation-content video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-overlay {
    background: black;
    opacity: 0.6;
}

.splash {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 200;
    overflow: hidden;
}

.splash svg {
    display: block;
    width: 258px;
    height: 258px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tree {
    fill: #465D0F;
}


/* .circle-mask {
    transform-origin: 50% 90%;
    animation: scale 5s ease-out;
}

@keyframes scale {
    0%,
    100% {
        transform: scale(0.0);
    }
    7%,
    90% {
        transform: scale(0.4);
    }
    50% {
        transform: scale(1);
    }
} */

@keyframes scale {
    0% {
        transform: scale(0.0);
    }
    100% {
        transform: scale(1);
    }
}

.circle-mask {
    transform-origin: 50% 90%;
    animation: scale 2s ease-out;
    -webkit-animation: scale 2s ease-out;
    -moz-animation: scale 2s ease-out;
    -o-animation: scale 2s ease-out;
}

.splash.display-none {
    opacity: 0;
    transition: 0.5s all;
    z-index: -10;
}

#cladiri_page .descriere img{
    max-width: 100%;
    object-fit: contain;
}