@import url('https://fonts.googleapis.com/css?family=PT+Serif:100,200,300,400,500,600,700|Playfair+Display:100,200,300,400,500,600,700|Mansalva:100,200,300,400');

/*------Disable the horizontal scroll ----- */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


body {
    height: 100%;
    font-family: "PT Serif", sans-serif;
    background-color: rgba(169, 144, 157, 0.2);
    font-weight: 400;
    background: url(../img/imgHp.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}



/*------ NavBar ------------*/

.navbar {
    transition: all .5s ease-in-out;
}

.scroll {
    background-color: #f3f4efc7;
}


.navbar-light .navbar-brand {
    color: #c17008;
}

.navbar-brand {
    font-family: "Mansalva", sans-serif;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.64);

}

.borderColor {
    border-color: grey;
}


/*-----------NAVBAR - MOBILE VERSION ------------*/

.navbar-toggler {
    line-height: 0.5;
    border: 1px solid #fafaf8;
    border-radius: .25rem;
    padding: 5px;
}


.navbar-collapse {
    text-align: right;
    display: block;

}
/*------Homepage ------------*/

.homepageContainer {
    height: 100vh;
    width: 100vw;
}

/*--------Jumbotron-----------*/

.jumbotron {
    background-color: transparent;
    margin-right: 0px;
    margin-top: 25%;
    text-align: center;
}

.mainHeading {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 80px;
    font-family: -webkit-pictograph;
    color: #c17008;
    font-weight: bold;
}

span {
    font-size: 30px;
}


.title {
    color: rgba(0, 0, 0, 0.74);
    font-weight: 600;
}



/*-------------------------DESTINATIONS---------------------*/

.destinationsContainer {
    width: 100vw;
    padding-bottom: 30px;
     color: #e68a14;
    font-family: "Playfair Display", sans-serif;
    text-align: center;

}


/*Heading - Paragraph*/

.destinationsHeader {
    margin-left: 5px;
    margin-bottom: 30px;
    padding-top: 60px;
    color: #c17008;
    background-color: #f3eff475;
    text-align: center;
}


p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mainText {
    color: #583a34;
    font-weight: 400;
}

.cardTitle {
    color: #e68a14;
    font-family: "Playfair Display", sans-serif;
    text-align: center;
}


/*-----------JS - CARDS----------------- */

.highLight {
    font-weight: bold;
}

.changeColor {
    background-color: rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out .2s;
}

/* ----------Travel Inspiration Container --------- */

.inspirationsContainer {
    padding-top: 100px;
    padding-bottom: 100px;

}


#inspirationsHeader {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.25;
    max-width: 100%;
    margin-bottom: 50px;
    color: #c17008;
}

.titleSep {
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 24px;
    width: 30px;
    background-color: #c3c3c1;
}

.carousel-caption {
    padding-bottom: 5px;
}

.carousel-indicators li {
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff6b;
}


/*----------------------MAP CONTAINER -----------------*/

.mapContainer {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*--------Sort Button------------*/

.mapList button {
    background-color: transparent;
    border-color: #c17008;
    color: #cd8d3c;
}

#span {
    font-size: 15px;
}


button :focus {
    box-shadow: none;
    outline: 1px dotted;
    outline: 2px auto;
    outline-color: beige;
    outline-style: auto;
    outline-width: 2px;
}



.btnColorChange {
    background-color: red;
}


/*----MAP ---*/

#map {
    min-height: 360px;
}

.mapContainer input {
    z-index: 2;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background: #ffffff8f;
    padding: 0.2em 0 0.2em 45px;
    width: 100%;
    font-family: "Playfair+Display", sans-serif;
}

.mapContainer input:focus,
.mapContainer input:active {
    outline: 0;
    border-color: #aaaaaa;
    background: #ffffff;
}

/*--------------CONTACT ------------------*/
.contactContainer{
    background-color:#f8f9fa5e;
    margin-bottom: 20px;
    padding-top: 60px;
}
.formHeader {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    color: #775124;
    margin-top: 0;
    margin-bottom: 0px;
}

.contactText {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5%;
    display: inline-block;
    color: #946323;
}



.contactItem {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #d1be76;
    border-radius: .50em;
    margin-bottom: 5px;
}

.btnMain {
    margin-top: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #c99552;
    font-weight: 700;
    height: 50px;
    border: none;
}

/*---------------FOOTER ------------------*/

.footerContainer {
    margin-bottom: 40px;
    margin-top: 50px;
    background-color:#f8f9fa5e;
}



.footerContainer i {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    padding-top: 12.5px;
    background-color: #a2691f;
    margin: 10px 0 10px 10px;
}

.footerContainer p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #343a40;
}

.footerHeader {
    color: #c17008;
    font-weight: 600;
}

.footerCopyright{
    color: black;
    font-weight: 500; 
}


/*----------topDestinations.html - Cards----------*/

.topDestinationsContainer {
    padding-top: 20px;
    margin-top: 30px;

}


.titleHeader {
    font-family: "Playfair Display", sans-serif;
    color: #c17008;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 60px;
    padding-left: 0px;
    margin-left: 0px;

}



.topDestinationsContainer .cardTitle {
    color: #e68a14;
    font-family: "Playfair Display", sans-serif;
    text-align: center;
}


/*Icons*/

.iconsBox {
    text-align: center;
}

.topDestinationsContainer a {
    padding-right: 10px;
}


i {
    display: inline-block;
    font-size: 20px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    padding-top: 12.5px;
    background-color: #c99552;
    margin: 10px 0 10px 10px;
}

.fa {
    color: beige;
    text-align: center;
    font-size: 20px;
}


/*----------------Data.html--------------------------*/

/*----------------BOOKING HOTEL FORM-----------------*/

.homepageContainer .formSection {
    padding-top: 80px;
    left: 0;
    right: 0;
}

.bookingForm {
    background-color: #ffffffa1;
    max-width: 768px;
    width: 100%;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
}

.formHeader {
    text-align: center;
    margin-bottom: 20px;
}

.bookingForm .formHeader h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
    color: #775124;
    margin-top: 0;
    margin-bottom: 0px;
}

.bookingForm .groupForm {
    margin-bottom: 5px;
}

.bookingForm .formLabel {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
    color: #c99552;
    text-transform: capitalize;
}

.bookingForm .formControl {
    background-color: #fff;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 3px;
    color: #6b6b6d;
    font-size: 14px;
}

.formBtn .submit {
    color: #fff;
    background-color: #c99552;
    font-weight: 700;
    height: 50px;
    border: none;
    display: block;
    font-size: 14px;
    width: 100%;
    text-transform: capitalize;
    border-radius: 3px;
}



/*------------------ MEDIA QUERRIES--------------*/

@media (max-width: 320px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
    }
    .navbar-toggler {
        width: 36px;
        height: 36px;
        padding: 2px;
    }

    h4 {
        font-size: 1.2rem;
        margin-bottom: 1px;
    }
    .carousel-indicators {
        margin-bottom: 5px;
    }
}


@media (min-width:321px) and (max-width:376px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
    }
    .navbar-toggler {
        width: 36px;
        height: 36px;
        padding: 2px;
    }
}


@media (min-width:376px) and (max-width:767px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.1em;
        height: 1.1em;
    }
    .navbar-toggler {
        width: 38px;
        height: 38px;
        padding: 2px;
    }
}





/*----Tablet and Above -------*/

@media (min-width:768px) {
    .titleHeader {
        margin-right: 200px;
    }
    .carousel-caption {
        padding-bottom: 15px;
    }

    .form-control {
        font-size: 1.2rem;
    }
    .contactText {
        font-size: 20px;
    }
}


/*---Ipad Pro -----*/

@media (min-width:1023px) and (max-width:1199px) {
    .navbar .navbar-nav .nav-link {
        letter-spacing: 0px;
    }
    .mainHeading {
        font-size: 50px;
    }

    .title {
        font-size: 20px;
    }

    button {
        width: 100px;
        height: 50px;
    }

    .btnMain {
        font-size: 20px;
    }

    span {
        font-size: 45px;
    }
    .titleHeader {
        margin-right: 200px;
    }

    i {
        margin: 0px;
    }

    h5 {
        font-size: 1rem;
    }



}

@media (min-width: 992px) {
    .container {
        max-width: 1000px;
        max-height: 1000px;
    }
}

@media (min-width: 1200px) {
    .jumbotron {
        margin-top: 5%;
    }
}
