@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:#fff;
}

.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;
}


.index_video{
    width:100%;
    z-index:-3;
}

.welcome-message{
    width:100%;
    margin-top:-100;
    z-index:1;
    position:absolute;
    top:15vw;
    text-align:center;
}

.welcome-message h2{
    font-size:4rem;
    line-height:4rem;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    color:#fff;
    text-shadow:3px 3px 3px #000;
}

.welcome-message h3{
    font-weight:bold;
    font-size:2rem;
    color:#fff;
}

.slogan{
    color:#dca43f;
    font-weight:bold;
    font-size:2rem;
}

.welcome-message button{
    margin-top:2vh;
    background: #dca43f;
    min-width:10%;
    height:5vh;
    border:1px solid #fff;
    font-weight:bold;
    font-size:1.3rem;
    border-radius:3px;
}

h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-size:3.5rem;
}

.service-box{
    display:grid;
    grid-template-columns: auto auto auto;
    padding-left:15%;
    padding-right:15%;
}

.service{
    text-align:center;
    margin:2rem;
    background:#fff;
    /* padding: 10px; */
    box-shadow: 5px 10px 8px #888888;
    cursor:pointer;
    /* border-radius:10px; */
}

.service:hover{
    background: #dca43f;
    color:#fff;
    /* animation: animateOut 1s; */
}

@keyframes animateOut{
    from{
        padding-bottom:0;
    }
    to{
        padding-bottom:5px;
    }
}


.service:hover .service-btn{
    color:#dca43f;
    background:#fff;
}

.services-image{
    width:100%;
}

.services{
    background-image:url("../images/background-image.png");
    background-size:100% 100%;
}

.services-image img{
    width:100%;
    height:20vh;
    /* padding-top:1.2rem; */
}

.service-text{
    padding-bottom:1.2rem;
    width:85%;
    margin:auto;
    font-family:'Martel';
    font-size:1rem;
}

.service h4{
    font-size:1.3rem;
    padding:10px;
}

.section-heading{
    padding-top:2rem;
    padding-bottom:2rem;
}

.section-heading h1{
    /* text-align:left; */
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:2.7rem;
}

.section-heading hr{
    background-color:#dca43f;
    border:#B0B0B0;
    font-weight:900;
    width:7%;
    height:1vh;
    margin:auto;
}

.service-btn{
    background-color:#dca43f;
    height:4vh;
    width:40%;
    margin-bottom:1.8rem;
    font-weight:bold;
    border:none;
    font-size:1rem;
    box-shadow: 2px 2px 2px grey;
}

/* footer styling */
.footer{
    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;
}

.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;
}

.nav-icon{
    display:none;
}

.reviews{
    padding-bottom:3vh;
}

.review-box{
    padding-left:20rem;
    padding-right:20rem;
    display: grid;
    grid-template-columns: auto auto;
}

.review{
    padding:1rem;
    border-radius:0.5rem;
    background:#f0f0f0;
}

.left-stars svg{
    color:#dca43f;
}

.review-header{
    display:flex;
    justify-content:space-between;
    margin-bottom:0.5vh;
}

.right-date{
    font-weight:bold;
    padding-right:10%;
}

.review-button{
    width:100%;
    text-align:left;
    margin-top:1rem;
}

.review-button button{
    background:#dca43f;
    width:30%;
    height:5vh;
    border-radius:5px;
    box-shadow: 3px 8px 5px #888888;
    border:none;
    font-size:1.2rem;
    font-weight:bold;
}

/* slider */
.slider{
    width: 1300px;
    max-width: 100vw;
    min-height: 20vh;
    max-height: 25vh;
    border-radius:10px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}

.review{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #000;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}

.leave-review{
    display:flex;
    width:70%;
    margin:auto;
    padding-top:3rem;
}

.review-image{
    width:50%;
    text-align:right;
}

.review-image img{
    width:100%;
    border-radius:10px;
}

.form-label{
    display:block;
    font-size:1.3rem;
    font-weight:bold;
    padding-bottom:5px;
}

.form-control{
    width:95%;
    height:2.5rem;
    border-radius:2px;
    border:0.5px solid #000;
    text-indent:1rem;
}

.mt-3{
    margin-top:0.6rem;
}

.form-control-textarea{
    height:5rem;
    width:95%;
    border-radius:2px;
    border:0.5px solid #000;
}


.review-form{
    width:50%;
    padding-left:2rem;
}

.review-form h2{
    color:#dca43f;
    font-size:2.2rem;
}

.stars svg{
    width:20px;
    height:20px;
    fill:#fff;
    border:#000;
    stroke: #000;
}

    @media screen and (max-width:1500px){

    .welcome-message{
        top:10vw;
    }
    
    .welcome-message h2{
        font-size:3rem;
        line-height:3rem;
        font-family: 'Cormorant Garamond';
        font-weight:bold;
        color:#fff;
        text-shadow:3px 3px 3px #000;
    }
    
    .welcome-message h3{
        font-size:1.5rem;
    }
    
    .slogan{
        font-size:1.5rem;
    }
    
    .welcome-message button{
        min-width:15%;
        height:4vh;
    }

    .service-box{
        grid-template-columns:auto auto auto;
        padding-left:5%;
        padding-right:5%;
    }

    .slider{
        width:80%;
    }

    .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;
    }
}

/* .stars svg:hover{
    fill:#dca43f;
} */

/* svg:hover ~ svg {
    fill:#dca43f;
} */
/*Phone View*/
@media screen and (max-width:768px){

    .slider{
        width:80%;
        min-height:40vh;
        max-height:50vh;
    }

    .review-text{
        width:70%;
    }

    .review-header{
        display:flex;
        margin-bottom:0.5vh;
    }

    .review-image{
        width:0;
        display:none;
    }

    .review-form{
        width:100%;
        padding-left:0;
    }

    .leave-review{
        width:80%;
    }

    .review-button button{
        width:50%
    }

    .right-date{
        /* padding-left:3rem; */
        padding-right:7rem;
    }
    .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;
    }

    /* Review */

    .reviews{
        /* padding-left:10%; */
        padding-bottom:3vh;
    }
    
    .review-box{
        padding-left:1rem;
        padding-right:1rem;
        grid-template-columns: auto;
    }
    
    .right-date{
        font-weight:bold;
    }
    
    .review-button a button{
        width:40%;
        height:6vh;
    }
    /* ENd Review  */
    .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;
    }

    .index_video{
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .service-box{
        grid-template-columns: auto;
        padding-left:0.2rem;
        padding-right: 0.2rem;
    }

    .welcome-message{
        top:25vw;
        width:100%;
        /* margin-left:10%; */
        margin-right:auto;
    }

    .welcome-message h2{
        font-size:3rem;
        text-align:center;
    }

    .nav-quote button{
        height:10vw;
    }

    .nav-icon{
        display:flex;
    }

    .nav-icon svg{
        /* align-self:center; */
        padding:0.4rem;
        width:2.5rem;
        height:2.5rem;
    }

    .welcome-message button{
        width:50%;
        min-height:5vh;
        height:8vh;
        font-size:1.5rem;
        font-weight:bold;
    }

    .footer{
        flex-direction: column;
        padding: 1rem 2rem 1rem 2rem;
    }

    .welcome-message h3{
        font-weight:bold;
        font-size:1.5rem;
        color:#fff;
    }

    .slogan{
        color:#dca43f;
        font-weight:bold;
        font-size:1.5rem;
    }

}