@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: inherit;
}

h1 {
    color: #252525;
    font-size: 3rem !important;
}

h2 {
    color: #353535;
    font-size: 2rem !important;
}

h3 {
    font-size: 1.25em !important;
    margin-bottom: 0;
}

h3,
h3 a {
    color: #454545;
}


body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 1rem !important;
    font-family: Dosis !important;
}

@media screen and (max-width:320px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500;
        line-height: 1.1;
    }

    h1 {
        color: #252525;
        font-size: 1.75rem;
    }

    h2 {
        color: #353535;
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.15rem;
        margin-bottom: 0;
    }

    h3,
    h3 a {
        color: #454545;
    }
}


/* NAV BAR */

.link.active {
    color: rgb(248, 113, 113);
}

/* HOME */

#home h1 {
    color: white;
    margin-bottom: 1rem;
}

#home h3 {
    margin: 0;
    margin-bottom: 1rem;

    color: #f9f9f9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* CARAOUSEL */

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;

    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    .slider .owl-dots {
        display: none;
    }
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    color: #fff;
    cursor: e-resize;
    /* padding: 4em 0 0 2em; */
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
}

@media screen and (max-width:768px) {
    .slider .item {
        height: 30vh;
    }
}

@media screen and (min-width:768px) {
    .slider .item {
        height: 60vh;
    }
}

@media screen and (min-width:1024px) {
    .slider .item {
        height: 80vh;
    }
}

.slider .item-first {
    background-image: url(../images/slider-image1.jpg);
}

.slider .item-second {
    background-image: url(../images/slider-image2.jpg);
}

.slider .item-third {
    background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}

/* product */
.product-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-info {
    padding: 10px 30px 20px 30px;
}

@media screen and (max-width:768px) {
    .product-info {
        padding: 0.5rem 1rem 2rem;
    }
}

.product-thumb .product-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
}

.product-thumb:hover .product-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
}

.product-thumb img {
    transition: 0.5s 0.2s;
}

.product-thumb:hover img {
    transform: scale(1.2);
}

.product-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
}

.product-thumb .product-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-item h4 {
    color: #ffffff;
}

.product-info p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

/* MENU */

.menu-thumb img {
    width: 100%;
    transition: 0.5s;
}

.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: 60%;
    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);
}

/* TESTIMONIALS */

.manager-card {
    position: relative;
    aspect-ratio: 1/1;
    width: 300px;
    height: auto;
    padding: 1rem;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0rem;

    border-radius: 49%;
    background-color: white;
    text-align: center;
    color: #1e2e2e;
    background-position: center;
}

@media screen and (max-width:320px) {
    .manager-card {
        border-radius: 0;
    }
}

.manager-desc {
    aspect-ratio: 1/1;
    width: 110%;
    height: auto;
    background-color: black;
    color: white !important;
    border-radius: 50%;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;

    transition: all 0.5s ease-in-out 0s normal;
}


@media screen and (max-width:320px) {
    .manager-desc {
        width: 0;
        border-radius: 100%;
    }

    .manager-desc {
        transform: translate(-50%, -50%);
    }

    .manager-card:hover .manager-desc {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (min-width:320px) {
    .manager-desc {
        transform: translate(-50%, 50%);
    }

    .manager-card:hover .manager-desc {
        transform: translate(-50%, -50%);
    }
}

/* CONTACT */
#contact input {
    height: 55px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #ce3232;
    outline: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    padding: 100px 0;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}