* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

/* header */

    .navbar-brand {
        margin-left: 5rem;
    }
    .navbar-nav{
        margin-right: 5rem;
    }
    .navbar-brand h2{
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        color: #00bff3;
        font-size: 40px;
    }
    .navbar-nav li{
        padding: 0.5rem;
    }
    .navbar-nav li a{
        padding: 1rem;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

/* main */

/* section-1 */

.section-1 {
    position: relative;
}
.section-1 .hero-img img{
    width: 100%;
    height: auto;
}
.section-1 .hero-text {
    position: absolute;
    top: 100px;
    left: 300px ;
    text-align: center;
}

.hero-text h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.hero-text h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.hero-text p{
    margin-top: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.hero-text .search {
    padding: 0.7rem 7rem 0.7rem 0.7rem;
}
::placeholder{
    font-size: 0.75rem;
}
.search-sec i{
    color: #f64459;
    font-size: 25px;
    background: #fff;
    border-radius: 100%;
    padding: 12px;
    margin-left: 5px;
    cursor: pointer;
}

.section-1 .feature {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 200px;
}

.feature .banner-text {
    padding: 90px 15px;
    text-align: center;
}

.feature .banner-text .dt{
    border-right: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
}

.feature .banner-text h3{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.feature .banner-text p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: auto;
    width: 75%;
}

/* section-2 */
.section-2{
    margin-top: 60px;
}
.section-2 .recent-head h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.section-2 .recent-body {
    margin-top: 40px;
}
.recent-body .dp{
    padding: 30px;
}
.recent-body .dp-img img{
    width: 100%;
    height: auto;

}
.recent-body .dp .dp-text {
    margin-top: 20px;
}
.recent-body .dp .dp-text h5 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.recent-body .dp .dp-text p{
    padding-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
.dp-btn{
    margin-top: 50px;
}
.dp-btn .btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid rgb(160, 160, 160);
    border-radius: 30px;
    padding: 1rem 2.5rem;
}

/* section-3 */

.section-3 {
    margin-top: 70px;
    background: url(../images/104.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
}

.section-3 .discover-head {
    padding-top: 70px;
    color: #fff;
}
.discover-head h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.discover-head p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    word-spacing: 3px;
}

.discover-body {
    margin-top: 70px;
}
.discover-body .content-img img{
    float: left;
    background: rgba(0, 0, 0, 0.774);
    padding: 10px 15px;
}
.discover-body .content-text{
    padding-left: 85px;
}
.content2 {
    border-top: 1px solid rgba(255, 255, 255, 0.363);
    border-bottom: 1px solid rgba(255, 255, 255, 0.363);
    margin-top: 30px;
    padding: 50px 0;
}

.content3{
    margin-top: 50px;
}

.content-text {
    color: #fff;
}

.content-text h3 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.content-text p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px; 
}

.price {
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.363) ;
}
.price h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.vao{
    margin-top: 80px;
    padding-bottom: 90px;
}
.vao .btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 1rem 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


/* footer */

.section-4 {
    margin-top: 100px;
}

.footer-left h6 a{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.footer-left p{
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.social {
    margin-top: 20px;
}
.social i{
    color: #919191;
    padding: 7px;
}
.social i:hover{
    color: #000;
}

.footer-right h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer-right input {
    width: 100%;
    box-shadow: -3px -1px 15px 0 rgba(0, 0, 0, 0.45);
}

.footer-right .name {
    padding: 0.5rem 1rem;
}
.footer-right .mail-id {
    padding: 0.5rem 1rem;
}
.footer-right .comment {
    padding: 1rem 0rem 5rem 1rem;
    margin-top: 30px;
}
.snd-btn {
    margin-top: 20px;
}
.snd-btn .btn {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #01262c;
    font-weight: 200;
    padding: 0.5rem 1rem;
    border-radius: 0;

}

/* .section-5 */

.section-5{
    margin-top: 90px;
    border-top: 1px solid rgba(88, 88, 88, 0.507);
}

.section-5 .copyright {
    padding: 1.5rem 0;
}
.copyright h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
