/* -----------------------------------first section--------------------------------------------- */
#home{
    width: 100%;
    height: 660px;
    background-image: url(../img/events-heavenly-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: white;
    position: relative;
}
.HomeOv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 46, 51, 0.6);
}
#navMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.nv a {
    padding: 20px 8px 20px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    color: white;
}
.nv .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.nv a:hover{
    color:  rgba(214, 46, 51 , 0.4);
}
#home-content {
    transition: margin-left .5s;
    padding: 16px;
}
#home-content h2 {
    font-size: 60px;
}
#home h2, p {
    text-align: center;
}
#home h2 {
    margin-top: 200px;
}
.openNav{
    font-size:30px;
    cursor:pointer;
}


/* -----------------------------------second section--------------------------------------------- */





#duration {
    margin: 100px auto;
    width: 50%;
}
#duration h3 {
    padding: 10px;
    margin: 0;
    background-color: rgba(214, 46, 51, 0.6);
    cursor: pointer;
    color: white;
}
#duration div {
    padding: 25px;
    background-color: #ccc;
    display: none;
}
#duration .one{
    display: block;
}


/* -----------------------------------third section--------------------------------------------- */




#details{
    background-image: url(../img/invitation-2508607__340.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    height: 330px;
}
.detailsOv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 46, 51, 0.6);
    color: white;
}
.time {
    padding: 50px;
    border: 1px solid #FFF;
    font-weight: 500;
    font-size: 30px;
}
.pt-6{
    padding-top: 100px;
}


/* -----------------------------------fourth section--------------------------------------------- */



#contact .top h2 {
    text-transform: uppercase;
    font-size: 35px;
    color: #444;
    font-weight: bold;
    margin-bottom: 20px;
}
#contact .top p {
    color: #777;
    font-weight: 300;
    font-size: 16px;
}
#contact {
    margin-top: 100px;
}
#contact .con-info h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}
#contact .con-info p {
    font-size: 16px;
    line-height: 26px;
    color: #777;
}
#contact .icons {
    margin-top: 50px;
}
#contact .icons p {
    margin-bottom: 35px;
}
#contact i {
    margin-right: 20px;
    color: #777;
}
#contact .red {
    color: #D62E33 !important;
}
#contact .con-info .social-list {
    margin-top: 60px;
    color: #777;
}
#contact .con-info .social-list i {
    margin-right: 10px;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
    text-align: center;
}
#contact .con-info .social-list i:hover{
    color:#fff;
    background-color: #D62E33;
    border:1px solid #D62E33;
}
#contact form input, #contact form textarea {
    margin-bottom: 20px;
    border-radius: 0;
}
#contact form textarea {
    height: 200px;
    resize: vertical;
}
#chars {
    font-size: 20px;
    color: #D62E33;
}
#contact form button {
    background-color: #D62E33;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    display:block;
    margin-top:20px;
}
