
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.inter-sans {
    font-family: "Inter", sans-serif !important;
}

body {
	font-family: "SEND Italic";
	font-weight: 400;
	color: #202124;
	font-size: 16px;
	background-color:#000;
	padding-bottom: 30px;
}

@font-face {
    font-family: "SEND Italic";
    src: url(../fonts/SEND Italic.otf);
    font-weight: 600;
}

.logo {
    width: auto;
    max-height: 70px;
}

.form-control {
    background-color:#000!important;
    border-radius:inherit!important;
    border:unset!important;
    color:#fff!important;
    font-size:16px!important;
}

label{
    color:#f9b428;
    font-size:16px;
}
.width-max{
    width:max-content;
}
.bg-0{
    background-color:#000;
    border-radius:inherit;
}
.dark-theme{
    background-color:#000;
}

.btn_grad {
    padding: 1px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color:#bc8a3b;
}

ul,
li,
ol,
p {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	transition: all ease 0.4s !important;
}

img {
	max-width: 100%;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-11{
    font-size:11px;
}
.font-12{
    font-size:12px;
}
.font-13{
    font-size:13px;
}
.font-14{
    font-size:14px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-17{
    font-size:17px;
}
.font-18{
    font-size:18px;
}
.font-19{
    font-size:19px;
}
.font-20{
    font-size:20px;
}
.font-21{
    font-size:21px;
}
.font-22{
    font-size:22px;
}
.font-23{
    font-size:23px;
}
.font-24{
    font-size:24px;
}

.width-46{
    width:46%;
}

.fixed-bottom-30{
    position:fixed;
    bottom:30px;
}
.btn-position{
    transform: translateY(60%);
    padding-bottom: 30px;
}
#searchfrm {
    border-radius: inherit;
}
.logos {
    width: auto;
    max-height: 70px;
}
.package-bdr {
    line-height: normal;
}
.package-bdr {
    display: block;
    padding: 1px;
    border-radius: 8px;
    text-align: center;
    background:#bc8a3b;
    width: 80%;
}
.package-details-btn {
    letter-spacing: normal;
}
.package-details-btn {
    color: #FFF !important;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    border-radius: inherit!important;
    background-color: #000!important;
    width: 100%;
}

.nav-link {
    font-size: 20px;
    color:#eaeaea !important;
}
.nav-fill .nav-item {
    color: #eaeaea;
}
.active-date {
    background: #d8d7d7;
    font-weight: 600;
    color: #000;
    border-radius:2px;
}
.active-date span {
    color: #000 !important;
}

.btn, input, select {
    box-shadow: none !important;
    outline: 0px !important;
}
.btn {
    transition: all 300ms ease;
    color: #000;
}
.o-hidden {
    overflow: hidden;
}
.grdient_color {
   color:#808080;
}
.nav {
    transition: transform 0.4s;
    transform: translateX(50%);
    left: -50%;
}
.close-menumb-3 {
    margin-top: -36px;
}
.profile-picture img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
.profile-picture i{
    bottom: 11px;
    right: -11px;
    font-size: 21px;
    background-color: #171717;
    padding: 7px;
    border-radius: 50%;
}
.rounded-50 {
    border-radius:50%;
}
.rounded-4{
    border-radius:4px!important;
}
.time-space {
    min-width:130px!important;
}
.transformY-20 {
    transform:translateY(20%);
}
.transformY-30 {
    transform:translateY(30%);
}
.transformY-40 {
    transform:translateY(40%);
}
.transformY-35 {
    transform:translateY(35%);
}
.transformY-50 {
    transform:translateY(50%);
}
.transformY-57 {
    transform:translateY(57%);
}
.transformY-60 {
    transform:translateY(60%);
}
.transformY-68 {
    transform:translateY(68%);
}
.transformY-70 {
    transform:translateY(70%);
}
.home-transform {
    transform:translateY(80%);
}
.transformY-75 {
    transform:translateY(75%);
}
.transformY-80 {
    transform:translateY(80%);
}
.transformY-100 {
    transform:translateY(100%);
}
.transformY-110 {
    transform:translateY(110%);
}
.transformY-115 {
    transform:translateY(115%);
}
.transformY-120 {
    transform:translateY(120%);
}
.transformY-130 {
    transform:translateY(130%);
}
.transformY-140 {
    transform:translateY(140%);
}
.transformY-145 {
    transform:translateY(145%);
}
.transformY-210 {
    transform:translateY(210%);
}
.no-slot{
    color:#8b8787;
}

.index-bg {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/bg/signin.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 0px !important;
}

.select-date-bg {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../images/bg/select-date.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 0px !important;
}

.verify-bg {
    background: linear-gradient(to bottom, rgb(14 14 12 / 1%), #0a0a0a), url(../../images/verify-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-bottom: 0px !important;
}

.check-card2 {
    padding: 1px;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(91.38deg, #FF9700 1.03%, rgba(180, 62, 235, 0.89) 48.76%, #F8CD54 100%);
}
.check-card2 .content {
    background: #1E1E1E;
    padding: 8px;
    border-radius: inherit;
    color: #F2C94C;
    margin: 0px !important;
}

.icon-check {
    margin-left: -30px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: block;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.icon-check input {
    position: absolute !important;
    transform: translateX(-10000px);
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.icon-check i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: 1px;
    height: 24px;
    line-height: 24px;
}
.store_logo {
    max-height: 40px;
    width: auto;
    border-radius: 50%;
    min-width:40px;
}
.t_guests_people {
    text-align: left;
    line-height: 17px;
}
.select-packgs-btn {
    background-color:#000!important;
    border-radius:inherit!important;
}
.trans-card {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 16px 10px;
}

.addition-buttons {
    position: fixed;
    bottom:30px;
}

.login-bg {
    background: #fff;
    border-radius: 0 0 30px 30px;
    height: 100vh;
    overflow: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/vacation/vacation-13.jpeg) no-repeat center center fixed;
    object-fit: cover;
    background-position: top;
    background-size: 100% 100%;
}
.verify-signin-bg {
    background: #fff;
    border-radius: 0 0 30px 30px;
    height: 100vh;
    overflow: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/vacation/vacation-20.jpeg) no-repeat center center fixed;
    object-fit: cover;
    background-position: top;
    background-size: 100% 100%;
}
.w-70{
    width:70%;
}
.w-60{
    width:60%;
}

.store-sold-out {
    width: max-content;
    background: rgba(232, 11, 11, 0.6);
    color: #fff;
    padding: 2px 10px 4px;
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 0.25rem;
    right: 2%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight:700;
}
.checkbox-round {
    width: 28px !important;
    height: 28px !important;
    background-color: #AAB2BD!important;
    border-radius: 50% !important;
    vertical-align: middle;
    border: 1px solid #F2C94C!important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    min-width: 28px;
}
.checkbox-round:checked {
    background: #F2C94C!important;
    border:1px solid #F2C94C;
}

.session-alert {
    position: absolute!important;
    top: 50%;
    left: 38%;
    transform: translate(-37%, 0%);
    width: 90%;
    z-index: 99;
}
.color-green {
    color:#50EB8E;
}
.bg_white {
    background-color:#ffffff;
    border-radius:inherit;
}
.transform-flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 80vh;
}

.theme-border {
    border:1px solid #bc8a3b;
}