/********************* Default CSS Reset *********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/********************* Main Tage Section *********************/
html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7em;
}

a {
    text-decoration: none;
    color: #333;
}

h1, h2, h3 {
    padding-bottom: 20px;
}

p {
    padding: 10px 0;
}

/********************* Class Section *********************/
/******** Navigation Bar ********/
.container {
    margin: auto;
    max-width: 1000px;
    overflow: auto;
    padding: 0 20px;
}

/******** FontPage Showcase ********/
.highlight-white {
    color: rgb(149, 236, 149);
}

.l-p {
    font-size: 20px;
    line-height: 1.7em;
    padding-bottom: 25px;
}

.btn {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: solid 2px #fff;
    cursor: pointer;
}

.btn:hover {
    background: #050;
}

/******** HomePage Info ********/

.btn-2:hover {
    background: #033;
}

.bg-color {
    background: #055;
    color: #fff
}

.highlight-sea {
    color: #0dd;
}

/*** HomePage Info 2 ***/
.btn-3:hover {
    background-color: #040;
}

/*** HomePage Info 3 ***/
.highlight-black {
    color: #777;
}

.btn-4:hover {
    background-color: #a4a4a4;
}

.clr {
    clear: both;
}

/******** About Page ********/
.biger-header {
    font-size: 40px;
}

/*  */
.btn-submit {
    background: none;
}

.btn-submit:hover {
    background-color: #050;
}

/********************* IDs Section *********************/
/******** Navigation Bar ********/
#navbar {
    background-color: #060;
    color: #fff;
    overflow: auto;
}

#navbar a {
    color: #fff;
}

#navbar .logo {
    float: left;
    padding-top: 15px;
    font-size: 2em;
}

#navbar ul {
    list-style: none;
    float: right;
}

#navbar ul li {
    float: left;
}

#navbar ul li a {
    display: block;
    padding: 20px;
    text-align: center;
}

#navbar ul li a:hover,
#navbar ul li a.selected{
    background-color: #050;
    color: rgb(149, 236, 149);
}

/******** FontPage Showcase ********/
#showcase {
    background: url('../images/nature-1.jpg') no-repeat center center/cover;
    height: 700px;
    border-bottom: solid 10px #fff;
}

#showcase .showcase-content {
    color: #fff;
    text-align: center;
    margin-top: 170px;
}

#showcase .showcase-content h1 {
    font-size: 60px;
    line-height: 1.2em;
}

/******** HomePage Info Section ********/
/*** HomePage Info 1 ***/
#home-info {
    height: 700px;
}

#home-info .info-img {
    float: left;
    width: 50%;
    background: url('../images/nature-3.jpg') no-repeat center center/cover;
    height: 100%;
}

#home-info .info-content {
    float: right;
    height: 100%;
    width: 50%;
    text-align: center;
    padding: 215px 30px;
    overflow: hidden;
}

#home-info .info-content p {
    padding-bottom: 30px;
}

/*** HomePage Info 2 ***/
#home-info2 {
    height: 700px;
    background-color: #060;
}

#home-info2 .info-img-2 {
    float: right;
    background: url('../images/nature-4.jpg') no-repeat center center/cover;
    height: 100%;
    width: 50%;
}

#home-info2 .info-content-2 {
    float: right;
    height: 100%;
    width: 50%;
    text-align: center;
    padding: 215px 30px;
    overflow: hidden;
    color: #fff;
}

#home-info2 .info-content-2 p {
    padding-bottom: 30px;
}


#home-info2 .info-content-2 h1 span {
    color: rgb(149, 236, 149);
}

/*** HomePage Info 3 ***/
#home-info3 {
    background-color: #d4d4d4;
    height: 700px;
    color: #333;
}

#home-info3 .info-img-3 {
    float: left;
    background: url('../images/nature-6.jpg') no-repeat center center/cover;
    width: 50%;
    min-height: 100%;
}

#home-info3 .info-content-3 {
    float: right;
    text-align: center;
    width: 50%;
    height: 100%;
    padding: 215px 30px;
    overflow: hidden;
}

#home-info3 .info-content-3 p {
    padding-bottom: 30px;
}

#home-info3 .info-content-3 .btn {
    border: solid 2px #333;
    color: #333;
}

/*** Homepage info 3-boxes ***/
#features {
    border-top: solid 10px #333;
    height: 650px;
    padding: 190px 150px 150px 150px;
}
#features .box {
    float: left;
    width: 29%;
    text-align: center;
    padding: 50px;
    border: solid #333 3px;
    margin: 0 20px;
    transition: .3s;
    overflow: hidden;
}

#features .box:hover {
    box-shadow: 0px 10px 20px #555;
    transition: .4s;
    cursor: pointer;
}

#features .box i {
    padding-bottom: 10px;
}


/******** About Page ********/
/*** About Website ***/
#about-info {
    padding: 100px 0px;
    border-bottom: solid 10px #333;
}

#about-info a {
    color: #050;
}

#about-info .about-info-right {
    width: 50%;
    min-height: 100%;
    float: right;
}
#about-info .about-info-right img{
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 20px;
}

#about-info .about-info-left {
    width: 50%;
    min-height: 100%;
    float: left;
    color: #333;
}

/*** About Traveler ***/
#about-traveler {
    background: url('../images/about-traveler-1.jpg') no-repeat center center/cover;
    padding: 100px 0;
}

#about-traveler .biger-header-2{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    opacity: .9;
}

#about-traveler h2 {
    padding: 0px;
    color: #333;
}

#about-traveler .traveler {
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    opacity: .9;
}

#about-traveler .traveler img {
    width: 100px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}

/******** Contact Page ********/
#contact-form {
    background: url('../images/contact-bg.jpg') no-repeat center center/cover;
    /* background-color: #050; */
    padding: 100px 0 20px 0;
    color: #fff;
}

#contact-form p {
    font-size: 20px;
    padding-bottom: 40px;
}

#contact-form .form-group {
    padding-bottom: 20px;
}

#contact-form label {
    display: block;
    padding-bottom: 5px;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 10px;
    border: solid 1px #ddd;
    transition: 0.5s;
    background: none;
    color: #fff;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
    border-color: rgb(149, 236, 149);
}

#contact-form textarea {
    height: 200px;
}

/*** Contactbox ***/
#contact-info {
    padding-top: 50px;
    /* background-color: #050; */
}

#contact-info .contact-info-box{
    float: left;
    width: 33.3%;
    padding: 50px;
    color: #fff;
    text-align: center;
    overflow: auto;
}

#contact-info .contact-info-box i {
    padding-bottom: 10px;
}

/******** Footer ********/
#main-footer {
    text-align: center;
    background-color: #060;
    color: #fff;
    padding: 20px;
}
