.f-lora{font-family: 'Lora';}
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #111 !important; }
.color{ color: #e41919 !important; }
.glass{ opacity: .5; };
.image-fullwidth img{
    width: 100%;
}
.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}
.round{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;    background:#000; }
::selection{ color: #fff;    background:#000; }

.animate, .animate *{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
    -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}

:root{
    scroll-behavior: auto;
}
html, body{
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgb(163, 136, 13);
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    
    will-change: transform;
  
    z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
    overflow-x: hidden !important;
    width: 100vw !important;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
}

img {
    transition: all .5s ease !important;
}

a {
    transition: all .5s ease !important;
}

.navbar {
    width: 100vw !important;
    height: 180px;
    margin-top: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;

    transition: all .3s ease;
}

.middle-nav {
    display: flex;
    justify-content: center;
    height: 200px;
    width: auto;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 0px;
}

.auto-height {
    height: auto !important;
}

a {
    color: #000;
    text-decoration: none;
}

.navlinks {
    display: flex;
    margin-top: 0px;
    width: 100vw !important;
    justify-content: center;
    z-index: 1000;
}

.links{
    margin: 3px 12px;
    font-family: "montserrat";
    font-weight: 500;
    color: #000;
}

.links::after {
    content: ''; /* Conținut gol necesar pentru pseudo-element */
    position: absolute;
    display: block;
    left: auto;
    right: auto;
    bottom: -2px; /* Poziționează sublinia sub text */
    width: 40px;
    height: 1px; /* Înălțimea liniei de subliniere */
    background-color: #a39624; /* Culoarea liniei de subliniere */
    transform: scaleX(0); /* Inițial, linia de subliniere este invizibilă (scaleX(0)) */
    transform-origin: bottom left; /* Punctul de origine pentru scalare (la baza stânga) */
    transition: transform 0.3s ease; /* Tranzitie pentru efectul de aparitie */
}

a:hover::after {
    transform: scaleX(1); /* La hover, scala linia la 100% (scaleX(1)) */
  }
.links:nth-child(1) {
    animation-delay: 0.1s; /* Delay pentru primul element */
  }
  
  .links:nth-child(2) {
    animation-delay: 0.2s; /* Delay pentru al doilea element */
  }
  
  .links:nth-child(3) {
    animation-delay: 0.3s; /* Delay pentru al treilea element */
  }
  .links:nth-child(4) {
    animation-delay: 0.4s; /* Delay pentru primul element */
  }
  
  .links:nth-child(5) {
    animation-delay: 0.5s; /* Delay pentru al doilea element */
  }
  
  .links:nth-child(6) {
    animation-delay: 0.6s; /* Delay pentru al treilea element */
  }
@keyframes links-anim {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.active {
    font-weight: 600 !important;
}

.links:hover {
    color: #a39624 !important;
    scale: 1;
}

.nav-logo {
    height: 71px;
    transition: all .5s ease;
    margin-bottom: 10px;
}
.nav-logo:hover {
    scale: 1.05;
}
.checkboxtoggler {
    display: none;
}
@media only screen and (max-width: 1150px) {
    .nav-logo {
        height: 38px;
        margin-top: 10px;
    }
    .navlinks {
        position: fixed;
        width: 80vw !important;
        height: auto;
        display: none;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 80px;
        border: solid .5px #a39624;
        background: rgba(255,255,255,0.5);
        box-shadow: 20px 20px 40px -6px rgba(0,0,0,0.2);
        backdrop-filter: blur(8.3px);
        -webkit-backdrop-filter: blur(8.3px);
        padding: 30px 10px;
        transition: all .5s ease;
        animation-name: height-animation;
        animation-duration: .5s;
        z-index: 1000 !important;

        opacity: 0;
    }
    .navlinks.show .links {
        opacity: 1;
    }
    .navlinks.show {
        display: flex;
        margin-top: 140px;
        opacity: 1;
    }
    .links:nth-child(1) {
        transition-delay: 0.1s; /* Delay pentru primul element */
      }
      
      .links:nth-child(2) {
        transition-delay: 0.2s; /* Delay pentru al doilea element */
      }
      
      .links:nth-child(3) {
        transition-delay: 0.3s; /* Delay pentru al treilea element */
      }
      .links:nth-child(4) {
        transition-delay: 0.1s; /* Delay pentru primul element */
      }
      
      .links:nth-child(5) {
        transition-delay: 0.2s; /* Delay pentru al doilea element */
      }
      
      .links:nth-child(6) {
        transition-delay: 0.3s; /* Delay pentru al treilea element */
      }
    @keyframes height-animation {
        from {margin-top: 80px; opacity: 0;}
        to {margin-top: 140px; opacity: 1;}
    }
    .links {
        transition: opacity 1.6s ease;
        opacity: 0;
        transition: all .5s ease;
    }
    
    .middle-nav {
        margin-top: 0px;
    }
    .active {
        font-weight: 600 !important;
        color: #a39624 !important;
    }
    .navbar {
        height: 80px !important;
        position: fixed;
    }
    .checkboxtoggler {
        width: 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        position: absolute;
        top: 30px;
        left: 30px;
      }
      
      .line-1 {
        background: #4d4d4d;
        height: 1.5px;
        border-radius: 10em;
        transition-duration: 500ms;
      }
      
      .line-2 {
        background: #4d4d4d;
        height: 1.6px;
        border-radius: 10em;
        transition-duration: 500ms;
      }
      
      .line-3 {
        background: #4d4d4d;
        height: 1.5px;
        border-radius: 10em;
        transition-duration: 500ms;
      }
      
      #toggleChecker {
        height: 20px;
        width: 100%;
        display: none;
      }
      
      #toggleChecker:checked + #togglerLable .checkboxtoggler .line-1 {
        -webkit-transform: rotate(45deg) translateY(4px) translateX(6px);
        -ms-transform: rotate(45deg) translateY(4px) translateX(6px);
        transform: rotate(45deg) translateY(4px) translateX(6px);
      }
      
      #toggleChecker:checked + #togglerLable .checkboxtoggler .line-2 {
        -webkit-transform: rotate(-45deg) translateY(1px) translateX(1px);
        -ms-transform: rotate(-45deg) translateY(1px) translateX(1px);
        transform: rotate(-45deg) translateY(1px) translateX(1px);
      }
      
      #toggleChecker:checked + #togglerLable .checkboxtoggler .line-3 {
        transform: scaleX(0);
        transform-origin: left;
      }
}

.first-banner {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: none;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 3;

    opacity: 1;
    transition: opacity 0.5s ease;

    overflow: hidden !important;

    animation-name: fadein1;
    animation-duration: .5s;
}

@keyframes fadein1 {
    from {opacity: 0;}
    to {opacity: 1;}
}

.rama-banner {
    position: absolute;
    height: 600px;
    right: 350px;
    margin-top: 40px;

    animation: slide04 2.4s;
}

.poza-produs-banner {
    position: absolute;
    height: 400px;
    right: 180px;
    margin-top: 140px;

    animation: slide05 3s;
}


.text-banner1 {
/* Hai la Adriana */
position: absolute;
width: 276px;
height: 87px;
left: 180px;
margin-top: 130px;

font-family: 'Birthstone';
font-style: normal;
font-weight: 400;
font-size: 54px;
line-height: 87px;

color: #BC9A23;

animation: slide01 1.3s ease;

transition: all .5s ease;
}

.text-banner2 {
/* ÎNGHEȚATĂ DE VANILIE */

position: absolute;
width: auto;
height: auto;
left: 180px;
margin-top: 190px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 65px;
line-height: 87px;
z-index: 2;

color: #2E2E2E;

animation: slide02 2s;

transition: all .5s ease;
}

.text-banner3 {
/* Descoperă cea mai bună înghețată din Cluj. La Adriana, folosim cele mai de calitate ingrediente în prepararea dulciurilor. */

position: absolute;
width: 581px;
height: 52px;
left: 180px;
margin-top: 330px;

font-family: 'Lora';
font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 26px;

color: #424242;

animation: slide03 2.6s;

transition: all .5s ease;
}

.black-button {
/* Rectangle black button */

position: absolute;
width: 190px;
height: 49px;
left: 180px;
margin-top: 414px;

background-color: #1F1F1F;
/* CUMPĂRĂ ACUM */

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF !important;

display: flex;
align-items: center;
justify-content: center;

transition: all .5s linear;

box-sizing: border-box;

animation: fadeIn-delayed 2.6s;
}

.black-button:hover {

background-color: #ffffff;

border: 1px solid #1F1F1F;

color: #1F1F1F !important;

box-sizing: border-box;
}

.golden-button {
/* Rectangle 1836 */

box-sizing: border-box;

position: absolute;
width: 190px;
height: 49px;
left: 380px;
margin-top: 414px;

background: #FFFFFF00;
border: 1px solid #D7AF23;

/* DESCOPERĂ */

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #C0931E !important;

display: flex;
align-items: center;
justify-content: center;

transition: all .5s linear;

animation: fadeIn-delayed 3s;
}

.golden-button:hover {

    border: 1px solid #353535;

    background-color: #f0ebdc;
        
    color: #353535 !important;
        
    box-sizing: border-box;
}

@keyframes slide01 {
    0% {transform: translateX(60px); opacity: 0;}
    10% {transform: translateX(60px); opacity: 0;}
    100% {transform: translateX(0px); opacity: 1;}
}

@keyframes slide02 {
    0% {transform: translateX(60px); opacity: 0;}
    19% {transform: translateX(60px); opacity: 0;}
    100% {transform: translateX(0px); opacity: 1;}
}
@keyframes slide03 {
    0% {transform: translateX(60px); opacity: 0;}
    30% {transform: translateX(60px); opacity: 0;}
    100% {transform: translateX(0px); opacity: 1;}
}
@keyframes slide04 {
    0% {transform: translateX(-70px); opacity: 0;}
    43% {transform: translateX(-70px); opacity: 0;}
    100% {transform: translateX(0px); opacity: 1;}
}
@keyframes slide05 {
    0% {transform: translateX(50px); opacity: 0;}
    52% {transform: translateX(50px); opacity: 0;}
    100% {transform: translateX(0px); opacity: 1;}
}

@keyframes fadeIn-delayed {
    0% {transform: translateX(20px);opacity: 0;}
    55% {transform: translateX(20px);opacity: 0;}
    100% {transform: translateX(0px);opacity: 1;}
}

@media only screen and (max-width: 1750px) {
    
    .text-banner1{
        left: 60px !important;
    }
    .text-banner2 {
        left: 60px !important;
    }
    .text-banner3 {
        left: 60px !important;
    }
    .golden-button{
        left: 260px !important;
    }
    .black-button{
        left: 60px !important;
    }
    .rama-banner {
        right: 250px;
        height: 34.2vw;
    }
    .poza-produs-banner {
        right: 60px;
        height: 21.2vw;
    }
}

@media only screen and (max-width: 1370px) {
    .text-banner1{
        font-size: 49px;
    }
    .text-banner2 {
        font-size: 60px;
    }
    .text-banner3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1150px) {
    .text-banner1{
        position: relative !important;
        width: auto;
        height: 70px !important;
        left: 0 !important;
        margin-top: 30px !important;
        font-size: 33px;
        text-align: center;
    }
    .text-banner2 {
        position: relative !important;
        width: 300px;
        height: auto;
        left: 0 !important;
        margin-top: 0 !important;
        font-size: 40px;
        text-align: center;
        line-height: 40px !important;
    }
    .text-banner3 {
        position: relative !important;
        width: auto;
        height: auto;
        left: 0 !important;
        margin-top: 50px;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
    }
    .golden-button{
        position: relative !important;
        left: 0 !important;
        margin-top: 10px;
    }
    .black-button{
        position: relative !important;
        left: 0 !important;
        margin-top: 30px;
    }
    .rama-banner {
        position: relative !important;
        right: 0;
        margin-top: 50px;
        height: 260px;
        margin-left: -35px;
    }
    .poza-produs-banner {
        position: relative !important;
        right: 30;
        margin-top: -230px;
        height: 200px;
        margin-right: -305px;
    }
    .first-banner {
        position: relative;
    }
    .second-banner {
        position: relative;
    }
}

.second-banner {
    width: 100vw;
    height: 90vh;
    background-color: #ffffff;
    display: none;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 5;

    opacity: 1;
    transition: opacity 0.5s ease;

    overflow: hidden !important;
}
.flex {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
}
.rama-bannerb {
    position: absolute;
    height: 600px;
    left: 350px;
    margin-top: 40px;

    animation: slide04 2.4s;
}

.poza-produs-bannerb {
    position: absolute;
    height: 450px;
    left: 180px;
    margin-top: 140px;

    animation: slide05 3s;
}


.text-banner1b {
/* Hai la Adriana */
position: absolute;
width: 276px;
height: 87px;
right: 180px;
margin-top: 130px;

font-family: 'Birthstone';
font-style: normal;
font-weight: 400;
font-size: 54px;
line-height: 87px;

color: #BC9A23;

animation: slide01 1.3s ease;

transition: all .5s ease;
}

.text-banner2b {
/* ÎNGHEȚATĂ DE VANILIE */

position: absolute;
width: auto;
height: auto;
right: 180px;
margin-top: 190px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 65px;
line-height: 65px;
z-index: 2;
text-align: right;

color: #2E2E2E;

animation: slide02 2s;

transition: all .5s ease;
}

.text-banner3b {
/* Descoperă cea mai bună înghețată din Cluj. La Adriana, folosim cele mai de calitate ingrediente în prepararea dulciurilor. */

position: absolute;
width: 581px;
height: 52px;
right: 180px;
margin-top: 330px;

font-family: 'Lora';
font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 26px;
text-align: right;

color: #424242;

animation: slide03 2.6s;

transition: all .5s ease;
}

.black-buttonb {
/* Rectangle black button */

position: absolute;
width: 190px;
height: 49px !important;
right: 380px;
margin-top: 414px;

background-color: #1F1F1F;
/* CUMPĂRĂ ACUM */

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF !important;

display: flex;
align-items: center;
justify-content: center;

transition: all .5s linear;

box-sizing: border-box;

animation: fadeIn-delayed 2.6s;
}

.black-buttonb:hover {

background-color: #ffffff;

border: 1px solid #1F1F1F;

color: #1F1F1F !important;

box-sizing: border-box;
}

.golden-buttonb {
/* Rectangle 1836 */

box-sizing: border-box;

position: absolute;
width: 190px;
height: 49px !important;
right: 180px;
margin-top: 414px;

background: #FFFFFF00;
border: 1px solid #D7AF23;

/* DESCOPERĂ */

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #C0931E !important;

display: flex;
align-items: center;
justify-content: center;

transition: all .5s linear;

animation: fadeIn-delayed 3s;
}

.golden-buttonb:hover {

    border: 1px solid #353535;

    background-color: #f0ebdc;
        
    color: #353535 !important;
        
    box-sizing: border-box;
}

.cartIcon {
    width: 22px;
    right: 55px;
    top: 68px;
    position: absolute;
}

.sunaNe {
    position: relative;
    font-family: montserrat;
    position: absolute;
    right: 60px;
    font-weight: 550;
    color: #353535 !important;
    top: 70px;
    transition: all .5s ease;
}
.sunaNe:hover {
    scale: 1.05;
    color: #C79E0C !important;
}

@media only screen and (max-width: 1750px) {
    
    .text-banner1b {
        right: 60px !important;
    }
    .text-banner2b {
        right: 60px !important;
    }
    .text-banner3b {
        right: 60px !important;
    }
    .golden-buttonb {
        right: 260px !important;
    }
    .black-buttonb {
        right: 60px !important;
    }
    .rama-bannerb {
        left: 250px;
        height: 34.2vw;
    }
    .poza-produs-bannerb {
        left: 60px;
        height: 21.2vw;
    }
    
}

@media only screen and (max-width: 1370px) {
    .text-banner1b {
        font-size: 49px;
    }
    .text-banner2b {
        font-size: 60px;
    }
    .text-banner3b {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1150px) {
    .text-banner1b{
        position: relative !important;
        width: 100px;
        height: 70px !important;
        left: 0 !important;
        margin-top: 0px !important;
        font-size: 33px;
        text-align: center;
    }
    .text-banner2b {
        position: relative !important;
        width: 300px;
        height: auto;
        left: 0 !important;
        margin-top: 0 !important;
        font-size: 33px;
        text-align: center;
        line-height: 34px !important;
    }
    .text-banner3b {
        position: relative !important;
        width: auto;
        height: auto;
        left: 0 !important;
        margin-top: 20px;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
    }
    .golden-buttonb{
        position: relative !important;
        left: 0 !important;
        margin-top: 10px;
    }
    .black-buttonb{
        position: relative !important;
        left: 0 !important;
        margin-top: 30px;
    }
    .rama-bannerb {
        position: relative !important;
        left: 30px !important;
        margin-top: 30px;
        height: 260px;
    }
    .poza-produs-bannerb {
        position: relative !important;
        margin-top: -230px;
        height: 230px;
        left: -45px !important;
    }
    .second-banner {
        height: 700px;
        padding-bottom: 50px;
        max-width: 100vw !important;
    }
    .first-banner {
        height: 700px;
        padding-bottom: 50px;
        max-width: 100vw !important;
    }
    .cartIcon {
        width: 20px;
        right: 30px !important;
        top: 28px !important;
        position: absolute;
    }
    .sunaNe {
        display: none !important;
    }
    
    .contactPage {
        width: 80vw !important;
        margin-top: 301px !important;
        position: fixed !important;
        right: auto !important;
    }
}

.fade-out {
    opacity: 0 !important;
}

.contactPage {
    position: absolute;
    width: 50vw;
    height: 200px;
    left: auto;
    right: auto;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 200px;
    border: solid .5px #a39624;
    background: rgba(255,255,255,0.5);
    box-shadow: 20px 20px 40px -6px rgba(0,0,0,0.2);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    padding: 10px 10px;
    transition: all .5s ease;
    z-index: 1001 !important;

    opacity: 0;
}

.contactPage.show {
    display: flex;
    opacity: 1;

    margin-top: 360px;
}

.contactUs {
    font-family: Lora;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 550;
    color: #242424;
}

.text1 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
    color: #363636;
}

.phoneNum {
    color: #161616;
    font-size: 21px;
    font-weight: 600;
}

.phoneNum2 {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
}

.paginaNoi {
    width: 100vw;
    height: auto;
    background-color: rgb(255, 255, 255);

    display: flex;
    justify-content: center;

    padding-top: 80px;
    padding-bottom: 40px;

    transition: all .5s ease;
}

.container {
    width: 1600px;
    height: auto;
    display: flex;
    box-sizing: border-box;
    background-color: #dfdfdf00;

    transition: all .5s ease;

    flex-wrap: wrap;
    justify-content: center;
}

.big-container {
    width: 1780px;
    height: auto;
    display: flex;
    box-sizing: border-box;
    background-color: #dfdfdf00;

    transition: all .5s ease;

    flex-wrap: wrap;
    justify-content: center;
}

.width-image-responsive {
    width: 500px;

    transition: all .5s ease;
}

@media only screen and (max-width: 1019px) {
    .item001 {order: 2;}
    .item002 {order: 1;}
    .item003 {order: 3;}
    .item004 {order: 6;}
    .item006 {order: 4;}
    .item005 {order: 5;}
}

.pd-13 {
    padding: 13px 13px;
}
.resp {
    transition: all .5s ease !important;
}

.text-descopera {
    /* DESCOPERĂ */
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;

line-height: 12px;
/* or 12px */
text-align: center;


color: #BD9C27;

position: absolute;

bottom: 25%;
}

.text-noi {
    /* Tempor id eu nisl nunc mi. Diam vel quam elementum pulvinar etiam non quam lacus. Convallis posuere morbi leo urna molestie at elementum eu. Odio facilisis mauris sit amet. Massa sapien faucibus et molestie ac. */
font-family: 'Lora';
font-style: italic;
font-weight: 400;

line-height: 15px;
width: 90%;
/* or 15px */
text-align: center;

color: #505050;

position: absolute;

top: 46%;
}

.titlu-noi {
    /* POVESTEA NOASTRĂ */
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;

line-height: 24px;
text-align: center;

color: #353535;

position: absolute;

margin-top: 28%;
}

.title-resp {
    font-size: 31px;
}

.text-resp {
    font-size: 15px;
}

.discover-resp {
    font-size: 16px;
    letter-spacing: 0.16em;
}


@media only screen and (max-width: 1670px) {
    .container {
        width: 1450px;
    }
    .big-container {
        width: 1565px;
    }
    .width-image-responsive {
        width: 450px;
    
    }
    .title-resp {
        font-size: 29px;
    }
    
    .text-resp {
        font-size: 14px;
        width: 95%;
    }
    
    .discover-resp {
        font-size: 16px;
        letter-spacing: 0.16em;
    }
    }
    @media only screen and (max-width: 1580px) {
        .container {
            width: 1350px;
        }
        .big-container {
            width: 1450px;
        }
        .width-image-responsive {
            width: 400px;
    
        }
        .title-resp {
            font-size: 27px;
        }
        
        .text-resp {
            font-size: 14px;
        }
        
        .discover-resp {
            font-size: 16px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1480px) {
        .container {
            width: 1250px;
        }
        .big-container {
            width: 1340px;
        }
        .width-image-responsive {
            width: 380px;
    
        }
        .title-resp {
            font-size: 26px;
        }
        
        .text-resp {
            font-size: 13px;
        }
        
        .discover-resp {
            font-size: 14px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1380px) {
        .container {
            width: 1190px;
        }
        .big-container {
            width: 1250px;
        }
        .width-image-responsive {
            width: 350px;
    
        }
        .title-resp {
            font-size: 24px;
        }
        
        .text-resp {
            font-size: 13px;
        }
        
        .discover-resp {
            font-size: 14px;
            letter-spacing: 0.16em;
            bottom: 20%;
        }
    }
    @media only screen and (max-width: 1280px) {
        .container {
            width: 1050px;
        }
        .big-container {
            width: 1160px;
        }
        .width-image-responsive {
            width: 320px;
    
        }
        .title-resp {
            font-size: 22px;
        }
        
        .text-resp {
            font-size: 12px;
        }
        
        .discover-resp {
            font-size: 13px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1180px) {
        .container {
            width: 90vw;
        }
        .big-container {
            width: 100vw;
        }
        .width-image-responsive {
            width: 320px;
    
        }
        .title-resp {
            font-size: 23px;
        }
        
        .text-resp {
            font-size: 12px;
        }
        
        .discover-resp {
            font-size: 13px;
            letter-spacing: 0.16em;
        }
    }
    


.border-cu-scris-noi {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
}

.image-in-box {
    position: absolute;
}

.flex-center {
    display: block;
}

.text-descopera::after {
    content: ''; /* Conținut gol necesar pentru pseudo-element */
    position: absolute;
    display: block;
    left: auto;
    right: auto;
    bottom: -8px; /* Poziționează sublinia sub text */
    width: 100%;
    height: 2px; /* Înălțimea liniei de subliniere */
    background-color: #BD9C27; /* Culoarea liniei de subliniere */
    transform: scaleX(0.32); /* Inițial, linia de subliniere este invizibilă (scaleX(0)) */
    transform-origin: bottom center; /* Punctul de origine pentru scalare (la baza stânga) */
    transition: transform 0.4s ease; /* Tranzitie pentru efectul de aparitie */
  }

  a:hover::after {
    transform: scaleX(1); /* La hover, scala linia la 100% (scaleX(1)) */
    background-color: #353535;
  }
.text-descopera:hover {
    color: #000000;
}

.resp {
    opacity: 0;
    transition: opacity 1s ease !important;
}

.resp.visible {
    opacity: 1;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

@media only screen and (max-width: 691px) {
    .m-absolute {
        position: absolute !important;
    }
    
    .m-relative {
        position: relative !important;
    }

    .height-auto {
        height: 320px !important;
    }
}

@media only screen and (max-width: 1670px) {
.links{
    font-size: 15px !important;
}
.sunaNe {
    font-size: 15px !important;
}
.nav-logo {
    height: 72px;
}
}
@media only screen and (max-width: 1570px) {
    .links{
        font-size: 16px !important;
    }
    .sunaNe {
        font-size: 15px !important;
    }
    .nav-logo {
        height: 68px;
    }
    }

@media only screen and (min-width: 1151px) {
.always-visible-desktop {
    display: flex !important;
}
}

@media only screen and (max-width: 1150px) {
    .nav-logo {
        height: 38px !important;
        margin-top: 10px !important;
    }
}

.sigla-social-mica {
    height: 23px;
    margin: 0px 5px;

    transition: all .3s ease;
}

.sigla-social-mica:hover {
    scale: 1.1;
}

.sociale {
    position: absolute;
    top: 66px;
    left: 57px;
}

.sociale2 {
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    left: auto;
}

@media only screen and (max-width: 1150px) {
    .sociale {
        position: relative;
        top: 10px;
        width: auto;
        height: auto;
        left: auto;
    }
    .sigla-social-mica {
        height: 23px;
        margin: 0px 10px;
    }
    .sociale2 {
        position: relative;
        top: 18px;
        width: auto;
        height: auto;
        left: auto;
    }
}

.subsol {
    background-color: #f8f8f8;
    width: 100vw;
    height: auto;
    bottom: 0px !important;
    padding: 50px 0px;

    display: flex;
    justify-content: center;

    transition: all .3s ease;
}

.logo_subsol {
    width: 200px;
    margin-top: 0px;

    transition: all .3s ease;
}

.align-down {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.important_links {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.mademyelias {
    opacity: 0;
    position: absolute;
    margin-top: 33px;
    left: auto;
    right: auto;
    text-align: center;
    transition: all .3s ease;
}

.important_links:hover .mademyelias {
    opacity: 1;
}

.link_important {
    padding: 3px 10px;

    transition: all .3s ease;

    font-weight: 500;

    color: #292929;

    font-size: 14px;
}

.link_important:hover {
    color: #a39624;
}

@media only screen and (max-width: 1150px) {
    .important_links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hide-mobile {
        display: none !important;
    }
}

.footer_text {
    font-size: 13px;
}

.paginaPolitica {
    display: flex;
    justify-content: center;

    width: 100vw;
    height: auto;

    padding: 10px 4px;

    position: relative;

    margin-bottom: 50px;
}

.titlu_pol_cookies {
    font-weight: 600;
}

@media only screen and (max-width: 1150px) {
    .paginaPolitica {
        top: 90px;
        margin-bottom: 100px;
    }
}

.matching-yellow {
    color: #a39624; 
}

.banner0 img {
    width: 100vw;
    filter: brightness(99%);
}

@media only screen and (max-width: 1150px) {
    .banner0 img {
        width: auto;
        height: 700px;
    }
    
}

.banner0 {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: none;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 3;

    opacity: 1;
    transition: opacity 0.5s ease;

    overflow: hidden !important;

    animation-name: fadein1;
    animation-duration: .5s;
}

.scrolled {
    background: rgba(255, 255, 255, 0.774);
        backdrop-filter: blur(12.3px);
        -webkit-backdrop-filter: blur(12.3px);
}

@media only screen and (min-width: 1151px) {
    .scrolled {
        height: 70px;
    }
    
    .scrolled .nav-logo {
        height: 40px;
        position: absolute;
        top: 16px;
        left: 50px;
    }

    .scrolled .links {
        font-size: 14px;
        margin: 10px 10px;
    }
    
}

.elias {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px !important;
    position: absolute;
}

.elias img {
    width: 30px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.elias:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.elias h {
    font-size: 13px;
}

.patrusutepatru {
    height: 100vh;
    width: 100vw;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Lora';
}

.patrusutepatru img {
    width: 200px;
}

.patrusutepatru h2 {
    font-weight: 500;
}

@media only screen and (max-width: 1150px) {
    .patrusutepatru h2 {
        font-weight: 500;
        font-size: 20px;
    }

    .patrusutepatru {
        font-size: 13px;
    }
}

.sectiune-colt {
    position: absolute;
    align-self: flex-start;
    bottom: 200px;
    left: 200px;
    display: flex;
    flex-direction: column;
}

.titlu-colt {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 600;

    animation: colt-slide .8s ease;
}

@keyframes colt-slide {
    from {transform: translateY(30px);opacity: 0;}
    to {transform: translateY(0px);opacity: 1;}
}

@media only screen and (max-width: 1150px) {
    .sectiune-colt {
        left: 20px;
        margin-top: 550px;
        bottom: auto;
    }
    .titlu-colt {
        font-size: 24px;
    }
}

.button0 {

width: 180px;
height: 42px;

background-color: #e9e9e9;

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #131313 !important;

display: flex;
align-items: center;
justify-content: center;

transition: all .5s ease;

box-sizing: border-box;

margin-top: 10px;

border: 1px solid #b98e3e;

animation: colt-slide 1.1s ease;

animation-delay: 0s;
}

.button0:hover {

background-color: #313131;

border: 1px solid #b98e3e;

color: #b98e3e !important;

box-sizing: border-box;
}

.paginaBlog {
    width: 100vw;
    height: auto;
    min-height: 500px;
    background-color: rgb(255, 255, 255);

    display: flex;
    justify-content: center;

    padding-top: 200px;
    padding-bottom: 40px;

    transition: all .5s ease;
}

.titlu-pagina {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;

    line-height: 24px;

    color: #212121;

    height: auto;

    line-height: 1em;
}

.containerLeft {
    display: flex;

    box-sizing: border-box;

    flex-wrap: wrap;

    flex-direction: column;

    align-items: start;

    justify-content: start;
}

.blog-item {
    width: 380px;
    height: 480px;
    background-color: #f7f7f7;
    border-radius: 7px;
    border: solid #CFAC2F 1.5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-link a{
    color: #000;
    transition: color .3s ease !important;
}
.blog-link:hover a{
    color: #968030 !important;
}

.img-part-blog-item img{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid #CFAC2F 1.5px;
}
.img-part-blog-item:hover img{
    scale: 1.05;
}
.img-part-blog-item {
    width: 100%;
    height: 210px;
    z-index: 3 !important;
    overflow: hidden;
}

.ppp1 {
    font-size: 12px;
    margin-top: 14px;
    margin-left: 22px;
}
.font4{font-weight: 400;}
.font5{font-weight: 500;}
.font6{font-weight: 600;}
.font7{font-weight: 700;}
.font-write{font-size: 14px;}
.font-title{font-size: 18px;}

.ppp2 {
    margin-top: 5px;
    margin-left: 21px;
}

.ppp3 {
    margin-left: 21px;
    margin-right: 10px;
    margin-top: 11px;
}

.blog-item-button {
    box-sizing: border-box;

    width: 141px;
    height: 40px;
    
    background: #ffffff;
    border: 1px solid #272727;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    border-radius: 5px;
    
    color: #C0931E !important;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all .3s ease;

    cursor: pointer;

    position: relative;
    
    margin-top: auto;
    margin-bottom: 32px;

    margin-left: 21px;
    margin-right: auto;
}

.blog-item-button a {
    color: #222222 !important;
}
    
.blog-item-button:hover {
    border: 1px solid #353535;
    background-color: #f0ebdc;
    color: #353535 !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 1150px) {
    .blog-item {
        width: 310px;
        height: 430px;
    }

    .img-part-blog-item img{
        border: solid #CFAC2F 0px;
    }
    .font-write{font-size: 12px;}
    .font-title{font-size: 14px;}
    .ppp1 {font-size: 10px;}
    .blog-item-button {
        width: 120px;
        height: 32px;
        border-radius: 5px;
        font-size: 11px;
        margin-bottom: 22px;
    }
    .img-part-blog-item {
        height: 180px;
    }
}

.poza-principala {
    animation: animatie-poza-zoom-desktop 20s linear;
}

@keyframes animatie-poza-zoom-desktop {
    from {scale: 1;}
    to {scale: 1.15;}
}

@media only screen and (max-width: 1150px) {
    .paginaBlog {
        padding-top: 100px;
    }
    .poza-principala {
        animation: animatie-poza-constanta linear;
        animation-duration: 40s;
    }

    @keyframes animatie-poza-constanta {
        from {transform: translateX(-20px); scale: 1.06;}
        to {transform: translateX(100px); scale: 1;}
    }
}

.searchBox {
    display: flex;
    flex-direction: row;
}

.searchinput {
    border-radius: 1px;
    border: solid #CFAC2F 1.5px; 

    width: 400px;
    height: 30px;

    padding-left: 15px;

    color: #000000;
    font-family: 'montserrat';
}

.searchinput::placeholder {
    color: #161616;
    font-family: 'montserrat';
}

.invisiblebutton {
    border: transparent;
    background-color: transparent;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 5px;
}

@media only screen and (max-width: 1150px) {
    .searchinput {
        width: 72%;
    }
}

.dropdown {
    position: relative;
    display: flex;
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    border: solid .5px #a39624;
    background: rgba(255, 255, 255, 0.795);
    backdrop-filter: blur(12.3px);
        -webkit-backdrop-filter: blur(12.3px);
    min-width: 200px;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease;
    margin-top: 35px;

    border-radius: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ffffff;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    max-height: 500px;
}

.text-consultanta {
    height: 1em;
    display: none;
}

.slideshow-consultanta {
    width: 80%;
    height: 100px;
    background-color: #f5f5f500;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.slideshow-consultanta img {
    width: 100px;
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.slide-track {
    display: flex;
    justify-content: space-around;
    transition: transform 1s ease;
}

.slide {
    min-width: calc(80% / 6); /* Ajustați în funcție de numărul de imagini vizibile */
    box-sizing: border-box;
}

.slide img {
    height: 100%;
    display: block;
    transition: all .3s ease;
}

@media only screen and (max-width: 1150px) {
    .slideshow-consultanta {
        width: 90%;
        height: 65px;
        background-color: #f5f5f500;
        position: relative;
        overflow: hidden;
        margin-top: 40px;
    }
    .slide-track {
        display: flex;
        justify-content: space-between;
        transition: transform 1s ease;
    }
    .slideshow-consultanta img {
        width: 65px;
    }
    .slide {
        min-width: calc(80% / 3); /* Ajustați în funcție de numărul de imagini vizibile */
        box-sizing: border-box;
    }

    .slide img {
        height: 65px;
        display: block;
    }
}

.slide:hover img {
    scale: 1.1;
}

.bg-beige {
    background-color: #f3f1ee !important;
}

.sectiune {
    width: 100vw;
    height: auto;
    background-color: rgb(255, 255, 255);

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 80px;
    padding-bottom: 40px;

    transition: all .5s ease;
}

.titlu-sectiune {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 500;
font-size: 130px;
line-height: 185px;
text-align: center;

color: transparent;

-webkit-text-stroke: .8px rgb(0, 0, 0);

position: absolute;

margin-top: -124px;
}

.padding-mare-sectiune {
    padding-top: 200px;
}

.sect-titl-left {
    left: 200px;
}

.sect-titl-right {
    right: 200px;
}

@media only screen and (max-width: 1670px) {
    .titlu-sectiune {
        font-size: 100px;
    }
    .container {
        width: 1450px;
    }
    .big-container {
        width: 1565px;
    }
    .width-image-responsive {
        width: 450px;
    
    }
    .title-resp {
        font-size: 29px;
    }
    
    .text-resp {
        font-size: 14px;
        width: 95%;
    }
    
    .discover-resp {
        font-size: 16px;
        letter-spacing: 0.16em;
    }
    }
    @media only screen and (max-width: 1580px) {
        .titlu-sectiune {
            font-size: 100px;
        }
        .container {
            width: 1350px;
        }
        .big-container {
            width: 1450px;
        }
        .width-image-responsive {
            width: 400px;
    
        }
        .title-resp {
            font-size: 27px;
        }
        
        .text-resp {
            font-size: 14px;
        }
        
        .discover-resp {
            font-size: 16px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1480px) {
        .titlu-sectiune {
            font-size: 90px;
            -webkit-text-stroke: .6px rgb(0, 0, 0);
        }
        .container {
            width: 1250px;
        }
        .big-container {
            width: 1340px;
        }
        .width-image-responsive {
            width: 380px;
    
        }
        .title-resp {
            font-size: 26px;
        }
        
        .text-resp {
            font-size: 13px;
        }
        
        .discover-resp {
            font-size: 14px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1380px) {
        .container {
            width: 1190px;
        }
        .titlu-sectiune {
            font-size: 80px;
            -webkit-text-stroke: .6px rgb(0, 0, 0);
        }
        .big-container {
            width: 1250px;
        }
        .width-image-responsive {
            width: 350px;
    
        }
        .title-resp {
            font-size: 24px;
        }
        
        .text-resp {
            font-size: 13px;
        }
        
        .discover-resp {
            font-size: 14px;
            letter-spacing: 0.16em;
            bottom: 20%;
        }
    }
    @media only screen and (max-width: 1280px) {
        .container {
            width: 1050px;
        }
        .big-container {
            width: 1160px;
        }
        .width-image-responsive {
            width: 320px;
    
        }
        .title-resp {
            font-size: 22px;
        }
        
        .text-resp {
            font-size: 12px;
        }
        
        .discover-resp {
            font-size: 13px;
            letter-spacing: 0.16em;
        }
    }
    @media only screen and (max-width: 1180px) {
        .titlu-sectiune {
            font-size: 60px;
            -webkit-text-stroke: .5px rgb(0, 0, 0);
        }
        .container {
            width: 90vw;
        }
        .big-container {
            width: 100vw;
        }
        .width-image-responsive {
            width: 320px;
    
        }
        .title-resp {
            font-size: 23px;
        }
        
        .text-resp {
            font-size: 12px;
        }
        
        .discover-resp {
            font-size: 13px;
            letter-spacing: 0.16em;
        }
    }


.resp-text {
    opacity: 0;
    transition: all 1s ease !important;
    transform: translateY(30px);
}
    
.resp-text.visible-text {
    opacity: 1;
    transform: translateY(0px);
}

@media only screen and (max-width: 1150px) {
    .sect-titl-left {
        left: 30px;
    }
    
    .sect-titl-right {
        right: 30px;
    }
    .titlu-sectiune {
        margin-top: -110px;
    }
}

.container-padding {
    padding-top: 120px;
    padding-bottom: 0px;
}

.descriere-scurta-sectiune {
    font-family: 'Playfair Display';
    position: absolute;
    margin-top: -64px;
    left: 230px;
    font-size: 20px;
    color: #131313;
    font-weight: 500;
}

.vezi-mai-multe-div {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;

    margin-top: 40px;
}

.text-vezi-mai-multe {
    /* DESCOPERĂ */
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;

line-height: 12px;
/* or 12px */
text-align: center;


color: #1d1d1d;
}

.text-vezi-mai-multe::after {
    content: ''; /* Conținut gol necesar pentru pseudo-element */
    display: block;
    left: auto;
    right: auto;
    margin-top: 8px;
    width: 100%;
    height: 2px; /* Înălțimea liniei de subliniere */
    background-color: #1d1d1d; /* Culoarea liniei de subliniere */
    transform: scaleX(0.32); /* Inițial, linia de subliniere este invizibilă (scaleX(0)) */
    transform-origin: bottom center; /* Punctul de origine pentru scalare (la baza stânga) */
    transition: transform 0.4s ease; /* Tranzitie pentru efectul de aparitie */
  }

  a:hover::after {
    transform: scaleX(1); /* La hover, scala linia la 100% (scaleX(1)) */
    background-color: #353535;
  }
.text-vezi-mai-multe:hover {
    color: #000000;
}

@media only screen and (max-width: 1150px) {
    .descriere-scurta-sectiune {
        left: 20px;
        font-size: 14px;
    }
}

.masterclass-card-dedicatedpage {
    background-color: rgb(253, 253, 253);
    width: calc(33% - 6px);
    height: auto;
    padding-bottom: 30px;
    margin-top: 20px;
    margin: 3px;
    position: relative;
}

@media only screen and (max-width: 1150px) {
    .masterclass-card-dedicatedpage {
        width: calc(50% - 6px);
    }
}

.dawd8b2q6 {
    display: flex;
    flex-direction: row;
    width: 100vw !important;
    padding: 0 3px;
    align-items: start;
    justify-content: start;
}

.db7q2fda {
    border-radius: 9px;
    margin: 0;
    animation: none;
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: auto;
    padding: 0 30px;
}

.q3rv83tbgej {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    right: 0;
    background-color: rgb(224, 224, 224);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.q3rv83tbgej img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
    scale: 1;
    overflow: hidden;
}

.masterclass-card-dedicatedpage:hover img {
    scale: 1.02;
}

.u836g2fvb {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.2);
    background: linear-gradient(90deg, rgba(253,253,253,1) 1%, rgba(255,255,255,0) 36%);
}

.masterclass-titlu-ded {
    height: auto;
    font-size: 1.3em;
    font-weight: 500;
    top: 40px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #2E2E2E;
}

.masterclass-pret-ded {
    font-size: .8em;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 5px;
    font-weight: 600;
}

.masterclass-data-ded {
    position: absolute;

    top: 66px;
}

.masterclass-descriere-ded {
    top: 96px;
    font-size: .9em;
    position: absolute;
    width: 50%;
    height: auto;
}

.masterclass-text-ded {
    left: 60px;
}

@media only screen and (max-width: 1150px) {
    .masterclass-descriere-ded {
        top: 279px;
        font-size: .7em;
        position: absolute;
        width: 90%;
        height: auto;
    }
    .masterclass-text-ded {
        left: 20px;
    }
    .masterclass-titlu-ded {
        top: 240px;
        
        font-size: .8em;
        color: #131313;
    }

    .masterclass-data-ded {
        position: absolute;
        
        top: 262px;
        font-size: .8em;
    }

    .db7q2fda {
        left: 20px;
        bottom: 30px;
        height: auto;
        width: auto;
        padding: 8px 18px;
        font-size: 11px;
    }

    .u836g2fvb {
        background: linear-gradient(0deg, rgba(253,253,253,1) 1%, rgba(255,255,255,0) 36%);
    }

    .q3rv83tbgej {
        height: auto;
        width: 100%;
        top: 0;
    }
}

.paginaBlogDP {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: auto;
}

.masterclass-page-banner-dp {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.masterclass-page-banner-dp img {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.masterclass-page-banner-dp .u836g2fvb {
    background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(255,255,255,0) 36%);
}

.titlu-pagina span {
    font-size: .8em;
    font-weight: 400;
}

.data-pagina-masterclass {
    font-size: 17px;
    margin-top: 2px;
}

.descriere-pagina-masterclass {
    margin-top: 16px;
}

.linie-despartitoare-middle {
    margin-top: 12px;
    align-self: center;
    display: none;
}

@media only screen and (max-width: 1150px) {
    .linie-despartitoare-middle {
        display: block;
    }

    .masterclass-page-banner-dp {
        height: 400px;
    }

    .data-pagina-masterclass {
        font-size: 14px;
        margin-top: 4px;
    }

    .descriere-pagina-masterclass {
        margin-top: 9px;
        font-size: 13px;
    }
}

.galerie-poze-pagina-masterclass {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imagine-gal-pagina-masterclass {
    width: 33%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 1px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgb(218,218,218);
    background: linear-gradient(270deg, rgb(199, 199, 199) 0%, rgb(240, 240, 240) 100%);
}

.imagine-gal-pagina-masterclass img {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
    scale: 1;

    transition: all ease .3s;
}

.imagine-gal-pagina-masterclass:hover img {
    scale: 1.03;
}

@media only screen and (max-width: 1670px) {
    .imagine-gal-pagina-masterclass {
        width: 33%;
    }
}

@media only screen and (max-width: 1150px) {
    .imagine-gal-pagina-masterclass {
        width: 49%;
    }
}

@media only screen and (max-width: 1111px) {
    .imagine-gal-pagina-masterclass {
        width: 49%;
    }
}

@media only screen and (max-width: 370px) {
    .imagine-gal-pagina-masterclass {
        width: 49%;
        margin: 3px;
    }
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10.3px);
    -webkit-backdrop-filter: blur(10.3px);
    animation: fade-n-jump .5s ease;
}

.lightbox.closing {
    animation: fade-n-jump-out .5s ease;
}

@keyframes fade-n-jump {
    from {opacity: 0; scale: 1.1;}
    to {opacity: 1; scale: 1;}
}

@keyframes fade-n-jump-out {
    from {opacity: 1; scale: 1;}
    to {opacity: 0; scale: .97;}
}

.lightbox-content {
    margin: auto;
    display: block;
    height: auto;
    max-height: 100vh;
    width: 80%;
    max-width: 800px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 6px;
    margin-top: -22px;
    color: rgb(53, 53, 53);
    font-weight: bold;
    font-size: 30px;
    transition: 0.3s;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(143, 143, 143, 0.8);
}

.close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.gallery-item {
    cursor: pointer;
}

@media only screen and (max-width: 1150px) {
    .banner0 {
        height: auto;
    }

    .paginaNoi {
        padding-top: 10px;
    }

    .padding-mare-sectiune {
        padding-top: 100px;
    }
}

.masterclass-card-homepage {
    margin-top: 70px;
}

.descriere-scurta-sectiune2 {
    margin-top: 40px;
}

@media only screen and (min-width: 1151px) {
    .descriere-scurta-sectiune2 {
        left: auto;
        right: 230px;
        margin-top: 60px;
    }
}

.sectiune-desert-signature {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 60px;
    min-height: 700px;
}

.titlu-sectiune-semnatura {
    font-family: 'Monsieur La Doulaise';
    font-size: 110px;
    color: #4b4b4b;
    text-align: center;
}

@media only screen and (max-width: 1150px) {
    .titlu-sectiune-semnatura {
        font-size: 41px;
    }
}

.fullpage-blogpage {
    width: calc(100% - 100px);
    margin: auto;
    padding: 0 50px;
    max-width: 1500px;
    height: auto;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
}

@media only screen and (max-width: 1150px) {
    .fullpage-blogpage{
        width: calc(100% - 40px);
        padding: 0 20px;
        padding-top: 40px;
    }
}

.blogpage-title {
    margin-top: 60px;
    width: 100%;
    text-align: left;
    font-size: 40px;
    color: #2E2E2E;
}

.blogpage-details {
    width: 100%;
    text-align: left;
    margin-top: 7px;
}

.blogpage-representative-image {
    width: 100%;
    max-width: 950px;
    height: auto;
    aspect-ratio: 16/11;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 1px;
    border: solid 1px #cfac2f;
    align-self: flex-start;
}

.blogpage-representative-image img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    object-fit: cover;
}

.blog-prev-preferences {
    padding-top: 60px;
}

#masterclass-prev {
    padding-bottom: 100px;
}

.sectiune-galerie-foto-homepage {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.div-galerie-foto-homepage {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.div-galerie-foto-homepage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    overflow: hidden;
}

.titlu-galerie-foto-homepage {
    width: 100%;
    font-family: 'Playfair Display';
    font-size: 40px;
    margin-top: 40px;
    font-weight: 500;
    color: #2E2E2E;
    text-align: center;
}

.little-text-cnx8qd {
    margin-top: 4px;
    margin-bottom: 40px;
    font-size: 20px;
}

@media only screen and (max-width: 1150px) {
    .titlu-galerie-foto-homepage {
        font-size: 30px;
    }

    .little-text-cnx8qd {
        font-size: 16px;
    }

    .div-galerie-foto-homepage {
        width: 49.99%;
    }

    .blogpage-title {
        font-size: 30px;
    }
}

.nnioaw6dy982 {
    height: auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nnioaw6dy982 img{
    object-fit: cover;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 475px) {
    .nnioaw6dy982 {
        height: 244px;
    }

}

.nnioaw6dy982 a {
    position: absolute;
}

.danpw9d821e {
    width: auto !important;
    padding: 0 15px;
}

.stoc-epuizat-alerta {
    background-color: #3a3a3a8e;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    padding: 5px 10px;
    color: #e2e2e2;
    font-weight: 500;
    opacity: 0;
}

.d328ey10b2e {
    width: 100%;
    text-align: center;
}

.d096cae187401 {
    font-size: 15px;
    font-weight: 500;
}

.descriere-pagina-masterclass {
    text-align: center;
    width: 100%;
}



.forumar-inscriere-masterclass {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    max-width: 800px;
    padding: 10px;
    background-color: #f8f7ef;
}

.forumar-inscriere-masterclass label {
    font-size: 12px;
}

.forumar-inscriere-masterclass input {
    width: auto;
    height: 34px;
    padding: 0 !important;
    border-radius: 2px;
    border: 1px solid #969595;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.DQO237T87GV {
    background-color: #ffffff !important;
    width: 120px !important;
    height: 34px !important;
    margin-bottom: 10px;
}

.VÂNDUT {
    display: none !important;
}

.stoc-epuizat-alerta.VÂNDUT {
    display: block !important;
    opacity: 1 !important;
}

.stoc-epuizat-alerta.ULTIMELE {
    display: block !important;
    opacity: 1 !important;
}

.line-breaker-blogcontent {
    width: 90%;
    margin: 20px 0;
    align-self: center;
    max-width: 1000px;
    height: 2px;
    background-color: #757575;
    display: flex;
}

.blogcontentarea {
    display: flex;
    flex-direction: column;
}

.blogcontentarea p{
    display: flex;
    margin: 0 !important;
    flex-direction: column;
}

.d23t2g5dammg {
    align-self: start;
    padding: 0 35px;
    height: 36px;
    margin-bottom: 30px;
}

.titlusarputeasateinteresezesi {
    width: 100%;
    text-align: center;
    font-size: 23px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #2E2E2E;
    letter-spacing: 0.2em;
}

.sarputeasaitiplacasi {
    background-color: #ffffff;
    width: 100vw !important;
    margin-top: 50px;
    padding-bottom: 50px;
}

.nmaowhd9126e {
    display: flex;
    justify-content: center;
    align-items: center;
}

.continut-scurta-descriere-consultanta {
    font-size: 16px;
}

@media only screen and (max-width: 800px) {
    .continut-scurta-descriere-consultanta {
        font-size: 13px;
    }
}

.paginaBlogDP {
    width: 100%;
    background-color: #fafafa !important;
    height: auto;
}

.subsol {
    background-color: #fafafa !important;
}

body {
    background-color: #fafafa !important;
}