@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'DM Sans', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

header {
    /*background: rgba(0, 0, 0, 1);*/
    padding: 30px 0;
}

.header-logo img {
    width: 300px;
    /*margin-left: 150px;*/
    height: 150px;
    object-fit: contain;
}

.header-logo {
    text-align: center;
}

.header-cart a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.header-cart span {
    position: absolute;
    top: -3px;
    left: 10px;
    background: #00a36c;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.d-flex {
    align-items: center;
}
section.Booking-wrap {
    padding: 100px 0;
}

table {
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

table td {
    border-bottom: 1px solid #00a36c;
    padding: 15px 12px;
    color: #000;
}
section.Booking-wrap h5 {
    color: #000000;
    font-family: "Inter Tight", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.booking-btn a {
    border: 2px solid rgb(0,163,108);
    color: rgb(0,163,108);
    display: inline-flex;
    width: 22%;
    justify-content: center;
    padding: 5px 40px;
    min-height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    font-weight: 600;
}

.booking-btn {
    display: flex;
    gap: 130px;
    justify-content: center;
    margin-top: 50px;
}

footer {
    background: #000000;
    padding-top: 50px;
}

ul.socail-link {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 28px 0;
}

ul.socail-link a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.fotter-box p {
    background: #00A36C;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
}
a.facebook {
    background: #3b5998;
}

a.insta {
    background: #262626;
}

a.youtube {
    background: #cd201f;
}

a.twitter {
    background: #000;
}
.hire-check input {
    accent-color: #111111;
}

.hire-check img {
    width: 100px !important; 
    margin: 0 auto;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-bottom: 13px;
    border-radius: 5px;
}

.hire-check label {
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    /* display: flex; */
    border-radius: 5px;
    border: 1px solid #00000036;
    text-align: center;
    width: 100%;
    height: 200px;
}

section.net-hire {
    padding: 100px 0;
}

.hire-check {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 20px;
}
.hire-net-box h2 {
    font-size: 32px;
    margin-top: 10px;
    color: #000;
}

div#datepicker table th, div#datepicker table td {
    text-align: center;
  }
  table.ui-datepicker-calendar thead tr th {
    font-family: 'Abril Fatface', cursive;
    font-size: 18px;
    color: #fff;
  }
  .ui-datepicker-title span {
    font-family: 'DM Sans';
    font-size: 20px;
    color: #000;
  }
div#datepicker {
    border: 1px solid #00a36c;
    padding: 0 20px;
    border-radius: 10px;
}
  div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #0c0b0b;
    font-weight: 600;
    /* background: #000000; */
    font-size: 18px;
  }
  
  div#datepicker table a.ui-state-default.ui-state-active {
    background: #00A36C;
    color: #fff;
  }
  
  
  div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: 'DM Sans';
  }
  table.ui-datepicker-calendar thead {
    position: relative;
    bottom: -10px;
}
  .ui-datepicker-header {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    font-size: 18px;
    margin: 30px 0 0;
  }
  
  .ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
  }
  
  .ui-datepicker-header > a {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #00a36c;
    background: #fff;
    border: 1px solid #00a36c;
    font-family: 'DM Sans';
  }
  
  div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 200;
    color: #0000005c;
    font-size: 18px;
    font-family: 'DM Sans';
  }
  
  
  
  div#datepicker table a.ui-state-default:hover {background: #00a36c;color: #fff;}
  
  .containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
  }
  table.ui-datepicker-calendar {
    width: 100%;
  }
  .time-slot label {
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    display: inline-flex;
    margin-right: 8px;
    gap: 15px;
    margin-bottom: 22px;
  }
  
  .time-slot.active>span {
    background: #00a36c;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
  }
  .time-slot>div {
    width: 0;
    overflow: hidden;
  }
  .wrapper-time {
    border: 1px solid #00a36c;
    border-radius: 10px;
    padding: 10px 10px;
  }
  
  .slot-wrapper {
    text-align: center;
    height: 473px;
    overflow-y: scroll;
  }
  section.clendar-wrap {
    padding: 100px 0;
  }
  
  .wrapper-time p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
.hire-input input {
    width: 100%;
    border: 2px solid #0000001a;
    padding: 10px 15px;
    margin: 15px 0;
}
.row.form-box {
    background: #fff;
    /* padding: 50px 30px; */
    /* margin-top: 30px; */
}
.hire-input {
    margin-bottom: 20px;
}


.hire-in span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.time-slot label span {
    display: inline-block;
    color: #00a36c;
    /* margin-left: 10px; */
    border: 1px solid #00a36c;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
}

.hire-in {
    text-align: center;
}

.total-value h5 {
    color: #00a36c;
    font-weight: 600;
}

.total-value h6 {
    font-size: 20px;
    font-weight: 500;
}

.total-value {
    margin-bottom: 20px;
    background: #fff;
    width: 55%;
    display: inline-block;
    border-radius: 5px;
}

.btn-net button {
    width: 30%;
    border: unset;
    background: #00a36c;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
}
.btn-net {
    text-align: center;
}
.hire-net-box {
    width: 90%;
    margin: 0 auto;
}
.radio-box input[type=checkbox]:checked + label {
    background: #00A36C;
    border-color: #00A36C;
    color: #fff;
    transition: all 125ms ease-out;
}
.radio-box input[type=checkbox]:checked + label a {
    display: block;
}
.radio-box input[type=radio]:checked + label {
    background: #00A36C;
    border-color: #00A36C;
    color: #fff;
    transition: all 125ms ease-out;
}
.radio-box input[type=radio]:checked + label a {
    display: block;
}
.radio-box {
    position: relative;
    display: inline-block;
    width: 17%;
    margin-right: 10px;
    margin-bottom: 40px;
}
.radio-box a {
    display: none;
    position: absolute;
    bottom: -43px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    left: 0;
    background: #000000;
    padding: 5px 0;
    border-radius: 5px;
}
.radio-box input {
    display: none;
}


.tile {
    border-radius: 8px;
    transition: 200ms ease-out;
    /* width: 70%; */
    margin: 0 auto;
    /* margin-top: 20px; */
  }
  
  .tile label {
    cursor: pointer;
    border: 1px solid #77777785;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-top: 12px;
    border-radius: 5px;
  }
  
  .tile input {
    position: absolute;
    top: 18px;
    left: 18px;
    cursor: pointer;
    display: none;
  }
  
  .tile .selected {
    outline: 2px solid darkblue;
    opacity: 1;
  }
  
  .tile .selected h2 {
    font-weight: medium;
    font-size: 17px;  
  }

.tile img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    margin-bottom: 10px;
}

.slot-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.slot-wrapper::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.slot-wrapper::-webkit-scrollbar-thumb
{
	background-color: #00A36C;
}
.tile input[type=checkbox]:checked + label {
    border-color: #00A36C;
    transition: all 125ms ease-out;
    border-width: 3px;
}
.tile h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    line-height: 30px;
    text-align: center;
}

h2 {
    color: #000;
}

.time-slot input[type=checkbox]:checked + label span {
    background: #00A36C;
    border-color: #00A36C;
    color: #fff;
    transition: all 125ms ease-out;
}
.time-slot input {
    display: none;
}
.time-slot input[type=checkbox]:checked + label span {
    color: #fff;
}

div#staticBackdrop .modal-dialog {
    max-width: 70%;
    top: 50px;
}
div#staticBackdrop .modal-content {
    border: 2px solid #00a36c;
    border-radius: 10px;
}
div#staticBackdrop .btn-primary {
    width: 20%;
    background: #00a36c;
    border-color: #00a36c;
}
.hire-input p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
.row.bowling-main-box {
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0 0 10px #00000012;
    margin-top: 30px;
}
.row.form-box .hire-in {
    text-align: start;
}
html {
    overflow-x: hidden;
}

.offset-3 {
    margin: 0;
}
@media only screen and (min-width: 520px) and (max-width: 767px){
 div#staticBackdrop .modal-dialog {
    max-width: 100%;
}   
    header {
    overflow: hidden;
}

.header-logo img {
    margin-left: 0;
    width: 100%;
}
.ui-datepicker-header > a {
    height: 35px;
    width: 35px;
    font-size: 10px;
}

.ui-datepicker-title span {
    font-size: 12px;
}

.ui-datepicker-title {
    width: 43%;
}
.header-cart a {
    justify-content: end;
    width: fit-content;
    margin: 0 0 0 auto;
}

.col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap .col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap table td {
    width: 50% !important;
}

section.Booking-wrap table tr td:nth-child(2) {
    text-align: right;
}

.booking-btn a {
    width: 100%;
    margin-bottom: 10px;
}

.booking-btn {
    display: block;
}

section.Booking-wrap {
    padding: 60px 0;
}
.total-value {
    width: 100%;
}

.tile {
    /* text-align: center; */
}

.tile label {
    width: 100%;
}

.tile img {
    height: 150px;
}

.hire-check {
    display: inline-block;
    text-align: center;
}

.radio-box {
    display: inline-block;
}

.hire-check label {
    font-size: 13px;
    margin-bottom: 15px;
}

.hire-check img {
    width: 80px;
    height: 80px;
}
.btn-net button {
    width: fit-content;
}
div#datepicker table .ui-state-default {
    width: 25px;
    height: 25px;
    font-size: 15px;
}

div#datepicker table th, div#datepicker table td {
    padding: 8px 8px;
}
div#datepicker {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.time-slot label span {
    padding: 10px;
    font-size: 12px;
}
div#staticBackdrop .btn-primary {
    width: 40%;
}
.display-item .modal-content {
    width: 90% !important;
}

.display-item .modal-content .modal-body h2 {
    font-size: 14px;
    line-height: 1.5;
}

.display-item .modal-content .modal-body p {
    font-size: 13px;
}
    a#datemoduleTrigger {
        font-size: 14px !important;
    }
    .total-value h6 {
    margin-top: 20px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
div#staticBackdrop .modal-dialog {
    max-width: 100%;
}
  header {
    overflow: hidden;
}
div#staticBackdrop .btn-primary {
    width: 40%;
}
.time-slot label span {
    padding: 10px;
    font-size: 12px;
}
.ui-datepicker-header > a {
    height: 35px;
    width: 35px;
    font-size: 10px;
}
div#datepicker {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.ui-datepicker-title span {
    font-size: 12px;
}

.ui-datepicker-title {
    width: 43%;
}
.header-logo img {
    margin-left: 0;
    width: 100%;
}

.header-cart a {
    justify-content: end;
    width: fit-content;
    margin: 0 0 0 auto;
}

.col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap .col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap table td {
    width: 50% !important;
}

section.Booking-wrap table tr td:nth-child(2) {
    text-align: right;
}

.booking-btn a {
    width: 100%;
    margin-bottom: 10px;
}

.booking-btn {
    display: block;
}

section.Booking-wrap {
    padding: 60px 0;
}
.total-value {
    width: 100%;
}

.tile {
    /* text-align: center; */
}

.tile label {
    width: 100%;
}

.tile img {
    height: 150px;
}

.hire-check {
    display: block;
    text-align: center;
    column-count: 2;
}

.radio-box {
    /* display: inline-block; */
    width: 100%;
    margin-right: 10px;
    margin-bottom: 50px;
}

.hire-check label {
    font-size: 12px;
    margin-bottom: 0;
    height: 170px;
    padding: 20px 10px;
}

.hire-check img {
    width: 80px;
    height: 80px;
}
.btn-net button {
    width: 50%;
}
div#datepicker table .ui-state-default {
    width: 25px;
    height: 25px;
    font-size: 15px;
}

div#datepicker table th, div#datepicker table td {
    padding: 8px 8px;
}
.display-item .modal-content {
    width: 90% !important;
}

.display-item .modal-content .modal-body h2 {
    font-size: 14px;
    line-height: 1.5;
}

.display-item .modal-content .modal-body p {
    font-size: 13px;
}
    a#datemoduleTrigger {
        font-size: 14px !important;
    }
    .total-value h6 {
    margin-top: 20px;
}
}




@media only screen and (min-width: 50px) and (max-width: 299px){
div#staticBackdrop .modal-dialog {
    max-width: 100%;
}
  header {
    overflow: hidden;
}
div#staticBackdrop .btn-primary {
    width: 40%;
}
.time-slot label span {
    padding: 10px;
    font-size: 12px;
}
.ui-datepicker-header > a {
    height: 35px;
    width: 35px;
    font-size: 10px;
}
div#datepicker {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.ui-datepicker-title span {
    font-size: 12px;
}

.ui-datepicker-title {
    width: 43%;
}
.header-logo img {
    margin-left: 0;
    width: 100%;
}

.header-cart a {
    justify-content: end;
    width: fit-content;
    margin: 0 0 0 auto;
}

.col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap .col-lg-10.offset-1 {
    margin: 0;
}

section.Booking-wrap table td {
    width: 50% !important;
}

section.Booking-wrap table tr td:nth-child(2) {
    text-align: right;
}

.booking-btn a {
    width: 100%;
    margin-bottom: 10px;
}

.booking-btn {
    display: block;
}

section.Booking-wrap {
    padding: 60px 0;
}
.total-value {
    width: 100%;
}

.tile {
    /* text-align: center; */
}

.tile label {
    width: 100%;
}

.tile img {
    height: 150px;
}

.hire-check {
    display: block;
    text-align: center;
    column-count: 2;
}

.radio-box {
    /* display: inline-block; */
    width: 100%;
    margin-right: 10px;
    margin-bottom: 50px;
}

.hire-check label {
    font-size: 12px;
    margin-bottom: 0;
    height: 170px;
    padding: 20px 10px;
}

.hire-check img {
    width: 80px;
    height: 80px;
}
.btn-net button {
    width: 50%;
}
div#datepicker table .ui-state-default {
    width: 25px;
    height: 25px;
    font-size: 15px;
}

div#datepicker table th, div#datepicker table td {
    padding: 8px 8px;
}
.display-item .modal-content {
    width: 90% !important;
}

.display-item .modal-content .modal-body h2 {
    font-size: 14px;
    line-height: 1.5;
}

.display-item .modal-content .modal-body p {
    font-size: 13px;
}
    a#datemoduleTrigger {
        font-size: 14px !important;
    }
    .total-value h6 {
    margin-top: 20px;
}
}

.fotter-box img {
    width: 20%;
    height: 200px;
    object-fit: contain;
}

.hire-input select {
    width: 100%;
    border: 2px solid #0000001a;
    padding: 10px 15px;
    margin: 15px 0;
    background-color: unset !important;
    margin-bottom: 0 !important;
        border-radius: unset;
}
.hire-input select:focus {
    box-shadow: unset;
    outline: unset;
    border: 2px solid #0000001a;
}
ul.socail-link {
    padding-left: 0;
}
ul.socail-link a {
    text-decoration: unset;
}
.header-logo {
    position: relative;
}

.header-logo:before {
    content: '';
    position: absolute;
    bottom: -22px;
    background: #00000024;
    width: 90%;
    height: 1px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

header {
    position: relative;
}

header:before {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #00000024;
    width: 100%;
    height: 1px;
    left: 0;
    margin: 0 auto;
    right: 0;
}


div#exampleModalload {}

div#exampleModalload .modal-body {
    padding: 0;
    max-height: unset;
}

div#exampleModalload .modal-content {
    border: unset;
    background: unset;
}

div#exampleModalload .modal-header {
    padding: 0;
    border: unset;
    border-radius: unset;
}

div#exampleModalload .modal-header button.btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 999;
    opacity: 1;
    background-color: #0da1ab;
    border-radius: 100%;
}