/* 
    Copyright 2018, Cereble Robotics LLP.
    https://cereble.com 
*/

a {
    text-decoration: none;
}

.font-primary {
    font-family: 'Montserrat', sans-serif;
}

.font-secondary {
    font-family: bebas-neue, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#app {
    max-width: 1920px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3),0 0 0 0 rgba(0,0,0,.08);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3),0 0 0 0 rgba(0,0,0,.08);
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
}

/* Menu Section */
.menu-logo {
    max-height: 110px;
    padding: 10px;
}
.menu-logo-sm {
    max-height: 100px;
    margin-top: -15px;
    margin-bottom: -12px;
}
.menu-logo-hide {
    visibility: hidden;
    opacity: 0;
}
.menu {
    position: fixed;
    width: 100vw;
    max-width: 1920px;
    z-index: 9;
}
.menu-for-medium-down {
    padding: 10px 20px;
}
.menu-item {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 20px;
    font-weight: 400;
    color: #000;
}
.menu-item:hover {
    border-radius: 5px;
    color: #F87F12;
    cursor: pointer;
}
.mobile-menu .menu-item:hover, .menu-for-medium-down .menu-item:hover {
    background-color:transparent;
}
.menu-item:hover ~ .menu-underline {
    display: none;
}
.menu-underline {
    display: none;
    height: 4px;
    width: 60%;
    background-color: #EA5B61;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.menu-item-selected {
    display: block;
}
#close-mobile-menu {
    border-radius: 50px;
    padding: 6px 14px 6px 15px;
    background-color: #EBECEC;
}
.menu-icon {
    font-size: 22px;
    border-radius: 50px;
    padding: 8px 15px;
    background-color: #F87F12;
    color: #fff;
    cursor: pointer;
}
.menu-icon:hover, #close-mobile-menu:hover {
    background-color: #F87F12;
    color: #fff;
}

/* Mobile Menu Section */
.mobile-menu {
    display: block;
    padding-top: 30px;
    position: fixed;
    right: -300px;
    height: 100vh;
    z-index: 9;
    width: 200px;
    max-width:  250px;
    background-color: #EBECEC; 
}
.mobile-menu > .menu-item {
    display: block;
    padding: 5px 30px;
}
.mobile-times {
    position: absolute;
    margin-left: -70px;
    margin-top: -5px;
    font-size: 25px;
    padding: 0px;
}
#main-menu-cont {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.easy-anim {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Header Background */
.header-bg {
    position: fixed;
    z-index: 1;
    background-image: url('../img/header-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: block;
    height: 100vh;
    width: 100vw;
}
.bgVideo {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1920px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3),0 0 0 0 rgba(0,0,0,.08);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3),0 0 0 0 rgba(0,0,0,.08);
}
.header-overlay {
    position: fixed;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    opacity: 0.6;
    max-width: 1920px;
}

/* Ribbon */
.left-ribbon {
    position: fixed;
    top: 150px;
    left: 3vw;
    z-index: 6;
    max-height: 150px;
}
.right-ribbon {
    position: fixed;
    bottom: 100px;
    right: 1vw;
    z-index: 6;
    max-height: 150px;
}
.social-container {
    position: fixed;
    right: 50px;
    border-radius: 5px;
    top: calc(50vh - 246px);
    background-color: rgba(0,0,0,.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 5px 40px; 
    color: #fff;
    z-index: 7;
    transform: rotate(270deg);
    transform-origin: right top 0;
}


/* Main Body */
.main-body {
    position: relative; 
    z-index: 5;
}

.main-carousel-container .owl-dots {
    margin-top: -40px !important;
    position: relative;
    z-index: 10;
}

/* Home */
.home {
    padding-top: 40vh;
    height: 100vh;
    /* height: 56vw;
    max-height: 1080px; */
}

/* Products */
.section-container {
    padding: 30px;
}
.bullets li {
    padding-left: 15px;
}
.scrollable {
    display: block;
    color: #000;
}
#about-us {
    background: rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/geometry2.png") repeat scroll 0% 0%;
}

/* Why Us */
.core-value-img {
    max-width: 170px;
    display: block;
    margin-right: auto;
    margin-left: auto; 
}
.core-value-title {
    text-align: center;
    text-transform: uppercase;
    color: #171F64;
}
.core-values-container, .products-container, .constrained {
    max-width: 1400px;
}
.constrained-lg {
    max-width: 1600px;
}

/* Products */
.product-img {
    max-width: 400px;
    display: block;
    margin-right: auto;
    margin-left: auto; 
}

/* Reservarion */
.reservation {
    text-transform: uppercase;
}

/* Gallery */
.main-carousel-item {
    background-color: #eee;
    box-sizing: border-box;
}
.gallery-item {
    background-color: #eee;
    box-sizing: border-box;
}
.gallery-selector {
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer; 
    background-color: #ec8c86;
}
.gallery-selector:hover {
    background-color: #f96968;
}
.selected {
    background-color: #80AF8D;
}
.selected:hover {
    background-color: #80AF8D;
}

/* Testimonials */
.testimonials {
    position: relative;
    z-index: 6;
    margin-top: -232px;
    margin-bottom: -92px;
}
.testimonials-bg {
    max-width: 580px;
}
.testi-bg-cont {
    position: relative;
    z-index: 3;
}
.testimonial-text {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.testi-carousel-cont {
    max-width: 450px;
}

/* Testimonial */

.testimonial-item {
    padding: 50px 30px 30px 30px;
    margin: 10px;
    margin-left: 15px; 
    margin-bottom: 20px; 
    border-radius: 10px; 
    background-color: #f8fafc; 
    box-shadow: 0px 5px 18px 2px rgba(0,0,0,0.05),0 0 0 0px rgba(0,0,0,0.08);
}

.profile-pic {
    border-radius: 50%;
    height: 120px;
    width: 120px !important;
}
.profile-pic-border {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #FFF;
    margin-top: 40px;
    box-shadow: 2px 5px 18px 2px rgba(0,0,0,0.05),0 0 0 0px rgba(0,0,0,0.08);
}

/* Note */
.note {
    padding-top: 240px;
}
.feedback-form {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

/* Contact Us */

/* Footer */
.footer {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Form Elements */
.text-container {
    padding: 5px 20px;
}
.input-text {
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    width: 100%;
    color: #000;
}
.text-textarea {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    border: none;
    height: 193px;
    color: #000;
    max-height: 193px;
}
.text-button {
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: #F87F12;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 3px;
}
.text-button:hover {
    cursor: pointer;
    background-color: rgb(211, 109, 19);
}



/* Common */
.title-small {
    text-transform: uppercase;
    font-family: bebas-neue, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    color: #5B5B5B;
}
.d-none {
    display: none;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.capitalise {
    text-transform: uppercase;
}
.section-title {
    text-transform: uppercase;
    color: #171F64;
}
.section-title-underline {
    height: 4px;
    width: 60%;
    max-width: 100px;
    background-color: #8ABE2E;
    margin-top: 10px;
}
.section-text {
    padding-top: 15px;
    text-align: justify;
}
.bg-transparent {
    background-color: transparent;
}
.bg-scroll {
    background-color: #EFEFEF;
}
.bg-dark {
    background-color: #222;
}
.bg-ocher {
    background-color: #f7e7c9;
}
.bg-reddish {
    background-color: #f96968;
}
.bg-greenish {
    background-color: #8ABE2E;
}
.bg-brownish {
    background-color: #E27974;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-grey {
    background-color: #DDD;
}
.bg-light-grey {
    background-color: #EBECEC;
}
.bg-light-light-grey {
    background-color: #F9F9F9;
}
.bg-gradiant {
    background: linear-gradient(45deg, #0DCCEE 1%, #71CB6F 97%);
}
.ta-c {
    text-align: center;
}
.ta-j {
    text-align: justify;
}
.link-reddish {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.link-reddish:hover {
    color: #ff7d7d;
}
.f-b-spaced {
    font-weight: 600;
    letter-spacing: 4px;
}
.f-dark-gray {
    color: #5B5B5B;
}
.f-ocher {
    color: #f7e7c9;
}
.f-brownish {
    color: #d08d38;
}
.f-greenish {
    color: #8ABE2E;
}
.f-white {
    color: #ffffff;
}
.f-reddish {
    color: #f96968;
}
.f-black {
    color: #000000;
}
.f-pink {
    color: #c948e6;
}
.f-soirees {
    color: #EA5B61;
}
.f-xxlg {
    font-size: 50px;
}
.f-xlg {
    font-size: 30px;
}
.f-lg {
    font-size: 25px;
}
.f-md {
    font-size: 20px;
}
.f-sm {
    font-size: 15px;
}
.f-xs {
    font-size: 10px;
}
.f-xxs {
    font-size: 7px;
}


.m-lg {
    margin: 20px;
}
.m-md {
    margin: 15px;
}
.m-sm {
    margin: 10px
}
.m-xs {
    margin: 5px;
}
.p-xlg {
    padding: 25px;
}
.p-lg {
    padding: 20px;
}
.p-md {
    padding: 15px;
}
.pt-xlg {
    padding-top: 25px;
}
.pt-lg {
    padding-top: 20px;
}
.pt-md {
    padding-top: 15px;
}
.pt-sm {
    padding-top: 10px;
}
.pt-xs {
    padding-top: 5px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-md {
    padding-bottom: 15px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-80 {
    padding-bottom: 50px;
}
.pr-md {
    padding-right: 15px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-md {
    padding-left: 15px;
}

@media screen and (max-width: 1170px) {
    .social-container {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .core-value-img {
        max-width: 170px;
        display: block;
        margin-right: auto;
        margin-left: auto; 
    }
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .footer-logo {
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }
    .footer {
        padding-bottom: 30px;
    }
    .title-small {
        font-size: 20px;
    }
    .right-ribbon {
        right: -40px
    }
    .core-value-img {
        max-width: 150px;
    }
    .gallery-item {
        background-color: #eee;
        box-sizing: border-box;
    }
    .testimonials-title {
        max-width: 240px;
    }
    .testimonials {
        margin-bottom: -19vw;
        margin-top: -40vw;  
    }
    .testimonial-text {
        padding: 10px 20px 0px 20px;
    }
    .note {
        padding-top: 35vw;
    }
    .ta-c-sm {
        text-align: center;
    }
    .f-xxlg {
        font-size: 30px;
    }
    .f-xlg {
        font-size: 20px;
    }
    .f-lg {
        font-size: 16px;
    }
    .f-md {
        font-size: 12px;
    }
    .f-sm {
        font-size: 12px;
    }
    .f-xs {
        font-size: 7px;
    } 
    .m-lg {
        margin: 15px;
    }
    .m-md {
        margin: 10px;
    }
    .m-sm {
        margin: 7px
    }
    .m-xs {
        margin: 7px;
    }
    .p-md {
        padding: 10px;
    }
    .pt-xlg {
        padding-top: 15px;
    }
    .pt-lg {
        padding-top: 10px;
    }
    .pt-md {
        padding-top: 7px;
    }
    .pt-sm {
        padding-top: 5px;
    }
    .pt-xs {
        padding-top: 5px;
    }
    .pt-100 {
        padding-top: 40px;
    }
    .pt-50 {
        padding-top: 20px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .right-ribbon {
        right: -40px
    }
    .core-value-img {
        max-width: 180px;
    }
    .note {
        padding-top: 250px;
    }
    .f-xxlg {
        font-size: 35px;
    }
    .f-xlg {
        font-size: 25px;
    }
    .f-lg {
        font-size: 20px;
    }
    .f-md {
        font-size: 16px;
    }
    .f-sm {
        font-size: 12px;
    }
    .f-xs {
        font-size: 7px;
    }
    .m-lg {
        margin: 18px;
    }
    .m-md {
        margin: 13px;
    }
    .m-sm {
        margin: 10px
    }
    .m-xs {
        margin: 7px;
    }
    .p-md {
        padding: 10px;
    }
    .pt-xlg {
        padding-top: 18px;
    }
    .pt-lg {
        padding-top: 13px;
    }
    .pt-md {
        padding-top: 10px;
    }
    .pt-sm {
        padding-top: 7px;
    }
    .pt-xs {
        padding-top: 5px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-100 {
        padding-top: 60px;
    }
}

/* Large and Up */
@media screen and (min-width: 64em) {}

/* Large Only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/*-----------
preloader
------------*/

svg {
  overflow: visible !important;
  width: 100px;
  height: 150px;
}
svg g {
  animation: slide 2s linear infinite;
}
svg g:nth-child(2) {
  animation-delay: 0.5s;
}
svg g:nth-child(2) path {
  animation-delay: 0.5s;
  stroke-dasharray: 0px 158px;
  stroke-dashoffset: 1px;
}
svg path {
  stroke: url(#gradient);
  stroke-width: 15px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 0 157px;
  stroke-dashoffset: 0;
  animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

@keyframes slide {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes escalade {
  0% {
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: -156px;
  }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #4c0480 1%, #371B4A 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0480', endColorstr='#371B4A', GradientType=0);
    z-index: 99999999999;
}
  
.sk-folding-cube {
    margin: 20px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.wineglass {
    height: 36px;
    position: relative;
  }
  .wineglass:after {
    content: ''; 
    position: absolute;
    top: 47px;
    left: 5px;
    width: 20px;
    height: 5px;
    background: white;
    box-shadow: 0 0 1px white;
  }
  .top {
    background: white;
    width: 30px;
    height: 36px;
    border-radius: 0 0 36px 36px;
    box-shadow: 0 0 1px white;
  }
  .top:before {
    content: ''; 
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(transparent 50%, #F36E3E 50%);
  }
  .left .top:before {
    animation: rotate2 2s linear infinite;
  }
  .right .top:before {
    animation: rotate1 2s linear infinite;
  }
  .top:after {
    content: ''; 
    position: absolute;
    top: 35px;
    left: 12px;
    width: 6px;
    height: 13px;
    background: white;
    box-shadow: 0 0 1px white;
  }
  .left {
    display: inline-block;
    margin-right: 10px;
    animation: rotate1 2s cubic-bezier(.39,1.52,.46,.92) infinite;
  }
  .right {
    display: inline-block;
    animation: rotate2 2s cubic-bezier(.39,1.52,.46,.92) infinite;
  }
  @keyframes rotate1{
    0% {transform: rotate(0deg);}
    50% {transform:rotate(22deg);}
  }
  @keyframes rotate2{
    0% {transform:rotate(0deg);}
    50% {transform:rotate(-22deg);}
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 25px;
    position: relative;
    opacity: 0;
    animation: 2s fadeInUp infinite linear 2s;
  }
  li {
    width: 6px;
    height: 15px;
    background: white;
    position: absolute;
    box-shadow: 0 0 1px white;
    transform-origin: bottom;
  }
  li:nth-child(1) {
    left: 26px;
    bottom: 5px;
    transform: rotate(-35deg);
  }
  li:nth-child(2) {
    left: 34px;
    bottom: 8px;
  }
  li:nth-child(3) {
    left: 42px;
    bottom: 5px;
    transform: rotate(35deg);
  }*/
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: scaleY(1);
    }
    
    33% {
      opacity: 1;
      transform: scaleY(1.4);
    }
    64% {
       opacity: .1;
       transform: scaleY(1);
    }
    100% { 
      opacity: 0;
      transform: scaleY(.3);
    }
  } 