.ws-header {

    position: absolute;
    width: 100%;
    z-index: 22;
    padding: 20px 0;
}

.main-menu ul {

    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-menu {

    margin-left: auto;
}

.main-menu ul li a {

    color: #fff;
}

.ws-header-in .main-menu ul li a {

    color: #353535;
}

.mob-togg {

    position: relative;
    z-index: 2222;
    display: none;
}

.mob-togg span {

    display: block;
    background: #fff;
    width: 32px;
    height: 1.2px;
    margin: 7px 0;
    transition: all 0.3s;
}

.mob-togg.open span {

    background-color: #000;
}

.mob-togg.open span:nth-child(3) {

    width: 0;
}

.mob-togg.open span:nth-child(1) {

    transform: rotate(45deg) translate(6px, 6px);
    transition-delay: 0.4s;
}

.mob-togg.open span:nth-child(2) {

    transform: rotate(-45deg);
    transition-delay: 0.4s;
}

.ws-header-in .mob-togg span {

    display: block;
    background: #000;
    width: 32px;
    height: 1.2px;
    margin: 7px 0;
}

/* HERO */

.hero-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.hero-video {
    position: relative;
    line-height: 0;
}

.ws-hero {

    padding: 0;
}

.hero-content {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.hero-content h1 {

    font-family: var(--heading-text);
    font-size: 85px;
    margin-bottom: 6px;
    line-height: 1.1;
}

.hero-content p {

    color: #fff;
}

.hero-content h1 span {
    display: block;

}


.hero-content a {

    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
    padding: 14px 30px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all 0.3s;
}

.hero-content a:hover {

    background-color: #fff;
    color: var(--text-color);
}

/* ABOUT */

.ws-about {
    background-image: url(../assets/wood-bg.svg);
    padding: 6em 0;
    background-size: cover;
    display: flex;
    align-items: center;
}

.ws-about .section-title {

    text-align: center;
    margin-bottom: 12px;
}

.ws-about .section-title h3 {

    margin-bottom: 28px;
    font-size: 24px;
}


.ws-about .section-title h2 {

    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.ws-about .section-title h2 span {

    display: block;
    line-height: 1.3;

}

.about-img img {

    width: 100%;
}

.abt-img-blk {

    position: relative;
    overflow: hidden;
}

.abt-img-des {

    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-bottom-right-radius: 50px;
    padding: 40px 60px;
    color: #fff;
    text-align: center;
}

.abt-img-des h3 {

    font-family: var(--text-med);
    font-size: 28px;
    font-weight: normal;

}

.abt-img-des span {

    font-family: var(--text-font);
}

.about-dec {

    margin-top: 30px;
    font-family: var(--text-med);
}

.about-dec p {

    padding: 0 8em;
    text-align: center;
    margin-bottom: 6px;
}

/* PRODUCT */

.ws-product {

    background-color: var(--bg-light);
    padding: 6em 0;
}

.sec-title {

    text-align: center;
    margin-bottom: 50px;
}

.sec-title h2 {

    font-size: 40px;
}

.product-blk {
    padding: 12px;
    text-align: center;
    border: 1px solid var(--secondary-color);
    margin-right: 20px;
}

.product-blk .product-title h3 {
    margin-top: 12px;
}

.ws-product .primary-btn a {

    display: block;
    margin: 40px auto;
    padding: 18px 30px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 14px;
    border: 1px solid var(--secondary-color);
    width: fit-content;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ws-product .primary-btn a:hover {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.ws-product .seconday-btn a {

    display: block;
    margin: 40px auto;
    padding: 18px 30px;
    font-size: 14px;
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    width: fit-content;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ws-product .seconday-btn a:hover {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.pr-li-btn {

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

.ws-feat-content h2 {

    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 8px;
}


.ws-feat-content p {

    padding-right: 6em;
}


.ws-feat {

    padding-top: 6em;
}

.ws-choose .sec-title h3 {

    font-size: 28px;
    margin-bottom: 30px;
}

.ws-choose .sec-title h2 {

    color: var(--primary-color);
    font-size: 45px;
}

.ws-choose .sec-title h2 span {

    display: block;
}

.ws-choose-blk {

    text-align: center;
}

.ws-cs-icon {

    background-color: var(--bg-light);
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #ffebd8;
    margin-bottom: 18px;
}

.ws-choose-blk .ws-choose-desc h3 {

    font-size: 24px;
    margin-bottom: 6px;
}

.ws-choose-desc {

    padding: 0 20px;
}

.ws-choose-contain {

    margin-top: 60px;
}

/* CTA */

.cta-cont {

    color: #fff;
    width: 50%;
}

.ws-cta-contain {

    background-image: url(../assets/img/cta-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    padding-bottom: 0;
}

.cta-cont h2 {

    font-size: 48px;
}

.cta-cont p {

    color: #fff;
    margin-bottom: 40px;
}

.ws-cta .primary-btn a {

    display: block;
    padding: 18px 30px;

    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ws-cta .primary-btn a:hover {

    background-color: #fff;
    color: var(--secondary-color);
}

.cta-img {

    line-height: 0;
    display: block;
    margin-left: auto;

}

.ws-cta {

    padding-bottom: 0;
}

.cta-cont-flx {
    display: flex;
    align-items: center;
}

/* FOOTER */
.ws-footer {

    background-color: #FDFAF6;
    padding-top: 6em;
}

.ws-footer .row {

    align-items: center;
}

.footer-logo img {

    width: 300px;
}

.ftr-link h4,
.ftr-contact h4 {

    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.ftr-link ul li a,
.ftr-contact ul li a {

    font-size: 14px;
}

.ftr-link ul li {

    margin-bottom: 10px;
}

.ftr-link ul li:last-child {
    margin-bottom: 0;
}

.ftr-contact ul li {

    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    font-family: var(--text-font);
    font-size: 14px;
    color: var(--text-color);
}



.ftr-contact ul li:last-child {

    margin-bottom: 0;
}

.ftr-contact ul li i {

    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--secondary-color);
}

.copyright p {

    font-size: 12px;
    color: #979797;

}

.copyright {
    padding-bottom: 8px;
    padding-top: 70px;
    text-align: center;
}

.copyright a {

    color: var(--primary-color);
}

.ftr-call a {
    display: block !important;
    margin-bottom: 6px;
}

/* PAGE */

/* ABOUT PAGE */

.page-header {

    background-color: #FFF9F2;
    height: 320px;
    display: flex;
    align-items: center;
    text-align: center;
}

.page-title h1 {

    font-size: 45px;
}

.about-in-title {

    font-size: 32px;
    line-height: 1.4;
}

.about-insec {
    padding-top: 0;
    background-color: #FFF9F2;
    padding-bottom: 20em;

}

.abt-in-img img {

    width: 100%;
}

.abt-in-img {

    margin-top: -250px;
    padding-bottom: 12px;
}

.abt-in-cont p {

    padding-bottom: 12px;
}

.abt-in-sec img {

    width: 100%;
}

.ws-vm {

    background-color: #C49B63;
    background-image: url(../assets/img/abt-pttrn.svg);
    height: 300px;
    width: 1100px;
    margin: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-top: -150px;
    position: relative;
}

.ws-vm-blk {

    color: #fff;
}

.ws-vm-blk p {

    color: #fff;
}

.ws-vm-blk h3 {

    font-size: 30px;
    margin-bottom: 8px;
}

.ws-vm-blk {

    padding: 40px 100px;
    text-align: center;
}

/* PRODUCT PAGE */

.product-img {

    position: relative;
}

.product-img img {

    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img::after {

    content: "";
    display: block;
    padding-top: 100%;
}

.product-in-blk {

    padding: 10px;
    border: 1px solid var(--primary-color);
    margin-bottom: 20px;
}

.product-title {

    padding-top: 12px;
    text-align: center;

}

.product-title h3 {

    font-family: var(--text-font);
}

.download-broucher a {

    display: block;
    width: fit-content;
    margin: auto;
}

.download-button {
    position: relative;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    z-index: 1;
    padding: 0;
}

.download-button .docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 1;
    background-color: var(--secondary-color);
    border: solid 1px #e8e8e82d;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(0%);
    background-color: var(--primary-color);
    border: solid 1px #01e0572d;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
    transform: translateY(100%)
}

.download svg polyline,
.download svg line {
    animation: docs 1s infinite;
}

@keyframes docs {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}


/* CONTACT */

.get-ico img {

    width: 30px;
}

.get-hd {

    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.get-title h3 {

    font-family: var(--text-med);
    font-size: 22px;
}

.contact-blk {

    width: 350px;
    max-width: 100%;
    margin-bottom: 50px;
}

.contact-blk p {

    font-size: 15px;
}

.contact-blk a {

    display: block;
    margin-top: 10px;

}

.env-img img {

    width: 38px;
}

.contact-info h2,
.contact-form-contain h2 {

    font-size: 34px;
    margin-bottom: 24px;
}

.contact-inp label {

    display: block;
    margin-bottom: 4px;
    font-family: var(--text-font);
}

.contact-inp input {

    display: block;
    margin-bottom: 12px;
    padding: 14px;
    width: 100%;
    font-family: var(--text-font);
    border: 1px solid #979797;
    border-radius: 3px;
    transition: all 0.3s;
}

.contact-inp textarea {

    width: 100%;
    margin-bottom: 12px;
    padding: 14px;
    width: 100%;
    font-family: var(--text-font);
    border: 1px solid #979797;
    border-radius: 3px;
    resize: none;
    min-height: 120px;
    transition: all 0.3s;
}

.contact-inp button {

    display: block;
    padding: 14px 30px;
    color: #fff;
    background-color: var(--primary-color);
    font-family: var(--text-font);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-inp button:hover {

    background-color: var(--secondary-color);

}

.contact-inp textarea:focus,
.contact-inp input:focus {

    outline: none;
    border: 1px solid var(--primary-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}