/*------------------
    General styles
------------------*/
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
h1, h2{
    color: #e05731;
    font-weight: bold;
}
.row{
    padding: 0;
    margin: 0;
}

/*============================
    ##  Contact Navigation
=============================*/
.contact_nav{
    background-color: #223843;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 3;
    color: #FFF;
}
.contact_nav .container{
    padding-top: 0;
    padding-bottom: 0;
}
.contact_nav p{
    font-size: 1.5em;
    margin: 0;
}
.contact_nav a{
    color: #fff;
}
/*------------------
    Header styles
------------------*/
header{
    height: 60vh;
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2)),url(../img/home.jpg) center center/cover;
    color: #fff;
    text-align: center;
}
header.home{
    padding: 50px 0;
    height: auto;
}
header img{
    width: 100%;
    animation: slidein 1s ease-out 2s both;
}
@keyframes slidein {
    from {
      transform: translateX(-280%) translateY(0%);
    }
  
    to {
      transform: translateX(0%) translateY(20%);
    }
}
header h1,
header p{
    font-size: 7vh;
    text-transform: capitalize;
}
header p{
    font-size: 4vh;
}
header a{
    display: inline-block;
    color: #FFF;
    background-color: #d77a61;
    padding: 7px 14px;
    margin: 7px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
header a:hover{
    background-color: #fff;
    color: #d77a61;
    text-decoration: none;
}
/*------------------
    why us
------------------*/
.why-us{
    padding: 50px 0;
}
.why-us h2{
    padding: 20px 0;
}
.feature{
    margin: 10px 0;
}
.feature span i{
    font-size: 3em;
    padding: 10px;
    border: 1px solid #d77a61;
    border-radius: 50%;

}
.feature span.long i{
    padding: 10px 20px;

}

/*------------------
    quote-reserve
------------------*/
.quote-reserve{
    background-color: #d77a61;
    color: #fff;
    padding: 50px 0;
}
.quote-reserve p{
    font-size: 1.3em;
}
.quote-reserve a{
    font-size: 1.3em;
    background-color: #fff;
    color: #d77a61;
    padding: 10px;
    border: 1px solid #FFF;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.quote-reserve a:hover{
    background-color: #d77a61;
    color: #fff;
    border: 1px solid #FFF;
    text-decoration: none;
}


/*------------------
    services
------------------*/
.services{
    padding: 50px 0;
}
.services h2{
    padding: 30px 0;
}
.service-card{
    margin: 10px 0;
}
.service-card img{
    width: 100%;
}
.service-card:nth-of-type(even) .scard-text{
    border-left: 1px solid #DFDFD0;
    border-right: 1px solid #DFDFD0;
}
.scard-text{
    padding: 20px;
}
.scard-text h3{
    font-size: 1.3em;
    text-transform: capitalize;
}
.scard-text p{
    text-align: justify;
}

/*------------------
    quote
------------------*/
.quote{
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(../img/q1.jpg) center center/cover;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.checked {
    color: orange;
}
.quote cite{
    font-size: 1.3em;
}
.quote p{
    font-size: 3vh;
}
.quote p:after{
    content: '\201E';
    color: orange;
    font-size: 2em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}
.quote p:before{
    content: '\201C';
    color: orange;
    font-size: 2em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}
/*------------------
    footer
------------------*/
footer{
    background-color: #223843;
    color: rgb(160, 160, 160);
}
footer h2{
    color: #eff1f3;
}
.upper-footer{
    padding: 50px 0;
}
footer a{
    color: #fff;
    font-size: 1.2em;
}
footer a:hover{
    color: #d77a61;
    text-decoration: none;
}
footer i{
    font-size: 1.3em;
    margin-right: 5px;
}
.lower-footer{
    background-color: rgb(8, 8, 8);
    padding: 50px 0;
}


/*Success page
------------------*/


/*=============================
    Quote & Reservation pages
==============================*/
header.quote{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.4)), url(../img/quote.jpg )center center/cover;
}
header.reservation{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.4)), url(../img/reservation.jpg )center center/cover;
}
.quote-iframe-page{
    height: 1100px;
  }
.quote-iframe-page iframe{
    width: 100%;
    height: 100%;
}
@media(max-width:766px){
    .quote-iframe-page{
      height: 1400px;
    }
  }


header.testimonial{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.4)), url(../img/testimonials.jpg )center center/cover;
}
.testimonials-page-section{
    padding: 50px 0;
}
/*--------------------
    Submit a review
---------------------*/
.submit-review input,
.submit-review textarea{
    display: block;
    border: 1px solid #d77a61;
    border-radius: 5px;
    padding: 10px;
    color: #d77a61;
}
.submit-review label{
    margin-top: 20px;
    color: #d77a61;
}

.submit-review button{
    color: black;
    border: 1px solid #d77a61;
    background-color: #d77a61;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: all 1s ease;
}
.submit-review button:hover{
    color: #d77a61;
    border: 1px solid #d77a61;
    background-color: transparent;

}
.submit-review textarea{
    width: 100%;
    height: 250px;
}
/*---------------------
    rating stars
---------------------*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.submit-review h4{
    margin-top: 20px;
}

/*Contact page
====================*/
header.contact{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.4)), url(../img/call.jpg )center center/cover;
}
main.contact-page{
    padding: 50px 0;
}
.contact-info h2,
.send-message h2{
    padding: 10px 0 30px;
    font-size: 2em;
}
.contact-info i{
    font-size: 1.5em;
}
.contact-info a{
    font-size: 1.2em;
    color: rgb(76, 93, 109);
}
.contact-info a:hover{
    color: orange;
}

/*--------------------
    Send-message
--------------------*/

.send-message input,
.send-message textarea{
    display: block;
    border: 1px solid #d77a61;
    border-radius: 5px;
    padding: 10px;
    color: #d77a61;
}
.send-message label{
    margin-top: 20px;
    color: #d77a61;
}

.send-message button{
    color: #FFF;
    border: 1px solid #d77a61;
    background-color: #d77a61;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: all 1s ease;
}
.send-message button:hover{
    color: #d77a61;
    border: 1px solid #d77a61;
    background-color: transparent;

}
.send-message textarea{
    width: 100%;
    height: 250px;
}