*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    background-image: url(image/background.jpg);
    height: 100vh;
    
    background-size: auto;
    
}

/* Header */
#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 80px;
    background: whitesmoke;
    box-shadow: 0 5px 15px rgba(20, 20, 20, 0.705);
    background-image: linear-gradient(rgb(230, 219, 219), rgba(3, 94, 86, 0.685)160%);
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: black;
    transition:0.3s ease;
}
#navbar li a:hover,
#navbar li a.active {
    color:gold;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height:2px;
    background:gold;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
#mobile{
    display: none;
    align-items: center;
}
#close{
    display: none;
}
#containerImg{
    width: 7%;

}
.logo{
    max-width: 100%;
}

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

   html,body {
        overflow-x: hidden;
        background-size: cover;
    }

    #header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 80px;
        background: whitesmoke;
        box-shadow: 0 5px 15px rgba(20, 20, 20, 0.705);
        background-image: linear-gradient(rgb(230, 219, 219), rgba(3, 94, 86, 0.685)160%);
        position:sticky;
        top: 0;
        z-index: 1;
    }
    #navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 10em;
        background-color:  rgb(48, 121, 115);
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        z-index: 1;
        padding: 80px 0 0 10px;
        transition: 0.3s;
    }
    #navbar li{
        margin-bottom: 25px;
    }
    #navbar.active{
        right:0px;
    }
    #mobile{
        display: flex;
        align-items: center;
    }
    #close{
        display:initial;
        position: absolute;
        top:30px;
        left: 30px;
        color: #222;
        font-size:24px;
    }
    
    .logo{
        max-width: 3em;
    }
    
}





/* Home Page */
#home_page{
    min-height:100vh;
    width: 100%;
    background-image: url(image/home1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px;
}
#home_page h1{
    text-align: right;
    padding-bottom: 30px;
    font-size: 80px;
    padding: 20px;
    top:70px;
   
    
}
#title_ords{
    max-width: 100vh;
    align-items: right;
}
#home_border{
    padding: 10px;
    background-color: black;
    width: 100%;
    bottom:40px;
}
@media only screen and (max-width: 768px) {

    #home_page{
        background-size: cover;
        background-repeat: no-repeat;
        min-height:0px;
        max-width: 270em;
        padding: 0px;
    }
    #home_page h1{
        font-size: 20pt;
    }
    #home_border{
        padding: 5px
    }
}




#booking_sec{
    padding: 80px;
    min-height:500px;
}
#booking_sec h1{
    font-size:60px;
    text-align: center;
    color:goldenrod;
}
#booking_sec button{
    padding: 10px;
    background-color:black;
    border-radius: 10px;
    text-decoration: none;
    border-color: goldenrod;
    cursor: pointer;
}
#booking_sec button a{
    text-decoration: none;
    color:goldenrod;
    
}
#btn_pos{
    display:flex;
    justify-content: center;
    
}
@media only screen and (max-width: 768px) {
    #booking_sec{
        padding: 2ex;
        min-height:400px;
    }
    #booking_sec button{
        padding: 20px 60px;
    }
    #booking_sec button a{
        font-size:30px
    }
}



#services_sec{
    padding:80px;
    min-height:500px;
}
#services_sec h1{
    font-size:60px;
    text-align: center;
    color:goldenrod;
}
#services_sec button{
    padding: 10px;
    background-color: goldenrod;
    border-radius: 10px;
}
.service_card{
    border-radius: 10px;
    background-color:black;
    padding: 50px;
    width:40%;
    max-width: 420px;
    margin: 10px;
}
.service_card h2 {
    color: goldenrod;
    font-size:30px;
    text-align: center;
    
}
.service_card {
    color:white
}
.service_card h4{
    margin: 5px;
line-height: 30px;
}
.service_card span{
    display: flex;
    float:right;
}
#service_cont{
    display: flex;
    justify-content:center;
    align-items:center;
    max-width: 110vh;
    max-height: auto;
    margin: auto;
    
}
#service_cont img{
    max-width: 30%;
    padding: 1em 1em;
    background-color: black;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    #services_sec{
        padding: 2ex;
        min-height:900px;
    }
    #service_cont{
        justify-content:initial;
        align-items:initial;
        align-content: center;
        flex-wrap: wrap;
        max-width: 100vh;
        max-height:100%;
        margin: 0px;
      
    }
    .service_card{
        max-width: 100px;
        padding: 1em 10em 1em 10em;
        margin: auto;
        overflow: hidden;
    }
    .service_card h2{
        font-size: 30px;
        text-align: justify;
        margin: auto;
        
    }
    .service_card b{
        text-align: left;
    }
    #lable{
        width:70vw;
        position: relative;
        right: 45px;
    }
    #prices{
        width:70vw;
        position: relative;
        right: 140px;
    }
    #service_cont img{
        display:flex;
        max-width: 20em;
        margin:auto;
        position: relative;
        top: 1em;
    }
}




#gallery_sec{
    padding:80px;
    min-height:1000px;
}
#gallery_sec h1{
    font-size:60px;
    text-align: center;
    color:goldenrod;
}
#gallery_sec button{
    padding: 10px;
    background-color: goldenrod;
    border-radius: 10px;
}
#gal_cont{
   max-width: 700px;
   max-height: 2000px;
   margin:auto;
   background-color: black;
   padding: 10px;
   border-radius: 10px;
}
#gal_photo{
    display: flex;
    flex-wrap: wrap; 
}
#gal_photo img{
    max-width: 50%;
    height:auto;
    padding: 0 6px;
    padding-top: 10px;
    
}
@media only screen and (max-width: 768px) {

    #gallery_sec{
        padding: 2ex;
        min-height: 700px;
    }
}



#foot-border{
    
    width: 100%;
    height: 10px;
    background-color: goldenrod;
}
footer{
    background-color:black;
    width: 100%;
    padding:40px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    left: 0;
    bottom: 0;
}
footer .col{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:20px;
    padding: 0px;
}
.col h4{
    color:goldenrod;
    padding-bottom: 10px;
    font-size:30px;

}
.col p{
    color:white;
    padding-bottom: 5px;
    padding-left: 0px;
    flex-basis: 0px; /*come back to*/
}
/* Start Media Query */

/* Media Header*/
@media only screen and (min-width: 768px) {

    
}