﻿@charset "UTF-8";

/*---------------------------------------
    Home             
-----------------------------------------*/

.home-logo-sygnatura {
    height: 130px;
}

#home h1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    display: grid;
    text-align: right;
}

#home .lead {
    text-align: end;
}

#home .contact {
    display: table-cell;
}

    #home .contact a {
        text-decoration: none;
        text-shadow: none;
        color: #30273f;
        font-size: large;
    }

    #home .contact address {
        justify-items: center;
        justify-self: center;
        margin-bottom: 0;
    }

/*---------------------------------------
     our-contact             
  -----------------------------------------*/
#our-contact .section-heading .line-dec {
    width: 270px;
    height: 1px;
    background-color: rgba(250, 250, 250, 0.5);
    margin: 20px 0 15px 0;
}

#our-contact .tabs {
    list-style: none;
    margin-top: 40px;
    padding-right: 70px;
}

#our-contact h1, #our-contact h2 {
    color: #13a3bf;
}

#our-contact h2 {
    margin-top: 30px;
}

#our-contact h5 {
    font-size: 21px;
    padding: 0;
}

#our-contact p {
    font-size: 20px;
}

#our-contact address a {
    font-size: 20px;
}

#our-contact .line-height-opening {
    line-height: 10px;
}

#our-contact .section-heading h4 {
    margin-top: 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#our-contact .section-heading .line-dec {
    width: 270px;
    height: 1px;
    background-color: #18b7d5;
    margin: 20px 0 15px 0;
}

#our-contact .section-heading {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-left: -15px;
    padding-left: 0vh;
    margin-right: -15px;
    padding-right: 0vh;
    overflow: hidden !important;
    height: auto;
}

#our-contact .section-heading .line-dec {
    margin: 20px auto 15px auto;
}

#our-contact .section-heading p {
    padding: 0px 30px;
}

.wrapper-contact {
    display: ruby;
    background-color: rgba(255, 249, 254, 0.5);
    padding: 15px;
    border-radius: 12px;
}


/*---------------------------------------
     Contact-form              
  -----------------------------------------*/

#contact-form {
    padding-top: 0px;
}

    #contact-form h1 {
        color: #18b7d5;
        margin-bottom: 30px;
    }

#contact-form p {
    font-size: 18px;
    color: #000;
    vertical-align: top;
}

.contact-form {
    background: rgb(198 207 252 / 80%);
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 25px;
}

    .contact-form p {
        display: inline-flex;
        text-align: justify;
        margin: 0px 20px 40px 20px;
    }

.img-signatur-contact {
    display: inline-flex;
    max-width: 25%;
    height: auto;
}

form {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    resize: vertical;
}

.submit-btn {
    background: #512da8;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #4527a0;
}

/*---------------------------------------
     map             
  -----------------------------------------*/
#map {
    padding-bottom: 0px;
    margin-bottom: -22px;
}

#map p {
    font-size: 20px;
    color: #ffffff;
    text-shadow: -1px -1px 0px #8d3838;
}

#map iframe {
    width: 100%;
    height: 750px;
}

#map h3 {
    font-size: 60px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 2px #ffffff, 1px 2px 0px #edb40d;
    font-family: "Bonheur Royale", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
}

.map-pink-bg {
    background-image: linear-gradient(rgba(97, 27, 101, 0.76), rgba(255, 167, 245, 0.73));
}

/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu h1, h4 {
    color: #175b68;
}

    #menu .container {
        width: 100%;
    }

    #menu .col-md-4 {
        margin: 0;
        padding: 0;
    }

.menu-thumb img {
    width: 100%;
    transition: 0.5s;
    height: 299px;
}

.menu-thumb:hover img {
    transform: scale(1.15);
}

#menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
}

.menu-thumb .menu-info {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
}

.menu-info .menu-item {
    float: left;
}

.menu-info .menu-price {
    float: right;
}

    .menu-info .menu-price span {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        display: block;
        margin-top: 10px;
    }

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.menu-thumb .menu-info h3 {
    margin-top: 0;
}

.menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
}

.menu-thumb:hover .menu-info {
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 767px) {
    .menu-thumb .menu-info h3,
    .menu-thumb .menu-info p,
    .menu-thumb .menu-info span {
        transform: translateY(-20px);
        opacity: 1;
    }

    .menu-thumb .menu-info {
        background: rgba(0, 0, 0, 0.6);
    }

    .team-thumb .team-hover {
        opacity: 0.95;
        transition-delay: 0.3s;
        transform: translateY(0);
    }
}


/*---------------------------------------
     Others             
  -----------------------------------------*/

.privacy-policy,
.terms-of-service,
.cookies-policy {
    background-color: rgb(161 177 207 / 50%);
    margin: 15px;
    border-radius: 30px;
    place-self: center;
    margin-bottom: 30px;
}


@media (min-width: 641px) {
    #home .contact {
        display: ruby-text;
    }

    .contact-form p {
       width: 35vw;
    }
}
