* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.menu-wrapper, .toggle-menu, .mobile-menu-bar {
    display: none;
}

@media (min-width: 1399px) {
    .container {
        max-width: 1400px;
    }
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 300ms;
    z-index: 99;
}

.main-header .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.main-header .header-bar > .logo {
    width: 300px;
}

.main-header .header-bar > div {
    display: flex;
    align-items: center;
}

.main-header .header-bar > .menu {
    width: calc(50% - 150px);
    padding: 0 30px;
}

.main-header .header-bar > .menu:first-child {
    justify-content: flex-end;
}

.main-header .header-bar > div > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main-header .header-bar > div > ul > li > a {
    display: block;
    color: #fff;
    padding: 15px 20px;
    transition: 300ms;
}

.main-header .header-bar > div .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.main-header .header-bar > div .socials > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .header-bar > div .socials > .title {
    color: #fff;
    font-weight: lighter;
    margin-left: 15px;
}

.main-header .header-bar > div .socials > ul li a {
    color: #fff;
    margin: 0 5px;
    transition: 300ms;
}

.main-header .header-bar ul a:hover {
    opacity: .6;
}

.main-video {
    position: relative;
    z-index: 1;
}

.main-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

.main-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-footer {
    text-align: center;
}

.main-footer .footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.main-footer .footer-contact > div {
    width: 33.3%;
}

.main-footer .footer-contact > div:last-child {
    text-align: right;
    padding-right: 30px;
}

.main-footer .footer-contact > div:nth-child(2) .title {
    font-size: 20px;
}

.main-footer .footer-contact > div:nth-child(2) a {
    font-weight: 600;
    font-size: 30px;
    display: block;
    color: #000;
    transition: 300ms;
}

.main-footer .footer-contact > div:nth-child(2) a:hover {
    opacity: .6;
}

.main-footer .footer-contact button {
    background: transparent;
    border: 0;
    transition: 300ms;
    padding: 10px;
}

.main-footer .footer-contact button i {
    margin-right: 10px;
}

.main-footer .footer-contact button:hover {
    background: #000;
    color: #fff;
}

.main-footer .copyright {
    background-color: #3D3D3D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-size: cover;
    background-position: center center;
}

.main-footer .copyright p {
    margin: 0;
    width: 33%;
}

.main-footer .copyright p:first-child {
    text-align: left;
    padding-right: 130px;
    font-size: 14px;
    margin-bottom: 50px;
}

.main-footer .copyright p:nth-child(2) {
    font-size: 13px;
    font-weight: lighter;
}

.main-footer .copyright p:nth-child(2) a {
    color: #fff;
    transition: 300ms;
}

.main-footer .copyright p:nth-child(2) a:hover {
    opacity: .6;
}

.page-layout {
    padding: 0 100px;
}

.fixed-whatsapp-bubble {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25D366;
    font-size: 40px;
    transition: 300ms;
}

.fixed-whatsapp-bubble .title {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    background: #25D366;
    color: #fff;
    border-radius: 5px;
    left: calc(100% + 5px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    max-width: 0;
    padding: 0;
    overflow: hidden;
}

.fixed-whatsapp-bubble:Hover {
    color: #25D366;
    text-shadow: 0 0 10px #25D366;
}

.fixed-whatsapp-bubble:Hover .title {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    max-width: 1000%;
    padding: 10px;
}

section[class^="main-"]:not(.main-video) {
    margin: 120px 0;
}

section[class^="main-"] .section-header > h1,
section[class^="main-"] .section-header > h2 {
    font-size: 45px;
    font-weight: bolder;
}

section[class^="main-"] .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

section[class^="main-"] .section-header .categories {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section[class^="main-"] .section-header .categories button {
    border: 0;
    background: transparent;
    padding: 6px 10px;
    transition: 300ms;
}

section[class^="main-"] .section-header .categories button.active,
section[class^="main-"] .section-header .categories button:Hover {
    background: #3D3D3D;
    color: #fff;
}

.works-container .work {
    margin: 5px;
    max-height: 100vh;
    width: calc(33% - 10px);
    overflow: hidden;
}

.works-container .work:Hover img {
    filter: grayscale(100%);
    transform: scale(1.3) rotate(5deg);
}

.works-container .work a,
.works-container .work img {
    width: 100%;
    height: 100%;
    position: relative;
}

.works-container .work img {
    object-fit: cover;
    transition: 800ms;
}

.works-container .work:Hover img {
    filter: grayscale(100%);
}

.gray-button {
    display: inline-block;
    background: #3D3D3D;
    color: #fff;
    padding: 10px 30px;
    transition: 300ms;
    border: 0;
}

.gray-button:Hover {
    background: #000;
    color: #fff;
}

.main-works .section-button {
    margin-top: 40px;
    text-align: center;
    position: sticky;
    bottom: 30px;
}

.album-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.album-container .image {
    width: calc(33% - 30px);
    overflow: hidden;
}

.album-container .image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 5000ms;
}

.album-container .image:Hover img {
    filter: grayscale(100%);
    transform: scale(1.3) rotate(5deg);
}

.main-instagram .section-header a {
    font-size: 25px;
    font-weight: bolder;
    color: #000;
    transition: 300ms;
}

.main-instagram .section-header a:Before {
    content: '@';
}

.main-instagram .section-header a:Hover {
    opacity: .6;
}

.page .cover {
    position: relative;
}

.page .cover img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.page .page-content .body {
    background: #fff;
    max-width: 60%;
    margin: auto;
    position: relative;
    padding: 50px;
}

.page .page-content .page-title {
    font-size: 50px;
    font-weight: bolder;
}

.breadcrumb {
    margin-bottom: 40px;
    font-size: 14px;
}

.breadcrumb a {
    color: #000;
    opacity: .8;
    transition: 300ms;
    display: block;
}

.breadcrumb li:not(:last-child) a:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin: 0 10px;
}

.breadcrumb a:Hover {
    opacity: 1;
}

.breadcrumb li:last-child a {
    font-weight: 600;
    opacity: 1;
}

.contacts-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.contacts-container > div {
    width: 50%;
}

.contacts-container > .form input,
.contacts-container > .form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.contacts-container > .form .contact-form-title {
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
}

.contacts-container > .info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.contacts-container > .info .box {
    margin-bottom: 20px;
    width: calc(50% - 20px);
    border: 1px solid #ddd;
    padding: 20px;
}

.contacts-container > .info .box .icon {
    font-size: 25px;
    opacity: .6;
    margin-bottom: 10px;
}

.contacts-container > .info .box .title {
    display: block;
    font-size: 13px;
}

.contacts-container > .info .box .value {
    color: #000;
    font-size: 15px;
    font-weight: 500;

}

.contacts-container > .info .socials {
    display: Flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    column-gap: 20px;
}

.contacts-container > .info .socials a {
    color: #000;
    transition: 300ms;
}

.contacts-container > .info .socials a:Hover {
    opacity: .6;
}

.contacts-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.contacts-container > div {
    width: 50%;
}

.contacts-container > .form input,
.contacts-container > .form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.contacts-container > .form .contact-form-title {
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
}

.contacts-container > .info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.contacts-container > .info .box {
    margin-bottom: 20px;
    width: calc(50% - 20px);
    border: 1px solid #ddd;
    padding: 20px;
}

.contacts-container > .info .box .icon {
    font-size: 25px;
    opacity: .6;
    margin-bottom: 10px;
}

.contacts-container > .info .box .title {
    display: block;
    font-size: 13px;
}

.contacts-container > .info .box .value {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.contacts-container > .info .socials {
    display: Flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    column-gap: 20px;
}

.contacts-container > .info .socials a {
    color: #000;
    transition: 300ms;
}

.contacts-container > .info .socials a:Hover {
    opacity: .6;
}

.packet-details {
    position: relative;
}

.packet-details .category {
    margin-bottom: 30px;
}

.packet-details .category .category-title {
    display: block;
    width: 100%;
    padding: 15px;
    background: #3d3d3d;
    margin-bottom: 15px;
    color: #fff;
}

.packet-details .packet-containers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.packet-details .packet-containers .packet {
    width: calc(33% - 30px);
    margin: 15px;
    transition: 300ms;
}

.packet-details .packet-containers .packet .content {
    transition: 300ms;
}

.packet-details .packet-containers .packet .image {
    position: relative;
}

.packet-details .packet-containers .packet .packet-count {
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #3d3d3d;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.packet-details .packet-containers .packet .title {
    display: block;
    margin: 15px 0;
    color: #3d3d3d;
}

.packet-details .packet-containers .packet .packet-content {
    opacity: .8;
    font-size: 14px;
}

.packet-details .packet-containers .packet:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.packet-details .packet-containers .packet:hover .content {
    padding: 0 20px;
}


.packet-details .packet-containers:Hover .packet:not(:hover) {
    filter: grayscale(100%);
    opacity: .8;
    transform: scale(.9);
}


.services-container {
    padding-left: 70px;
    position: relative;
}

.services-container .service {
    position: relative;
    margin-bottom: 30px;
}

.services-container .service .image {
    position: relative;
}

.services-container .service .image:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 55px;
    background: #ddd;
    left: -55px;
    top: calc(50% - .5px);
}

.services-container .service .image:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #ddd;
    left: -60px;
    top: calc(50% - 5px);
    border-radius: 100%;
}

.services-container:Before {
    content: '';
    position: absolute;
    left: 15px;
    width: 1px;
    height: 100%;
    background: #dddd;
}

.services-container .service .title {
    display: inline-block;
    font-size: 20px;
    margin-left: 30px;
    padding: 15px;
    margin-top: -15px;
    position: relative;
    background: #fff;
}

.services-container .service .service-content {
    font-size: 14px;
    opacity: .8;
}

.album-container .album {
    width: calc(25% - 30px);
    height: 20vh;
    background-size: cover;
    background-position: center center;
}

.album-container .album .title {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: 300ms;
}

.album-container .album:hover .title {
    background: rgba(0, 0, 0, 0.6);
}

iframe#modelsIframe {
    width: 100%;
    height: 90vh;
}

.page .works-container .work {
    width: calc(33% - 10px);
}

.page .works-container .work img {
    /*height: 200px;*/
}

#contactMap {
    width: 100%;
    height: 60vh;
    filter: grayscale(100%);
}

.packet-details .packet-containers .packet .image img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.breadcrumb-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    position: relative;
}

.platos-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.platos-container .plato {
    width: calc(33% - 30px);
    position: relative;
    display: block;
}

.platos-container .plato img {
    width: 100%;
    transition: 300ms;
}

.platos-container .plato .title {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    background: linear-gradient(0, black, transparent);
    color: #fff;
}

.platos-container .plato:Hover img {
    filter: brightness(50%);
}

.plato-details .video {
    margin-bottom: 30px;
}

.plato-details .video video {
    width: 100%;
}

.plato-details .images {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.plato-details .images a {
    width: calc(25% - 15px);
}

.plato-details .images a img {
    width: 100%;
    transition: 300ms;
    height: 200px;
    object-fit: cover;
}

.plato-details .images a:Hover img {
    filter: brightness(50%);
}

.plato-details .images .title {
    display: block;
    width: 100%;
    margin: 40px 0 20px;
    font-size: 25px;
}

.album-container .image img {
    height: unset !important;
    aspect-ratio: 4/3;
}

.works-container .work img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media (min-width: 1400px) {
    section[class^="main-"] .section-header .categories button {
        padding: 10px 30px;
    }

    .page-layout section[class^="main-"] .section-header .categories button {
        padding: 6px 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .page .page-content .body {
        max-width: 80%;
    }

    .main-header .header-bar > div .socials > .title {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page .page-content .body {
        max-width: 100%;
    }

    .main-header .header-bar > div .socials > .title {
        display: none;
    }
}

@media (max-width: 992px) {
    .page-layout {
        padding: 0 15px;
    }

    section[class^="main-"] .section-header > h1, section[class^="main-"] .section-header > h2 {
        font-size: 16px;
    }

    section[class^="main-"] .section-header .categories {
        overflow: scroll;
        justify-content: flex-start;
        width: 200px;
        font-size: 13px;
    }

    .main-header {
        display: none;
    }

    .mobile-menu-bar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
        transition: 300ms;
    }

    .fixed-bar .mobile-menu-bar {
        background-color: #000;
    }

    .mobile-menu-bar .toggle-menu,
    .mobile-menu-bar .phone {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 0;
        border-radius: 100%;
        color: #000;
    }

    .mobile-menu-bar img {
        width: 150px;
    }

    .gray-button {
        font-size: 14px;
    }

    .main-instagram .section-header a {
        font-size: 16px;
    }

    .album-container {
        row-gap: 15px;
        column-gap: 15px;
    }

    .album-container .image {
        width: calc(50% - 10px);
    }

    .album-container .image img {
        height: 150px;
    }

    section[class^="main-"]:not(.main-video) {
        margin: 30px 0;
    }

    .main-footer .footer-contact > div {
        width: 100%;
    }

    .main-footer .footer-contact {
        padding: 20px;
        flex-direction: column;
    }

    .main-footer .footer-contact > div:nth-child(2) .title {
        font-size: 14px;
    }

    .main-footer .footer-contact > div:nth-child(2) a {
        font-size: 20px;
        margin: 15px 0;
    }

    .main-footer .footer-contact > div:last-child {
        text-align: center;
        padding-right: 0;
    }

    .main-footer .copyright {
        padding: 20px;
        flex-direction: column;
    }

    .main-footer .copyright p:first-child {
        padding-right: 0;
        text-align: center;
    }

    .main-footer .copyright p {
        width: 100%;
    }

    .menu-wrapper {
        position: fixed;
        display: flex;
        z-index: 99;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        transition: 300ms;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
        color: #ffff;
        overflow: scroll;
        transform: scale(.6) translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }


    .menu-wrapper .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


    .menu-wrapper .menu ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: lighter;
        display: block;
        margin: 15px 0;
        font-size: 25px;
    }

    .menu-wrapper .socials ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        font-size: 25px;
        column-gap: 10px;
    }

    .menu-wrapper .socials ul li a {
        color: #fff;
    }

    .menu-wrapper .toggle-menu {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: #000;
        color: #fff;
        border: 0;
        border-radius: 100%;
    }

    .open-menu .menu-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) scale(1);
    }

    .page .page-content .body {
        max-width: 100%;
        margin: 0;
        padding: 15px;
    }

    .page .cover img {
        height: 40vh;
    }

    .page .page-content .page-title {
        font-size: 20px;
    }

    .page .page-content .body p {
        font-size: 14px;
    }

    .breadcrumb {
        font-size: 11px;
        flex-wrap: wrap;
    }

    .services-container {
        padding-left: 0;
    }

    .services-container:Before,
    .services-container .service .image:before,
    .services-container .service .image:after {
        content: none;
    }

    .services-container .service .title {
        margin-left: 0;
        font-size: 18px;
    }

    .packet-details .packet-containers {
        flex-direction: column;
    }

    .packet-details .packet-containers .packet {
        width: 100%;
        margin: 15px 0;
    }

    .contacts-container {
        flex-direction: column;
        column-gap: 0;
        row-gap: 20px;
    }

    .contacts-container > .info {
        flex-direction: column;
        column-gap: 0;
        row-gap: 10px;
        width: 100%;
    }

    .contacts-container > div {
        width: 100%;
    }

    .contacts-container > .info .box {
        width: 100%;
    }

    .page .album-container {
        flex-direction: column;
    }

    .page .album-container .album {
        width: 100%;
    }

    .page-content.without-cover .body {
        padding-top: 90px;
    }

    .page .album-container .image {
        width: 100%;
    }

    .main-video {
        padding-top: 66px;
        background-color: #000;
    }

    .main-video video {
        height: unset;
    }

    .works-container .work {
        width: calc(33.3% - 10px);
    }

    .breadcrumb-image {
        height: 80px;
    }

    .platos-container .plato {
        width: 100%;
        margin: 15px 0;
    }

    .platos-container {
        row-gap: 0;
        column-gap: 0;
    }

    .main-works .section-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .main-works .section-header > * {
        width: 100%;
    }

    .main-works .section-header .categories {
        width: 100% !important;
        flex-wrap: wrap !important;
        margin-top: 20px !important;
    }

    .main-works .section-header .categories button {
        padding: 10px 15px !important;
    }

    .plato-details .images a img {
        height: unset;
        aspect-ratio: 4/3;
    }

    .plato-details .images a {
        width: calc(33% - 5px);
    }

    .plato-details .images {
        column-gap: 5px;
        row-gap: 5px;
    }

    .main-instagram .album-container {
        column-gap: 5px;
        row-gap: 5px;
    }

    .main-instagram .album-container img {
        height: unset;
        aspect-ratio: 4/3;
    }

    .main-instagram .album-container .image {
        width: calc(33% - 5px);
    }
}
