/*FONTS*/
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
    }
  
    .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
    }
  
    .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    }
  
    .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    }
  
    .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    }
  
    .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    }
  
    .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    }
  
    .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
    }
  
    .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
    }  

    @font-face {
        font-family: catchy-mager;
        src: url(../styles/fonts/catchy-mager.regular.otf);
    }
/*FONTS END*/

/*TAGS*/
html{
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

header {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
}

h2 {
    text-align: center;
}

p {
    margin: 0px 0px 0px 0px;
}

body {
    margin: 0px 0px 0px 0px;
}

a {
    text-decoration: none;
}

p{
    height: auto;
}

img {
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
}

video {
    max-width: 100%;
    display: block;
}

footer {
    font-family: Poppins;
    overflow-x: hidden;
}

/*TAGS END*/

/*HEADER*/
@media screen and (min-width: 1024px){
    .top_box1 {
        display: none;
    }

    .tabs {
        display: flex;
        width: 100%;
        background-color: #d9d9d9;
        height: 60px;
        vertical-align: middle;
    }
    
    .tab1 {
        display: flex;
        align-items: center;
        margin: 0px 10px 0px 60px;
    }
    
    .tab2 {
        display: flex;
        align-items: center;
        margin: 0px 10px 0px 10px;
    }
    
    .tab3 {
        display: flex;
        align-items: center;
        margin: 0px 20px 0px auto;
        float: right;
    }
    
    .tab_text {
        height: auto;
        margin: 0px 0px 0px 0px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 300;
        color: #000000;
    }
    
    .active {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1023px){
    .tab_container {
        display: none;
        max-width: 100%;
    }
    
    .top_box1 {
        display: flex;
    }

    .burger_box {
        flex-grow: 1;
    }

    .burger {
        border: none;
        background: none;
    }
    
    #burger_content {
        display: none;
        background-color: #ffffff;
        width: 80%;
        border-color: #ffffff;
        padding: 20px 10px 0px 10px;
        border-radius: 30px;
        margin: auto auto auto auto;
    }
    
    .burger_img {
        max-width: 50px;
    }
    
    .burger_text {
        font-family: catchy-mager;
        margin: 0px 0px 20px 0px;
        font-size: 28px;
        font-weight: 400;
        color: #b69734;
    }

    .dropdown {
        overflow: hidden;

    }
      
    .dropdown .dropbtn {    
        height: 100%;
        font-size: 16px;
        border: none;
        outline: none;
        color: #000000;
        padding: 14px 16px;
    }
      
    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #a6a6a6;
    }
      
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
      
    .dropdown-content a {
        font-family: Poppins;
        font-size: 16px;
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
      
    .dropdown-content a:hover {
        background-color: #d9d9d9;
    }
      
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .extend {
        flex-grow: 1;
    }
}
/*HEADER END*/

/*INFO*/
.info_area {
    width: 100%;
}

@media screen and (min-width: 1025px){
    .opening {
        margin: 20px 20px 20px 20px;
        padding: 20px 20px 20px 20px;
        max-width: 100%;
        background-color: #ebded4;
    }
}

@media screen and (max-width: 1024px){
    .opening {
        text-align: center;
        margin: 20px 0px 20px 0px;
        padding: 20px 20px 20px 20px;
        max-width: 100%;
        background-color: #ebded4;
    }
}

.opening_title {
    font-family: catchy-mager;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
}

.opening_text {
    justify-content: space-around;
    font-family: Poppins;
}

/*INFO BOARDS*/

/*DESKTOP*/ @media screen and (min-width: 1230px){
    .info_desktop {
        visibility: visible;
    }

    .info_mobile {
        visibility: hidden;
        display: none;
    }

    .info_board {
        font-family: Poppins;
        display: flex;
        margin: 40px auto 20px auto;
        width: 96%;
    }
    
    .info_board_img{
        width: 60%;
        object-fit: contain;
        margin: 0px 0px 0px 10px;
    }

    .info_board_text {
        background-color: #ebded4;
        margin: 0px 0px 0px 10px;
        max-width: 40%
    }

    .reservation {
        display: flex;
        width: 100%;
        margin: 10px 10px 10px 10px;
    }

    .time_txt {
        display: flex;
        margin: auto 0px auto 5px;
        font-size: 14px;
    }

    .opening_img {
        max-width: 30px;
    }

    .board_title {
        margin: 20px 0px 10px 20px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .board_subtitle {
        margin: 10px 0px 0px 20px;
        font-size: 24;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .board_txt {
        margin: 10px 20px 10px 20px;
    }

    .button_text {
        border-style: solid;
        border-color: #b69734;
        border-width: 1px;
        color: #b69734;
        font-size: 20px;
        font-weight: 400;
        height: max-content;
        width: max-content;
        margin: 20px auto 20px auto;
        padding: 10px 10px 10px 10px;
    }
    
        .button_text:hover {
            border-style: solid;
            border-color: #b69734;
            background-color: #b69734;
            border-width: 1px;
            color: #ffffff;
            font-size: 20px;
            font-weight: 400;
            height: max-content;
            width: max-content;
            margin: 20px auto 20px auto;
            padding: 10px 10px 10px 10px;
        }
}

/*MOBILE*/ @media screen and (max-width: 1229px){
    .info_desktop {
        visibility: hidden;
        display: none;
    }

    .info_mobile {
        visibility: visible;
    }

    .info_board {
        font-family: Poppins;
        margin: 40px auto 20px auto;
        width: 96%;
    }

    .info_board_txt {
        margin: 0px 10px 0px 10px;
    }
    
    .info_board_img{
        max-width: 95%;
        margin: 20px auto 20px auto;
    }

    .board_title {
        text-align: center;
        margin: 20px 0px 0px 0px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .board_subtitle {
        text-align: center;
        margin: 20px 0px 0px 0px;
        font-size: 24;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .board_txt {
        margin: 0px 10px 0px 10px;
    }

    .reservation {
        display: flex;
        width: 100%;
        margin: 10px 10px 10px 10px;
    }

    .time_txt {
        display: flex;
        margin: auto 0px auto 5px;
        font-size: 14px;
    }

    .opening_img {
        max-width: 30px;
    }

    .button_text {
        border-style: solid;
        border-color: #b69734;
        border-width: 1px;
        color: #b69734;
        font-size: 20px;
        font-weight: 400;
        height: max-content;
        width: max-content;
        margin: 20px auto 20px auto;
        padding: 10px 10px 10px 10px;
    }
    
        .button_text:hover {
            border-style: solid;
            border-color: #b69734;
            background-color: #b69734;
            border-width: 1px;
            color: #ffffff;
            font-size: 20px;
            font-weight: 400;
            height: max-content;
            width: max-content;
            margin: 20px auto 20px auto;
            padding: 10px 10px 10px 10px;
        }
}

/*FOOTER*/
@media screen and (min-width: 1148px) {
    .footer_top {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .small_text {
        font-size: 13px;
    }

    .color_strip {
        width: 100%;
        background-color: #ebded4;
        padding: 5px 0px 5px 0px;
    }

    .top_box {
        flex-grow: 1;
        width: auto;
        padding: 0px 0px 0px 0px;
    }

    .top_box_title {
        margin: 10px 0px 10px 20px;
        text-decoration: underline;
        text-decoration-thickness: 3px;
    }

    .top_box_content {
        margin: 10px 0px 10px 20px;
        font-size: 13px;
    }

    .payment_img_container{
        display: flex;
    }

    .payment_img {
        max-width: 50px;
    }

    .rights {
        padding: 10px 0px 10px 0px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
    }

    .footer_bottom {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0px 0px 0px;
        background-color: #ebded4;
    }

    .footer_contact{
        display: flex;
        flex-wrap: wrap;
    }

    .footer_logo {
        max-width: 300px;
        margin: 10px 0px 10px 0px;
    }

    .socmed {
        display: flex;
        justify-content: center;
    }

    .contact_content {
        margin: auto 0px auto 0px;
        padding: 40px 30px 40px 10px;
        border-color: #000000;
        border-width: 1px;
        border-style: none none none solid;
    }

    .contact_text1 {
        letter-spacing: 2px;
    }

    .contact_text2 {
        font-size: 18px;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        font-weight: 600;
        letter-spacing: 2px;
        margin: 10px 0px 10px 10px;
    }

    .footer_links {
        display: flex;
        flex-direction: row;
    }

    .link_box {
        display: block;
        margin: auto 0px auto 20px;
    }

    .link_title {
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0px 0px 10px 0px;
    }

    .link_text {
        color: #000000;
        margin: 0px 0px 10px 0px;
    }

    .invisible {
        visibility: hidden;
    }
}

@media screen and (max-width: 1147px) {
    .footer_top {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .small_text {
        font-size: 13px;
    }

    .color_strip {
        width: 100%;
        background-color: #ebded4;
        padding: 5px 0px 5px 0px;
    }

    .top_box {
        flex-grow: 1;
        width: auto;
        padding: 0px 0px 0px 0px;
    }

    .top_box_title {
        margin: 10px 0px 10px 20px;
        text-decoration: underline;
        text-decoration-thickness: 3px;
    }

    .top_box_content {
        margin: 10px 0px 10px 20px;
        font-size: 13px;
    }

    .payment_img_container{
        display: flex;
    }

    .payment_img {
        max-width: 50px;
    }

    .rights {
        padding: 10px 0px 10px 0px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
    }

    .footer_bottom {
        display: block;
        padding: 0px 0px 0px 0px;
        background-color: #ebded4;
    }

    .footer_contact{
        display: block;
        text-align: center;
    }

    .footer_logo {
        max-width: 300px;
        margin: 10px auto 10px auto;
    }

    .socmed {
        display: flex;
        justify-content: center;
    }

    .contact_content {
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .contact_text1 {
        letter-spacing: 2px;
        width: 100%;
    }

    .contact_text2 {
        font-size: 18px;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        font-weight: 600;
        letter-spacing: 2px;
        margin: 10px 0px 10px 0px;
        width: 100%;
    }

    .footer_links {
        display: inline;
        flex-wrap: wrap;
        justify-content: center;
    }

    .link_box {
        display: inline;
        text-align: center;
        margin: 10px 40px 10px 40px;
        max-width: 25%;
    }

    .link_title {
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0px 0px 0px 0px;
    }

    .link_text {
        color: #000000;
        margin: 0px 0px 0px 0px;
    }

    .invisible {
        display: none;
        visibility: hidden;
    }
}