* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    border: none;
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 24px;
    letter-spacing: .2px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

.headerInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0px;
    align-items: center;
}

.logoLink img {
    max-width: 200px;
}

.header {
    box-shadow: 0px 2px 0px 0px #dbdbdb;
}

.menuBar li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.menuBar li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 15px;
}

.menuBar li a:hover {
    color: #c1b097;
}

.ctaBtn, .bdrBtn {
    background: #E26D37;
    color: #fff;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 65px;
    border: 2px solid #E26D37;
    transition: .25s all;
    display: inline-block;
}

.ctaBtn:hover {
    background: #fff;
    color: #E26D37;
}

.bdrBtn {
    background: #fff;
    color: #E26D37;
}

.bdrBtn:hover {
    background: #E26D37;
    color: #fff;
}

/*banner section */
.homeBanner {
    margin-bottom: 80px;
    position: relative;
}
.homeBanner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(256,256,256,0.1);
    z-index: 0;
}

.hm-bannerSection img {
    width: 100%;
}

.bnrTextWrap {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    max-width: 580px;
    width: 95%;
}

.hmBnrHeading {
    font-size: 50px;
    text-transform: uppercase;
}

.hmBnrContent {
    margin: 40px 0px;
}


/*page image and banner section*/
.pgBnrWrap .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.pgBnrImg {
    width: 40%;
}

.pgBnrImg img {
    max-width: 100%;
}

.textBanner {
    width: 58%;
}

.headingWrap {
    display: flex;
    align-items: center;
}

.headingImg {
    max-width: 80px;
}

.pgBnrHeading {
    margin-left: 20px;
}

.subHeading {
    font-size: 16px;
    color: #c1b097;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.pgBnrContent {
    margin: 15px 0px;
}

.lineSeprator {
    width: 100%;
    height: 2px;
    background: #c6b7a0;
    margin: 70px auto;
}

.pgBnrWrap2 .textBanner {
    width: 40%;
}

.pgBnrWrap2 .pgBnrImg {
    width: 55%;
    margin-right: -10%;
}

.playVideo {
    position: relative;
    display: block;
}

.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*rewiew wrap */
.rewWrap {
    margin-top: 80px;
}

.rewWrapHeading {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.rewWrapHeading span {
    background: #DACDB7;
    display: inline-block;
    padding: 5px 50px;
    font-size: 30px;
    font-weight: normal;
}

.rewWrapHeading:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #baa68b;
    display: block;
    margin-top: -15px;
}

.rewWrap {
    background: #DACDB7;
    padding: 80px 0px;
}

.rewCarousel {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.review {
    border: 1px solid #b9a68a;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 30%;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

.picArea {
    width: 80px;
}

.picArea img {
    max-width: 100%;
}

.rvwCont {
    width: 100%;
}

.rvwCont span {
    margin-bottom: 10px;
    font-size: 18px;
}

/*rewiew wrap close*/

/*subscribe section*/

.subscribeWrap {
    margin: 50px 0px;
    border: 1px solid #b9a68a;
    padding: 30px 150px;
    border-radius: 80px;
}

.subsInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.substext {
    font-size: 30px;
    width: 40%;
    line-height: normal;
}

.subsForm {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 5px;
}

.subscribeInput {
    background: #DACDB7;
    border: none;
    padding: 10px 120px 10px 10px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 25px;
}

.subscribeBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    border: none;
    appearance: none;
    background: #c1b097;
    color: #fff;
    line-height: 25px;
}

.cmnHeading {
    display: block;
    font-size: 40pt;
    line-height: normal;
    font-weight: 600;
}

/*image collage section */
.imageCollage {
    display: flex;
    justify-content: space-between;
}

.colbox {
    width: 32%;
}

.imageCollage img {
    max-width: 100%;
}

.rowTop {
    height: 48%;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rowBottom {
    height: 48%;
}

.imageCollage img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.colContent .cmnHeading {
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
}

.colContent .cmnHeading:before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0px;
}

/*story page*/
.pgstroryWrap {
    margin-top: 60px;
}

.pgstroryWrap .container {
    background-color: #eeeadf;
    border-radius: 20px;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1000px;
    padding-top: 80px;
}


/*blog section*/
.blogWrap {
    background: #DACDB7;
    padding: 80px 0px;
    margin-top: 70px;
    border: 1px solid #f37133;
}

.blogs {
    border: 2px solid #b9a68a;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.blogs + .blogs {
    margin-top: 50px;
}

.blogPic img {
    max-width: 400px;
}

.blogPic {
    margin-right: 20px;
}

.blogCont .pgBnrHeading {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

/*.blogCont .cmnHeading {
    max-width: 350px;
}*/

.btnSection a.bdrBtn {
    margin-right: 20px;
}

.btnSection {
    margin-top: 60px;
}

.btnSection .ctaBtn {
    padding: 8px 50px;
}


/*footer section*/
.footerLogo {
    padding: 30px 0px;
}

.footerMenu {
    background: #3c3c3c;
    text-align: center;
}

.footerMenuBar li a {
    color: #fff;
}

.footerMenuBar {
    display: inline-block;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.socialList {
    display: block;
    padding-bottom: 30px;
}

.socialList li a {
    padding: 0px;
    display: flex;
}

.socialList li {
    margin-right: 30px;
}

.socialList li:last-child {
    margin-right: 0px;
}

.copyright {
    background: #000;
}

.copyright .container {
    color: #fff;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright a, .copyright p {
    text-decoration: none;
    color: #fff;
}

.copyright a:hover {
    color: #c1b097;
}

.mobileMenu {
    background: url(../img/menu.png) no-repeat;
    display: none;
    width: 40px;
    height: 31px;
    background-size: contain;
}

/*********media query start from here ***************/
/*********media query start from here ***************/


.menuBar li a {
    text-transform: capitalize;
}

input.subscribeInput {
    font-family: 'Libre Baskerville', serif;
}

textarea:focus, input:focus {
    outline: none;
}


@media (max-width: 1250px) {

    .container {
        max-width: 95%;
    }

}

@media (max-width: 1199px) {
    .container {
        max-width: 90%;
    }

    .bnrTextWrap {
        top: 25%;
    }

    .textBanner {
        width: 52%;
    }

}

@media (max-width: 1024px) {
    .cmnHeading {
        font-size: 20px;
    }

    .blogs {
        flex-wrap: wrap;
        padding: 15px;
    }

    .blogPic {
        width: 40%;
        margin-right: 10px;
    }

    .blogPic img {
        max-width: 100%;
    }

    .blogCont {
        width: 57%;
    }

    .blogCont .pgBnrHeading {
        padding-top: 0px;
    }

    .btnSection {
        margin: 0px;
    }

    .btnSection .ctaBtn {
        padding: 8px 30px;
    }
}

@media (max-width: 992px) {
    .mobileMenu {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 36px;
    }

    .navigationBar {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 9;
        top: 90px;
        left: 0px;
        border-top: 2px solid #DACDB7;
    }

    .navigationBar li {
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }

    .navigationBar li a {
        padding: 15px 10px;
    }

    .headerInner .ctaBtn {
        margin-right: 80px;
    }

    .pgBnrWrap2 .textBanner {
        width: 50%;
    }

    .substext, .cmnHeading {
        font-size: 18px;
    }

    .subscribeWrap {
        padding: 30px 50px;
    }
}

@media (max-width: 767px) {
    .headerInner .ctaBtn {
        width: 100%;
        text-align: center;
        margin: 10px 0px 0px;
    }

    .hm-bannerSection {
        min-height: 350px;
    }

    .hm-bannerSection img {
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .hmBnrHeading {
        font-size: 20px;
    }

    .hmBnrContent {
        margin: 20px 0px;
    }

    .pgBnrImg, .textBanner, .pgBnrWrap2 .textBanner, .pgBnrWrap2 .pgBnrImg, .substext, .colbox, .blogPic, .blogCont, .counting {
        width: 100%;
    }

    .textBanner, .pgBnrWrap2 .pgBnrImg, .subsForm, .blogCont {
        margin-top: 20px;
    }

    .counting {
        margin-top: 5px;
    }

    .subscribeWrap {
        padding: 30px;
        border-radius: 30px;
    }

    .subsInner, .imageCollage, .blogCont .pgBnrHeading {
        flex-wrap: wrap;
    }

    .rewWrapHeading span {
        font-size: 22px;
        padding: 0px 5px;
    }

    .rowBottom, .rowTop, .imageCollage img {
        height: auto;
        display: flex;
    }

    .rowTop, .rowBottom {
        margin-bottom: 20px;
    }

    .footerMenuBar li a {
        padding: 5px;
    }

    .review {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .rewCarousel {
        display: block;
    }

    span.picArea {
        width: 100% !important;
        float: left;
        text-align: center;
    }

    .rvwCont {
        width: calc(100% - 0px);
        text-align: center;
    }
}

@media (max-width: 375px) {

}

@media only screen and (max-width: 600px) {
    ul.navigationBar li a {
        text-align: center;
    }

    .headerInner a.ctaBtn {
        display: none;
    }
}
