@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* navigation bar */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color .5s ease;
    z-index: 1000;
}

.nav {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height .5s ease;
}

.nav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

nav img {
    margin-left: 60px;
    height: 47px;
    width: auto;
}

.nav-list {
    margin-right: 60px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    color: #fff;        
    margin: 0 8px;
    position: relative;
}

.active { /*linia de sub text*/
    border-bottom: 1px solid #FCBC04;
}

/*RO | EN effects*/
.language-style1 {
    margin-right: 2px;
    margin-left: 8px;
}

.language-style2 {
    margin-left: 2px;
    margin-right: 10px;
}

.language-bar {
    margin: 0 2px;
    pointer-events: none;
}

.lg-active {
    color: #FCBC04;
}
/*RO | EN effects END*/

.nav-link:hover {
    color: #FCBC04;
    transition-duration: .5s;
}

/*Apply styles after scroll*/
.scrolling-active {
    background-color: #242021;
    /*box-shadow: 0 3px 1rem rgba(219, 222, 4, 0.1);*/
}

.scrolling-active .nav {
    height: 80px; 
    border-bottom: #FCBC04 1px solid;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.scrolling-active nav img {
    width: 220px;
    height: auto;
    transition: .5s ease;
}

.scrolling-active .nav a {
    font-size: 14px;
    transition: .5s ease;
}

/*Apply styles after scroll END*/

/* RERSPONSIVE NAV-BAR */
nav .fa {
    display: none;
}

nav .fa-bars {
    position: absolute;
    right: 30px;
}

nav .fa-bars:hover {
    color: #FCBC04;
    transition: 0.5s;
}

nav .fa-times:hover {
    color: #242021;
    transition: 0.5s;
}

.roww {
    display: flex;
    flex-direction: row;
}

@media(max-width: 1200px) {
    nav img {
        margin-left: 30px;
        height: 40px;
    }

    .scrolling-active nav img {
        width: auto;
        height: 35px;
        margin-left: 30px;
        transition: .5s ease;
    }

    .nav-links li {
        display: block;
    }

    .nav-links {
        position: fixed;
        background: #FCBC04;
        height: 100vh;
        width: 300px;
        top: 0;
        right: -300px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color:#ffffff;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    .scrolling-active .nav a {
        font-size: 18px;
        transition: .5s ease;
    }

    .nav a {
        font-size: 18px;
    }

    .nav-links ul {
        padding: 30px;
    }

    .nav-links ul .roww {
        padding: 0;
    }

    .nav-list {
        margin: 0;
        float: left;
        align-items: unset;
        flex-direction: column;
    }

    .nav-list li {
        font-size: 30px;
    }

    .active { /*linia de sub text*/
        color: #242021;
    }

    .lg-active {
        color: #242021;
    }

    .nav-link:hover {
        color: #242021;
    }
}

@media(max-width: 400px) {
    nav .fa-bars {
        font-size: 16px;
    }

    nav img {
        height: 25px;
    }

    .scrolling-active nav img {
        width: auto;
        height: 25px;
        margin-left: 30px;
        transition: .5s ease;
    }

    .nav-links {
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
    }

    .nav a {
        font-size: 12px;
    }

    .scrolling-active .nav a {
        font-size: 12px;
        transition: .5s ease;
    }

    .nav-list li {
        font-size: 25px;
    }
}
/* RERSPONSIVE NAV-BAR END*/

/* navigation bar END */

/* Sub Header Content*/
.sub-header {
    width: 100%;
    height: 350px;
    background: url("images/about3-bg.jpg") center no-repeat;
    background-size: cover;
}

.sub-header::after {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #242021 0%, rgba(36, 32, 33, 0.47) 99.94%, #242021 99.95%, rgba(36, 32, 33, 0.47) 99.96%, #242021 99.97%);
}

.title {
    position: relative;
    color: #fff;
    font-size: 64px;
    display: flex;
    justify-content: center;
    padding-top: 150px;
    z-index: 500;
}

@media only screen and (max-width: 500px) {
    .title { 
        padding-top: 120px;
        font-size: 50px; 
    }

    .sub-header {
        height: 250px;
    }
}

/* Hero Sub Header END*/

/*De ce sa ne alegeti pe noi*/
.dc-content {
    width: 100%;
    min-height: 700px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.icon-box {
    margin-top: 50px;
    width: 300px;
    height: 28px;
    display: flex;
    align-items: center;
}

.icon-box i {
    margin: 0 16px;
    color: #FCBC04;
}

.line {
    width: 120px;
    height: 2px;
    border-bottom: 2px solid #FCBC04;
}

.dc-noi {
    margin-top: 50px;
}

.dc-noi h1 {
    color: #FCBC04;
    font-size: 32px;
    user-select: none;
}

.dc-noi h1::after {
    content: ' SA NE ALEGETI PE NOI ?';
    color: #242021;
}

.dc-noi-box {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dc-noi-box img {
    width: 600px;
    height: auto;
    margin-right: 50px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.dc-noi-box p {
    font-weight: normal;
    width: 50%;
    height: auto;
    font-size: calc(11px + 0.22vw);
    color: #685E61;
}

.arrow-down {
    position: absolute;
    z-index: 999;
    width: 0; 
    height: 0;          
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #fff;
    margin-top: 690px;
}

@media only screen and (max-width: 1250px) {
    .dc-noi-box {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .dc-noi-box p {
        font-weight: normal;
        width: 70%;
        height: auto;
        font-size: calc(11px + 0.22vw);
        color: #685E61;
    }
    .dc-noi-box img {
        margin-right: 0;
        margin-bottom: 50px;
        width: 70%;
    }
    .arrow-down {
        display: none;
    }
}


@media only screen and (max-width: 500px) {
    .title {
        font-size: 40px;
    }

    .dc-noi h1 {
        color: #FCBC04;
        font-size: 24px;
        user-select: none;
    }
    .dc-noi-box {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    .dc-noi-box p {
        font-weight: normal;
        width: 90%;
        height: auto;
        font-size: 14px;
        color: #685E61;
        margin-bottom: 20px;
    }

    .dc-noi-box img {
        width: 90%;
        height: auto;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-bottom: 5  0px;
    }

    .arrow-down {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .dc-noi h1 {
        font-size: 18px;
    }
    .dc-content .line {
        width: 80px;
    }
    .dc-content .icon-box {
        margin-left: 80px;
    }
}
/*De ce sa ne alegeti pe noi END*/

/*Mai multe despre noi*/
.mai-multe {
    background: url(images/books.jpg) center no-repeat;
    background-size: cover;     
    width: 100%;
    height: 430px;
}

.bg-cover-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50%;
    height: 430px;
    background: rgba(252, 188, 4, 0.7);
    z-index: 2;
}

.bg-cover-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50%;
    right: 0;
    height: 430px;
    background: rgba(36, 32, 33, 0.8);
    z-index: 2;
}

.mm-noi {
    position: absolute;
    z-index: 3;
    width: 558px;
}

.mm-noi h1 {
    color: #242021;
    font-size: 64px;
    user-select: none;
}

.mm-noi h1::after {
    content: ' detalii despre noi :';
    color: #fff;
}

.mai-multe-box {    
    margin-top: -40px;
    position: absolute;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.mai-multe-box p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    height: auto;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    .mm-noi h1 {
        font-size: 58px;
        margin-left: 20px;
    }

    .mai-multe-box p {
        margin-top: 30px;
        font-size: 14px;
        color: #fff;
    }
}

@media only screen and (max-width: 1250px) {
    .mm-noi h1 {
        font-size: 42px;
        margin-left: 100px;
    }

    .mai-multe-box p {
        margin-top: 30px;
        font-size: 12px;
        color: #fff;
    }
}

@media only screen and (max-width: 850px) {
    .bg-cover-left {
        display: none;
    }
    
    .bg-cover-right {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        right: 0;
        height: 430px;
        background: rgba(36, 32, 33, 0.8);
        z-index: 2;
    }
}

@media only screen and (max-width: 500px) {
    .mai-multe {
        height: 500px;
        text-align: center;
    }

    .bg-cover-right {
        height: 500px;
    }

    .mai-multe .line {
        width: 100px;
    }

    .mai-multe .icon-box {
        margin-left: 8%;
    }
}

@media only screen and (max-width: 350px) {
    .mai-multe {
        height: 600px;
    }

    .bg-cover-right {
        height: 600px;
    }

    .mai-multe .line {
        width: 80px;
    }

    .mai-multe .icon-box {
        margin-left: 24%;
    }

    .mai-multe p {
        font-size: 12px;
        width: 250px;
    }
}

/*Mai multe despre noi END*/

/*Rezolv probleme*/

.rezolv-prob {
    background-color: #242021;
    height: 540px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.rezolv-prob h1 {
    font-size: 32px;
    color: #FCBC04;
    margin-bottom: 60px;
    margin-top: -10px;
}

.rezolv-prob-box {
    display: flex;
    justify-content: center;
    align-content: center;
}

.rezolv-prob-box img {
    width: 523px;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.prob-list {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.prob-item {
    margin-left: 80px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.prob-item div {
    text-align: center;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
    background: #FCBC04;
}
.prob-item div i{
    line-height: 38px;
	color: #fff;
}

.prob-item p {
    margin-top: 5px;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 1250px) {
    .rezolv-prob {
        height: 800px;
    }

    .rezolv-prob h1 {
        font-size: 28px;
        text-align: center;
    }
    
    .rezolv-prob-box {
        flex-direction: column;
        align-items: center;
    }
    
    .rezolv-prob-box img {
        width: 50%;
        margin-bottom: 50px;
    }

    .prob-item {
        margin-left: 20px;
    }

    .prob-item div {
        text-align: center;
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #FCBC04;
    }
    .prob-item div i{
        line-height: 28px;
        color: #fff;
    }
    
    .prob-item p {
        margin-left: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .prob-list {
        font-weight: bold;
    }

    .prob-item::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        margin-top: 12px;
        margin-right: 5px;
        font-size: 8px;
        color: #FCBC04;
    }

    .rezolv-prob {
        height: 800px;
    }

    .rezolv-prob h1 {
        font-size: 20px;
        margin: 0px 5px 50px 5px;
    }

    .rezolv-prob-box img {
        width: 90%;
        margin-bottom: 50px;
    }

    .prob-item div {
        display: none;
    }
    
    .prob-item p {
        margin-left: 5px;
        font-size: 14px;
        margin-right: 5px;
    }
}

/*Rezolv probleme END*/

/*Footer*/
.footer-about {
    background: url(images/footer-bg.jpg) center no-repeat;
    background-size: cover;     
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
}

.footer-bg {
    position: absolute;
    width: 100%;
    height: inherit;
    z-index: 2;
    background: rgba(36, 32, 33, 0.7);
}

.footer-box {
    z-index: 5;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.footer-logo-patrat {
    width: 170px;
    height: 170px;
}

.footer-logo-text {
    width: auto;
    height: 80px;
}

.footer-info {
    height: 170px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #fff;
}

.contact-info-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}
.contact-info-header h1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.underline {
    width: 200px;
    height: 0;
    background-color: #fff;
    border: 1px solid #fff;
}

.contact-info-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: auto;
}

.contact-info-items h1 {
    margin-top: -9px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

.contact-info-items a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-top: -9px;
}

.contact-info-items a:hover {
    color: #FCBC04;
    transition: 0.5s;
}

.contact-info-items i {
    margin-right: 10px; 
}

@media only screen and (max-width: 1200px) {
    .footer-logo-text {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .footer-logo-patrat {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    #arii-practica {
        display: none;
    }
}
/*Footer END*/

/*bottom navigation bar*/
.bottom-nav-bar {
    width: 100%;
    height: 50px;
    background-color: #FCBC04;
    display: flex;
    flex-direction: row;
}

.bottom-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.bottom-nav div {
    text-align: center;
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 100%;
    background: #242021;
    margin-right: 100px;
}

.bottom-nav div i{
    line-height: 35px;
	color: #fff;
}

.bottom-nav h1 {
    font-size: 18px;
    color: #242021;
    margin-left: 100px;
    float: left;
}

@media only screen and (max-width: 600px) {
    .bottom-nav h1 {
        font-size: 12px;
        margin-left: 20px;
    }

    .bottom-nav div {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    
    .bottom-nav div i{
        line-height: 30px;
    }
}
/*bottom navigation bar END*/