@media (max-width: 575.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 100px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 30px;
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 180px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .blog__heading-3 {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 700px;
        max-width: 100%;
    }
    
    .hi {
        padding: 250px 0 0 0;
        width: 100%;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 350px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 100vh;
        max-width: 100%;
    }
    
    .hi {
        width: 100%;
        bottom: 250px;
        position: absolute;
        z-index: 99;
    }
    
    .about__col, .about-image-holder {
        height: 400px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 450px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }
}

@media (min-width: 1200px) {
    
    .header, .header__owl-carousel, .hoc__image, .header__inner {
        height: 100vh;
        max-width: 100%;
    }
    
    .hi {
        width: 100%;
        bottom: 250px;
        position: absolute;
        z-index: 99;
    }
    
    .about__col, .about-image-holder {
        height: 550px;
        width: 100%;   
    }
    
    .about__col .vertical-center {
        padding: 50px;
        width: 450px;
    }
    
    .about__col--1 .vertical-center {
        left: 100% !important;
        transform: translate(-100%, -50%);
    }

}

.header {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.header span {
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.header__inner {
    width: 100%;
    position: absolute;
    z-index: 10;
}

h2 span {
    font-weight: 700;
    display: block;
}

.guests, .places, .terms {
    background-color: #000000;
}

.guests--padding, .places--padding {
    padding: 70px 0;
}

.guests__heading-2, .places__heading-2, .terms__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
}

.guests__heading-2:after, .places__heading-2:after, .terms__heading-2:after {
    margin-left: -50px;
    background-color: #f63b3b;
    height: 5px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.guests p, .places p, .terms p {
    font-size: 1.6rem;
    color: #ebebeb;
}

.guests__heading-3, .places__heading-3, .terms h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
}

.guests__image {
    margin-bottom: 15px;
    height: 80px;
    widows: auto;
}

.places a h3 {
    display: inline-block;
}

.places a:hover h3 {
    color: #f63b3b;
}

.places__image {
    height: auto;
    max-width: 100%;
}

.terms--padding {
    padding: 70px 0 0 0;
}

.terms h3 {
    font-weight: 400;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}