*{ 
    font-family: 'Montserrat', sans-serif;
}

.page { 
    width: 100%;
    height: 100vh;
}

a {
    color: #b59a50 !important; 
}

a:hover {
    text-decoration: none !important;
}

.fixed-nav { 
    top: 0px;
    position: fixed; 
    list-style-type: none;
    width: 100%;
    padding:15px;
    margin: 0px;
    background: rgba(0,0,0, 0.8);
    color: #727374;
    text-align: right;
}

.logo {
    position: fixed; 
    width: 80px;
    height: 80px; 
    z-index: 9;
    margin: 15px;
    border-radius: 50px;
    background: black;
}

.logo > img { 
    width: 40px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.fixed-nav  > li {
    display: inline-block;
    cursor: pointer;
    font-size: 8pt;
    font-weight: 900;
    padding: 10px 15px;
}

.fixed-nav > li:hover {
    color: #b59a50;
}

.active { 
    color: #b59a50;
}

.first { 
    background-image: url('images/1.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

.second {
    background-image: url('images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;              
}

.third {
    background-image: url('images/3.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;    
}

.fourth {
    background-image: url('images/4.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

.fifth {
    background-image: url('images/5.jpg');
    background-repeat: no-repeat;
    background-size: cover; 

}

.sixth { 
    background-image: url('images/6.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

.seventh {
    background-image: url('images/7.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

.eighth {
    background-image: url('images/8.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;   
}

.text-section {
    background: rgba(0,0,0, 0.8); 
    color: #fff;
    padding: 20px 30px;
    border-radius: 18px;
}

.text-section > h2 {
    font-size: 16pt;
    padding: 0 15px 10px 15px;
    font-weight: 900;
}

.text-section > p {
    padding: 0 15px;
    font-size: 14pt;
    font-weight: 100 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.section-btn {
    position: fixed;
    margin-left: -20px;
    border-radius: 40px;
    background: rgba(0,0,0,0.8);
    border: none;
    color: #b59a50;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 12px;
    bottom: 5px;
}



.enquire-btn { 
    position: fixed;
    background: #b59a50;
    border: none;
    color: #fff;
    text-align: center;
    padding:  5px 25px; 
    margin-left: -80px; 
    cursor: pointer;
    bottom: 70px;
}

.form-input {
    border: none;
    font-weight: 100;
    width: 100%;
    background: #000;
    color: #999;
}

.form-input:focus, .form-input:hover, .form-input:active, .form-input:checked {
    border: none;
    -webkit-appearance: none;
    outline: none;
}

button:focus,
button:active,
button:visited {
    outline: none !important;
}

.modal-body { 
    margin-left: 20px;
}
.modal-content, .modal-body { 
    background: #000 !important;
    color: #fff;
    border-radius: 20px !important;
    max-width: 100% !important;
    
}

.modal-dialog { 
    max-width: 80% !important;
   
}

.modal-header {
    border: none !important;
    font-size: 12px !important;
    color: #b59a50;
    margin: 10px;
    font-weight: 600;
}

.submit-btn { 
    cursor: pointer;
    float: right;
    border: none; 
    background: #000;
    color: #b59a50;
}

.close-form { 
    color: #b59a50 !important;
    font-weight: 100;
    text-shadow: none !important;
    opacity: 1 !important;
}

.hidden{ 
    display: none !important;
    height: 0 !important;
}

@media only screen and (max-width: 600px) {
   
   
   .fixed-nav { 
       
   }

   .modal-dialog { 
    max-width: 100% !important;
   
}

.section-btn {
    
    left: 44vw;
   
}



.enquire-btn { 
    
    left: 28vw;
    
}

   .fixed-nav  > li {
    cursor: pointer;
    font-size: 8pt;
    font-weight: 900;
    padding: 10px 15px;
    display: none;
    }

    .fixed-nav { 
        top: 0px;
        position: fixed; 
        list-style-type: none;
        width: auto;
        padding:15px;
        margin: 0px;
        background: rgba(0,0,0, 0.8);
        color: #727374;
        text-align: center;
        z-index: 8;
       display: none;
    }
    
    .text-section { 
        margin-top: 0px;
    }

   .text-section > h2 {
       font-size: 13pt;
   }

   .text-section > p {
       font-size: 11pt;
       line-height: 16px;
   }

   .active { 
       display: block !important;
   }

   .logo {
    position: fixed; 
    width: 50px;
    height: 50px; 
    z-index: 9;
    margin: 15px;
    border-radius: 50px;
    background: black;
    top: -10px;
    left: -8px;
}

.logo > img { 
    width: 20px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
}


}