.custom-container {
    max-width: 1252px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px;
    padding-right: 40px;
}


header {
    background-color: #000;
    min-height: 518px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section h1 {
    color: #9e8562;
    font-size: 76px;
    font-weight: 700;
    line-height: 103.13px;
    text-transform: uppercase;
}



@media (max-width:767.98px) {

    .hero-section h1 {
        font-size: 40px;
        line-height: 54px;
    }
}

/* .gallery-section  */
.gallery-section .head-text {
    max-width: 1212px;
    width: 100%;
    margin-left: auto;
    position: relative;
    padding: 78px 0 0 100px;
}

.gallery-section .head-text:before {
    content: "";
    width: 100%;
    height: 513px;
    background-color: #9e8562;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.gallery-section .head-text h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 82px;
}

.gallery-section .head-text p {
    max-width: 594px;
    width: 100%;
    margin-left: 100px;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.gallery-section .gallerySwiper .swiper-slide {
    z-index: 999;
    background-color: #000;
}

.gallery-section .gallerySwiper .swiper-slide-active {
    transform: translate3d(0px, 38px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.gallery-section .gallerySwiper .swiper-slide.swiper-slide-active::after {
    opacity: 0;
    transition: .25s;
}

.gallery-section .gallerySwiper .swiper-slide.swiper-slide-active .play {
    transition: .25s all;
    opacity: 1;
    height: 71px;
    width: 71px;
}

.gallery-section .gallerySwiper .swiper-slide {
    position: relative;
    height: 481px;
    overflow: hidden;
}

.gallery-section .gallerySwiper .swiper-slide .play {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    opacity: 0;
    z-index: 1;
    transition: .25s all;
}

.gallery-section .gallerySwiper .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9e8562;
    opacity: .4;
    transition: .25s;
}

.gallery-section .gallerySwiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.gallery-section .gallery-swiper-button-next,
.gallery-section .gallery-swiper-button-prev {
    width: 104px;
    height: 104px;
    background-color: #e3b604;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.1s;
}

.gallery-section .gallery-swiper-button-next:hover,
.gallery-section .gallery-swiper-button-prev:hover {
    background-color: #B59103;
}

.gallery-section .gallery-swiper-button-next img,
.gallery-section .gallery-swiper-button-prev img {
    width: 9px;
    height: 17px;
}

.gallery-section .gallery-swiper-button-next i,
.gallery-section .gallery-swiper-button-prev i {
    color: #fff;
    font-size: 24px;
    line-height: 104px;
}

.gallery-section .gallery-swiper-button-next {
    right: 16%;
    top: 37.5%;
}

@media (max-width:991.98px) {

    .gallery-section .gallery-swiper-button-next,
    .gallery-section .gallery-swiper-button-prev {
        position: static !important;
        width: 80px;
        height: 80px;
    }
    .hero-section h1{
        font-size: 45px;
    }
    header{
        min-height: 350px;
    }

}

@media (max-width:1199.98px) {

    .gallery-section .head-text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 60px 0 0;
    }

    .gallery-section .head-text p {
        line-height: 27px;
        margin-left: 0;
    }
}

@media (max-width:991.98px) {
    .gallery-section .gallerySwiper .swiper-slide-active {
        transform: translate3d(0px, 46px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }
}

@media (max-width:767.98px) {
    .gallery-section .head-text p {
        line-height: 24px;
        margin-left: 0;
    }

    .gallery-section .head-text h1 {
        line-height: normal;
        font-size: 34px;
    }

    .gallery-section .head-text:before {
        height: 320px;
        padding: 38px 0;
    }

    .gallery-section .gallerySwiper .swiper-slide {
        height: 320px;
    }

    .gallery-section .gallerySwiper .swiper-slide-active {
        transform: translate3d(0px, 34px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }

    .gallery-section .gallerySwiper .swiper-slide .play {
        width: 50px;
        height: 50px;
    }

    .gallery-section .gallery-swiper-button-next,
    .gallery-section .gallery-swiper-button-prev,
    .blog-section .swiper-btns .swiper-button-prev,
    .blog-section .swiper-btns .swiper-button-next {
        position: static !important;
        width: 40px;
        height: 40px;
    }
}

/* footer-section */
.footer-section {
    padding: 90px 0;
    background-color: #261200;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-section .footer-head {
    position: relative;
    width: 85%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

.footer-section .footer-head::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #c09d42;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.footer-section .footer-head a {
    color: #9e8562;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.88px;
}

.footer-section .row ul li a,
.footer-section .row ul li p,
.footer-section .row p {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer-section .row ul li a {
    margin-bottom: 12px;
    width: 50%;
    display: block;
}

.footer-section .row ul li img {
    height: 14px;
    margin-right: 24px;
}

.footer-section .row ul.social li img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
}

.footer-section .row ul.social li {
    color: #9e8562;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.56px;
}

.footer-section .row form input {
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    letter-spacing: 0.56px;
    margin-bottom: 12px;
    border: none;
}

.footer-section .row form input.btn-sub {
    max-width: 133px;
    width: 100%;
    height: 38px;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767.98px) {
    .footer-section {
        padding: 60px 0;
    }
}

.copyright {
    background-color: #000000;
    padding: 22px 0;
}

.copyright p {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.copyright a {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: block;
}

/* about-section  */

.about-section .bg-img {
    height: 431px;
    object-fit: cover;
}

.about-section .images img {
    height: 265px;
    object-fit: cover;
}

.about-section h1 {
    color: #9e8562;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}

.about-section p {
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width:767.98px) {

    .about-section .bg-img,
    .about-section .images img {
        height: auto;
    }
    .gallery-section .head-text{
        padding-top: 10px !important;
    }
    .about-section p {
        line-height: 1.5;
        font-size: 18px;
        padding: 0px !important;
    }
    .about-section h2{
        font-size: 20px !important;
    }
    .about-section h1 {
        line-height: normal;
        font-size: 34px;
    }
    .about-section {
        padding: 20px 0px !important;
    }
    .sets-us-list li{
        font-size: 14px !important;
    }
}

input, select, textarea {
    cursor: pointer !important;
}

.gallery-section h1{
    color: #fff !important;
}
.gallery-section .head-text p{
    color: #fff !important;
}

.sets-us-list{
    padding-left: 15px;
}
.sets-us-list li{
    margin-bottom: 10px;
    color: #606060;
}