* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Gill Sans';
}

html {
    scroll-behavior: smooth;
}


.navbar {
    display: flex;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.209);
    padding: 25px;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar h2 {
    margin-left: 50px;
}

.navbar span {
    color: rgb(212, 41, 41);
}

.nav-links {
    margin-top: 8px;
    display: flex;
    gap: 50px;
    margin-right: -450px;
}

.nav-links a {
    display: flex;
    text-align: end;
    color: rgba(0, 0, 0, 0.712);
    text-decoration: none;
    transition: 0.2s;
    font-weight: bold;
}

.nav-links a:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.1);
}


.cos-telefon {
    display: flex;
    margin-top: 5px;
    gap: 50px;
    align-items: center;
}

    .menu-toggle {
        display: flex;
        
        width: 18px;
        height: 18px;
        top: 33px;
        margin-left: -5px;
    }

/* HERO SECTION */

.hero {
    height: 100vh;
    background-color: rgb(244, 244, 244);
    display: flex;
    flex-direction: column;
}

.hero img {
    display: inline;
    width: 560px;
    height: 400px;
    margin-left: 790px;
    margin-top: -300px;

    border-radius: 15px;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.205);
}

.hero-text {
    display: inline;
    margin-top: 250px;
    margin-left: 80px;
}

.hero-text h1 {
    font-size: 45px;
}

.hero-text span {
    color: rgb(193, 43, 43);
}

.hero-text p {
    margin-top: 5px;
}

.hero-btn {
    margin-top: 30px;
    display: flex;
}

.hero-btn a {
    text-decoration: none;
    color: black;
}

.hero-btn .first-btn {
    margin-right: 30px;
    margin-left: 80px;

    background-color: rgb(136, 51, 51);
    padding: 15px 37px;
    border-radius: 5px;

    color: white;
    font-size: 20px;
}

.first-btn:hover {
    background-color: rgb(110, 32, 32);
}

.hero-btn .second-btn {
    border: 2px solid brown;
    padding: 15px 37px;
    border-radius: 5px;

    color: brown;
    font-size: 20px;
}

.second-btn:hover {
    background-color: rgb(136, 51, 51);
    color: white;
}


/* ============PRODUSE=========== */
.product {
    display: block;
    scroll-margin-top: 100px;
}

.product-text {
    margin-left: 450px;
}

.product-text h1 {
    display: flex;
    margin-top: 100px;
    margin-left: 180px;
    margin-bottom: 20px;

    font-size: 40px;
}

.product-text p {
    display: block;
}

.product-text span {
    margin-left: 45px;
}

.two {
    margin-left: 50px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}


 .about-container {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 100px;
 }

 .card {
    background: rgb(219, 219, 219);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);

    max-width: 420px;

    transition: 0.4s;
    cursor: pointer;

    text-decoration: none;
 }

 .card:hover {
    transform: scale(1.1);
 }

 .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
 }

 .card-text {
    padding: 20px;
 }

 .card-text h2 {
    margin-bottom: 10px;
    color: black;
 }

 .card-text p {
    color: #666;
 }

 .card-text h3 {
    color: rgb(210, 48, 48);
    margin-top: 12px;
    font-size: 23px;
 }


 /* VEZI BUTON CARD */
 .vezi {
    display:flex;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 100px;
    transition: 0.3s;
 }

 .vezi a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;

    background-color: rgb(136, 51, 51);
    border-radius: 10px;
    padding: 17px;
    padding-right: 42px;
 }

 .vezi i {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.969);
    border-radius: 10px;
    padding: 3px;
    margin-left: 7px;
    margin-top: -1px;
 }

 .vezi:hover {
    transform: scale(1.1);
 }

 /* DESPRE NOI */
.despre {
    height: 85vh;
    background-color: rgb(244, 244, 244);
    display: flex;
    flex-direction: column;

    scroll-margin-top: 100px;
}

 .despre-text {
    display: block;
    text-align: left;
 }

 .despre-text h1 {
    display: flex;
    margin-top: 150px;
    margin-left: 250px;
    font-size: 46px;
 }

 .despre-text span {
    color: rgb(136, 51, 51);
 }

 .despre-text p {
    display: flex;
    margin-top: 40px;
    margin-left: 50px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.743);
 }

 .despre img {
    display: flex;
    position: absolute;
    width: 520px;
    height: 450px;

    border-radius: 10px;

    margin-left: 810px;
    margin-top: -350px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.521);
 }


 /* VISIT US */
#visit {
    scroll-margin-top: 160px;
}

.visit-text {
    margin-bottom: 130px;
}

.visit-text span {
    color: rgb(136, 51, 51);
}

.visit-text h2 {
    margin-left: 5em;
    margin-bottom: 100px;

    font-size: 40px;

    margin-top: 120px;
}

.visit-text h3 {
    position: absolute;

    margin-left: 10em;
    margin-top: -290px;
    margin-bottom: 50px;
}


.visit {
    display: flex;
    flex: 1;

    width: 150px;
    height: 150px;

    margin-top: 50px;
    margin-bottom: 50px;
}

.visit img {
    border-radius: 100px;
}

.cafea {
    margin-left: 50px;
    margin-right: 50px;
}

.visine {
    margin-left: 50px;
}

.map {
    margin-left: 41em;
    margin-top: -380px;
    margin-bottom: 50px;
}

.map iframe {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    width: 723px;
    height: 540px;

}
/* VISIT ICONS */
.icons img {
    display: block;

    width: 35px;
    height: 35px;
}

.location {
    margin-left: 50px;
}

.location-text {
    position: absolute;

    margin-top: -22px;
    margin-left: 100px;

    text-decoration: none;
    color: black;
}

.location-text:hover {
    color: rgb(103, 98, 98);
}

.time {
    position: absolute;
    margin-top: 30px;
    margin-left: 49px;
}

.time-text {
    position: absolute;

    margin-left: 99px;
    margin-top: 40px;
}

.phone {
    position: absolute;

    margin-top: 100px;
    margin-left: 50px;
}

.phone-text {
    position: absolute;

    margin-left: 100px;
    margin-top: 110px;

    text-decoration: none;
    color: black;
}

.phone-text-two {
    position: absolute;

    margin-left: 215px;
    margin-top: 110px;

    text-decoration: none;
    color: black;
}

.phone-text:hover {
    color: rgb(103, 98, 98);
}



/* LAST PAGE */
footer {
    background-color: rgb(136, 51, 51);
    padding-top: 1px;
    padding-bottom: 20px;
    position: relative;
}

.site-footer {
    color: white;
}

.last-logo {
    display: flex;

    margin-top: 180px;
}

.last-logo h2 {
    position: absolute;

    margin-top: -90px;
    margin-left: 155px;
}

.last-logo img {
    position: absolute;

    width: 50px;
    height: 50px;

    margin-left: 177px;
    margin-top: 20px;
}

.last-logo p {
    position: absolute;

    margin-top: -50px;
    margin-left: 15px;
    text-align: center;
}

/* NAVIGATIE */
.utile h3 {

    margin-top: -100px;
    margin-left: 450px;
}

.linkuri a {
    display: block;
    flex: 1;

    text-decoration: none;
    color: white;

    margin-left: 450px;
    margin-top: 10px;
}
/* SECOND LINKURI */
.second-utile h3 {
    margin-top: -135px;
    margin-left: 650px;
}

.second-linkuri img{
    display: block;

    width: 23px;
    height: 23px;

    margin-left: 650px;
}

.second-location {
    margin-top: 18px;
}

.second-phone {
    margin-top: 25px;
}

.second-email {
    margin-top: 20px;
}

.second-location-text {
    position: absolute;

    margin-left: 680px;
    margin-top: -21px;

    text-decoration: none;
    color: white;
}

.second-phone-text {
    position: absolute;

    margin-left: 680px;
    margin-top: -18px;

    text-decoration: none;
    color: white;
}

.second-phone-text-two {
    position: absolute;

    margin-left: 785px;
    margin-top: -18px;

    text-decoration: none;
    color: white;
}
/* THIRD UTILE */
.third-utile h3 {
    margin-left: 1116px;
    margin-top: -110px
}

.third-linkuri {
    display: flex;
}

.third-linkuri img {
    width: 40px;
    height: 40px;
}

.tiktok {
    position: absolute;

    margin-left: 72em;
    margin-top: 23px;
}

.href-four {
    margin: auto;
    width: 1260px;
    margin-top: 224px;
    border: 1px solid rgb(255, 255, 255);
}


.copy {
    margin-left: 551px;
    margin-top: 20px;
}


#productModal .btn span {
  animation: pop 0.5s ease forwards;
}

@keyframes pop {
  0%   { transform: translateX(-50%) translateY(0); opacity: 0; }
  50%  { transform: translateX(-50%) translateY(-10px); opacity: 1; }
  100% { transform: translateX(-50%) translateY(-20px); opacity: 0; }
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.close-btn {
    display: none;
}


@media (max-width: 390px) {
    .navbar h2 {
        margin-left: 30px;
    }

    .navbar {
    display: flex;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.209);
    padding: 25px;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 390px;
    z-index: 1000;
    }

    .nav-links {
        display: none;
    }

    .cos-telefon {
    display: flex;
    margin-top: 5px;
    gap: 10px;
    align-items: center;
}

    .menu-toggle {
        display: flex;
        
        width: 18px;
        height: 18px;
        top: 33px;
        margin-left: -5px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%; /* 🔥 ascuns */
        width: 60%;
        height: 35vh;
        background: rgb(142, 64, 64);

        display: flex;
        flex-direction: column;
        padding: 30px;
        gap: 20px;

        transition: 0.3s;
    }

    .nav-links a {
        color: white;
    }

    .nav-links.active {
        left: 0; /* 🔥 apare */
    }

    .close-btn {
        display: block;
        margin-left: 200px;
    }

    /* HERO SECTION */
    .hero {
        height: 70vh;
    }

    .hero img{
        display: none;
    }

    .hero-text {
        margin-top: 160px;
        margin-left: 25px;
        width: 290px;
    }

    .hero-btn .first-btn {
        margin-left: 20px;
        width: 140px;
        height: 55px;
    }

    .hero-btn .second-btn {
        margin-left: -20px;
    }

    /* CE OFERIM */
    .product-text h1 {
        margin-left: -330px;
        margin-top: 70px;
    }

    .product-text p {
        margin-left: -410px;
        max-width: 350px;
        text-align: center;
    }

    .product-text .two {
        margin-top: 15px;
    }

    .product-text span {
        display: none;
    }

    .about-container {
        flex-direction: column;
        max-width: 320px;
        margin-left: 40px;
    }

    /* DESPRE NOI */
    .despre {
        height: auto;
        padding: 40px 20px;
    }

    .despre-text h1,
    .despre-text p {
        margin: 0;
        text-align: center;
    }

    .despre-text h1 {
        margin-left: 60px;
        margin-bottom: 40px;
    }

    .despre img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: -1px;
    }

    /* VISIT USS */
    .visit-text {
        max-width: 390px;
        background-color: rgb(255, 255, 255);
    }

    .visit-text h2 {
        margin-left: 53px;
    }

    .visit-text h3 {
        margin-left: 40px;
        display: flex;
        position: absolute;
        margin-top: -245px;
    }

    .map {
        display: none;
    }

    .visit {
        margin-left: -30px;
        margin-top: -50px;
    }

    .visit .visine {
        display: none;
    }

    .icons {
        margin-top: -10px;
    }


    /* FOOTER */
    .site-footer {
        top: 100px;
        height: 120vh;
    }

    .last-logo {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .last-logo img,
    .last-logo h2,
    .last-logo p {
        position: static;
        margin: 10px auto;
    }

    .utile {
        margin-left: -300px;
        margin-top: 130px;
    }

    .second-utile {
        margin-left: -520px;
        margin-top: 170px;
        margin-bottom: 50px;
    }

    .third-utile {
        margin-left: -985px;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .href-four {
        width: 90%;
        margin-top: 40px;
    }

    .copy {
        margin: 20px 0;
        text-align: center;
    }
}





@media (min-width: 391px) and (max-width:430px) {
    .navbar h2 {
        margin-left: 30px;
    }

    .navbar {
    display: flex;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.209);
    padding: 25px;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 430px;
    z-index: 1000;
    }

    .nav-links {
        display: none;
    }

    .cos-telefon .cos {
    display: flex;
    position: absolute;
    margin-top: -11px;
    margin-left: -105px;

    
    }

    .cos-telefon .telefon {
    display: flex;
    position: absolute;
    margin-left: -50px;
    margin-top: -12px;
    }

    .menu-toggle {
        display: flex;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 30px;
        margin-left: -5px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%; /* 🔥 ascuns */
        width: 60%;
        height: 35vh;
        background: rgb(142, 64, 64);

        display: flex;
        flex-direction: column;
        padding: 30px;
        gap: 20px;

        transition: 0.3s;
    }

    .nav-links a {
        color: white;
    }

    .nav-links.active {
        left: 0; /* 🔥 apare */
    }

    .close-btn {
        display: block;
        margin-left: 200px;
    }

    /* HERO SECTION */
    .hero {
        height: 70vh;
    }

    .hero img{
        display: none;
    }

    .hero-text {
        margin-top: 160px;
        margin-left: 25px;
        width: 290px;
    }

    .hero-btn .first-btn {
        margin-left: 20px;
        width: 140px;
        height: 55px;
    }

    .hero-btn .second-btn {
        margin-left: -20px;
    }

    /* CE OFERIM */
    .product-text h1 {
        margin-left: -320px;
        margin-top: 70px;
    }

    .product-text p {
        margin-left: -410px;
        max-width: 350px;
        text-align: center;
    }

    .product-text .two {
        margin-top: 15px;
    }

    .product-text span {
        display: none;
    }

    .about-container {
        flex-direction: column;
        max-width: 320px;
        margin-left: 60px;
    }

    /* DESPRE NOI */
    .despre {
        height: auto;
        padding: 40px 20px;
    }

    .despre-text h1,
    .despre-text p {
        margin: 0;
        text-align: center;
    }

    .despre-text h1 {
        margin-left: 60px;
        margin-bottom: 40px;
    }

    .despre img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: -1px;
    }

    /* VISIT USS */
    .visit-text {
        max-width: 390px;
        background-color: rgb(255, 255, 255);
    }

    .visit-text h2 {
        margin-left: 53px;
    }

    .visit-text h3 {
        margin-left: 40px;
        display: flex;
        position: absolute;
        margin-top: -245px;
    }

    .map {
        display: none;
    }

    .visit {
        margin-left: -30px;
        margin-top: -50px;
    }

    .visit .visine {
        display: none;
    }

    .icons {
        margin-top: -10px;
    }


    /* FOOTER */
    .site-footer {
        top: 100px;
        height: 120vh;
    }

    .last-logo {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .last-logo img,
    .last-logo h2,
    .last-logo p {
        position: static;
        margin: 10px auto;
    }

    .utile {
        margin-left: -300px;
        margin-top: 130px;
    }

    .second-utile {
        margin-left: -520px;
        margin-top: 170px;
        margin-bottom: 50px;
    }

    .third-utile {
        margin-left: -985px;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .href-four {
        width: 90%;
        margin-top: 40px;
    }

    .copy {
        margin: 20px 0;
        text-align: center;
    }
}






@media (min-width: 767px) and (max-width:768px) {
    .navbar h2 {
        margin-left: 230px;
    }

    .navbar {
    display: flex;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.209);
    padding: 25px;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 768px;
    z-index: 1000;
    }

    .nav-links {
        display: none;
    }

    .cos-telefon .cos {
    display: flex;
    position: absolute;
    margin-top: -11px;
    margin-left: -130px;

    
    }

    .cos-telefon .telefon {
    display: flex;
    position: absolute;
    margin-left: -70px;
    margin-top: -12px;
    }

    .menu-toggle {
        display: flex;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 30px;
        margin-left: -5px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%; /* 🔥 ascuns */
        width: 50%;
        height: 28vh;
        background: rgb(142, 64, 64);

        display: flex;
        flex-direction: column;
        padding: 30px;
        gap: 20px;

        transition: 0.3s;
    }

    .nav-links a {
        color: white;
    }

    .nav-links.active {
        left: 0; /* 🔥 apare */
    }

    .close-btn {
        display: block;
        margin-left: 310px;
    }

    /* HERO SECTION */
    .hero {
        height: 60vh;
    }

    .hero img{
        display: flex;
        margin-left: 420px;
        width: 300px;
        height: 250px;
    }

    .hero-text {
        margin-top: 160px;
        margin-left: 25px;
        width: 290px;
    }

    .hero-btn .first-btn {
        margin-left: 20px;
        width: 140px;
        height: 55px;
    }

    .hero-btn .second-btn {
        margin-left: -20px;
    }

    /* CE OFERIM */
    .product-text h1 {
        margin-left: -130px;
        margin-top: 70px;
    }

    .product-text p {
        margin-left: -400px;
        max-width: px;
        text-align: center;
    }

    .product-text .two {
        margin-top: 6px;
    }

    .product-text span {
        display: none;
    }

    .about-container {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        max-width: 700px;
        margin-left: 30px;
    }

    /* DESPRE NOI */
    .despre {
        height: auto;
        padding: 40px 20px;
    }

    .despre-text h1,
    .despre-text p {
        margin: 0;
        text-align: center;
    }

    .despre-text h1 {
        margin-left: 250px;
        margin-bottom: 40px;
    }

    .despre-text p {
        margin-left: 40px;
    }

    .despre img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: -1px;
    }

    /* VISIT USS */
    .visit-text {
        max-width: 768px;
        background-color: rgb(255, 255, 255);
    }

    .visit-text h2 {
        margin-left: 250px;
        margin-top: 70px;
    }

    .visit-text h3 {
        margin-left: 240px;
        display: flex;
        position: absolute;
        margin-top: -245px;
    }

    .map {
        display: none;
    }

    .visit {
        margin-left: 80px;
        margin-top: -50px;
    }

    .icons {
        margin-top: -10px;
        margin-left: 100px;
    }


    /* FOOTER */
    .site-footer {
        top: 100px;
        height: 120vh;
    }

    .last-logo {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .last-logo img,
    .last-logo h2,
    .last-logo p {
        position: static;
        margin: 10px auto;
    }

    .utile {
        margin-left: -100px;
        margin-top: 130px;
    }

    .second-utile {
        margin-left: -310px;
        margin-top: 170px;
        margin-bottom: 50px;
    }

    .third-utile {
        margin-left: -780px;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .href-four {
        width: 90%;
        margin-top: 40px;
    }

    .copy {
        margin: 20px 0;
        text-align: center;
    }
}
