body {
    font-family: 'Poppins', monospace !important;
    font-weight: 400 !important;
}

#app {
    color: rgba(35, 35, 35, 1) !important;
    min-height:100vh; 
    display:flex; 
    flex-direction:column; 
    justify-content:space-between;
}

.contact-line {
    background-color: rgba(35, 35, 35, 1);
}

.contact-line-regular-text {
    letter-spacing: 1px;
    color: white;
    font-weight: 300;
}

.contact-line-bolder-text {
    color: rgb(243, 243, 243);
    text-decoration: none;
}

.contact-line-bolder-text:hover {
    text-decoration: underline;
}

/* .logo-img {
    height: 55px;
} */

.logo-style {
    width: 30px;
    height: 30px;
    /* padding-bottom: 4px; */
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.popup-image span {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

.popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #000;
    border-radius: 5px;
    width: 750px;
    object-fit: cover;
}

.nav-link {

    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    /* background-image: linear-gradient(
        -225deg,
        #ffffff 0%,
        #e0e0e0 29%,
        #ffffff 67%,
        #ffa4a4 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block; */

}

.logo-img {
    cursor: pointer;
}

@keyframes textclip {
    to {
      background-position: 200% center;
    }
}

.nav-link:hover {
    color: rgb(253, 23, 23) !important;
    text-decoration: underline !important;
}

.random-space {
    padding-top: 500px;
}

.offers:hover {
    background-color: #fff;
}

.offers a:hover {
    color: #2b3536;
}

.heading {
    color: rgba(35, 35, 35, 1) !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.call-text {
    color: white;
    font-family: "Source Code Pro";
    letter-spacing: 2px;
    font-size: 36px;
    /* z-index: 9999 !important; */
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: linear-gradient(
        -160deg,
        #ffffff 0%,
        #e2e2e2 29%,
        #ffffff 67%,
        #ff9393 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
}

.number-text {
    color: white;
    font-family: "Source Code Pro";
    letter-spacing: 2px;
    border-bottom: 2px solid white;
    /* border-radius: 4px; */
    padding: 10px;
    font-size: 40px;
    /* z-index: 99999; */
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #ffffff 0%,
        #e0e0e0 29%,
        #ffffff 67%,
        #ffa4a4 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

.sub-heading {
    letter-spacing: 0.6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(35,35,35, 0.6);
}

.slider_first {

    position: relative;
    background-color: rgb(8, 8, 8) !important;
    height: 75vh;
    overflow: hidden;
    background-attachment: fixed;
    padding: 0 !important;
    background-image: linear-gradient(
        rgba(46, 46, 46, 0) 80%,
        rgb(14, 14, 14) 100%
      );
    /* box-shadow: -1px 7px 9px -12px rgba(0,0,0,0.75); */

}

.portfolio-img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    cursor: pointer;
    transition: all 0.2s ease;
}

.portfolio-img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.preimg {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.2;
}

.header_text {

    font-size: 36px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 500;

}

.smaller_text {
    color: #999;
    letter-spacing: 0.6px;
}


.btn-offers {
    background-color: #2b3536;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    margin-right: 20px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}

.btn-contact {
    background-color: #477175;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}


.about-us-section {
    /* background-image: url('/style/Shiny.svg'); */
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 250px;
    background-image: linear-gradient(
        rgb(14, 14, 14) 20%,
        rgba(46, 46, 46, 0) 100%,
        rgb(14, 14, 14) 20%
      );
    /* background: linear-gradient(355deg, rgba(179,179,179,1) 0%, rgba(110,139,143,1) 23%, rgba(71,113,117,1) 54%, rgba(71,113,117,1) 100%); */
    /* text-align: justify; */
}

.second-section {
    padding-top: 80px;
}

.title_second {
    color: rgb(243, 243, 243);
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
}

.offers-section {
    padding-bottom: 30px;
}

.card {
    padding: 12px;
    border: none;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 0.75);
    transition: all 0.4s ease;
}

.card img {
    padding: 20px;
}

.card:hover {
    box-shadow: 1px 5px 15px -2px rgba(85, 85, 85, 0.75);
}

.btn-success {
    text-transform: uppercase;
    color: rgb(7, 7, 7);
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    background-color: rgba(235, 235, 235, 0.9);
    transition: all 0.3s ease;
    width: 170px;
}

.portfolio-link {
    transition: all 0.3s ease;
}

.portfolio-link:hover {
    color: red !important;
}

.btn-success:hover {
    background-color: rgb(255, 8, 8) !important;
}

.smaller_text_second {
    color: #477175;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.second_description {
    /* max-width: 1024px; */
    /* text-align: justify; */
    text-align: center;
    letter-spacing: 0.5px;
}

.second_description_two {
    /* max-width: 1024px; */
    /* text-align: justify; */
    /* text-align: center; */
    letter-spacing: 0.5px;
}


.forum-background {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    background-color: #477175;
    min-height: 450px;
    padding-bottom: 20px;
}

.bg-dark {
    background-color: rgb(8, 8, 8) !important;
}

.bg-lighter {
    background-color: rgb(15, 15, 15) !important;
}

.bg-image {
    width: 100%;
    min-height: 450px;
    position: absolute;
    background-image: url('/style/rand2.jpg');
    background-size: cover;
    opacity: 0.1;
   
}

.spacing_forum_top {
    padding-top: 40px;
}

.forum_header {

    font-size: 36px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;

}

.forum_header_all_texts {
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    z-index: 24;
    text-decoration: none;
}

.forum_header_all_texts:hover {
    cursor: pointer;
    text-decoration: underline;
    z-index: 24;
}

.forum_items {

    position: relative;
    color: rgba(224, 224, 224, 0.9);
    letter-spacing: 1px;
    text-align: justify;
    z-index: 24;

}

.forum_read_more {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    z-index: 254;
}

.forum_read_more:hover {
    text-decoration: underline;
    z-index: 254;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery_header_text {

    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    
}

.gallery_underline_text {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery_slider {
    padding-top: 4px;
    margin-top: 10px;
}

.image_box {
    height: 280px;
    width: 240px;
    /* margin-left: 12px; */
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 0.75);
    transition: opacity 0.4s;
    border-radius: 4px;
}

.image_box img:hover {
    opacity: 0.8;
    cursor: pointer;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 1);
}

.gallery_more {
    padding-top: 20px;
    float:right;
    color: #999;
    letter-spacing: 1px;
}

.gallery_more:hover {
    text-decoration: underline;
    color: #477175;
    cursor: pointer;
}

.contacts {
    /* background-image: url('/style/Sprinkle.svg'); */
    background-image: linear-gradient(
        /* rgb(14, 14, 14) 20%, */
        rgba(46, 46, 46, 0) 100%,
        rgb(14, 14, 14) 20%
      );
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 250px;
    /* background: linear-gradient(355deg, rgba(179,179,179,1) 0%, rgba(110,139,143,1) 23%, rgba(71,113,117,1) 54%, rgba(71,113,117,1) 100%); */
    /* text-align: justify; */
}

.footer_text_title {
    color: rgb(255, 0, 0);
    font-weight: 400;
    letter-spacing: 1px;
}

.footer_text_information_two {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer_text_information_two:hover {
    color: rgb(253, 23, 23);
}

.footer_text_information_two_link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.footer_text_information_two_link:hover {
    text-decoration: underline;
    color: rgb(253, 23, 23);
}

.soc-icon {
    transition: all 0.3s ease;
}

.soc-icon:hover {
    color: rgb(253, 23, 23) !important;
}

.footer_text_information {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer_text_information:hover {
    text-decoration: underline;
}

.btn-login {
    color: white;
    background-color: #2b3536;
}

.navbar-toggler {
    border: 0;
}

.form-group .input[type="email"] {
    background-color: rgb(0, 0, 0) !important;
}

.input[type="email"], textarea {
    background-color: rgb(0, 0, 0) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.form-control {
    background-color: rgb(0, 0, 0) !important;
    border-color: grey;
    color: rgba(255, 255, 255, 0.8) !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(243, 243, 243, 0.3);
    opacity: 1; /* Firefox */
}


.form-control:focus {
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #2b3536;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.work-time {
    padding-left: 40px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

@media (max-width: 768px) {
    .popup-image img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {

    .slider_first {
        height: 37vh;
    }

    .nav-link-one {
        display: none;
    }

    .call-text {
        font-size: 25px;
    }

    .number-text {
        font-size: 27px;
    }

    .reservation-box {
        width: 100% !important;
        justify-content: center !important;
        float: left !important;
        margin-top: 110px !important;
    }

    .reservation-form {
        float: none !important;
    }

    #exampleFormControlInput1 {
        width: 100% !important;
    }

    #exampleFormControlTextarea1 {
        width: 100% !important;
    }

    .nav-link {
        margin-left: 5px !important;
        font-size: 12px;
    }

    .work-time {
        padding-left: 10px;
    }

}

/* @media only screen and (min-width: 991px){
    
    .navbar-separation {
        margin-left: 20px;
    }

} */