:root {
  --primary: #7c6cb0;
  --secondary: #332966;
  --tertiary: #fed141;
}


/* Typography */ 
body {
  background-color: #FFFCF7 !important;
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif !important;
}


h1, h2, h3, h4, h5 {
  /*font-family: 'Nunito Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
}

p {
  /*font-family: 'Quicksand', sans-serif;*/
  font-family: 'Montserrat', sans-serif !important;
}

li {
  list-style: none;
}

p {
  font-size: 21px;
}


h4, h5 {
  font-size: 15.5px;
}

h1, h2, h3 {
  font-size: 40px;
}
@media (min-width: 768px) {
h1 {
  font-size: 2.5rem; /* 40px */
}

h2 {
  font-size: 2rem; /* 32px */
}

h3 {
  font-size: 1.95rem; /* 28px */
}

h4 {
  font-size: 1.5rem; /* 24px */
}

h5 {
  font-size: 1.25rem; /* 20px */
}

p {
  font-size: 1.25rem;
}
  
}


@media (min-width: 1200px) {
    h1 {
    font-size: 3rem; 
  }
  
  h2 {
    font-size: 2.8rem; /* 32px */
  }
  
  h3 {
    font-size: 2.2rem; /* 28px */
  }
  
  h4 {
    font-size: 1.8rem; /* 24px */
  }
  
  h5 {
    font-size: 1.6rem; /* 20px */
  }
  
  p {
    font-size: 1.6rem;
  }
}


.v-container {
  padding: 0px !important;
}

.circle-wrap {
  width: 132px;
  height: 66px;
  background: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 5px solid #7c6cb0;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 64px;
  position: absolute;
  overflow: visible;
  left: 50%;
  transform: translate(-50%,0);
}

.logo-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}

.logo-wrap img {
  width:110px;
  height: 110px;
  position: absolute;
  left:50%;
  top:0;
  transform:translate(-50%, 0);
  border-radius:50%;
  overflow: hidden;
  margin-top:-55px;
}

/* Nav styles */

@media (min-width: 320px) and (max-width: 956px) {
  .mobileStyles {
    
  }
}

.v-btn__content {
  font-size: 16px !important;
}

.nav__logoImg {
  border-radius: 50% !important;
  max-width: 50px;
}

.nav__orderbtn {
  background-color: #fff !important; 
  color: #000 !important;
}

.nav__options {
    margin-bottom: 20px;
    height: 88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.order-now {
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  margin-left: auto;
}
.nav__desktopButtonWrapper {
    width: 100% !important;
  }
@media (min-width: 960px) {
  
}

@media (max-width: 959px) {
  .desktop-nav-buttons.order-now {
    display: block !important;
  }
  .desktop-nav-buttons {
    display: none;
  }
  
}



@media (max-width: 768px){
  
  .nav__desktopButtonWrapper {
    max-width: 95% !important;
  }
}


/* END of Nav styles */

/* About Styles */
.v-img__img--contain {
    object-fit: unset !important;
}

.wrapper__aboutResturant {
  height: 100%;
}

.wrapper__resturantInfo {
  position: relative;
}

.wrapper__backgroundImgContent {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.7px);
  -webkit-backdrop-filter: blur(0.7px);
  height: 100%;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper__aboutContent {
  display: flex;
  
}


@media (min-width: 1300px) {
  .about__backgroundImg {
    max-height: 50vh !important;
  }
}

.about__placename {
  /*font-family: 'Nunito Sans', sans-serif;
  font-weight: 300 !important;*/
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

  @media (max-width: 370px) {
    .about__placename {
      font-size: 1.5rem;
    }
  }
  
  @media (min-width: 1300px) {
    .about__placename {
      font-size: 2.8rem !important;
    }
  }
  

.about__supportlocal {
  /*font-family: 'Quicksand', sans-serif;*/
}

.button__slanted {
  text-transform: uppercase;
  color: #fff;
  background: #25325f;
  letter-spacing: 2px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: .9rem;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  padding: 0.7em 2.5em;
  -webkit-transform: skew(-20deg);
}


.button__slanted:hover {
  background: #25325f;
    border-color: #25325f;
    color: white;
}

.button__slanted:focused {
  
}

.about__content {
  z-index: 1;
  padding: 25px;
  margin: 25px;
}


.about-rectangle {
  position: absolute;
  width: 150px; 
  height: 450px; 
  background-color: #7c6cb0 ;
  
  /*animation-name: slideIn;
  animation-duration: 7s; 
  animation-fill-mode: forwards;*/
}

@media (min-width: 1300px) {
  .about-rectangle {
    width: 100%;
  }
}

@keyframes slideIn {
  from {
    left: -100px;
  }
  to {
    left: 0; 
  }
}

/* END of About Styles /*

/* Swiper Styles */

@media (max-width: 959px) {
  .swiper-desktop {
    display: none;
  }
  
}

swiper-container {
  /*width: 100%;*/
  height: auto;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  margin-bottom: -190px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

  swiper-slide {
    width: 80%;
  }

  swiper-slide:nth-child(2n) {
    width: 60%;
  }

  swiper-slide:nth-child(3n) {
    width: 40%;
  }

/* END of Swiper Styles */ 

/* Review Styles */
.v-rating {
    display: inline-flex;
    max-width: 100%;
    white-space: nowrap;
    justify-content: center !important; 
}

.customerReviews__container {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  */
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.customerReviews__review {
  /*max-height: 136.5px;*/
  min-height: 136.5px;
}

@media (min-width: 1200px) {
  .customerReviews__review {
    font-size: 18.2px;
  }
}

.customerReviews__item {
  flex-basis: 20%;
  margin: 10px;
  display: flex;
}

.customerReviews__content {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display: inline-block;
  /*font-family: 'Roboto', Arial, sans-serif;*/
  font-size: 16px;
  margin: 35px 10px 10px;
  min-height: 213px;
  /*max-width: 310px;*/
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid rgba(51, 41, 102, 0.85);
}

.customerReviews__content figcaption {
  display: flex;
  flex-direction: column;
}

.customerReviews__content *,
.customerReviews__content *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.customerReviews__content figcaption {
  padding: 13% 10% 12%;
}

.customerReviews__content figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #7c6cb0;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}


/* END of Review Styles */


/* Menu Styles */ 

@media (max-width: 425px) {
  .menu__product {
    width: 190px;
  }
}

.menu__product {
  font-size: 19px !important;
}

.v-expansion-panel-text__wrapper {
  flex: 1 1 auto;
  max-width: 100%;
  padding: 6px 10px 10px !important;
}

@media (min-width: 1440px) {
  .e-panels {
    /*margin: 0px 120px 0px 120px;*/
  }
}


/* END of Menu Styles */

/* Find Us Styles */ 

    .findUs__content {
    }

    .grid-item {
      background-color: white;
      padding: 20px;
      text-align: center;
      --angle: 0deg;
      width: auto;
      border: 2px solid;
      border-image: conic-gradient(from var(--angle), #332966, #fed141) 1;
      
      animation: 10s rotate linear infinite;
    }
    
    @keyframes rotate {
      to {
        --angle: 360deg;
      }
    }
    
    @property --angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
    }


/* Location Styles */ 

#map {
  height: 400px;
  padding-top: 0;
  border-radius: 10px;
  margin: 30px;
  border: solid;
}

.location__content {
  background-color: #f6c243;
  margin: 35px;
  padding: 25px;
}

/* END of Location Styles */

/* Opening Times Styles */

.v-timeline--vertical.v-timeline {
    grid-row-gap: 24px;
    height: unset !important;
}

.v-timeline {
    display: grid;
    grid-auto-flow: dense;
    position: relative;
    justify-items: stretch;
    justify-content: start;
}

.openingtimes__content {
  background-color: #7c6cb0;
  margin: 35px;
  padding: 25px;
  color: #fff;
}

.openingtimes__notice {
  margin-top: 16px !important;
}

/*End of Opening Times Styles */


/* Contact content section (Location OpenTimes ) */

@media (max-width: 1040px) {
  .desktop-contact-section {
    display: none;
  }
}

@media (min-width: 1041px) {
  .wrapper__location {
    display: none;
  }
  
  .location__content {
    margin-right: 0px !important;
  }
  
  .wrapper__ot-wc {
    display: none;
  }
}


/* Footer Styles */

.wrapper__footer {
  background-color: #332966;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer__img {
  padding: 10px;
}

.openingtimes__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: row wrap;
  margin: 50px auto;
  max-width: 325px;
  flex-direction: column;
  max-width: 100% !important;
}

.openingtimes__box {
  display: flex;
  flex-direction: column;
  width: 300px !important;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  flex: 1;
}

.openingtimes__box h2 {
  font-size: 2rem;
}


.openingtimes__wrap .openingtimes__time {
  white-space: nowrap;
  width: 180px !important;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (max-width: 768px){
  .openingtimes__box {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  .openingtimes__wrap {
    flex-direction: column;
  }
  
  .openingtimes__box h2 {
    font-size: 1.5rem;
  }
  
  
  swiper slide, swiper-slide img {
    height: 100% !important;
  }
  
  
}



/* FEEDBACK CHANGES */

.v-toolbar__content {
  height: auto !important;
}

.wrapper__aboutResturant {
  background: #7c6cb0;
  padding-top: 155px;
}

.wrapper__backgroundImgContent {
  max-width: 75%;
  margin: 0 auto;
  border-radius: 30px;
}

.wrapper__slider {
  max-width: 75%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  height: 150px;
}


.about__content {
  max-width: 75%;
  margin: 0 auto;
}

.desktop-nav-buttons .v-btn {
  padding: 0 !important;
  /*margin-right: 15px;*/
}


.desktop-nav-buttons .v-btn:hover {
  text-decoration: underline; 
}

.v-ripple__container {
  display: none;
}

.order-now a {
  height: auto !important;
  padding: 16px;
}

swiper-slide {
  height: 150px !important;
}

.findUs__content {
  display: flex !important;
  margin: 0 auto;
}

.findUs__content .grid-item {
  flex: 1;
}


.company__name {
  word-wrap: nowrap;
  flex-shrink: 0;
  font-size: 30px;
  font-weight:bold;
}

.nav__desktopButtonWrapper {
	display: grid !important;
	grid-template-columns: min-content auto auto;
	row-gap: 0;
}
  
.order-now {
	grid-row: 1/span 2;
	margin-top: 0;
	display: flex;
	align-items: center;
	grid-column: 3;
	margin-right: 20px;
	text-align: center;
}

.desktop-nav-buttons {
	grid-row: 2;
	grid-column: 2/span 2;
	margin-bottom: 5px;
}

#nav-menu {
  display: none;
  grid-area: 1/span 2;
  margin-left: auto !important;
}

.nav-inner {
  display: flex;
}

.nav-inner .v-btn {
  margin-right: 15px;
}


#companylogo {
  transition: 0.5s all ease-in-out;
}


.fixed-header {
  padding: 5px 0;
}

.fixed-header .desktop-nav-buttons {
  grid-row: 1;
  grid-column: 2;
}

.openingtimes__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding: 5px 0;
}

.swiper-desktop .swiper-wrapper {
  width: auto !important;
}

.swiper-desktop {
  display: flex;
  justify-content: center;
  width: auto !important;
}


@media (max-width: 1200px){
  .customerReviews__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 959px){
  .company__name {
    /*display: none !important;*/
  }
  
  .nav-inner {
    justify-content: space-evenly;
  }
  
  .nav-inner .v-btn__content {
    font-size: 12px !important;
  }
  
  .order-now {
    margin-left: auto !important;
  }
  
  .order-now a {
    height: auto !important;
    padding: 12px;
    
  }
  
  .findUs__content {
    flex-direction: column;
  }
  
  .customerReviews__container {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .company__wrap {
    grid-row: 1/span 2;
  }
  
  .desktop-nav-buttons {
  	grid-row: 3;
  	grid-column: 1/span 3;
  	display: flex;
  	justify-content: space-evenly;
  }
  
  .company__name {
  	font-size: 24px;
  }
  
  .wrapper__backgroundImgContent, .wrapper__slider, .about__content, .wrapper__menu, .wrapper__reviews, .wrapper__findUs {
    max-width: 92% !important;
    width: 100%;
  }
  #map {
    margin: 0;
  }
  
  .wrapper__findUs {
    margin: 0 auto;
  }
  
  #opening_hours {
    margin: 30px 0;
  }
  
}

@media (max-width: 768px){
  .about__backgroundImg {
    min-height: 30vh !important;
  }
}

@media (max-width: 576px) {
  .company__name {
  	font-size: 18px;
  }
}


/* FEEDBACK CHANGES */

#header {
  min-height: 70px;
  display: flex;
  justify-content: center;
}


