:root{
    --culoare-b1: #c3a66f;
    --culoare-b2: #f0d4a1;
    --culoare-b3: #9e8048;
}

body{
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* font-variation-settings: "wdth" 87.5; */
    font-size: 16px;
}

.text-color-b1{
    color: var(--culoare-b1);
}
.text-color-b2{
    color: var(--culoare-b2);
}
.text-color-b3{
    color: var(--culoare-b3);
}
.background-color-b1{
    background-color: var(--culoare-b1);
}
.background-color-b2{
    background-color: var(--culoare-b2);
}
.background-color-b3{
    background-color: var(--culoare-b3);
}

.work-sans-600 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.cormorant-garamond-400i {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-400 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

/*
.work-sans-300 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}
 */

.outline-rounded-button{
    border: 1px solid var(--culoare-b1);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--culoare-b1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.outline-rounded-button:hover{
    background-color: var(--culoare-b1);
    color: var(--bs-black);
}

.bar3{
    width: 100%;
    height: 10px;
    background: #C98F00;
    background: linear-gradient(90deg, rgba(201, 143, 0, 1) 0%, rgba(146, 91, 2, 1) 8%, rgba(255, 246, 171, 1) 52%, rgba(146, 91, 2, 1) 88%, rgba(201, 143, 0, 1) 100%);
}

.topLine{
    background-color: var(--culoare-b1);
}
.topLine > div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--culoare-b1);
    padding: 5px 10px;
}
.topLine div.news{
    flex: 1 1 auto;
    font-size: 1.2rem;
    display: grid;
    color: #e6c996;
    grid-template-columns: 50px auto 50px;
}
.topLine div.news .news-bar-content > span{
    display: none;
} 
.topLine div.news .next, .topLine div.news .previous{
    cursor: pointer;
}

.sub-menu-language{
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menuLine{
    background-color: var(--bs-black);
}
.menuLine .menu-bar{
    font-size: 1.3rem;
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    gap: 10px;
}
.menuLine div.menu-bar img{
    max-height: 80px;
    width: auto;
}
.menuLine div.menu-bar-content{
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}
.menuLine div.menu-bar-content > span{
    color: var(--culoare-b1);
    cursor: pointer;
}
.menuLine div.menu-bar-content > span:last-child{
    margin-right: 20px;
    border-left: 2px solid var(--culoare-b1);
    padding-left: 20px;
}
.menuLine div.menu-bar-content > span:hover{
    color: var(--culoare-b2);
}

.submenuLine{
    background-color: var(--culoare-b1);
}
.submenuLine > div{
    letter-spacing: 2px;
    font-size: 1.2rem;
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-15px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0);
    }
}
.submenuLine > div > span{
    animation: moveLeftRight 2s linear infinite;
}

.main-image-slider .absolute-text{
    width: 100%;
    padding: 0 5%;
    position: absolute;
    bottom: 20%;
    /* left: 10%; */
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    gap: 10px;
    color: var(--culoare-b1);
    text-shadow: 2px 2px 4px #000000;
}

.main-image-slider .absolute-text .info > div{
    font-size: 4rem;
}
.main-image-slider .absolute-text .info > span{
    font-size: 1.8rem;
}
.main-image-slider .absolute-text .outline-rounded-button{
    font-size: 1.5rem;
}

.section2{
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    background: #C98F00;
    background: linear-gradient(90deg, rgba(201, 143, 0, 1) 0%, rgba(146, 91, 2, 1) 8%, rgba(255, 246, 171, 1) 52%, rgba(146, 91, 2, 1) 88%, rgba(201, 143, 0, 1) 100%);
    padding-bottom: 10px;
}
.section2 .zn2{
    background-color: #6a6a6a;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.section2 .zn2 > div{
    width: 50%;
    padding: 25px 20px;
}
.section2 .zn2 > div:first-child{
    background-color: var(--culoare-b1);
    border: 1px solid var(--culoare-b1);
    border-radius: 10px;
}
.section2 .zn2 > div:first-child div:nth-child(2){
    font-size: 2.5rem;
    line-height: 2rem;
    color: #e6c996;
}
.section2 .zn2 > div:last-child{
    border: 1px solid var(--culoare-b1);
    border-radius: 10px;
    text-align: center;
}
.section2 .zn2 > div:last-child div:nth-child(2){
    font-size: 2.5rem;
    line-height: 2rem;
    color: #e6c996;
}

.section3{
    padding: 0px 25px 10px;
}
.section3 .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.section3 .title div:first-child{
    flex: 1 1 auto;
    color: var(--culoare-b3);
}

.section3 div.slide{
    display: grid;
    grid-template-columns: 50px auto 50px;
    align-items: center;
}
/* .section3 div.slide .section3-content > span{
    display: none;
}  */
.section3 div.slide .next{
    cursor: pointer;
    width: 40px;
    height: 120px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 30% 50%);
    background: #C98F00;
    background: linear-gradient(0deg, rgba(201, 143, 0, 1) 0%, rgba(146, 91, 2, 1) 8%, rgba(255, 246, 171, 1) 52%, rgba(146, 91, 2, 1) 88%, rgba(201, 143, 0, 1) 100%);
}
.section3 div.slide .previous{
    cursor: pointer;
    width: 50px;
    height: 120px;
    clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0 50%);
    background: #C98F00;
    background: linear-gradient(0deg, rgba(201, 143, 0, 1) 0%, rgba(146, 91, 2, 1) 8%, rgba(255, 246, 171, 1) 52%, rgba(146, 91, 2, 1) 88%, rgba(201, 143, 0, 1) 100%);
}

.section3 div.slide .section3-content{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    border-radius: 10px;
}
.section3 div.base{
    display: grid;
    grid-template-columns: auto 400px auto;
    align-items: center;
}
.section3 div.base .button{
    cursor: pointer;
    background: #19208a;
    border-radius: 7px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1.2rem;
}
.container-section4{
    background: #000000;
}
.section4{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.section4 > div:first-child{
    flex-grow: 3;
    border-radius: 10px;
    border: 2px solid #19208a
}
.section4 > div:nth-child(2){
    flex-grow: 2;
    border-radius: 10px;
    border: 2px solid #8a1919
}
.section4 > div:last-child{
    flex-grow: 1;
    border-radius: 10px;
    border: 2px solid var(--culoare-b2)
}
.section4 > div img{
    border-radius: 10px;
}

.section4 .absolute-text{
    width: 100%;
    padding: 0 5%;
    position: absolute;
    bottom: 5%;
    color: var(--culoare-b1);
    font-size: 1.7rem;
    /* text-shadow: 2px 2px 4px #000000; */
}
.section4 .absolute-text a{
    text-decoration: none;
}
.section4 > div:first-child .outline-rounded-button{
    border-color: #19208a;
    display: inline-block;
}
.section4 > div:first-child .outline-rounded-button:hover{
    background-color: #19208a;
    color: var(--bs-white);
}
.section4 > div:nth-child(2) .outline-rounded-button{
    border-color: #8a1919;
    display: inline-block;
}
.section4 > div:nth-child(2) .outline-rounded-button:hover{
    background-color: #8a1919;
    color: var(--bs-white);
}
.section4 > div:last-child .absolute-text{
    color: var(--bs-black);
}
.section4 > div:last-child .outline-rounded-button{
    border-color: var(--culoare-b2);
    background-color: var(--bs-black);
    color: var(--culoare-b2);
    display: inline-block;
}
.section4 > div:last-child .outline-rounded-button:hover{
    background-color: var(--culoare-b2);
    color: var(--bs-black);
}

.container-section5{
    background-color: var(--culoare-b2);
}
.section5{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    border-radius: 10px;
}
.section5 > div:first-child{
    background-color: var(--bs-black);
    color: var(--culoare-b2);
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.section5 > div:first-child a{
    text-decoration: none;
    color: var(--culoare-b2);
}
.section5 div:last-child img{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.container-section6{
    background-image: url('../images/section6-i4.jpg');
}
.section6{
    background-color: #6a6a6a;
    display: grid;
    grid-template-columns: 60% 30%;
    gap: 40px;
    /* padding: ; */
}
.section6 a{
    text-decoration: none;
    color: var(--bs-black);
}
.section6 > div:first-child{
    color: var(--culoare-b2);
}
.section6 .items{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.section6 .items > div{
    background-color:  var(--bs-white);
    border-radius: 10px;
    border: 2px solid var(--culoare-b3);
    color: var(--culoare-b1);
    padding: 30px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.section6 .items > div img{
    max-width: 70%;
}

.container-section7{
    background-color: var(--culoare-b1);
}
.section7{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}
.section7 > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.section7 > div > div{
    background: #C98F00;
    background: linear-gradient(-45deg, rgba(201, 143, 0, 1) 0%, rgba(146, 91, 2, 1) 8%, rgba(255, 246, 171, 1) 52%, rgba(146, 91, 2, 1) 88%, rgba(201, 143, 0, 1) 100%);
    padding: 7px;
    border-radius: 100%;
}
.section7 > div img{
    border-radius: 100%;
    max-width: 250px;
}


footer{
    background-color: var(--bs-black);
    /* margin-top: 50px; */
}
footer > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
footer .newsletter-form{
    border-radius: 10px;
}
.newsletter-form input[type="email"]{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.newsletter-form button{
    white-space: nowrap;
    background-color: var(--culoare-b2);
    border: 1px solid var(--culoare-b2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.newsletter-form button:hover{
    background-color: var(--culoare-b1);
    color: var(--culoare-b2);
}    

footer .social-media-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
footer .social-media-icons img{
    cursor: pointer;
    width: 40px;
    height: 40px;
}

footer .logoMic{
    max-width: 150px;
}
footer .footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
footer .footer-links div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
footer .footer-links a{
    text-decoration: none;
    color: var(--bs-white);
}

/* .section3 .title div:last-child{
    flex: 1 1 auto;
    color: #e6c996;
} */

/* clip-path: polygon(0% 0%, 100% 50%, 4% 98%, 31% 47%); */

    

@media (min-width: 1400px) {
    .custom-xxxl{
        max-width: 2200px;
    }
}


