@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Gudea');
@import url('https://fonts.googleapis.com/css?family=Martel');
*{
    font-family:'Gudea';
    padding:0;
    margin:0;
}

body{
    background:#F0F0F0;
}

/* navbar */
.navbar{
    display:flex;
    justify-content: space-between;
    background: #E0E0E0;
    padding-left:2.5rem;
    padding-right:2.5rem;
}

.nav-image{
    width:20%;
    text-align:center;
}

.nav-logo{
    width:50%;
    padding:0.6rem;
}

.list-items{
    display:inline-block;
    padding-left:2rem;
    padding-right:2rem;
}

.nav-link-list{
    margin:auto;
}

.list-items a{
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

.nav-links{
    width:60%;
    display:flex;
    align-self :center;
    text-align:center;
}

.nav-quote{
    display:flex;
    width:20%;
    text-align:center;
}

.nav-quote a{
    margin:auto;
    width:100%;
    height:50%;
    align-self:center;
}

.quote-button{
    height:100%;
    text-wrap:nowrap;
    margin:auto;
    min-width:40%;
    font-weight:bold;
    font-size:1.1rem;
    border:none;
    border-radius:0.4rem;
    background-color:#dca43f;
    box-shadow: 2px 2px 2px grey;
}


/* slider */
.slider, .slider2, .slider3, .slider4, .slider5{
    width: 1300px;
    max-width: 100vw;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slider .list, .slider2 .list, .slider3 .list, .slider4 .list, .slider5 .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.slider .list img, .slider2 .list img , .slider3 .list img, .slider4 .list img , .slider5 .list img{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons,.slider2 .buttons,  .slider3 .buttons, .slider4 .buttons,  .slider5 .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button, .slider2 .buttons button, .slider3 .buttons button, .slider4 .buttons button, .slider5 .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots, .slider2 .dots,  .slider3 .dots, .slider4 .dots, .slider5 .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li, .slider2 .dots li, .slider3 .dots li, .slider4 .dots li, .slider5 .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active, .slider2 .dots li.active, .slider3 .dots li.active, .slider4 .dots li.active, .slider5 .dots li.active{
    width: 30px;
}

/* Heading */
.section-heading{
    margin-top:3rem;
    margin-bottom:2rem;
}

.content h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size: 4rem;
}


.section-heading h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:2.7rem;
}

.section-heading hr{
    background-color:#dca43f;
    border:#B0B0B0;
    font-weight:900;
    width:10%;
    height:0.8vh;
    margin:auto;
}

/* Footer */
.footer{
    margin-top:3rem;
    display:flex;
    padding: 3rem 3rem 3rem 3rem;
    background:#E0E0E0;
}

.footer .section:nth-child(1){
    width:40%;
}

.footer .section:nth-child(2){
    width:20%;
}

.footer .section:nth-child(3){
    width:20%;
}

.footer .section:nth-child(4){
    width:20%;
}

.footer-copyright{
    display:flex;
    text-align:center;
    background:#dca43f;
    height:5vh;
}

.footer .section:nth-child(1){
    /* background:black; */
    display:flex;
}

.footer .section:nth-child(1) img{
    align-self:center;
    width:40%;
}


.footer .section ul li{
    list-style-type:none;
    padding-top:0.5vw;
}

.gallery-ul{
    list-style-image:url("../images/house-gear.svg");
}

.contact-us-section li:nth-child(1){
    list-style-image:url("../images/geo-alt.svg");
}

.contact-us-section li:nth-child(2){
    list-style-image:url("../images/telephone.svg")
}

.contact-us-section li:nth-child(3){
    list-style-image:url("../images/telephone.svg")
}

.contact-us-section li:nth-child(4){
    list-style-image:url("../images/envelope.svg")
}

.copyright{
    align-self:center;
    width:100%;
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:1vw;
}

.footer .section ul li a{
    text-decoration:none;
    color:#000;
}

.footer h5{
    font-family: 'Cormorant Garamond';
    font-size:2.5rem;
    font-weight:bold;
}

.footer h6{
    font-size:1.2rem;
}

.footer-icons{
    align-self:center;
}

.footer-icon{
    display:inline-block;
}

.footer-icon svg{
    padding-left:0;
    padding-right:0.7rem;
    padding-top:0.7rem;
    padding-bottom:0.7rem;
    height:1.5rem;
    width:1.5rem;
}

.footer-icons a{
    color:#000;
    text-decoration:none;
}

.footer-icon:hover svg{
    color:#fff;
}

/* End footer */

.nav-icon{
    display:none;
}

.show-navbar{
    height:100vh;
    z-index: 1;
    position:absolute;
}

.show-welcome{
    z-index:-1;
    display:none;
}

.show-nav_quote{
    bottom:5vw;
    align-self:flex-end;
    margin-bottom:20vw;
    width:100%;
    text-align:center;
    position:absolute;
}

@media screen and (max-width:1500px){
    .slider, .slider2, .slider3, .slider4,.slider5{
        width:90%;
    }
    
    .quote-button{
        min-width:70%;
    }  
    
    .nav-logo{
        width:70%;
    }

    .footer .section:nth-child(1) img{
        width:80%;
    }

    .footer .section:nth-child(1){
        width:25%;
    }
    
    .footer .section:nth-child(2){
        width:25%;
    }
    
    .footer .section:nth-child(3){
        width:25%;
    }
    
    .footer .section:nth-child(4){
        width:25%;
    }

    .copyright{
        font-size:1.3rem;
    }
}

@media screen and (max-width:768px){

    .slider, .slider2, .slider3, .slider4, .slider5{
        height:60vh;
        width:90%;
    }

    .footer .section{
        margin-top:1rem;
    }

    .footer .section:nth-child(1){
        width:100%;
        text-align:center;
    }

    .footer .section:nth-child(1) img{
        margin-left:auto;
        margin-right:auto;
        width:50%;
    }

    .footer .section:nth-child(2){
        width:100%;
    }

    .footer .section:nth-child(3){
        width:100%;
    }

    .footer .section:nth-child(4){
        width:100%;
    }

    .navbar{
        padding:0;
    }

    .copyright{
        font-size:1rem;
    }

    .footer{
        padding: 1rem 2rem 1rem 2rem;
        flex-direction: column;
        /* padding: 1rem 2rem 1rem 2rem; */
    }

    .nav-links{
        display:none;    
        position:absolute;
        /* top:15vh; */
        margin:auto;
        width:100%;
    }

    .list-items{
        display:block;
        padding:2rem;
    }

    .nav-image{
        width:60%;
        text-align:left;
    }

    .nav-logo{
        width:70%;
        padding:0.4rem
    }

    .nav-quote{
        display:none;
    }

    .nav-quote button{
        height:10vw;
    }

    .nav-icon{
        display:flex;
    }

    .nav-icon svg{
        /* align-self:center; */
        padding:0.4rem;
        width:2.5rem;
        height:2.5rem;
    }

    .content h1{
        font-size: 2.5rem;
    }

    .section-heading{
        margin-top:1.5rem;
        margin-bottom:1.5rem;
    }

    .section-heading h1{
        font-size:1.8rem;
    }
    
    .section-heading hr{
        width:20%;
    }
}