
@font-face {
    font-family: 'Roadway';
    src: url('Roadway.ttf') format('truetype');
}
body {
   
}
#section1{

    padding:20px;
    
    
}
.content h1{
    text-transform: uppercase;
    font-family: 'Roadway', sans-serif;
}
#section2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#section2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 90%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(5px);
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffc904;
    padding: 50px;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.contactus .input {
    position: relative;
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #6b6b6b;
    border-bottom: 1px solid grey;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#contactform input, #contactform textarea {
    border-radius: 0px !important;
  background-color: #f8f4f4 !important;
}

#contactform{
    padding:40px;
}

.btn-custom {
    background-color: black;
    color: white;
}

#section3 {
    padding: 50px 0;
}

.title{
    color: #ffc904;
    text-transform: uppercase;
    font-family: 'Roadway', sans-serif;
}
.hours span{
    
    color: #8a8a09;
}

#section5 {
    padding: 50px 0;
    background-color: #f8f4f4;
}

#section5 .card {
    margin-bottom: 30px;
    border: none;
      text-align: justify;
}

#section5 .card img {
    height: 200px;
    object-fit: cover;
}

#section6 {
    padding: 50px 0;
}


#section6 p {
    color: #555;
}
.comingsoon{
    padding: 10px 0px 5px 0px;
    background-color: #f8f4f4;
}

#section7 {
    padding: 50px 0;
    background-color: #f8f4f4;
}

#section4 {
    background-color: #f8f4f4;
    padding-bottom: 50px;
}

#section7 h2 {
    color: #000;
}

#section7 p {
    color: #555;
}

#section7 .btn-custom {
    background-color: #000000;
    color: #fff;
    border: none;
}
.frame { 
    border:none
    }

    .footer{
        padding: 10px 0px;
        text-align: center;
    }
    .copy_right{
        padding: 20px;
    }

    span h6{
        color: #ffc904;
    }