#display-slub-kilimanjaro{
    width: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.85)), url(images/kilimanjaro-bg-display.html);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.h1-marangu{
    font-family: 'Oswald', sans-serif;
    color: rgb(188, 142, 13);
    text-align: center;
    font-size: 36px;
}
.h2-marangu{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
}
.p-marangu{
  width: 90%;
  margin: auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  text-align: justify;
}

#the-div-big-blocks{
    text-align: center;
}
/*Inclusion*/
#inclusion-div{
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    vertical-align: top;
    box-shadow: 0px 0px 12px #333;
    border-radius: 4px;
    margin-top: 35px;
}
#included-div{
    width: 600px;
    max-width: 95%;
    position: relative;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}
#included-div li{
    list-style: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#included-div p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#included-div .check-mark-li{
    color: rgb(188, 142, 13);
    font-weight: bold;
}
.inclusion1{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.inclusion2{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.inclusion3{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.h3-marangu{
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: rgb(188, 142, 13);
    margin: 0;
    padding: 0;
}
#div-not-included{
    display: inline-block;
    position: relative;
}
#div-not-included li{
    text-align: left;
    list-style-image: url(images/close-png.html);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*H2 marangu */
.h2-marangu{
    text-align: center;
    color: rgb(188, 142, 13);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

/*Booking the button*/
#booking-flat{
    margin-top: 30px;
}
#booking-flat button{
    width: 200px;
    margin: auto;
    display: block;
    border: none;
    background: rgb(188, 142, 13);
    color: #000;
    font-family: 'Oswald', sans-serif;
    padding: 20px auto;
    line-height: 50px;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    transition: .5s;
}
#booking-flat button:hover{
    border: 2px solid #333;
    color: rgb(188, 142, 13);
    background: transparent;
}

/*The itinerary*/
#the-itinerary{
    width: 95%;
    margin: auto;
    position: relative;
    margin-top: 50px;
}
#the-itinerary h2{
    width: 600px;
    max-width: 100%;
    margin: auto;
    color: rgb(188, 142, 13);
    text-transform: uppercase;
    text-align: center;
    padding: 20px auto;
}

/*Accordion*/
body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)), url(images/kilimanjaro-bg-display.html);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.accordion{
    width: 500px;
    max-width: 95%;
    display: inline-block;
    margin: auto;
    vertical-align: top;
    margin-top: 20px;
}
.accordion .card{
    box-shadow: 0px 0px 20px #555;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    background: rgba(255,255,255,.15);
    text-align: justify;
    margin-top: 20px;
} 
.accordion .card .card-header h3{
    cursor: pointer;
    color: #333;
    position: relative;
    background-color: rgb(188, 142, 13);
    margin: 0;
    padding: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}
.accordion .card .card-header{
    position: relative;
}
.accordion .card .card-body{
    display: none;
}
/*Open one card by default*/
.accordion .card:nth-child(1) .card-body{
    display: block;
}
.accordion .card .card-header span{
    position: absolute;
    right: 20px;
    top: 10px;
    height: 25px;
    width: 25px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}
.accordion .card .card-body{
    padding: 20px; 
}
.accordion .card .card-body p{
    font-size: 15px;
    line-height: 24px;
    color: #444;
    margin: 0px;
}
.accordion .card .card-body li{
    list-style: none;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#the-booking-form{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: rgb(188, 142, 13);
    margin-top: 50px;
}
.see-price{
    width: 320px;
    margin: auto;
    margin-top: 20px;
}
.see-price h3{
    width: 320px;
    text-align: center;
    margin: auto;
}
.see-price button{
    border: none;
    outline: none;
    font-family: 'Oswald', sans-serif;
    color: #000;
    padding: 20px 30px;
    display: block;
    margin: auto;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 3px;
    background: rgba(188, 142, 13, .5);
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s all ease;
}
.see-price button:hover{
    background: rgba(0,0,0,.75);
    color:rgb(188, 142, 13);
}
.included-head{
    width: 500px;
    max-width: 100%;
}
.included-head h2{
    color: rgb(188, 142, 13);
    font-family: 'Oswald', sans-serif;
}