body,
p {
    font-family: 'helvetica';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Distrampler';
    font-weight: normal;
}

img {
    max-width: 100%;
}

section {
    position: relative;
    padding: 60px 0px;
}

section.no-padd {
    padding: 0px 0px;
}

a:hover,
a:focus,
a:visited,
a:active,
input:focus {
    outline: none !important;
}

.mainHeader {
    padding: 25px 0px;
}

.mainHeader .mainHeading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainHeader .mainHeading img {
    width: 300px;
    height: auto;
}

.secHead h2 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Banner section styles start */

.bannerSec {
    /* height: calc(100vh - 75px); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bannerSec .bannerInfo {
    padding: 20px 30px;
}

.bannerSec .bannerInfo h2 {
    color: white;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
}

.bannerSec .formArea {
    /* padding: 25px 40px; */
    /* background-color: #4b4b4bb0; */
    height: 75vh;
}

.bannerSec .formArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

/* Banner section styles end */

/* About section styles start */

.aboutSec::after {
    content: '';
    background: linear-gradient(rgba(237, 237, 237, 1), rgba(237, 237, 237, 1)) !important;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -10;
}

.aboutSec .aboutDet {
    padding-left: 20px;
}

.prodList {
    padding-top: 15px;
}

.prodList .prodItem {
    padding: 10px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

.prodList .prodItem h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}

/* About section styles end */

/* Video sectoin styles start */

.videoSec {
    background: linear-gradient(rgba(237, 237, 237, 1), rgba(237, 237, 237, 1)) !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 640px; */
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.videoSec video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

.videoSec .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/video-thumb.jpg');
    background-size: cover;
    background-position: center;
    /* semi-transparent black */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.videoSec .play-icon {
    font-size: 100px;
    color: #fff;
    background-color: rgb(66 91 118 / 80%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
}

.videoSec .play-icon:hover {
    background-color: rgb(66, 91, 118);
}

/* Video sectoin styles end */

/* Showcase sectoin styles start */

.showcaseSec {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    padding: 80px 0px;
}

.showcaseList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showcaseList .showcaseItem {
    flex: 0 0 auto;
    width: 22%;
    padding: 0px 12px;
}

.showcaseList .showcaseItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcaseList .showcaseItem h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-top: 24px;
}

.ctaArea {
    padding-top: 50px;
}

.ctaArea p {
    margin-bottom: 24px;
}

.ctaBtnArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ctaBtn a,
.ctaBtn button {
    background: rgba(142, 116, 89, 1.0);
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    padding: 10px 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    border: none;
}

.ctaBtn a:hover {
    background: rgba(142, 127, 89, 1.0);
}

/* Showcase sectoin styles end */

/* Contact section styles start */

.contactSec .addressArea {
    padding-right: 7%;
}

.contactSec .addressArea h5 {
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 5px;
}

.contactSec .addressArea .ctaBtn a {
    padding: 12px 44px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #ac8b39;
    transition: .2s ease-in-out;
}

.contactSec .addressArea .ctaBtn a:hover {
    background-color: transparent;
    color: #ac8b39;
}

.contactSec .mapArea {
    padding-left: 5%;
}

/* Contact section styles end */

/* Form modal styles start */

.formModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #00000080;
}

.formModal .formInner {
    max-width: 600px;
    margin: 0 auto;
    background: #7f7357;
    padding: 20px;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    max-height: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.formModal .formInner .formHead h3 {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-bottom: 24px;
}

.formModal .formInner .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 11px;
}

.formModal .formInner .form-group label {
    color: #000;
    font-size: 16px;
    padding: 6px 0;
}

.formModal .formInner .form-group input {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 15px;
}

.formModal .formInner .btn-group {
    margin-top: 24px;
}

.formModal .formInner .btn-group input {
    background-color: white;
    padding: 10px 0px;
    color: black;
    line-height: 1.5;
    font-weight: 600;
}

.formModal .formInner .closeIcon {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.formModal .formInner .closeIcon i {
    font-size: 20px;
    color: white;
}

/* Form modal styles end */

/* Responsive styles start */

@media screen and (max-width: 1580px) {
    .container {
        max-width: 85%;
    }

    .bannerSec {
        height: 100%;
    }

    .secHead h2 {
        font-size: 38px;
    }

    .prodList .prodItem h3 {
        font-size: 22px;
    }

    .showcaseList .showcaseItem h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .bannerSec .bannerInfo h2 {
        font-size: 28px;
    }

    .bannerSec .formArea h3 {
        font-size: 24px;
    }

    .secHead h2 {
        font-size: 34px;
    }

    .showcaseList .showcaseItem h4 {
        font-size: 15px;
    }

    .videoSec video {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 95%;
    }

    .bannerSec .bannerInfo {
        padding: 0px;
    }

    .bannerSec .bannerInfo h2 {
        font-size: 36px;
    }

    .bannerSec .formArea {
        margin-top: 20px;
    }

    .aboutSec::after {
        height: 80%;
    }

    .aboutSec .aboutDet {
        padding-left: 0px;
    }

    .prodList .prodItem h3 {
        font-size: 26px;
    }

    .prodList .prodItem {
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    .prodList .prodItem img {
        width: 100%;
    }

    .showcaseList {
        flex-direction: column;
    }

    .showcaseList .showcaseItem {
        width: 100%;
        padding: 0px;
    }

    .showcaseList .showcaseItem img {
        height: auto;
    }

    .showcaseList .showcaseItem h4 {
        font-size: 20px;
    }

    .ctaBtnArea {
        flex-direction: column;
    }

    .ctaBtn {
        width: 95%;
    }

    .addressArea {
        padding-right: 0px;
    }

    .contactSec .mapArea {
        padding-left: 0px;
        margin-top: 24px;
    }

    .videoSec .play-icon {
        font-size: 35px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

/* Responsive styles end */