/* RESET */
body, h1, h2, h3, h4, h5, h6, ul, ol, li , dl, dd, dt {margin: 0; padding: 0;}
ul, ul li {list-style: none;}
img {border: 0 none;}
a {text-decoration: none; transition: all 0.5s;}
p {margin: 0; padding: 0; line-height: 1.5;}
.clear {clear: both;}
* {box-sizing: border-box; transition: all 0.5s;}
/* end reset */

@font-face {font-family: "inter"; src: url("../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf");}
@font-face {font-family: "roboto"; src: url("../fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");}

:root {
    --negru: #000;
    --alb: #fff;
    --rosu: #da251c;
    --fundal-bej: #f3eee8;
    --bej: #dfdad4;
}

body {
    background: #fff;
    font: 400 22px/1.2 roboto;
    color: var(--negru);
}
@media (min-width: 576px) {
	.container {
		width: 100%; margin: auto;
		max-width: 540px; text-align: left;
	}
}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 960px;}}
@media (min-width: 1200px) {.container {max-width: 1140px;}}
@media (min-width: 1400px) {.container {max-width: 1320px;}}
@media (min-width: 1600px) {.container {max-width: 1520px;}}

header {
    position: sticky; top: 0; z-index: 100;
    display: flex; flex-wrap: wrap; align-items: center;
    background: #fff; height: 115px;
    transition: all 0.5s;
}
header.sticky {box-shadow: 0 2px 5px rgba(0,0,0,0.1); height: 60px;}
.header-roboton {box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
header .container {
    position: relative;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    width: 100%;
}
.sigla {
    display: flex; align-items: center;
    color: var(--negru);
}

.sigla strong {
    font: 700 60px/1 roboto;
    margin: 0 10px 0 0;
    transition: all 0.5s;
}
.sticky .sigla strong {font-size: 40px;}
.sigla img {
    position: relative; z-index: 10;
    width: 60px;
    transition: all 0.5s;
}
.sticky .sigla img {width: 40px;}

.but-mobil {display: none;}

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center; justify-content: end;
}
nav ul {
    display: flex; flex-wrap: wrap;
    margin: 0 70px 0 0;
}
nav li {display: inline-flex;}
nav a {
    display: inline-flex; justify-content: center; align-items: center;
    height: 38px;
    font: 600 16px/1.5 roboto;
    color: var(--negru);
    padding: 0px 15px;
    margin: 0 7px;
    transition: all 0.5s;
}
nav a:hover {color: var(--rosu);}
nav a.stop {color: var(--rosu);}

.lang {
    display: inline-flex; justify-content: center; 
    align-items: center;
    width: 38px; height: 38px;
    font: 500 16px/1.5 roboto;
    color: var(--negru);
    overflow: hidden;
    transition: all 0.5s;
}
.lang-int {
    display: flex;
    transform: translateX(19px);}
.lang.active {width: 80px;}
.lang.active .lang-int {transform: translateX(0px);}
.lang span {
    display: flex; justify-content: center; align-items: center;
    width: 38px; height: 38px;
    font: 500 16px/1.5 roboto;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid var(--border1);
}
.lang a {
    display: flex; justify-content: center; align-items: center;
    width: 38px; height: 38px;
    padding: 0; margin: 0;
    font: 500 16px/1.5 roboto;
    background: #fff;
}

h1 {
    font: 800 60px/1.2 roboto;
    margin: 0 0 20px 0;
}
.hero .container {position: relative;}
.h1-peste {
    font-size: 85px;
    letter-spacing: -2.5px;
}
.swiper img {
    width: 100%; height: 60vh;
    object-fit: cover;
}
.swiper-wrapper {
    padding: 0 0 40px 0;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 60px;
    top: initial;
}
.swiper-pagination-bullet {
    width: 27px; height: 27px;
    background: var(--alb);
    opacity: 0.5;
    border-radius: 0;
    margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-negru {
    position: relative; z-index: 10;
    padding: 70px 0; margin-top: -46px;
    font: 400 26px/1.5 roboto;
}
.about {
    background: var(--fundal-bej); color: var(--negru);
    padding: 130px 0;
}
h2 {
    font: 800 60px/1.2 roboto;
    margin: 0 0 0px 0;
}
.about .container {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: stretch;
}
.about .left {flex: 2;}
.about .right {
    flex: 1;
    border-left: 1px solid #999;
    padding: 0 0 0 50px; margin: 0 0 0 50px;
}
.about .left p {
    font: 400 26px/1.5 roboto;
}
.about .right p {
    font: 700 26px/1.5 roboto;
}
.right .btn {display: none;}
.btn {
    display: inline-flex; justify-content: center; align-items: center;
    height: 60px;
    padding: 0px 40px;
    font: 700 20px/1.5 roboto;
    color: var(--negru);
    background: transparent;
    border: 1px solid var(--negru);
    margin-top: 30px;
    transition: all 0.5s;
}
.btn:hover {background: var(--alb);}
.h3-special {
    font: 800 72px/1.5 roboto;
    margin: -32px 0 30px 0;
    color: var(--bej);
    text-transform: uppercase;
}
.portfolio {
    padding: 130px 0;
}
.portfolio .container {position: relative;}
.semnul {
    position: absolute; top: 41px; right: 0;
    display: grid;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    width: 80px; height: 80px;
}
.semnul span {
    display: flex;
    width: 100%; height: 100%;
    background: var(--bej);
}
.semnul span:last-child {
    background: #777;
}
.portfolio p {
    font: 400 26px/1.5 roboto;
    margin: 0 0 30px 0;
}

.portofoliu-grup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.porto {
    position: relative;
    display: flex; flex-wrap: wrap;
}
.porto strong {
    position: absolute; z-index: 10;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: var(--alb);
    text-align: center;
    font: 200 50px/1.2 roboto;
    transition: all 0.5s;
    opacity: 0;
}
.porto:nth-child(4n+2),
.porto:nth-child(4n+3) {grid-column: span 2;}
.porto img {
    width: 100%; height: 100%; object-fit: cover;
    transition: all 0.5s;
}
.porto:hover img {filter: brightness(0.35);}
.porto:hover strong {opacity: 1;}

.services {
    background: var(--fundal-bej); color: var(--negru);
    padding: 130px 0;
}
p.big {
    font: 700 26px/1.5 roboto;
}
.services p.big {margin: 0 0 20px 0;}
.serviciile {border-top: 1px solid #aaa; padding: 40px 0 0 0;}
.serviciu {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: stretch;
    margin: 0 0 40px 0; padding: 0 0 40px 0;
    border-bottom: 1px solid #aaa;
    color: var(--negru);
}
.serviciu img {
    width: 30%; height: 300px;
    object-fit: cover;
    transition: all 0.5s;
}
.serviciu .text {
    width: 70%;
    padding: 0 0 0 40px;
}
.serviciu .text h3 {
    font: 800 30px/1.2 roboto;
    margin: 0 0 20px 0;
}
.serviciu .text p {
    font: 400 22px/1.5 roboto;
    margin: 0;
}


.contact {
    padding: 130px 0 0 0;
}

.inapoi {
    display: inline-flex; align-items: center;
    font: 400 16px/1.5 roboto;
    color: var(--negru);
    transition: all 0.5s;
}
.inapoi:before {
    content: "";
    display: inline-flex; width: 20px; height: 20px;
    background: var(--negru);
    margin-right: 10px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_left_alt_24dp_1F1F1F_FILL1_wght300_GRAD0_opsz24.svg);
    transition: all 0.5s;
}
.inapoi:hover {color: var(--rosu);}
.inapoi:hover:before {background: var(--rosu);}
.banner {margin-bottom: 50px;}
.banner img {
    width: 100%; height: 60vh;
    object-fit: cover;
}

.proiect {padding: 30px 0;}
.proiect-header {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: stretch;
    margin-bottom: 50px;
}
.proiect-header .left {
    flex: 1;
    font: 18px/1.5 roboto;
}
.proiect-header-item:last-child {border: 0;}
.proiect-header-item {
    padding: 8px 0;
}
.proiect-header .right {
    position: relative;
    flex: 1; 
    font: 18px/1.5 roboto;
}

.proiect-header .right h3 {
    font: 700 26px/1.2 roboto;
    margin: 0 0 20px 0;
}
.prevnext {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    margin-top: 30px;
}
.prevnext a {
    display: inline-flex; justify-content: center; align-items: center;
    padding: 10px 20px;
    font: 400 16px/1.5 roboto;
    color: var(--negru);
    border: 1px solid var(--negru);
    transition: all 0.5s;
}
.prevnext a:hover {color: var(--rosu); border-color: var(--rosu);}
.prevnext a.prev:before {
    content: "";
    display: inline-flex; width: 15px; height: 15px;
    background: var(--negru);
    margin: 0 10px 0 -7px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_forward_ios_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24.svg);
    transform: rotate(180deg);
    transition: all 0.5s;
}
.prevnext a.next:after {
    content: "";
    display: inline-flex; width: 15px; height: 15px;
    background: var(--negru);
    margin: 0 -7px 0 10px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_forward_ios_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24.svg);
    transition: all 0.5s;
}
.prevnext a:hover:before, 
.prevnext a:hover:after {background: var(--rosu);} 

.galerie-proiect {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}
.galerie-proiect a img {
    width: 100%; height: 320px;
    object-fit: cover;
    transition: all 0.5s;
}
.galerie-proiect a:hover img {filter: brightness(70%);}


footer {padding: 0 0 50px 0;}
footer .container {
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
}
footer a, footer span {
    display: inline-flex; align-items: center;
    font: 600 22px/1.2 roboto;
    color: var(--negru);
    transition: all 0.5s;
}
footer a:hover {color: var(--rosu);}


.vh-marker{
    position: absolute;
    top: 200px;
}
.sageata-footer.active {
    display: flex;
}
.sageata-footer {
    position: fixed; bottom: 180px; right: 1%;
    z-index: 150;
    display: none; justify-content: center; align-items: center;
    width: 50px; height: 50px;
    background: var(--alb);
    border: 1px solid var(--negru);
    border-radius: 100px;
}
.sageata-footer:after {
    content: "";
    display: flex; justify-content: center; align-items: center;
    width: 20px; height: 20px;
    background: var(--negru);
    opacity: 0.8;
    transform: rotate(-90deg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_forward_ios_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24.svg);
    transition: all 1s;
}