html {
    scroll-behavior: smooth;
}

@keyframes myanim {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.04);
    }

    75% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

a:hover {
    text-decoration: none !important;
}

.carousel-heading {
    text-shadow: -2px -1px 0 white, 2px 5px 5px rgba(0, 0, 0, 0.22), 12px 13px 18px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'Abril Fatface', cursive;
    color: #ffffff;
}

.carousel-para {
    box-shadow: 0px 0px 10px #ffffff;
    font-family: 'Comfortaa', cursive;
}

.slider-img {
    animation: myanim 4s linear 0.2s infinite alternate;
}

.carousel-caption {
    top: 45%;
}

.carousel-caption h1 {
    /*    color: #ffffff;*/
    font-size: 58px;
    /*    text-shadow: 3px 3px 6px #000000;*/
    font-weight: 800;
}

.carousel-caption p {
    color: #ffffff;
    font-size: 36px;
    text-shadow: 3px 3px 6px #000000;
    font-weight: 800;
}

.card:hover {
    text-decoration: none !important;
}

.product .product-img{
    transition: 0.8s linear;
}

.product:hover {
    transform: scale(1.02);
}

.product-name {
    color: #262626;
    font-weight: 800;
    font-size: 18px;
}

.product-img:hover {
    text-decoration: none;
       box-shadow: 0px 0px 40px #fb2727;
}

.main-links {
    font-weight: 800;
    font-family: 'Optima';
    color: #fff !important;
    font-size: larger;
    /* text-shadow: 2px 2px 5px #000; */
}

.main-links-sc {
    font-weight: 800;
    font-family: 'Optima';
    color: #fb2727 !important;
    text-shadow: none;
}

.main-links:hover {
    color: #000 !important;
    font-family: 'Optima';
    border-radius: 5px !important;
    border: 1px #fb2727 !important;
    border-style: solid !important;
    background-color: #fb2727 !important;
    box-shadow: 3px 3px;
}

.main-links.active {
    color: #fff !important;
    font-family: 'Optima';
    border-radius: 5px !important;
    border: 1px #fb2727 !important;
    border-style: solid !important;
    background-color: #fb2727 !important;
    box-shadow: 3px 3px;
}

.product-btn {
    background-color: #000;
    color: #fb2727 !important;
    font-family: 'Comfortaa', cursive;
    border-color: #fff;
}

.product-btn:hover {
    background-color: #fff;
    color: #fb2727 !important;
    font-family: 'Comfortaa', cursive;
    border-color: #000;
}

.social-icon {
    color: #ffffff;
    border-radius: 100%;
    width: 30px;
    background-color: #fb2727;
    padding: 7px 10px 7px 10px;
}

.social-icon:hover {
    color: #fb2727;
    background-color: #ffffff;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fixed-top {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s linear;
}

.scrolled {
    background-color: #ffffff;
}

.contact {
    background-color: #fb2727;
    background-image: url(../images/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #fb2727;
}

.hr-footer {
    width: 50px !important;
    height: 2px !important;
    background-color: #fb2727 !important;
    margin-left: 0px;
}

.para {
    font-family: 'Comfortaa', cursive;
}

.heading {
    font-family: 'Abril Fatface', cursive;
}

.title-font {
    font-size: 60px;
}

#about,
#gallery,
#contact,
#products,
#process,
#infra {
    padding-top: 100px;
}

#scrolltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 85px;
    z-index: 99;
    font-size: 18px;
    border-style: double;
    outline: none;
    background-color: #fb2727;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding: 10px 15px;
    border-radius: 100%;
    border-color: #f0ede0;
}

#scrolltop:hover {
    background-color: #f0dfcb;
    color: #fb2727;
    border-color: #fb2727;
}

.about-img {
    background-image: url(../images/about-img.png);
    background-attachment: fixed;
    width: 100%;
    height: 600px;
}

.about-para {
    font-family: 'Fondamento', cursive;
    color: white;
    padding-top: 20%;
    margin-left: 30px;
    font-size: 200%;
}


/* #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: 50px 0 0 -50px;
    border: 16px solid #fb2727;
    border-radius: 50%;
    border-top: 16px solid #000000;
    border-bottom: 16px solid #000000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
} */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 30px;
}

.top.a1 {
    position: absolute;
    left: 35%;
    top: 50%;
}

.top.a2 {
    position: absolute;
    left: 40%;
    top: 50%;
}

.top.a3 {
    position: absolute;
    left: 45%;
    top: 50%;
}

.top.a4 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.top.a1,
.top.a1:before {
    background: #fb2727;
    animation-delay: 0s;
}

.top.a2,
.top.a2:before {
    background: #000000;
    animation-delay: 0.2s;
}

.top.a3,
.top.a3:before {
    background: #fb2727;
    animation-delay: 0.4s;
}

.top.a4,
.top.a4:before {
    background: #000000;
    animation-delay: 0.6s;
}

.top:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: ani 2s infinite ease-in;
}

@keyframes ani {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/**/

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: ' '
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #fb2727;
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}

@media (min-width:768px) {

    .timeline:before {
        left: 50%
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }

    .timeline>li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left
    }
}

@media (min-width:992px) {

    .timeline>li {
        min-height: 150px
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }

    .timeline>li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width:1200px) {

    .timeline>li {
        min-height: 170px
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}

/*map*/
.map_toggle_wrapper {}

#map_wrap {
    margin-top: 0px;
    margin-bottom: 30px;
    background: gray;
    width: auto;
    height: 100vh;
}

#map_wrap_toggle {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    background: #000000;
    text-align: center;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    box-shadow: 2px 2px 3px #888888;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: .9;
    font-size: 24px;
}

#map_wrap_toggle:hover {
    text-decoration: none;
    /*    border-top: 1px groove white;*/
    /*
    border-left: 1px groove white;
    border-bottom: 1px solid #7B7B78;
    border-right: 1px solid #7B7B78;
*/
    color: #fb2727;
    background: #000000;
    opacity: .9;
    /*    box-shadow: 1px 1px 2px #888888;*/
}

/* Homepage */
* {
    position: relative;
    box-sizing: border-box;
}

.iframely-embed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: white;
}

#app {
    z-index: 100;
}

#app {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-bottom: 4vmin;
    height: 90vh;
    width: 100%;
    /* background: #ede8e2; */
    color: #3a3535;
}

.title-inner:hover{
    cursor: pointer;
    color: red;
}

body {
    display: grid;
    /* padding: 3vmin; */
    background: #e6ded7;
}

@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");

.title {
    padding-left: 1em;
    grid-column: 1 / -1;
    grid-row: 1;

    font-family: "Prata", serif;
    font-size: 8vw;
    width: 100%;
    z-index: 2;
}

.title>.title-inner {
    display: inline-block;
}

@keyframes text-clip {
    from {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes outer-left {
    from {
        transform: translateX(50%);
    }

    to {
        transform: none;
    }
}

@keyframes inner-left {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: none;
    }
}

.cafe,
.mozart {
    animation: outer-left 1s 1s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.title-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both;
}

.cafe-inner {
    display: inline-block;
    animation: inner-left 1s 1s ease both,
        text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.mozart-inner {
    animation: text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.title {
    animation: outer-left 1s 1s ease both;
}

.cafe>.cafe-inner {
    display: inline-block;
}

.mozart {
    display: inline-block;
}

.image {
    grid-row: 1;
    grid-column: 2;
    margin-left: -2rem;
    opacity: 0.7;

    animation: image-in 1s cubic-bezier(0.5, 0, 0.1, 1) 2s backwards;

    @keyframes image-in {
        from {
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        }

        to {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
    }
}

.image img {
    display: block;
    width: 100%;
    height: auto;
}

body:active * {
    animation: none !important;
}

#whatsapp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-style: double;
    outline: none;
    background-color: #231f20;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding: 10px 15px;
    border-radius: 100%;
    border-color: #f58033;
    height: 50px;
    width: 50px;
}

#whatsapp:hover {
    background-color: #fb2727;
    color: #231f20;
    border-color: #231f20;
}

.home-title{
    font-family: 'Optima';
    font-weight: 900;
    text-shadow: 0px 0px 10px #fff;
}