@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
  font-family: 'Roboto', sans-serif;
}
/*@media screen and (max-width: 992px) {
  * {
	font-size: 30px;
  }
}*/
.custom_hr {
    background: #66164b;
    height: 10px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	background: #f2c4d0;
	padding-bottom: 75px;
	margin: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 50px;
}

.selected {
  background-color: #ffffff;
}

.row-custom {
    width: 800px;
	color: #975078;
	font-weight: bold;
}


.fc-daygrid-day, .fc-daygrid-day-harness, .fc-daygrid-day-top, .fc-scrollgrid-sync-table .fc-scrollgrid-section.fc-scrollgrid-section-header td {
    border: none !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: none !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}

.fc .fc-daygrid-day-top {
    display: block !important;
    text-align: center !important;
    margin: 10px 0px 10px 0px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    display: none;
}

.fc .fc-daygrid-day-number {
    color: #66164B !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.fc .fc-col-header-cell-cushion {
    color: #975078 !important;
}

.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.fc .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    color: #975078;
    font-size: 30px;
}

.servicebutton {
	cursor: pointer;
}

.custom-row {
    width: 800px;
	color: #66164B;
	font-weight: bold;
}

.datetime-container {
    display: inline-block;
    padding: 20px 20px;
    color: #ffffff;
    background: radial-gradient(circle, #D6A1B5, #66164B);
    border-radius: 45px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 470px;
}

.row-3d {
    background: linear-gradient(to left, #ffffff, #D6A1B5);
    border: none;
    padding: 10px 15px;
    box-shadow: inset 4px 4px 10px #66164B, inset -8px -8px 20px #ffffff;
    transition: all 0.3s ease 0s;
    width: 800px;
    color: #66164B;
    font-weight: bold;
    border-radius: 30px;
}

.row-3d:hover {
    box-shadow: inset 2px 2px 5px #975078, inset -6px -6px 15px #ffffff;
}

.row-3d:focus {
    box-shadow: inset 2px 2px 5px #975078, inset -6px -6px 15px #ffffff;
    outline: none;
}

.vendor-content {
    background-color: #edf2fd;
    padding: 173px 130px 0px 0px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    box-shadow: -4px 1px 5px 2px rgba(0,0,0,0.5);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    color: #66164B;
}

.vendor-content:hover {
    background-color: #66164B !important; /* a darker color for hover */
    box-shadow: 4px 1px 5px 2px rgba(0,0,0,0.5);
    cursor: pointer; /* changes the cursor to a hand when hovering */
	color: #ffffff;
}

.content {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.details-container {
  background-color: #ffffff; /* This is a white background */
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23); /* Inset shadows */
  border-radius: 100px; /* Optional: this will round the corners of the element */
  padding: 40px 40px 40px 80px; /* Optional: this adds some space inside the element */
}

.logo-3d {
    width: 300px;
    height: 150px;
    border-radius: 20px;
    object-fit: contain;
    background: linear-gradient(145deg, #f2c4d0, #ffffff);
    box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
    transition: all 0.3s ease;
    padding-right: 10px;
    padding-left: 10px;
}

.logo-3d:hover {
    background: linear-gradient(145deg, #ffffff, #f2c4d0);
    box-shadow: inset 10px 10px 20px #bebebe, inset -10px -10px 20px #ffffff;
}

.btn-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 3px 6px rgba(214, 221, 232, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23); /* Inset shadows */
    transition: all 0.3s ease;
}

.icons-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6eaf3, #ffffff);
    box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
    transition: all 0.3s ease;
}

.icons-bottom2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6eaf3, #ffffff);
    box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
    transition: all 0.3s ease;
    position: relative;
    top: -45px;
}

.btn-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
    transition: all 0.3s ease;
}

.btn-top:active {
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow: inset 10px 10px 20px #bebebe, inset -10px -10px 20px #ffffff;
}

.btn-top i {
    color: #66164B;
}

.input-3d {
    background: linear-gradient(to bottom, #66164b, #975078);
    border: none;
    padding: 10px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    width: 200px;
    color: #ffffff !important;
}

.input-3d:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.input-3d:focus {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
    outline: none;
}

.input-3d::placeholder {
  color: #fff;
}

/* Firefox */
.input-3d:-moz-placeholder {
  color: #fff;
}

.input-3d::-moz-placeholder {
  color: #fff;
}

/* Internet Explorer */
.input-3d:-ms-input-placeholder {
  color: #fff;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 250px;
}

.select-3d {
  background: linear-gradient(to bottom, #d1d9e5, #ffffff);
  border: none;
  padding: 10px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  width: 100%;
  appearance: none;
  color: #66164B;
  font-weight: bold;
}

.select-3d:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
  color: #66164B;
}

.select-3d:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
  outline: none;
  color: #66164B;
}

/* This will create the dropdown arrow */
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #66164B;
  pointer-events: none; /* This makes sure the dropdown arrow doesn't block the select */
}

.select-3d option:hover {
  background-color: #a1b1cf;
}

.field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}

.btn-3d-pay {
    background: linear-gradient(to bottom, #d1d9e5, #ffffff);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    padding: 15px;
    width: 242px;
	color: #66164B;
	cursor: pointer;
}

.btn-3d-pay:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 -3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.btn-3d-pay:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

.btn-3d-front {
    background: linear-gradient(to bottom, #66164b, #985179);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 15px 50px 15px 50px;
    color: #ffffff;
    font-weight: bold;
}

.btn-3d-front:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 -3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
	color: #ffffff;
}

.btn-3d-front:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
	color: #5b749d;
}

.btn-3d {
    background: linear-gradient(to bottom, #d1d9e5, #ffffff);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
	cursor: pointer;
}

.btn-3d:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 -3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.btn-3d:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

.btn-3d-2 {
    background: linear-gradient(to bottom, #d1d9e5, #ffffff);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
	width: 230px;
	cursor: pointer;
}

.btn-3d-2:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 -3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.btn-3d-2:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

.footer-icon-middle {
    background: #ffffff;
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 35px;
	position: relative;
	top: -30px;
}

.content-row-top {
    background: url(background-quenns.jpg);
    background-position: center center;
    border-radius: 50px 50px 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content-row-bottom {
	background: #66164b;
	border-radius: 0px 0px 50px 50px;
}

#categories {
    background: #f2c4d0;
    border: 5px solid #66164b;
}

#soptions {
    background: #f2c4d0;
    border: 5px solid #66164b;
}

div#pay-form {
    border-radius: 40px;
}

.clabel {
    font-weight: bold;
    font-style: italic;
    color: #66164b;
}

.cform {
    background: #66164b;
    color: #ffffff;
}

/* CSS */
.pulse:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {
  * {
    font-size: 30px !important;
  }
  .input-3d {
	  width: 400px !important;
	  }
	.btn-top {
		width: 100px !important;
		height: 100px !important;
	}
	.btn-top i {
		font-size: 50px !important;
	}
	.vendor-content {
		padding: 200px 180px 0px 0px !important;
}
.datetime-container {
    width: 650px !important;
}

.icons-bottom2 {
    top: -75px !important;
}
.btn-3d-2 {
    width: 330px !important;
}
.btn-3d-pay {
    padding: 15px 0px 15px 0px !important;
    width: 315px !important;
}
}