/*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 {
    width: 100vw;
    display: block;
}

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

/*TAGS END*/

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

    .burger_box{
        display: none;
        width: 100%;
        height: 100px;
    }

    .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*/

.booking_area {
    background-image: url(../static/booking_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    padding: 30px 0px 60px 0px;
}

.Title_Container {
    align-content: center;
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
    font-family: Poppins;
    font-weight: 900;
    color: #b69734;
}

.booking_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 1024px) {
    .booking_group{
    width: 28%;
    padding: 0px 10px 0px 10px;
    }

    .booking_img {
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0px;
    }

    .booking_txt_container {
        font-family: Poppins;
        color: #623e2a;
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .booking_group{
    width: 80%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    }

    .booking_img {
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
    }

    .booking_txt_container {
        font-family: Poppins;
        font-size: small;
        color: #623e2a;
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
    }
}

.booking_txt {
    margin: 0px 20px 0px 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;
    }
    
.brand_area {
    overflow-x: hidden;
    background-image: url(../static/our_brand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.brand_title {
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
    padding: 50px 0px 0px 0px;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    color: #b69734;
}

.brand_subtitle {
    width: 90%;
    text-align: center;
    font-family: Poppins;
    letter-spacing: 1px;
    margin: 0px auto 0px auto;
}

.brand_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 30px 0px 30px;
    padding: 0px 0px 50px 0px;
}

.brand_img_container {
    max-width: 500px;
    margin: 10px 0px 10px 0px;
}

.brand_img {
    object-fit: fill;
    border-radius: 50px;
}

.brand_content {
    max-width: 600px;
    font-family: Poppins;
    margin: 10px 20px 10px 20px;
}

.content_title {
    font-size: 24px;
    font-weight: 700;
    color: #b69734;
}

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


.content_button {
    height: 30px;
    max-width: fit-content;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 5px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #b69734;
}
    .content_button:hover {
        color: #ffffff;
        height: 30px;
        width: auto;
        background-color: #b69734;
        border-style: solid;
        border-width: 1px;
        border-color: #b69734;
        padding: 5px 10px 5px 10px;
        margin: 0px 0px 10px 0px;
    }

.content_tab {
    height: 30px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #b69734;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}
    .content_tab:hover {
        color: #ffffff;
        height: 30px;
        width: auto;
        background-color: #b69734;
        border-style: solid;
        border-width: 1px;
        border-color: #b69734;
        padding: 5px 10px 5px 10px;
        margin: 0px 0px 10px 0px;
    }

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.offers_area {
    margin: 50px 0px 0px 0px;
}

.offers_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 1024px){
    .offers_title {
        text-align: center;
        font-family: catchy-mager;
        font-size: 38px;
        color: #b69734;
        margin: 0px 0px 20px 0px;
    }

    .offers_group{
        width: 28%;
        padding: 0px 10px 0px 10px;
    }

    .offers_img {
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
    }

    .offers_txt_container {
        font-family: Poppins;
        color: #623e2a;
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: 320px;
        margin: 0px 0px 20px 0px;
    }
}

@media screen and (max-width: 1024px){
    .offers_title {
        text-align: center;
        text-transform: uppercase;
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #000000;
        margin: 0px 0px 20px 0px;
    }

    .offers_group{
        width: 80%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
    }

    .offers_img {
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
    }

    .offers_txt_container {
        font-family: Poppins;
        font-size: small;
        color: #623e2a;
        border-style: solid;
        border-color: #623e2a;
        border-width: 1px;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
    }
}

.center {
    text-align: center;
}

.offers_txt {
    margin: 0px 20px 0px 20px;
}

.offers_text {
    color: #b69734;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 10px auto 10px auto;
}

    .offers_text:hover {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        height: 100%;
        margin: 10px auto 10px auto;
    }

/*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;
    }
}