﻿@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 h2 { padding: 10px 0; }

#home .lead { text-align: end; }

#home .contact {
    display: table-cell;
    text-decoration: none;
    text-shadow: none;
    color: #30273f;
    font-size: large;
    background-color: #3eaff7;
    border-color: #4eadcb;
    background-image: linear-gradient(130deg, rgb(75 167 216 / 69%) 10%, #f336ce87 50%);
}

#home .contact a {
    text-decoration: none;
    text-shadow: none;
    color: #30273f;
    font-size: large;
    font-weight: bold;
}

#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;
}

.page-banner {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(120deg, #e9f2ff, #f8fbff);
    box-shadow: 0 16px 32px rgba(13, 27, 42, 0.12);
    margin-bottom: 15px;
}

.page-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/6;
    object-fit: cover;
}

/*---------------------------------------
     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, h5 { color: #76c7ff; }

#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;
}

.portfolio-showcase {
    position: relative;
    width: 100%;
}

.portfolio-showcase .premium-banner {
    background: #ffffff8c;
    border-radius: 11px;
    padding: 32px 36px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(260px, 1fr);
    max-width: 1280px;
    margin: 0 auto;
}

.portfolio-showcase .premium-intro .eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    color: black;
    font-weight: 700;
}

.portfolio-showcase .premium-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.portfolio-showcase .premium-card {
    background: #0f172a;
    color: #e2e8f0;
    padding: 18px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, translate 160ms ease;
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: grid;
    gap: 14px;
}

.portfolio-showcase .premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.26);
}

.portfolio-showcase .premium-card .badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #0b1220;
    font-weight: 700;
    font-size: 0.78rem;
    margin-bottom: 10px;
}

.portfolio-showcase .premium-card h5 {
    margin-bottom: 8px;
    color: #f8fafc;
}

.portfolio-showcase .premium-card p {
    margin-bottom: 14px;
    color: #cbd5e1;
}

.portfolio-showcase .premium-card .cta {
    color: #93c5fd;
    font-weight: 600;
    font-size: 0.95rem;
}

.portfolio-showcase .premium-visual {
    width: 75%;
    border-radius: 12px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    display: grid;
    place-items: center;
    overflow: hidden;
    justify-self: center;
}

.portfolio-showcase .premium-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#uslugi { cursor: pointer; }

#about {
    background-color: #a2bdff !important;
    background-image: linear-gradient(130deg, rgb(75 167 216 / 69%) 10%, #865293b0 60%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: zoomBackground 9s ease-in-out infinite;
    border-radius: 10px 10px 0px 0px;
}

#about .card-body {
    border-radius: 15px;
    -webkit-box-shadow: inset 0px -1px 5px 2px rgb(6 50 209 / 68%);
    -moz-box-shadow: inset 0px -1px 5px 2px rgb(6 50 209 / 68%);
    box-shadow: inset 0px -1px 5px 2px rgb(6 50 209 / 68%);
}

#about h2 {
    margin-left: 0;
    width: fit-content;
    text-transform: none;
}

.btn-outline-primary {
    background: white !important;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgb(6 50 209 / 68%);
    -moz-box-shadow: inset 0px 0px 3px 1px rgb(6 50 209 / 68%);
    box-shadow: inset 0px 0px 3px 1px rgb(6 50 209 / 68%);
    color: #08537b !important;
}

.btn-outline-primary:hover { transform: scale(1.03); }

.btn-primary {
    background: #1b6ec2 !important;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgb(8 21 65 / 42%);
    -moz-box-shadow: inset 0px 0px 3px 1px rgb(8 21 65 / 42%);
    box-shadow: inset 0px 0px 3px 1px rgb(8 21 65 / 42%);
    margin-bottom: 10px;
}

.btn-primary:hover { transform: scale(1.03); }

@media (max-width: 991px) {
    .portfolio-showcase .premium-banner { grid-template-columns: 1fr; }

    .portfolio-showcase .premium-banner { padding: 5px; }

    .px-4 {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }

    .portfolio-showcase .premium-card p { font-size: smaller; }

    .portfolio-showcase .premium-visual { width: 100%; }
}


@media (min-width: 641px) {
    #home .contact { display: ruby-text; }

    .contact-form p { width: 35vw; }
}