@import url('https://fonts.googleapis.com/css2?family=Asap&family=Asap+Condensed:wght@500&display=swap');


/* helps browsers and devices scale the site more smoother */
html,body{
    overflow-x: hidden;
    overflow-y: auto;
  }

/* allows better control over the box-model measurements */ 
*{
    margin: 0;
    padding: 0;
    border: none;
} 

body {
    font-family: Asap, sans-serif;
} 

/* styles for logo and headers */

h1, h2, h3 {
    font-family: "Asap Condensed", sans-serif;
    letter-spacing: 1px;
    color: black;
}

input[type="date"]::-webkit-calendar-picker-indicator{
    background-color:white;
}

input[type="time"]::-webkit-calendar-picker-indicator{
    background-color:white;
}

.header {
    background: #eeeeee;
    padding: 40px;
}

/* the float attrbute allows the menu to float to the right of the logo */

#logo {
    float: left;
    margin-left: 30px;
    font-size: 50px;
}

/* styling for the navigation */

#navigation {
    letter-spacing: 1px;
}
#navigation li {
    float: right;
    list-style-type: none;
    margin-right: 30px;
}
#navigation, #logo {
    line-height: 10px;
}
#navigation a {
    text-decoration: none;    
    color: black;
    background-color: #f1c232;
    padding: 14px 20px;
}
#navigation a:hover {
    color: #eeeeee;
}

/* styling for the footer and footer elements*/

#footer {
    background: #696868;
    padding: 40px 0 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#footer-text{
    color: #eeeeee;
    line-height: 75px;
}
.social-icons{
    text-align: center;

}

.social-icons li{
    display: inline;
}

.social-icons i{
    font-size: 225%;
    margin: 1%;
    padding: 0%;
    color: #f1c232;
}

/*styling for the main banner and banner text block */

#banner-container{
    height:466px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#main-banner {
    height: 467px;
    width: 100%;
    /* background: url(../images/banner-desktop-new.png) no-repeat center center; */
    background: url(../images/pexels-cottonbro-3993320.jpg) no-repeat center center;
}

#banner-text-block, #banner-text-block h2 {
    color: #ffffff;

}
#banner-text-block {
    letter-spacing: 1px;
    font-size: 176%;
    width: 300px;
    height: 200px;
    padding-top: 40px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.7);
    top: 70px;
    right: 150px;
    position: absolute;
}

/* homepage content blocks */

.homepage-blocks {
    height: 100%;
    width: 100%;
}

#homepage-block-one {
    background-color: #eeeeee;
    width: 100%;
    position: relative;
    height: 180px;

}
#homepage-block-one h2{
    text-align: center;
    padding: 10px 0 0 0;
}
#homepage-block-one p{
    text-align: center;
    padding: 19px 0 32px;
    font-size: 120%;
}



#homepage-block-one form {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 100%;
}

.homepage-image{
    background: url("../images/about-us-background.jpg");
    background-size: cover;
    background-position: center;
    height: 900px;
    position: relative;
}

.about-container {
    max-width: 385px;
    height: 163px;
    padding-top: 31px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.7);
    top: 200px;
    margin-left: 10%;
    position: absolute;
    margin-top: 5%;
}

.about-text h2 {
    color: #ffffff;
    text-align: center;
    padding: 0 0 10px 0;
}

.about-text p {
    color: #ffffff;
    font-size: 120%;
    text-align: center;
}

.homepage-contact {
    height: 300px;
    width: 100%;
    padding: 42px 0 0 0;
    background-color: #eeeeee;
}

#homepage-contact {
    text-align: center;
}

#homepage-block-one a{
    text-decoration: none;    
    color: black;
    background-color: #f1c232;
    padding: 14px 20px;
}
  
#hpform-cta a:hover{
    color: #eeeeee;
}

/* styling for the booking form */

.booking-form{
    margin: 30px 20% 0 0;
    color: #eeeeee;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 400px;
    position: absolute;
    margin-left: 3em;
    padding: 40px;
}

.text-input {
    background: transparent;
    color: #fafafa;
    width: 100%;
    height: 25px;
    margin: 5px 0 20px 0;
    border: 1px solid #fafafa;
    border-radius: 2px;
    
}
.form-section {
    background: url("../images/booking-form-page-background.jpg");
    background-size: cover;
    background-position: center;
    height: 945px;
}

#form-headers {
    color: #ffffff;
    text-align: center;
}

#form-cta{
    background-color: #f1c232;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 100%;  
    margin-left: 9em; 
}

.button-container {
    text-align: center;
}

#hpform-cta:hover {
    color: #eeeeee;
}

#form-cta:hover {
    color: #eeeeee;
}

/******************** responsive queries start *******************/

/* for small mobile devices */

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

    .header {
        background: #eeeeee;
        padding-top: 84px;
        width: 100%;
        text-align: center;
    }

    #navigation li {
        padding: 0px;
        margin-top: -24px;
        float: right;
        margin-right: 0%;
        margin-left: -35px;
    }

    #logo {
        width: 59%
    }

    #navigation a {
        margin-right: 10px;
        padding: 14px 13px;
        margin-left: -10px;
        margin-right: 80px;
    }

    #homepage-block-one {
        background-color: #eeeeee;
        width: 100%;
        height: 170px;
    }

    #homepage-block-one p {
        text-align: center;
        padding: 31px 0;
        font-size: 120%;
    }
}

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

    .header {
        background: #eeeeee;
        padding-top: 84px;
        width: 100%;
        text-align: center;
    }

    #navigation li {
        padding: 25px 0% 0 3%;
    }

    #logo {
        width: 59%
    }

    #navigation a {
        margin-right: 10px;
        padding: 14px 13px;
        margin-left: -14px;
        margin-right: 20px;
    }

    #main-banner {
        height: 272px;
        width: 127%;
        background: url(../images/banner-image-mobile.png) no-repeat center center;
    }

    #banner-text-block {
        letter-spacing: 1px;
        font-size: 176%;
        height: 200px;
        background: rgba(0, 0, 0, 0.7);
        top: 200px;
        right: 150px;
        position: absolute;
        margin: 0px -45% 0 16%;
    }
}

@media screen and (max-width: 315px){
    #banner-text-block {
        margin: 5px -147px 0 0px;
        padding: 0 0px 0 6px;
    }    
}


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

    .header {
        background: #eeeeee;
        padding-top: 84px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

    #navigation li {
        padding: 11px 12px 11px 1px;
        margin-top: -24px;
        float: right;
        margin: 0 18px 0px 14px;
    }

    #logo {
        width: 59%
    }

    #navigation a {
        padding: 11px 3px 11px 3px;
        margin: 0 33px 0px -1px ;
    }

    #main-banner {
        height: 272px;
        width: 119%;
        background: url(../images/banner-image-mobile.png) no-repeat center center;
    } 

    #banner-text-block {
        letter-spacing: 1px;
        font-size: 153%;
        height: 200px;
        background: rgba(0, 0, 0, 0.7);
        top: 200px;
        position: absolute;
        margin: 8px -175px 0;
        padding: 0px 0px 0 0px;
    }

    #homepage-block-one {
        background-color: #eeeeee;
        width: 100%;
        height: 235px;
    }

    #homepage-block-one p {
        text-align: center;
        padding: 31px;
        font-size: 120%;
    }

    .about-container {
        max-width: 385px;
        height: 163px;
        background: rgba(0, 0, 0, 0.7);
        top: 200px;
        position: absolute;
        padding: 21px 10px 20px 0;
        margin: 0 10px 0 10px;
    }
}

/* tablet size devices*/

@media screen and (max-width: 914px){
    #navigation{
        clear: left;
        line-height: 65px;
        margin: -6% 0% 0% -44%;
    }

    .header {
        background: #eeeeee;
        padding-top: 34px;
        width: 91%;
        height: 65px;
    }

    #navigation li {
        padding: 25px 2% 0 3%;
        margin: -1px -22px 3px 4px;
    }

    #logo {
        float: left;
        margin-left: -5px;
        margin-top: 0px;
        font-size: 50px;
    }
}

@media screen and (max-width: 916px){
    #main-banner {
        height: 375px;
        width: 100%;
        background: url(../images/banner-image-desktop.png) no-repeat center center;
    }
    #banner-container {
        height: 375px;
    }
    #banner-text-block{
        top: 60px;
    }
}