/* 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");}

:root {
    --fundal: #fbfbf9;
    --primary: #1a1a1a;
    --secondary: #8B7355;
    --secondary-gold: #B29C80;
    --text-secondary: #4D4D4D;
    --border1: #E8E3DB;
    --border2: #DEDACE;
    --inactive-link: #8C8C88;
}

::selection {
  background: orange; /* culoarea fundalului */
  color: white;      /* culoarea textului */
}

body {
    background: var(--fundal);
    font: 400 22px/1.2 inter;
    color: var(--text-secondary);
}
@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 {background: #fff; height: 115px;}
header .container {
    position: relative;
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
}
.sigla {
    position: relative; top: 26px; left: 0;
    width: 207px;
}
.sigla img {
    position: relative; z-index: 10;
    width: 100%;
}

.sigla:before {
    content: "";
    position: absolute; top: -14px; left: 28px; z-index: 0;
    display: flex; width: 150px; height: 150px;
    border-radius: 200px;
    background: #fff;
}

.but-mobil {display: none;}
nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -14px;
    margin-right: 140px;
}
nav ul {
    display: flex; flex-wrap: wrap;
}
nav a {
    display: inline-flex;
    font: 500 18px/1.5 inter;
    color: var(--primary);
    padding: 5px 40px;
}
nav a:hover {color: var(--secondary);}

.lang {
    position: absolute; top: 32px; right: 0;
    display: inline-flex; justify-content: center; 
    align-items: center; flex-direction: column;
    width: 60px; height: 48px;
    font: 500 16px/1.5 inter;
    border: 1px solid var(--border1);
    border-radius: 5px;
    color: var(--secondary);
    overflow: hidden;
    transition: all 0.5s;
}
.lang-int {transform: translateY(24px); width: 100%;}
.lang.active {height: 96px;}
.lang.active .lang-int {transform: translateY(0px);}
.lang span {
    display: flex; justify-content: center; align-items: center;
    width: 100%; height: 48px;
    font: 500 16px/1.5 inter;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid var(--border1);
}
.lang a {
    display: flex; justify-content: center; align-items: center;
    width: 100%; height: 48px;
    padding: 0;
    font: 500 16px/1.5 inter;
    background: #fff;
}

.hero {
    position: relative;
    padding: 120px 0px;
}
.mini {
    font: 500 12px/1.2 inter;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
h1 {
    font: 900 110px/1 inter;
    text-transform: uppercase;
    color: var(--primary);
}
.hero .text {
    width: 40%;
    float: right;
    margin: 35px 0 0 0;
}
.hero .text p {font: 400 22px/1.5 inter; color: var(--text-secondary);}
.see {
    display: inline-flex;
    font: 300 16px/1 inter;
    background: var(--primary); color: var(--fundal);
    padding: 20px 40px; margin: 50px 0 0 0;
}
.see:hover {background: var(--secondary);}

.banner {display: flex; margin-bottom: 70px;}
.banner img {
    display: flex;
    width: 100%;
}
.banner .mob {display: none;}
.continut {
    background: #fff;
    padding: 120px 80px;
    box-shadow: 0 20px 20px 0 rgba(0 0 0 /5%);
}
h3 {
    font: 500 22px/1.2 inter;
    color: var(--secondary);
    margin: 0 0 30px 0;
}

.continut p {
    font: 400 18px/1.5 inter;
}
.grid-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
hr {
    display: flex;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--border1);
    margin: 80px 0;
}
strong {font-weight: 700;}

.acordeon {
    position: relative;
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px 40px;
}
.acordeon .left {width: 30%;}
.acordeon .right {width: 70%;}
h4.desk {
    position: relative;
    display: flex;
    font: 500 32px/1 inter;
    color: var(--inactive-link);
    padding: 40px 0;
    width: 100%;
    border-bottom: 2px solid var(--border1);
    cursor: pointer;
}
h4.desk.active {
    color: var(--secondary);
    border-color: var(--secondary);
}
h4.desk.active:after {
    content: "";
    position: absolute; top: 50%; right: 0; transform: translateY(-50%);
    display: flex; justify-content: center; align-items: center;
    width: 28px; height: 28px;
    background: var(--secondary);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_forward_ios_24dp_1F1F1F_FILL0_wght300_GRAD0_opsz24.svg);
}
.linie {
    display: none;
    padding: 0 0 0 60px;
}
.linie h4 {display: none;}
.linie .text {padding: 40px 0;}
.linie.active {display: flex; flex-wrap: wrap;}
.linie p {margin: 0 0 30px 0;}

.independent .container {
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    padding: 120px 80px;
}
.independent .left {width: 40%;}
.independent .right {width: 60%;}
.independent h4 {
    font: 500 12px/1.2 inter;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: var(--primary);
}
.independent h2 {
    font: 400 56px/1.1 inter;
    color: var(--primary);
}
.independent .right p {
    font: 400 18px/1.5 inter;
    margin: 0 0 30px 0;
}
.independent .right p:last-child {margin: 0;}

.black-banner {
    background: var(--primary);
    padding: 120px 300px;
    text-align: center;
}
.black-banner h3 {
    font: 300 56px/1.1 inter;
    color: var(--fundal);
    text-align: center;
    margin: 0;
}
.black-banner h3 span {color: var(--secondary-gold);}

footer {
    background: var(--primary);
    min-height: 100px;
    border-top: 3px solid #262626;
}
footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 120px 80px;
}

.sigla-footer {
    display: flex; justify-content: center; align-items: center;
    width: 335px; height: 195px;
    background: #4c4c4c;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/sigla-ricerca.svg);
    margin: 0 0 32px 0;
}
footer h5 {font: 400 18px/1.5 inter; color: #333;}
footer .right p {
    color: #808080;
}
.font24 {font-size: 24px;}
.font22 {font-size: 22px;}
.font18 {font-size: 18px;}
footer .right a {
    display: inline-block;
    font: 400 32px/1.5 inter;
    color: var(--secondary);
    margin: 0 0 32px 0;
    transition: all 0.5s;
}
footer .right a:hover {color: var(--secondary-gold);}

footer .bottom {
    grid-column: 1/-1;
    padding: 65px 0px 50px 0px;
    display: flex; flex-wrap: wrap;
    justify-content: space-between; align-items: center;
}
footer .bottom a {
    font: 400 18px/1.5 inter; color: #333;
}

.vh-marker{
    position: absolute;
    top: 200px;
}
.sageata-footer.active {
    display: flex;
}
.sageata-footer {
    position: fixed; bottom: 100px; right: 1%;
    z-index: 150;
    display: none; justify-content: center; align-items: center;
    width: 50px; height: 50px;
    background: #fff;
    border: 1px solid var(--secondary-gold);
    border-radius: 100px;
}
.sageata-footer:after {
    content: "";
    display: flex; justify-content: center; align-items: center;
    width: 20px; height: 20px;
    background: var(--secondary);
    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;
}