@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/contact-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;
}

.sub-header h2 {
    margin: 0 20px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.sub-header-line {
    margin-top: 5px;
    width: 120px;
    height: 2px;
    border-bottom: 2px solid #fff;
}

.sub-header-box {
    margin-top: 20px;
    position: relative;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media only screen and (max-width: 1150px) {
    .title { 
        padding-top: 120px;
        font-size: 50px; 
    }

    .sub-header {
        height: 250px;
    }
}

@media only screen and (max-width: 920px) {
    .title { 
        font-size: 40px; 
    }

}

@media only screen and (max-width: 700px) {
    .title { 
        font-size: 30px; 
        padding-top: 100px;
    }
    .sub-header {
        height: 200px;
    }
}

@media only screen and (max-width: 350px) {
    .title { 
        font-size: 25px; 
        padding-top: 100px;
    }
    .sub-header {
        height: 200px;
    }
}
/* Hero Sub Header END*/

/* HARTA */
.harta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242021;
    height: 100px;
}

.line {
    width: 100px;
    height: 0;
    border-bottom: 3px solid #fff;
}

.harta h1 {
    font-size: 34px;
    color: #fff;
    margin: 0 20px;
}

@media only screen and (max-width: 1150px) {
    .harta h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 920px) {
    .harta h1 {
        font-size: 20px;
    }

    .harta {
        height: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .harta h1 {
        font-size: 16px;
    }

    .harta {
        height: 70px;
    }
    
    .line {
        width: 70px;
        border-bottom: 2px solid #fff;
    }
}

@media only screen and (max-width: 350px) {
    .harta h1 {
        font-size: 14px;
        margin: 0 10px;
    }
    
    .line {
        width: 50px;
    }
}
/* HARTA END */

/* MAP */
.contact-map {
    height: 427px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* MAP END */

/* CONTACT INFO */
.contact-content {
    background: #242021;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content-col {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.content-col i {
    color: #FCBC04;
    margin-right: 20px;
}

.content-col h1 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.content-col h2 {
    font-size: 14px;
    color: #FCBC04;
    font-weight: normal;
}

@media only screen and (max-width: 1150px) {
    .contact-map {
        height: 350px;
    }

    .contact-map iframe {
        height: 250px;
    }

    .content-col h1 {
        font-size: 14px;
    }
    
    .content-col h2 {
        font-size: 12px;
    }

    .content-col i {
        margin-right: 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 920px) {
    .contact-map {
        height: 270px;
    }

    .contact-map iframe {
        height: 200px;
    }

    .harta {
        height: 80px;
    }

    .content-col h1 {
        font-size: 11px;
    }
    
    .content-col h2 {
        font-size: 8px;
    }

    .content-col i {
        margin-right: 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .contact-map {
        height: 200px;
    }

    .contact-map iframe {
        height: 150px;
    }

    .harta {
        height: 70px;
    }

    .content-col h1 {
        font-size: 10px;
    }
    
    .content-col h2 {
        font-size: 6px;
    }

    .content-col i {
        margin-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .harta {
        height: 60px;
    }

    .content-col h1 {
        font-size: 8px;
    }
    
    .content-col h2 {
        font-size: 5px;
    }

    .content-col i {
        margin-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .contact-map {
        height: 150px;
    }

    .contact-map iframe {
        height: 100px;
    }

    .harta {
        height: 60px;
    }

    .content-col h1 {
        font-size: 10px;
    }
    
    .content-col h2 {
        font-size: 6px;
    }

    .content-col i {
        margin-right: 10px;
        font-size: 16px;
    }

    .contact-content {
        flex-direction: column;
        justify-content: space-around;
        height: 150px;
    }
}
/* CONTACT INFO END */

/* SEND A MESSAGE */
.submit-content {
    width: 100%;
    height: 850px;
    background: url("images/room-bg.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-content::after {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: rgba(36, 32, 33, 0.2);
}

.submit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 700px;
    z-index: 4;
}

.submit h1 {
    font-size: 48px;
    font-weight: bold;
    color: #242021;
    margin-bottom: 20px;
}

input[type=text], select, textarea {
    width: 700px;
    height: 20px;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    resize: vertical;
}
  
button {
    background-color: #FCBC04;
    width: 740px;
    height: 60px;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
  
button:hover{
    background-color: #242021;
    transition: 0.2s;
}

.submit textarea {
    height: 170px;
}

@media only screen and (max-width: 950px) {
    .submit-content {
        height: 800px;
    }

    .submit {
        width: 600px;
    }

    .submit h1 {
        font-size: 40px;
    }

    input[type=text], select, textarea {
        width: 600px;
        padding: 15px;
    }
      
    button {
        width: 630px;
    }

    .submit textarea {
        height: 150px;
    }
}

@media only screen and (max-width: 700px) {
    .submit-content {
        height: 700px;
    }

    .submit {
        width: 400px;
    }

    .submit h1 {
        font-size: 36px;
    }

    input[type=text], select, textarea {
        width: 400px;
        padding: 10px;
    }
      
    button {
        width: 420px;
    }

    .submit textarea {
        height: 130px;
    }
}

@media only screen and (max-width: 470px) {
    .submit-content {
        height: 550px;
    }

    .submit {
        width: 230px;
    }

    .submit h1 {
        font-size: 20px;
    }

    input[type=text], select, textarea {
        width: 230px;
        padding: 3px;
        font-size: 10px;
    }
      
    button {
        width: 240px;
        height: 40px;
        font-size: 12px;
    }

    .submit textarea {
        height: 120px;
    }
}
  
/* SEND A MESSAGE END */

/* Footer                               ------------------>*/ 
.footer-about {
    background: #242021;
    background-size: cover;     
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
}

.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                                ------------------>*/