* {
    margin: 0;
    padding: 0;
}

.header {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(image/ethiopianCookingBox.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 20px;
    text-align: center;
}

.container {
    display: flex;
    justify-content: space-between;
}

/* logos */
.navbar .container-fluid .collapse .nav-link img {
    width: 180px;
}

.nav {
    width: 100vw;
    position: sticky;
    top: 0px;
    z-index: 200px;
}

.header .mainTitle {
    padding-top: 10%;
    padding-bottom: 0;
    color: white;
}

.header .mainTitle .one {
    color: green;
    font-weight: bold;
}

.header .mainTitle .two {
    color: yellow;
}

.header .mainTitle .three {
    color: darkred;
    font-weight: bold;
}

.ourProducts {
    height: auto;
    width: 100%;
    background-color: darkgray;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenlys;
}

.ourProducts .ul {
    padding-top: 10px;
}

.input-group-text {
    width: 120px;
    background-image: linear-gradient(blue, skyblue);
    border: 0 !important;
    color: white;
    padding: 0 25px;
    border-radius: 30px;
    box-shadow: none !important;
}

/*Destinations section 2 */
.features {
    padding: 50px 0;
    z-index: 0px;
}

.features h1 {
    text-align: center;
    padding-bottom: 30px;
}

.feature-img img {
    width: 100%;
    height: 300px;
    border-radius: 10% 10% 0 10%;
}

.features {
    width: 100vw;
}

.features .container {
    width: 100vw;
}

.features .container .row {
    width: 100vw;
}

.price {
    text-align: center;
    width: 80px;
    height: 80px;
    background: rgba(5, 33, 66, .5);
    font-weight: 300;
    border-radius: 50%;
    padding: 25px 0;
    box-shadow: 0 0 2px 1px green;
    position: absolute;
    left: 20px;
    bottom: -35px;
    color: white;
}

.feature-img {
    position: relative;
}

.rating {
    position: absolute;
    float: right;
    right: 0;
    padding: 3px;
    background: white;
    bottom: -1px;
}

/* styling rating stars */
.features .fa {
    font-size: 15px;
    color: goldenrod;
}

.feature-details {
    padding: 40px;
    text-align: justify;
}

.feature-details h4 {
    text-align: center;
}

.feature-details .fa {
    margin-right: 5px;
}

.feature-box {
    box-shadow: 0px 4px 0px silver;
    margin-bottom: 30px;
    border: none;
}

.feature-details .span {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.destinations-detail {
    text-align: center;
    color: blue;
}

.destinations-detail a {
    text-decoration: none;
}

/* how it works */
.howItWorks {
    width: 100vw;
    height: auto;
    background-color: darkgray;
}

.howItWorks h1 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.howItWorks .howItWorksContainer .howItWorksRow {
    display: flex;
    flex-wrap: wrap;
}

.howItWorks .howItWorksContainer .howItWorksRow i {
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.howItWorks-review {
    padding-left: 20px;
    padding-right: 20px;
}

/* all resource */
.allResource {
    width: 100vw;
    height: auto;
    background-color: black;
}

.allResource h5 {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    color: white;
}

.allResource .allResourceList {
    display: flex;
    justify-content: space-evenly;

}

.allResource .allResourceList a {
    list-style: none;
    text-decoration: none;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.allResource .allResourceList a:hover {
    color: silver;
}


/* the new gallery container */


/* fixed background picture */
.banner {
    height: 60vh;
    width: 100%;
    background-image: url(image/Ethiopian-Highlands.jpg);
    background-size: cover;
    background-position: center;

    background-attachment: fixed;
    /* padding-top: 12%; */
    /* for discount message */
}


.banner-highlights {
    padding: 15px 0;
    background: rgba(1, 3, 5, .7);
    text-align: center;
    color: white;
}

.col-md-8 {
    margin-top: 20px;
}

.booking-btn {
    width: 120px;
    padding: 5px 0;
    outline: none !important;
    border: 2px solid white;
    border-radius: 50px;
    background: transparent;
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.booking-btn a {
    text-decoration: none;
}

.booking-btn:hover {
    background: white;
}

/* users remarks */
.users-feedback {
    padding: 100px 0;
}

.users-feedback h1 {
    text-align: center;
}

.user-review {
    text-align: center;
    padding-bottom: 40px;
    box-shadow: 0 0 2px rgba(1, 21, 98, .6);
}

.user-review p {
    padding: 50px 10px 10px 10px;
    text-align: justify;
}

.users-feedback img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    margin: -40px 0 20px 36%;
}

/* for the quotation styling */
.user-review p::before {
    content: '\201d';
    display: block;
    position: absolute;
    font-size: 60px;
    color: rgba(1, 29, 98, 1);
    font-weight: bold;
    top: -18px;
    left: 45%;
    font-family: Arial, Helvetica, sans-serif;
}

/* footer */
.footer {
    background: darkgray;
    color: black;
}

.footer .container .row {
    width: 100vw;
    display: flex;
}

.footer h4 {
    text-align: left;
    margin-top: 15px;

}

.footer p {
    font-size: 12px;
    padding-right: 35px;
    text-align: justify;
}

.footer .container .row .col-md-4 .features1 {
    text-decoration: none;
    color: black;
}

.footer .container .row .col-md-4 a p {
    color: black;
    font-size: 16px;
}

.footer .container .row .col-md-4 a p:hover {
    color: silver;
}

.footer .container .row .col-md-4 .span a {
    text-decoration: none;
    color: black;
}

.footer .container .row .col-md-4 .span a:hover {
    color: silver;
}

.footer hr {
    margin-top: 10px;
    background: white;
    font-size: 10px;
}

.footer .copyright {
    text-align: center;
}

.footer .copyright h4 {
    text-align: center;
}