
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #737373;
    overflow-x: hidden !important;
    background-color: #2c3b2a;
    letter-spacing: 0.5px;
}

p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
    color: #fbf6f6;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #171717;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 15px;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #171717;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

/* text field */

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 16px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    letter-spacing: .3px;
}

input[type="password"]:hover,
input[type="email"]:hover,
input[type="text"]:hover,
input[type="file"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
    border: 1px solid #feaa8c;
    background: transparent;
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 1px solid transparent;
    outline: none;
}

input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid #c5a47e;
    background: transparent;
    outline: none;
}

input[type="number"]:focus {
    outline: none;
}

input[type="number"] {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 14px 20px;
    height: auto;
    background-color: #1f1f1f;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    background-image: none;
    border: none;
    border-radius: 40px;
}

input[type="number"] {
    max-width: 120px;
    width: 120px;
    margin-bottom: 0;
    padding: 12px 30px;
}

select {
    padding: 10px;
    border-radius: 4px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    background: #171717;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}

.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #c5a47e;
    border-radius: 0px;
}

/* form-group */

.form-group {
    position: relative;
}

.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    pointer-events: none;
}

.form-group .form-icon i {
    color: #fff !important;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
}

.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.form-group input,
.form-group select,
.form-group textarea,
.footer .top .item .newsletter input {
    padding-left: 55px !important;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
}

:-moz-placeholder {
    color: #737373;
}

::-moz-placeholder {
    color: #737373;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #737373;
}

/* blockquote */

blockquote {
    padding: 40px 50px;
    display: block;
    position: relative;
    background-color: #c5a47e;
    overflow: hidden;
    color: #fff;
    border-radius: 4px;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: #171717;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: 95px;
    opacity: 0.075;
    line-height: 1;
    color: #242424;
    font-style: normal;
}

blockquote p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #242424;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    border-color: inherit;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
    color: #171717;
    font-weight: 300;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 30px;
    height: 2px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

blockquote.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* ======= Helper style ======= */

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mr-15 {
    margin-right: 15px;
}

.no-padding {
    padding: 0 !important;
}

/* important */

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 300;
}

.count {
    font-family: "Outfit", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

/* background & color */

.bg-darkbrown {
    background: #1f1f1f;
}

.bg-lightbrown {
    background: #f1f3f5;
}

.bg-gradient-lightbrown-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f3f5 100%);
}

.bg-white {
    background: #fff;
}

.bg-position-top {
    background-position: top;
}

.bg-position-center {
    background-position: center;
}

.bg-position-bottom {
    background-position: bottom;
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
}

.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
}

/* star - white  */

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* star rating  */

.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

/* call-center */

.call-center {
    display: flex;
    align-items: center;
}

.call-center .icon {
    position: relative;
    top: 2px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.call-center .icon i {
    color: #fff;
}

.call-center .icon span {
    font-size: 43px;
    color: #c5a47e;
    line-height: 50px;
}

.call-center .text {
    margin-left: 15px;
}

.call-center .text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
}

.call-center .text p small {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}

.call-center .text a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.call .section-title {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 300;
    color: #171717;
    margin-bottom: 15px;
}

/* ======= Selection style ======= */

::-webkit-selection {
    color: #fff;
    background: #171717;
}

::-moz-selection {
    color: #fff;
    background: #171717;
}

::selection {
    color: #fff;
    background: #171717;
}

/* ======= Cursor & Drag style  ======= */

/* cursor styles */

.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}

.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}

/* drag style */

.cursor.drag {
    mix-blend-mode: unset;
}

.cursor.drag:before {
    content: "â†”";
    font-family: "Themify";
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-color: transparent;
    transform: scale(1);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.cursor.drag.active:before {
    transform: scale(0.8);
}

/* link hover */

.cursor.link-hover:before {
    transform: scale(1.0);
    opacity: 0.1;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* mobile disable */

@media only screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}

/* ======= Preloader style ======= */

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #2c3b2a;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #feaa8c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 2px solid #2c3b2a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ======= Owl-Theme custom style ======= */

/* owl-dots */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* owl-nav */

.owl-theme .owl-nav {
    position: absolute !important;
    top: 40% !important;
    bottom: auto !important;
    width: 100%;
    bottom: 7%;
    right: 12%;
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-theme .owl-prev {
    left: 10px !important;
    float: left;
}

.owl-theme .owl-next {
    right: 10px !important;
    float: right;
}

.owl-theme .owl-prev>span,
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent !important;
    border-radius: 100%;
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0)
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #c5a47e !important;
    border: 1px solid #c5a47e !important;
    color: #171717 !important;
}

/* ======= Section style ======= */

.section-padding {
    padding: 120px 0;
}

.section-linetitle {
    position: relative;
    margin-bottom: 80px;
}

.section-linetitle .leter h4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #feaa8c;
}

.section-linetitle .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1px;
    margin-left: 40px;
    width: 100%;
}

.section-linetitle .title {
    margin-left: 100px;
    margin-top: -20px;
    position: relative;
}

.section-linetitle .sub-title {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.section-subtitle {
    margin-bottom: 5px;
    color: #c5a47e;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-subtitle.text-white {
    color: #fff;
}

.section-subtitle .icon {
    background-color: #c5a47e;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-title {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 300;
    color: #feaa8c;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-title span {
    color: #fff !important;
    font-weight: 300;
}

.section-title.white {
    color: #fff;
}

/* section-info */

.section-info {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #c5a47e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

.section-info .tag {
    margin-right: 15px;
    border-radius: 100%;
    background-color: #1f1f1f;
    color: #c5a47e;
    font-size: 20px;
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    flex-shrink: 0;
}

.section-info .desc {
    margin: 0;
    color: #737373;
    vertical-align: middle;
    display: inherit;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    flex: 1;
    display: block;
}

.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
    .section-info {
        display: block;
    }
}

/* ======= Navbar style ======= */

.navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 72px;
    padding-left: 12px;
    text-transform: uppercase;
    line-height: 10px !important;
    letter-spacing: 2px;
}

.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #feaa8c;
}

.navbar .navbar-nav .active {
    color: #feaa8c !important;
}

.navbar .navbar-nav .active i {
    color: #feaa8c;
}

.nav-scroll {
    background: #242424;
    padding: 15px 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    height: 100px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: #feaa8c !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .dropdown .nav-link i {
    color: #737373;
}

.nav-scroll .logo-img {
    width: 187px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nav-scroll .logo-wrapper span {
    color: #737373;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-wrapper span {
    color: #737373;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 187px;
    margin-bottom: 0px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    font-weight: normal;
    color: #737373;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown .nav-link:hover i {
    color: #c5a47e;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 4px 0;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 300;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #feaa8c;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu li {
    border-bottom: 0px solid rgba(255, 255, 255, 0.03);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

/* li hover */

.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* Navbar Media Query */

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 230px;
        padding: 25px;
        border-radius: 4px;
        border: 0;
        background-color: #2c3b2a;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08)
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -23px;
        right: auto;
        min-width: 230px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
        height: 90px;
    }
    .nav-scroll {
        background: #171717;
    }
    .logo-wrapper {
        float: left;
        /*padding: 21px;*/
    }
    .nav-scroll .logo-wrapper {
        /*padding: 20px 15px;*/
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 168px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 168px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        /* max-width: 100%; */
        padding: 23px;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #fff !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 300;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 15px;
    }
    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #171717;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #171717;
        text-align: left;
        padding: 20px;
    }
    .dropdown .nav-link i {
        color: #fff;
    }
}

/* rolilng text */

.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}

.rolling-text.butn {
    padding: 0 35px;
}

.social-text .rolling-text {
    line-height: 30px;
    height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
}

.letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
}

.letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
}

.letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
}

.letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
}

.letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
}

.letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
}

.letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* ======= Header style ======= */

.header {
    min-height: calc(100vh - 100px);
    overflow: hidden;
}

.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e !important;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.header h2 span {
    color: #c5a47e;
}

.header p {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .durubtn {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .durubtn2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .durubtn3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .durubtn4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h2 {
        font-size: 40px;
    }
}

/* ======= Slider and Slider-fade style ======= */

.slider .owl-item,
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}

/* ======= Kenburns Slider style ======= */

.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - 100px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #171717;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #feaa8c !important;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.kenburns-inner h1 {
    position: relative;
    font-size: 45px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.kenburns-inner h1 span {
    color: #c5a47e;
}

.kenburns-inner p {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 991px) {
    .kenburns-inner h2 {
        font-size: 40px;
    }
    .kenburns-inner h3 {
        font-size: 35px;
    }
}

/* ======= Page Banner Header style ======= */

.banner-header {
    min-height: calc(60vh - 100px);
    background-position: center;
}

.banner-header.middle-height {
    min-height: calc(80vh - 100px);
}

.banner-header.full-height {
    min-height: calc(100vh - 100px);
}

.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e;
    font-size: 13px;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: left;
    display: inline-flex;
}

.banner-header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.banner-header h2 span {
    color: #c5a47e;
}

.banner-header h3 {
    position: relative;
    font-size: 45px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.banner-header h3 span {
    color: #c5a47e;
}

.banner-header p {
    position: relative;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 30px;
}

/* Rotate circle button */

.header .circle-button,
.kenburns-section .circle-button,
.banner-header .circle-button {
    position: relative;
    display: inline-block;
}

.header .circle-button.in-bord:after,
.kenburns-section .circle-button.in-bord:after,
.banner-header .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.header .circle-button.in-bord:before,
.kenburns-section .circle-button.in-bord:before,
.banner-header .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.header .circle-button .rotate-circle svg,
.kenburns-section .circle-button .rotate-circle svg,
.banner-header .circle-button .rotate-circle svg {
    width: 190px;
    fill: #fff;
}

.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header .circle-button.no-animate .rotate-circle,
.kenburns-section .circle-button.no-animate .rotate-circle,
.banner-header .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}

.header .rotate-circle,
.kenburns-section .rotate-circle,
.banner-header .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 32px !important;
    font-weight: 300;
    letter-spacing: 20px;
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header .rotate-circle text,
.kenburns-section .rotate-circle text,
.banner-header .rotate-circle text {
    font-size: 32px;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 21px;
}

.header .hover-this .hover-anim,
.kenburns-section .hover-this .hover-anim,
.banner-header .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.header .cursor,
.kenburns-section .cursor,
.banner-header .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}

.header .cursor-active,
.kenburns-section .cursor-active,
.banner-header .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}

.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    color: #c5a47e;
}

.header .circle-button .in-circle i,
.kenburns-section .circle-button .in-circle i,
.banner-header .circle-button .in-circle i {
    color: #c5a47e;
    font-size: 30px;
    line-height: 50px;
}

.header .circle-button .in-circle img,
.kenburns-section .circle-button .in-circle img,
.banner-header .circle-button .in-circle img {
    width: 50px;
    height: 43px;
}

/* wow animation custom */

@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}

.header .zoom-in-place,
.kenburns-section .zoom-in-place,
.banner-header .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.header .circle-button-overlay,
.kenburns-section .circle-button-overlay,
.banner-header .circle-button-overlay {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .header .circle-button,
    .kenburns-section .circle-button,
    .banner-header .circle-button {
        display: none;
    }
    .banner-header h3 {
        font-size: 35px;
    }
}

/* author & date */

.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 15px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 40px;
    }
}

/* banner img */

.banner-img {
    position: relative;
    overflow: hidden;
}

.banner-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.1) 100%);
    object-fit: cover;
}

.banner-img>* {
    position: relative;
    z-index: 2;
}

/* mouse button scroll  */

.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 2px solid rgb(242 161 112);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #feaa8c;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

.mouse:hover .mouse-icon {
    border-color: #2c3b2a;
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@media screen and (max-width: 992px) {
    .mouse {
        display: none;
    }
}

/* =======  Home Carousel style  ======= */

.home-carousel {
    position: relative;
    outline: none;
    overflow-x: hidden;
}

.home-carousel .item {
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}

.home-carousel .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    height: 500px !important;
    height: calc(95vh - 100px) !important;
    transition: filter 0.5s ease;
}

.home-carousel .item .img>img {
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}

.home-carousel .owl-item:not(.center) .item .img>img {
    filter: grayscale(100%);
    opacity: 0.7 !important;
    transition: all 0.5s ease;
}

.home-carousel .owl-item.center .item .img>img {
    filter: grayscale(0%);
    opacity: 1;
}

.home-carousel .owl-item.center .item .inner {
    visibility: visible;
    opacity: 1;
}

.home-carousel .item .inner {
    position: absolute;
    display: block;
    background-color: transparent;
    padding: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

.home-carousel .item .inner .title,
.home-carousel .item .inner .title a {
    font-size: 24px;
    color: #fff;
    transition: all 500ms ease;
    margin-bottom: 3px;
}

.home-carousel .item .inner p {
    color: rgba(255, 255, 255, 0.7);
    transition: all 500ms ease;
}

.home-carousel .item .inner .title,
.home-carousel .item .inner a,
.home-carousel .item .inner p {
    opacity: 0;
    transform: translateY(20px);
}

.home-carousel .owl-item.center .item .inner.animated .title,
.home-carousel .owl-item.center .item .inner.animated p {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
}

.home-carousel .owl-item.center .item .inner.animated a {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =======  Video Background style  ======= */

.video-fullscreen-wrap {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}

.video-fullscreen-video {
    height: calc(100vh - 100px);
}

.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: calc(100vh - 100px);
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}

/* =======  About style  ======= */

.about {
    position: relative;
}

.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.about .item img {
    position: relative;
    border-radius: 4px;
}

.about img {
    border-radius: 4px;
    margin-bottom: 0;
}

.about img.img {
    margin-bottom: 0px;
}

.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.image.about-signature {
    margin-right: 20px;
    width: 70px;
    border-radius: 0;
}

.about-name {
    font-size: 15px;
    color: #fff;
}

.about-rol {
    color: #737373;
    font-size: 15px;
}

/* Rotate circle button */

.about .circle-button {
    position: relative;
    display: inline-block;
}

.about .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: none;
    border-radius: 50%;
    background: #1f1f1f;
    background-image: linear-gradient(45deg, transparent 45%, #333 45%, #333 55%, transparent 0);
    background-size: 0.2em 0.2em;
}

.about .circle-button .rotate-circle svg {
    width: 180px;
    fill: #fff;
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.about .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}

.about .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 36px !important;
    font-weight: 300;
    letter-spacing: 21px;
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.about .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}

.about .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.about .circle-button .in-circle i {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.about .circle-button .in-circle img {
    width: 50px;
    height: 50px;
}

/* wow animation custom */

@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}

.about .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.about .circle-button-overlay {
    position: absolute;
    top: 15px;
    right: -90px;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .about .circle-button {
        display: none;
    }
}

/* year */

.year15 {
    background-color: #171717;
    background-size: 4px 4px;
    -webkit-transition: 650ms cubic-bezier(.23, 1, .32, 1);
    transition: 650ms cubic-bezier(.23, 1, .32, 1);
    width: 130px;
    height: 180px !important;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    bottom: 150px;
    position: absolute;
    margin-left: -65px;
}

.year15 span {
    color: #feaa8c;
    font-size: 125px;
    height: 103px;
    line-height: 106px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    font-weight: 400;
    letter-spacing: -8px;
}

.year15 .txt {
    text-align: center;
    color: #a9a2a2;
    font-size: 15px;
    height: 70px;
    line-height: 1em;
    padding-top: 24px;
}

.year15.line {
    background-image: linear-gradient(45deg, transparent 45%, #444 45%, #444 55%, transparent 0);
    background-size: 0.3em 0.3em;
}

.year15.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {
    .year15 {
        margin-left: 30px;
    }
}

/* ======= Services style ======= */

.services {
    position: relative;
}

.services .item {
    position: relative;
    padding: 60px;
    background: #2c3b2a;
    border-radius: 4px;
}

.services .item:hover .arrow {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-radius: 0 4px 0 50px;
    background-color: #feaa8c;
    color: #171717;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c5a47e;
    border-left: 1px solid #c5a47e;
    border-right: 1px solid transparent;
}

.services .item .arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services .item h5 {
    font-size: 18px;
    color: #feaa8c;
    margin-bottom: 10px;
}

.services .item p {
    color: #e7e1e1;
    margin: 0;
}

.services .item .icon {
    font-size: 45px;
    color: #c5a47e;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}

.services:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #171717;
    z-index: -1;
}

.services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: transparent;
    z-index: -1;
}

.services .dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

@media screen and (max-width: 991px) {
    .services .item {
        padding: 40px;
    }
}

/* ======= Services 2 style ======= */

.services2 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.services2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
}

.services2 .item:hover .img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease;
}

.services2 .item .con {
    padding: 30px;
    position: absolute;
    bottom: -80px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.services2 .item .con h5,
.services2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.services2 .item:hover .con {
    bottom: 0;
}

/* line animation */

.services2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}

.services2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out;
}

/* permalink */

.services2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.services2 .item .con .permalink a:hover,
.services2 .item .con .permalink i:hover {
    color: #fff;
}

/* icon */

.services2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background: #242424;
    text-align: center;
    color: #fff !important;
    font-size: 27px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}

.services2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    color: #c5a47e;
}

.services2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}

.services2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}

.services2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}

.services2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}

.services2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}

/* ======= Service Details style ======= */

.service-details {
    position: relative;
}

.service-details h4 {
    color: #fff;
    font-size: 24px;
}

.service-details h5 {
    color: #fff;
    font-size: 24px;
}

.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
}

.service-details .sidebar-page .item .features {
    grid-template-columns: 50% 50%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-details .sidebar-page .item .features span {
    color: #fff;
}

.service-details .sidebar-page .item .features span i {
    color: #fff;
    margin-right: 15px;
    font-size: 11px;
    background: #272727;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}

.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #c5a47e;
    color: #171717 !important;
}

.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: #c5a47e;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    color: #c5a47e;
}

.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: #c5a47e;
}

/* list */

.list {
    position: relative;
    display: block;
}

.list li {
    position: relative;
    display: flex;
    align-items: center;
}

.list li+li {
    margin-top: 10px;
}

.list-icon {
    display: grid;
}

.list-icon span {
    font-size: 13px;
    color: #c5a47e;
}

.list-text {
    margin-left: 15px;
}

.list-text p {
    font-size: 15px;
    margin: 0;
    color: #737373;
}

/* list style */

.listext {
    position: relative;
    display: block;
}

.listext li {
    position: relative;
    display: flex;
    align-items: center;
}

.listext li+li {
    margin-top: 10px;
}

.listext-icon {
    display: flex;
    align-items: center;
}

.listext-icon i {
    font-size: 15px;
    color: #c5a47e;
}

.listext-text {
    margin-left: 10px;
}

.listext-text p {
    font-size: 15px;
    margin: 0;
}

/* ======= Team style ======= */

.team {
    position: relative;
    overflow: hidden;
}

.team .team-container {
    width: 145%;
    position: relative;
}

.team .item {
    position: relative;
}

.team .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.team .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: scale 2s ease-in-out, filter 1s ease-in-out;
}

.team .item:hover .img img {
    scale: 1.1;
}

.team .item .con {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: fit-content;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
}

.team .item .con .title,
.team .item .con .subtitle {
    overflow: hidden;
    line-height: 40px;
}

.team .item .con .title {
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.team .item .con .subtitle {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

.team .item .con .title span,
.team .item .con .subtitle span {
    display: block;
    transition: transform 0.5s ease;
}

.team .item .con .title span {
    display: block;
    max-width: calc(12ch + 1em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-delay: 0.2s;
    transform: translateY(-100%);
}

.team .item .con .subtitle span {
    display: block;
    max-width: calc(25ch + 1em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(100%);
    transition-delay: 0.5s;
}

.team .item:hover .con span {
    transform: translateY(0%);
}

.team .item .con::after {
    position: absolute;
    content: "";
    top: 47%;
    left: 50%;
    width: 102%;
    height: 1px;
    transform: translate(-50%, -50%) scaleX(0);
    transform-origin: left;
    transition: 0.5s ease;
    background-color: rgba(255, 255, 255, 0.3);
}

.team .item:hover .con::after {
    transform: translate(-50%, -50%) scaleX(1);
}

.team .item .bg {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 160px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    border-radius: 0 0 4px 4px;
}

.team .item:hover .bg {
    opacity: 1;
}

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

/* ======= Team Details style ======= */

.team-details {
    position: relative;
}

.team-details h5 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 27px;
}

.team-details img {
    border-radius: 4px 6px 0 0;
}

.team-details .wrap {
    flex-wrap: wrap;
    background: #1f1f1f;
    padding: 40px;
    border-radius: 0 0 6px 6px;
}

.team-details .wrap h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.team-details .wrap h5 {
    font-weight: 300;
    color: #c5a47e;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.team-details .wrap .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team-details .wrap .cont .coll {
    width: auto;
    max-width: auto;
}

.team-details .wrap .cont .coll h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #737373;
}

.team-details .wrap .cont .coll p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #fff;
}

.team-details .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}

.team-details .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-details .wrap .social-icon a:hover {
    background: #fff;
    color: #171717;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
    border: 1px solid #fff;
}

.team-details .wrap .desc {
    padding: 43px 40px;
}

.team-details .wrap .desc .section-title {
    font-family: "Outfit", sans-serif;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 300;
    color: #171717;
}

.team-details .wrap .desc .section-subtitle {
    color: #c5a47e;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.team-details .wrap .desc p {
    margin-bottom: 0;
}

/* team detail tabs */

.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}

.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.team-details .simpl-bord .nav-link.active {
    color: #c5a47e;
}

/* ======= Portfolio style ======= */

.portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-container {
    width: 150%;
    position: relative;
}

.portfolio .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 4px;
}

.portfolio .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 4px;
}

.portfolio .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
}

.portfolio .item .con {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.portfolio .item .con .title {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.portfolio .item .con .title span {
    color: #c5a47e;
}

.portfolio .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #171717;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    border: 1px solid #171717;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.portfolio .item:hover .more {
    background-color: #171717;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.portfolio .item:hover .more a {
    color: #fff !important;
}

.portfolio .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}

.portfolio .item .more .icon-wrap::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.portfolio .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}

.portfolio .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.portfolio .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}

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

/* ======= Portfolio 2 style ======= */

.portfolio2 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio2 .portfolio2-container {
    width: 150%;
    position: relative;
}

.portfolio2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.portfolio2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
}

.portfolio2 .item:hover .img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease;
}

.portfolio2 .item .con {
    padding: 30px;
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.portfolio2 .item .con h5,
.portfolio2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.portfolio2 .item:hover .con {
    bottom: 0;
}

/* line animation */

.portfolio2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}

.portfolio2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out;
}

/* permalink */

.portfolio2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.portfolio2 .item .con .permalink a:hover,
.portfolio2 .item .con .permalink i:hover {
    color: #fff;
}

.portfolio2 .item .con .details {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio2 .item .con .details span {
    margin-right: 10px;
}

.portfolio2 .item .con .details span i {
    color: #c5a47e;
    margin-right: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}

/* icon */

.portfolio2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background: #171717;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}

.portfolio2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.portfolio2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}

.portfolio2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}

.portfolio2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}

.portfolio2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}

.portfolio2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}

@media screen and (max-width: 991px) {
    .portfolio2 .portfolio2-container {
        width: 100%;
    }
    .portfolio2 .item .con {
        padding: 15px;
        bottom: -40px;
    }
}

/* ======= Portfolio 3 style ======= */

.portfolio3 {
    position: relative;
}

.portfolio3 .portfolio3-container {
    width: 140%;
    position: relative;
}

.portfolio3 .portfolio3-wrap {
    position: relative;
}

.portfolio3 .portfolio3-wrap .items {
    position: relative;
    margin-bottom: 25px;
}

.portfolio3 .portfolio3-wrap .items .item-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.portfolio3 .portfolio3-wrap .items .item-img img {
    border-radius: 4px;
}

.portfolio3 .portfolio3-wrap .items:hover .info {
    opacity: 1;
    -webkit-transform: translate(0) skew(0);
    -ms-transform: translate(0) skew(0);
    transform: translate(0) skew(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio3 .portfolio3-wrap .items .info {
    background: #171717;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 90%;
    padding: 20px;
    -webkit-transform: translateX(-30px) translateY(30px) skew(10deg);
    -ms-transform: translateX(-30px) translateY(30px) skew(10deg);
    transform: translateX(-30px) translateY(30px) skew(10deg);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0 4px 0 0;
}

.portfolio3 .portfolio3-wrap .items .info h5 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.portfolio3 .portfolio3-wrap .items .info span {
    font-size: 15px;
    color: #737373;
    margin-bottom: 0;
}

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

/* ======= Portfolio 4 style ======= */

.portfolio4 {
    position: relative;
    overflow: hidden;
    background: #2c3b2a;
}

.portfolio4 .portfolio4-container {
    width: 160%;
    position: relative;
}

.portfolio4 .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
    overflow: hidden;
    border-radius: 4px;
}

.portfolio4 .item.transition-inner-all * {
    -webkit-transition: .4s cubic-bezier(.37, 0, .63, 1);
    transition: .4s cubic-bezier(.37, 0, .63, 1)
}

.portfolio4 .item img {
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
}

.portfolio4 .item .cont {
    opacity: 1;
    padding: 20px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
}

.portfolio4 .item .cont .wrap {
    background: #2c3b2a;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.portfolio4 .item .cont .title {
    color: #fff;
    font-size: 20px;
}

.portfolio4 .item .cont .link {
    position: relative;
    margin-left: auto;
    z-index: 1;
    overflow: hidden;
}

.portfolio4 .item .cont .link .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #feaa8c;
}

.portfolio4 .item .cont .link i {
    position: absolute;
    right: 0;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    display: flex;
}

.portfolio4 .item .cont .wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.5, 1, .89, 1);
    transition: .4s cubic-bezier(.5, 1, .89, 1);
}

.portfolio4 .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.portfolio4 .item:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio4 .item:hover .cont.hover .link a,
.portfolio4 .item:hover .cont.hover .link div,
.portfolio4 .item:hover .cont.hover .link i,
.portfolio4 .item:hover .cont.hover .link span,
.portfolio4 .item:hover .cont.hover .title {
    color: #171717;
}

.portfolio4 .item:hover .cont .link .category {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}

.portfolio4 .item:hover .cont .link i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    font-size: 18px;
}

.portfolio4 .item:hover .cont .wrap .overlay {
    opacity: 1;
    visibility: visible;
    background-color: #feaa8c;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .portfolio4 .portfolio4-container {
        width: 100%;
    }
    .portfolio4 .item .cont .link {
        display: none;
    }
}

/* ======= Portfolio Single style ======= */

.portfolio-single {
    position: relative;
}

.portfolio-single h4 {
    font-size: 24px;
    color: #fff;
}

.portfolio-single .cont {}

.portfolio-single .cont .item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.portfolio-single .cont .item:last-child {
    border-bottom: none;
}

.portfolio-single .cont .item .icon {
    width: 30px;
    text-align: center;
    color: #c5a47e;
    font-weight: 300;
    font-size: 18px;
    flex-shrink: 0;
}

.portfolio-single .cont .item .title {
    flex: 1;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 12px;
}

.portfolio-single .cont .item .value {
    flex: 1;
    text-align: right;
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    user-select: text;
}

.portfolio-single .cont .item .completed {
    color: #4caf50;
}

.portfolio-single .cont .item .inprogress {
    color: #ffc107;
}

/* ======= Pricing style ======= */

.price {
    position: relative;
}

.price .item {
    padding: 40px;
    border-radius: 4px;
}

.price .item h5 {
    font-size: 24px;
    color: #fff;
}

.price .item h6 {
    font-size: 15px;
    color: #737373;
}

.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #737373;
}

.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #c5a47e;
}

.price .item .text-dark .dot-list li:before {
    background: #c5a47e;
}

.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}

.price .item h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.price .item h3 span {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}

.price .item h5.txt-dark,
.price .item h3.txt-dark,
.price .item h3 span.txt-dark {
    color: #171717;
}

.price .item h6.txt-darkgray,
.price .item .dot-list li.txt-darkgray {
    color: #737373;
}

.price .item.bg-dark {
    background-color: #1f1f1f !important;
}

.price .item.bg-light {
    background-color: #fff !important;
}

.ml-auto {
    margin-left: auto;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.ml-30 {
    margin-left: 30px !important;
}

@media screen and (max-width: 768px) {
    .price .item {
        display: block !important;
    }
    .price .item .cont {
        margin: 15px 0 15px 0 !important;
    }
    .price .item .ml-auto {
        text-align: left !important;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price .item .ml-auto>div {
        margin-left: auto;
    }
}

/* ======= Gallery Image style ======= */

.gallery-image {
    position: relative;
}

.gallery-image .gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-image .gallery-filter li {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.gallery-image .gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-image .gallery-filter li.active {
    color: #c5a47e;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #c5a47e;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-image .gallery-filter li:hover {
    color: #c5a47e;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9) 0, transparent 100%);
}

.gallery-image .gallery-wrap .gallery-item:hover .gallery-detail {
    transform: translateY(0px);
    opacity: 1;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con:hover .gallery-detail {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* ======= Gallery Scroll style ======= */

.galleryscroll {
    position: relative;
    outline: none;
    overflow-x: hidden;
}

.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}

.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    height: 500px !important;
}

.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.galleryscroll .item .img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.galleryscroll .item:hover .img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.galleryscroll .box-right-7 {
    margin-right: -10vw;
}

@media (max-width: 768px) {
    .galleryscroll .item .img {
        height: 250px !important;
    }
}

/* =======  Magnific Popup custom style  ======= */

.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/* =======  Testimonials 1 style  ======= */

.testimonials1 {
    position: relative;
    overflow: hidden;
}

.testimonials1 .item {
    padding: 45px 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #1f1f1f;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-align: center;
    margin-bottom: 10px;
}

.testimonials1 .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.testimonials1 .item .info .quote-icon {
    width: 70px;
    margin-bottom: 10px;
}

.testimonials1 .item .info p {
    margin-bottom: 30px;
    line-height: 1.75em;
    font-weight: 300;
    font-size: 15px;
}

.testimonials1 .item .info p span {
    font-size: 20px;
}

.testimonials1 .item .review-title {
    text-align: center;
    text-align: -webkit-center;
}

.testimonials1 .item .review-title .img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.testimonials1 .item .review-title .img-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials1 .item .review-title .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: 1000ms ease-in-out;
}

.testimonials1 .item .review-title .quote-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}

.testimonials1 .item .review-title .quote-img img {
    width: 60%;
    height: auto;
}

.testimonials1 .item .review-title .quote-icon {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}

.testimonials1 .item .review-title .quote-icon i {
    font-size: 15px;
    color: #171717;
}

.testimonials1 .item:hover .review-title .quote-icon {
    transform: rotateY(180deg);
    background: #c5a47e;
}

.testimonials1 .item:hover .review-title .quote-icon i {
    color: #171717;
}

.testimonials1 .item:hover .img-inner>img {
    scale: 1.25;
    transform: rotateZ(5deg);
}

.testimonials1 .item .review-title .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonials1 .item .review-title h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonials1 .item .review-title .icons {
    color: #fd961e;
    font-size: 11px;
    line-height: 1.2em;
    letter-spacing: 0;
}

.testimonials1 .testimonials1-container {
    width: 140%;
    position: relative;
}

.testimonials1 .testimonials1-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 85%;
    background: #f1f3f5;
    z-index: -1;
}

/* ======= Testimonials 2 style ======= */

.testimonials2 {
    position: relative;
    overflow: hidden;
}

.testimonials2 .container {
    position: relative;
    min-height: 60vh;
    max-width: 1200px;
}

.testimonials2 .bg-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}

.testimonials2 .bg-img[data-overlay-dark]:before {
    border-radius: 4px;
}

.testimonials2 .bg-img .play-button {
    position: absolute;
    bottom: 60px;
    right: 120px;
    z-index: 2;
}

.testimonials2 .bg-img .play-button i {
    font-size: 24px;
}

.testimonials2 .bg-img .btn {
    border-radius: 50%;
    line-height: 92px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    color: #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.testimonials2 .bg-img .btn:hover {
    color: #fff;
}

.testimonials2 .bg-img .text {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.testimonials2 .bg-img .btn svg {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials2 .bg-img .circle {
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}

.testimonials2 .bg-img .btn:hover .circle {
    stroke-dashoffset: 0;
}

.testimonials2 .item-cover {
    background: #1f1f1f;
    position: relative;
    top: -80px;
    left: -44px;
    z-index: 3;
    border-radius: 4px;
}

/*@media (max-width:1300px){*/
/*    .testimonials2 .item-cover {*/
/*    background: #1f1f1f;*/
/*    position: relative;*/
/*    top: -80px;*/
/*    left: -10px;*/
/*    z-index: 3;*/
/*    border-radius: 4px;*/
/*}*/

.testimonials2 .item {
    position: relative;
}

.testimonials2 .item .cont {
    padding: 50px;
}

.testimonials2 .item .cont p {
    color: #737373;
    margin-bottom: 15px;
}

.testimonials2 .item .cont .quote-icon {
    width: 60px;
    margin-bottom: 0;
}

.testimonials2 .item .cont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    margin-top: 20px;
}

.testimonials2 .item .cont .info .author-img {
    padding-right: 10px;
}

.testimonials2 .item .cont .info .author-img .circle {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}

.testimonials2 .item .cont .info .author-img .circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials2 .item .cont .info .author-info h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

.testimonials2 .item .cont .info .author-info p {
    font-size: 13px;
    color: #737373;
    margin-bottom: 0;
}

.testimonials2 .item .cont .icons {
    color: #fd961e;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

/* video text */

.testimonials2 .ornava-text {
    font-size: 180px;
    line-height: 200px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    z-index: 1;
    left: 0;
    right: 80vw;
    bottom: -33px;
    white-space: nowrap;
    position: absolute !important;
    color: #feaa8c7d;
    transition: transform 0.2s ease-out;
    will-change: transform;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .testimonials2 .ornava-text {
        display: none;
    }
    .testimonials2 .item {
        left: auto;
    }
    .testimonials2 .item-cover {
        top: -80px;
        left: 0px;
    }
    .testimonials2 .item .cont {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials2 .bg-img .play-button {
        bottom: 20px;
        right: auto;
        left: 30px;
    }
}

/* ======= Scrolling style ======= */

.scrolling {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171717 100%);
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
}

.scrolling.scrolling-ticker {
    padding: 60px 0;
}

.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}

.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Outfit", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
    /*text-transform: lowercase;*/
}

.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 15px;
    margin-right: 30px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}

/* ======= Promo Video style ======= */

/* play button */

.vid-area h5 {
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: #171717;
}

.play-button.color .circle-fill circle {
    fill: #171717;
}

/* video section */

.video-wrapper {
    background-position: center;
    position: relative;
    overflow: hidden;
}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
    border: 2px solid #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #c5a47e;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transform: scale(1);
    transition: transform 0.15s ease-out;
}

/* video gallery */

.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #242424;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.video-gallery-polygon:hover {
    background: #c5a47e;
    color: #171717;
}

.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}

.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 4px;
}

/* ======= Banner Video style ======= */

.banner-video-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}

.banner-video-wrapper .wrap-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    text-align: right;
    width: auto;
}

.banner-video-wrapper .wrap-content h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.banner-video-wrapper .wrap-content h2 span {
    color: #c5a47e !important;
}

/* ======= Accordion Box (for Faqs) style ======= */

.faqs {
    position: relative;
}

.faqs img {
    border-radius: 4px;
}

/* animation */

.faqs .animation-float1 {
    animation: float1 2000ms linear 400ms infinite alternate both;
    overflow: hidden;
}

@keyframes float1 {
    0% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(30px);
    }
}

.faqs .animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
    overflow: hidden;
}

@keyframes float2 {
    0% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(9px);
    }
}

.float-overlap {
    position: relative;
    right: -120px;
    z-index: 2;
    top: 5%;
}

.accordion-box {
    position: relative;
    padding: 0;
}

.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-box .block.active-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-box .block.active-block:last-child {
    border-bottom: 1px solid transparent;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
    border-bottom: 0px 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px 0;
    padding-right: 30px;
    color: #fff;
    transition: all 500ms ease;
    border-radius: 0px;
    border: none;
}

.accordion-box .block .acc-btn span {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}

.accordion-box .block .acc-btn .count {
    color: #c5a47e;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 5px;
    top: 17px;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #fff;
}

.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0 30px 20px 30px;
    background-color: transparent;
    color: #fff;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
    color: #737373;
}

@media screen and (max-width: 991px) {
    .float-overlap {
        right: 0px;
    }
}

/* ======= Blog style ======= */

.blog {
    position: relative;
}

.blog .item {
    position: relative;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    margin-bottom: 10px;
    background-color: #242424;
}

.blog .item:hover {
    transform: translateY(-10px);
}

.blog .item .img {
    overflow: hidden;
    border-radius: 4px;
}

/* more */

.blog .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #242424;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    /* border: 1px solid #242424; */
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.blog .item:hover .more {
    background-color: #feaa8c;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.blog .item:hover .more a {
    color: #fff !important;
}

.blog .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}

/* .blog .item .more .icon-wrap::before {
    content: "â†—";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
} */

.blog .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}

.blog .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.blog .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}

.blog .item .cont {
    position: relative;
    z-index: 2;
    border-radius: 0 0 4px 4px;
    padding: 30px 15px;
}

.blog .item .cont h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}

.blog .item .cont h4 a {
    text-decoration: none;
    color: #feaa8c;
}

.blog .item .cont p {
    color: #ebe9e9;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: px;
}

/* blog box author */

.blog .item * {
    transition: all 0.45s ease-out;
}

.blog .item .cont .author {
    position: absolute;
    display: contents;
}

.blog .item .cont .author>div {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0px;
    bottom: 0px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #e5e3e3;
    line-height: 1.75em;
}

.blog .item .cont .author h5 i {
    color: #feaa8c;
    margin-right: 7px;
    font-size: 13px;
}

.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}

.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}

.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}

.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #c5a47e;
}

.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #c5a47e;
}

.blog .item .cont .author h5:hover a {
    color: #c5a47e;
}

/* pagination */

.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 3px;
}

.pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 15px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
}

@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }
    .blog .item .cont {
        padding: 40px 20px;
    }
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

/* ======= Blog Sidebar style ======= */

.blog-sidebar .widget {
    background: #1f1f1f;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog-sidebar .widget ul li a {
    color: #fff;
}

.blog-sidebar .widget ul li a.active {
    color: #c5a47e;
}

.blog-sidebar .widget ul li a:hover {
    color: #c5a47e;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 13px;
    margin-right: 12px;
    color: #c5a47e;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 120px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}

.blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #171717;
    margin-bottom: 0;
    border: none;
    color: #fff;
    border-radius: 30px;
}

.blog-sidebar .search form input::placeholder {
    color: #737373;
}

.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #c5a47e;
    font-size: 15px;
    font-weight: 300;
    color: #171717;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #171717;
}

.blog-sidebar .search:hover form button {
    background-color: #fff;
    color: #171717 !important;
    outline: none;
}

.blog-sidebar:hover button[type="submit"] i {
    color: #171717;
}

.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: transparent;
    color: #737373;
    float: left;
    border-radius: 4px;
    border: 1px solid #c5a47e;
}

.blog-sidebar ul.tags li a {
    font-size: 15px;
    color: #737373;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #c5a47e;
    color: #171717;
}

/* ======= Post style ======= */

.post h3 {
    font-size: 24px;
    color: #fff;
}

.first-letter {
    float: left;
    font-size: 65px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    margin: 0 25px 0 0;
    align-content: center;
    color: #c5a47e;
    width: 100px;
    height: 100px;
    border: 2px solid #242424 !important;
    border-radius: 100%;
}

.post-comment-section {
    margin-top: 60px;
}

.post-comment-section h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.post-comment-section h5 span {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 15px;
}

.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}

.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-comment-wrap p i {
    color: darkorange;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.post-user-content {
    margin-right: 26px;
}

/* ======= Prev and Next style ======= */

.nex-prv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1e1e1e;
}

.nex-prv span.icon {
    color: #c5a47e;
    font-size: 27px;
}

.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.nex-prv .nxt span {
    color: #fff;
}

.nex-prv .nxt .img,
.nex-prv .prv .img {
    padding: 60px 40px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
    color: #fff;
}

.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
    opacity: 0;
}

.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
    position: relative;
    z-index: 4;
}

.nex-prv .all-works {
    display: block;
    height: 100%;
    padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.ontop {
    position: relative;
    z-index: 7;
}

/* ======= Page style ======= */

.page {
    position: relative;
}

.page h4 {
    font-size: 27px;
    color: #fff;
}

/* list */

.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-list li+li {
    margin-top: 5px;
}

.page-list-icon {}

.page-list-icon span {
    font-size: 13px;
    color: #c5a47e;
}

.page-list-text {
    margin-left: 10px;
}

.page-list-text p {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    color: #ebe1e1;
}

/* ======= Contact style ======= */

.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}

.contact-box .container {
    position: relative;
    z-index: 2;
}

.contact-box .item {
    background: #1f1f1f;
    padding: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 4px;
}

.contact-box .item.active {
    background: #c5a47e;
}

.contact-box .item:hover {
    background: #feaa8c;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.contact-box .item h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.contact-box .item.active h5 {
    color: #171717
}

.contact-box .item:hover h5 {
    color: #171717;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}

.contact-box .item.active p {
    color: #171717;
}

.contact-box .item:hover p {
    color: #171717;
}

.contact-box .item span {
    font-size: 43px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item.active span {
    color: #171717;
}

.contact-box .item:hover span {
    color: #171717;
}

.contact-box .item i.numb {
    font-size: 100px;
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: rgba(255, 255, 255, 0.05);
}

.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.1);
}

.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.1);
}

/* maps */

.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* form */

.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.contact-form h3 {
    color: #171717;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form h3 span {
    color: #c5a47e;
    font-weight: 300;
    font-style: italic;
}

/* info box */

.info-box img {
    border-radius: 4px;
}

.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.info-box .item .icon {
    color: #c5a47e;
    margin-right: 15px;
    background: #f1f3f5;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-radius: 100%;
}

.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}

.info-box .item h5 {
    color: #171717;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 5px;
}

.info-box .item h6 {
    color: #c5a47e;
    margin-bottom: 0px;
    font-size: 20px;
}

.info-box .item p {
    font-size: 15px;
    margin-bottom: 0;
}

/* ======= 404 Page style ======= */

.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .7);
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.notfound h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
}

.notfound h2 {
    font-family: "Outfit", sans-serif;
    font-size: 160px;
    line-height: 170px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0px;
    color: #c5a47e;
}

.notfound p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

/* notfound form */

.notfound form {
    margin-top: 30px;
    position: relative;
}

.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}

.notfound form input:active,
.notfound form input:focus {
    border: 1px solid #c5a47e;
}

.notfound form input::placeholder {
    color: #fff;
}

.notfound form button {
    background-color: #c5a47e;
    border-radius: 100%;
    color: #171717;
    border: 0;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.notfound form button:hover {
    background-color: #fff;
    color: #171717;
    outline: none;
}

/* ======= Button style ======= */

/* durubtn 1 */

.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn .text {
    font-size: 13px;
    font-weight: 300;
    color: #feaa8c;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn:hover {
    background: #feaa8c;
    border: 1px solid #4e5d56;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn:hover .text {
    color: #171717;
}

.durubtn:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn:hover i {
    color: #171717;
}

/* durubtn 2 */

.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #fff;
    background-color: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn2 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2:hover {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn2:hover .text {
    color: #fff;
}

.durubtn2:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn2:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn2 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn2:hover i {
    color: #fff;
}

/* durubtn 3 */

.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #c5a47e;
    background-color: #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn3 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3:hover {
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn3:hover .text {
    color: #171717;
}

.durubtn3:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn3:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn3 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn3:hover i {
    color: #171717;
}

/* durubtn 4 */

.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn4 .text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4:hover {
    background: #feaa8d;
    border: 1px solid #c5a47e;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn4:hover .text {
    color: #171717;
}

.durubtn4:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn4:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn4 i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn4:hover i {
    color: #171717;
}

/* ======= Footer style ======= */

.footer {
    position: relative;
}

.footer .item.text-end-left {
    text-align: end
}

/* footer top */

.footer .top {
    padding: 120px 0 60px 0;
}

.footer .top .item .logo {
    width: 175px;
    margin-bottom: 15px;
}

.footer .top .item h3 {
    color: #fff;
    font-size: 29px;
    /*text-transform: uppercase;*/
    letter-spacing: 3px;
}

.footer .top .item p,
.footer .top .item p a {
    color: #cdc9c9;
    line-height: 3;
}

.footer .top .item .phone {
    font-size: 15px;
    color:  #cdc9c9;
    position: relative;
    font-weight: 300;
    line-height: 3;
}

.footer .top .item .phone:hover {
    color:  #feaa8c;
}

.footer .top .item .mail {
    font-size: 15px;
    font-weight: 300;
    color: #cdc9c9;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 3;
}

.footer .top .item .mail:hover {
    color:  #feaa8c;
}


.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* social icons */

.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.footer .top .social-icons .list-inline {
    margin: 0;
}

.footer .top .social-icons li:hover {
    background: #feaa8c;
    color: #171717;
    border: 1px solid #c5a47e;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

/* footer bottom */

.footer .bottom {
    position: relative;
    display: block;
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .bottom p {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    margin: 10px;
    text-align: end;
}

.footer .bottom p a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}

.footer .bottom p a:hover {
    color: #feaa8c;
}

/* links */

.footer .bottom .links {}

.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}

.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
}

.footer .bottom .links ul li a {
    color: #fff;
    position: relative;
}

.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: #feaa8c;
}

@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }
    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
    }
    .footer .item.text-end-left {
        text-align: left;
    }
}

/* ======= toTop Button style ======= */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 16px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* .progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 300;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
} */

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.progress-wrap::after {
    color: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: #feaa8c;
}

/* =======  Overlay Effect Bg image style  ======= */

[data-overlay-dark] {
    position: relative;
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: rgba(255, 255, 255, 0.8);
}

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}

/* ======= Responsive style ======= */

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media screen and (max-width: 991px) {
    .about img.img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
    }
    .info-box .item h5 {
        font-size: 15px;
    }
}

.bg-imgfixed {
    background-attachment: fixed;
}

@media (hover: none) and (pointer: coarse),
(max-width: 1366px) {
    .bg-imgfixed {
        /*background-attachment: scroll !important;*/
    }
}

/* ======= Slider Grid Background ======= */

.slider-grid-bg {
    min-height: calc(100vh - 100px);
    background-size: cover;
    background-position: 50%;
    padding-top: 190px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.slider-grid-bg .grid-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity .35s;
    opacity: 0;
    display: block;
}

.slider-grid-bg .grid-img-active {
    opacity: 1;
    transform: scale(1.03);
    -webkit-filter: brightness(70%);
}

.slider-grid-bg:hover .grid-img-active {
    -webkit-filter: brightness(70%);
}

.slider-grid-bg .content {
    position: relative;
    z-index: 2
}

.slider-grid-bg .grid-item {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}

.slider-grid-bg .grid-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 320px;
    position: relative;
    border-radius: 4px;
}

.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 320px;
    position: relative;
    background: #242424;
    border: 1px solid #242424;
}

.slider-grid-bg .number {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
    font-size: 36px;
    font-weight: 400;
    padding: 0px;
    line-height: 1.5em;
    color: #fff;
}

.slider-grid-bg .grid-con:hover .number {
    color: #c5a47e;
}

.slider-grid-bg .grid-con-active .number {
    color: #c5a47e;
}

.slider-grid-bg .grid-con-active .title {
    color: #fff;
}

.slider-grid-bg .grid-con-active .subtitle {
    color: #c5a47e;
}

.slider-grid-bg .subtitle {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #c5a47e;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-grid-bg .grid-con:hover .subtitle {
    color: #c5a47e;
}

.slider-grid-bg .title {
    display: block;
    font-size: 24px;
    color: #fff;
}

.slider-grid-bg .owl-theme .owl-dots,
.owl-theme .owl-dots {
    bottom: -2vh;
}

@media only screen and (max-width:1199px) {
    .slider-grid-bg {
        padding-top: 155px;
    }
    .slider-grid-bg .grid-con,
    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 240px;
    }
}

@media only screen and (max-width:767px) {
    .slider-grid-bg {
        padding-top: 140px;
    }
    .slider-grid-bg .grid-con,
    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 240px;
    }
}

/* ======= Before-After style ======= */

.before-after {
    position: relative;
}

.before-after .item {
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    view-timeline-name: --before-after;
}

.before-after .item .after,
.before-after .item .line {
    position: absolute;
    top: 0;
    left: 0;
}

.before-after .item .after {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    animation: revealAfter linear both;
    animation-timeline: --before-after;
    animation-range: cover 39% contain 80%;
}

@keyframes revealAfter {
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.before-after .item .line {
    width: 100%;
    height: 3px;
    background: #fff;
    animation: moveLine linear both;
    animation-timeline: --before-after;
    animation-range: cover 39% contain 80%;
}

@keyframes moveLine {
    0% {
        opacity: 0;
    }
    1%,
    99% {
        opacity: 1;
    }
    100% {
        top: calc(100% - 3px);
        opacity: 0;
    }
}

.before-after .item .cont {
    margin: 0;
    position: relative;
}

.before-after .item .cont .text {
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.before-after .item .after .text {
    top: 40px;
    left: 20px;
}

.before-after .item .before .text {
    bottom: 50px;
    right: 19px;
}

.before-after .item .cont img {
    max-width: 100%;
    vertical-align: middle;
}

/* ======= Process style ======= */

.process {
    position: relative;
}

.process .process-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.process .process-area .process-item {
    max-width: 388px;
    width: 100%;
    background-color: #1f1f1f;
    padding: 40px;
    position: relative;
    border-radius: 4px;
}

.process .process-area .process-item:not(:last-child)::after {
    content: "\e628";
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-family: "themify" !important;
    font-weight: normal;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #1f1f1f;
    border: 12px solid #171717;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none;
}

.process .process-area .process-item .process-step {
    font-size: 110px;
    color: #c5a47e;
    background: linear-gradient(180deg, #c5a47e 0%, #1f1f1f 85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 5px;
}

.process .process-area .process-item .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.process .process-area .process-item .desc {
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process .process-area .process-item {
        max-width: 100%;
    }
    .process .process-area .process-item:not(:last-child)::after {
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        top: inherit;
        right: inherit;
        bottom: -40px;
        left: 50%;
    }
}

/* ======= Pricing2 style ======= */

.pricing2 {
    position: relative;
}

.pricing2 .item {
    background: #1f1f1f;
    margin: 45px 0;
}

.pricing2 .item .headero {
    padding: 0px 60px;
    text-align: center;
}

.pricing2 .item .headero .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    border: 10px solid #171717;
    margin-top: -45px;
    transform: translateY(-15px);
    background: #1f1f1f;
    transition: all 0.4s ease;
    font-size: 32px;
    color: #c5a47e;
}

.pricing2 .item:hover .headero .icon {
    background: #c5a47e;
    color: #171717;
}

.pricing2 .item .headero .content h4 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}

.pricing2 .item .headero .content span {
    color: #737373;
}

.pricing2 .item .headero .content h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
}

.pricing2 .item .headero .content h2 span {
    font-size: 24px;
    line-height: 24px;
}

.pricing2 .item .list {
    padding: 0 60px 40px 60px;
}

.pricing2 .item .list ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.pricing2 .item .list ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #c5a47e;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 20px;
}

.pricing2 .item .item-btn a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #1f1f1f;
    text-align: center;
    padding: 15px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

/* ======= Portfolio 5 style ======= */

.portfolio5 {
    position: relative;
}

.portfolio5 .item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.portfolio5 .item img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio5 .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.portfolio5 .item .title-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    display: inline-table;
    padding: 7px 24px;
    border-radius: 10px 10px 0 0;
    background-color: #171717;
}

.portfolio5 .item .title-wrap::after,
.portfolio5 .item .title-wrap::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 10px;
    box-shadow: 0 10px 0 0 #171717;
}

.portfolio5 .item .title-wrap::before {
    right: 100%;
    border-bottom-right-radius: 10px;
}

.portfolio5 .item .title-wrap::after {
    left: 100%;
    border-bottom-left-radius: 10px;
}

.portfolio5 .item .title-wrap .title-inner {
    display: flex;
    align-items: center;
}

.portfolio5 .item .title-wrap .title-inner .text {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.portfolio5 .item .title-wrap .title-inner .text .number {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 5px;
    color: #c5a47e;
}

/* ======= Careers style ======= */

.careers {
    position: relative;
}

.careers .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 40px 45px 40px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background-color: transparent;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    transition: background-color .3s ease, transform .35s ease;
}

.careers .item::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-30px);
    transition: transform .6s ease;
    pointer-events: none;
}

.careers .item .link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.careers .item .title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    flex-basis: 30%;
    color: #FFF;
    transition: color .3s, transform .35s ease;
}

.careers .item .title span {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    color: #737373;
}

.careers .item .location {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    flex-basis: 40%;
    color: #FFF;
    transition: color .3s, transform .4s ease;
}

.careers .item .location span {
    color: #737373;
    display: block;
}

.careers .item .time {
    font-weight: 300;
    color: #737373;
    transition: color .3s, transform .45s ease;
}

.careers .item .time span {
    font-family: "Outfit", sans-serif;
    color: #fff;
    display: block;
}

.careers .item .icon {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    transition: color .3s, transform .3s ease;
}

.careers .item .icon i {
    display: inline-block;
}

/* hover effect */

.careers .item:hover {
    background-color: #c5a47e;
    transform: translateY(-4px);
    border-bottom: 0px solid rgba(255, 255, 255, 0.04);
}

.careers .item:hover::after {
    transform: translateX(30px);
}

.careers .item:hover .title {
    transform: translateX(6px);
}

.careers .item:hover .location {
    transform: translateX(12px);
}

.careers .item:hover .time {
    transform: translateX(18px);
}

.careers .item:hover .icon {
    transform: translateX(-6px);
}

.careers .item:hover .title,
.careers .item:hover .location,
.careers .item:hover .time {
    color: #171717;
}

.careers .item:hover .title span,
.careers .item:hover .location span,
.careers .item:hover .time span {
    color: #555;
}

.careers .item:hover .icon {
    color: #171717;
}

/* responsive */

@media only screen and (max-width: 991px) {
    .careers .item {
        flex-direction: column;
        justify-content: initial;
        align-items: flex-start;
        transform: none;
    }
    .careers .item::after {
        display: none;
    }
    .careers .item .title,
    .careers .item .location,
    .careers .item .time {
        flex-basis: 100%;
        transform: none !important;
    }
    .careers .item .location,
    .careers .item .time {
        margin-top: 15px;
    }
    .careers .item .icon {
        display: none;
    }
}

/* ======= Shop Page ======= */

.shop {
    position: relative;
}

.shop .item {
    position: relative;
}

.shop .item .img {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.shop .item .img .img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.shop .item .img .img-wrap>img {
    width: 100%;
    display: block;
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.shop .item:hover .img .img-wrap>img {
    transform: scale(1.1);
}

/* icons */

.shop .item .icons {
    left: 0px;
    right: 0px;
    bottom: 30px;
    z-index: 2;
    position: absolute;
}

.shop .item .icons>ul {
    z-index: 1;
    overflow: hidden;
    padding: 17px 22px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 4px;
}

.shop .item .icons>ul:before {
    top: 0px;
    left: 50%;
    opacity: 0;
    bottom: 0px;
    width: 0px;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: #c5a47e;
    transform: translateX(-50%);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.shop .item .icons>ul>li {
    opacity: 0;
    margin-right: 25px;
    transform: translateY(150%);
}

.shop .item .icons>ul>li:last-child {
    margin-right: 0px !important;
}

.shop .item .icons>ul>li>a {
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 20px;
}

.shop .item .icons>ul>li>a:hover {
    color: #171717;
}

.shop .item:hover .icons>ul:before {
    opacity: 1;
    width: 100%;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.shop .item:hover .icons>ul>li {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.shop .item:hover .icons>ul>li:nth-child(1) {
    transition-delay: 0.1s;
}

.shop .item:hover .icons>ul>li:nth-child(2) {
    transition-delay: 0.3s;
}

.shop .item:hover .icons>ul>li:nth-child(3) {
    transition-delay: 0.5s;
}

.shop .item:hover .icons>ul>li:nth-child(4) {
    transition-delay: 0.7s;
}

/* label */

.shop .item .label {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 20px;
    position: absolute;
}

.shop .item .label>ul>li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}

.shop .item .label>ul>li:last-child {
    margin-right: 0px !important;
}

.shop .item .label>ul>li.bg {
    background-color: #c5a47e;
}

/* cont */

.shop .item .cont {
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.shop .item .cont .title {
    margin-bottom: 5px;
}

.shop .item .cont .title>a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.shop .item .cont .title>a:hover {
    text-decoration: none;
}

.shop .item .cont .price {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #c5a47e;
    transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.shop .item:hover .cont .price {
    opacity: 0;
    transform: translateY(20px);
}

.shop .item .rating-star>ul>li {
    font-size: 15px;
    margin-right: 2px;
}

.shop .item .rating-star>ul>li:last-child {
    margin-right: 0px !important;
}

.shop .item .rating-star>ul>li.active {
    color: #c5a47e;
}

.shop .item .rating-star {
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    bottom: -100%;
    position: absolute;
    transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.shop .item:hover .rating-star {
    opacity: 1;
    bottom: 3px;
}

/* list */

.shop .ul-li>ul {
    margin: 0px;
    padding: 0px;
    display: table;
}

.shop .ul-li>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.shop .ul-li-right>ul {
    margin: 0px;
    padding: 0px;
    float: right;
    display: table;
}

.shop .ul-li-right>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.shop .ul-li-center>ul {
    padding: 0px;
    margin: 0 auto;
    display: table;
}

.shop .ul-li-center>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

/* ======= Shop Details ======= */

.shop-details {
    position: relative;
}

.shop-details h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.shop-details .thumb-img ul {
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0;
}

.shop-details .thumb-img ul li {
    margin: 10px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 4px;
}

.shop-details .thumb-img ul li img {
    border-radius: 4px;
    width: 230px;
    height: 230px;
}

.shop-details .main-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    width: 100%;
    overflow: hidden
}

.shop-details .icons {
    color: #fd961e;
    font-size: 15px;
    line-height: 1em;
    display: inherit;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/* ======= Shop Cart ======= */

.shop-cart {
    position: relative;
}

.shop-cart .line {
    padding: 0;
    text-align: center;
}

.shop-cart .line.even {
    background: #1f1f1f;
}

.shop-cart .line.bord {
    border-right: 1px solid #1f1f1f;
}

.shop-cart .line .title {
    padding: 10px 0;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.shop-cart .line .title h6 {
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-cart .line .item-img .img {
    height: 50px;
    width: 50px;
    margin: 10px 0;
}

.shop-cart .line .item-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.shop-cart .line .item-count input {
    border: 0;
    background: #1b1b1b;
    color: #c5a47e;
}

.shop-cart .line .cont {
    padding: 10px;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    justify-self: center;
    width: 100%;
    align-content: center;
}

.shop-cart .line .cont p,
.shop-cart .line .cont a {
    color: #737373;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 0px;
}

.shop-cart .line .cont p.playfont {
    font-family: "Outfit", sans-serif;
}

.shop-cart .line .remove-item .cont a {
    font-size: 15px;
    color: #c5a47e;
}

/* cart box */

.shop-cart-totals {
    background: #1f1f1f;
    padding: 30px;
}

.shop-cart-totals h3 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-bottom: 0px;
}

.shop-cart-total-table {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.shop-cart-total-table tr {
    font-size: 15px;
    text-align: right;
}

.shop-cart-total-table th,
.shop-cart-total-table tr {
    padding: 15px;
    color: #fff;
}

.shop-cart-total-table td {
    color: #c5a47e;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.shop-cart-total-table th {
    border: 1px solid rgba(255, 255, 255, 0.03);
    text-align: left;
    color: #737373;
    font-weight: 300;
}

/* ======= Services 3 style ======= */

.services3 {
    position: relative;
}

.services3 .item {
    position: relative;
    overflow: hidden;
}

.services3 .item .img {
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    border-radius: 4px;
    isolation: isolate;
}

.services3 .item:hover .img img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services3 .item .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* icon */

.services3 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background: #242424;
    text-align: center;
    color: #fff !important;
    font-size: 27px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}

.services3 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    color: #c5a47e;
}

.services3 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}

.services3 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}

.services3 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}

.services3 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}

.services3 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}

/* info */

.services3 .item .info {
    color: hsl(0, 0%, 90%);
    position: absolute;
    bottom: 40px;
    left: 30px;
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
    transform: translate(-50%, -50%);
}

.services3 .item .info .title {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    transform: scale(2);
    opacity: 0;
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.services3 .item .info .subtitle {
    font-size: 15px;
    color: #fff;
    transform: scale(1.2);
    opacity: 0;
    transition: .4s;
}

.services3 .item:hover .info .title {
    opacity: .9;
    transform: scale(1);
}

.services3 .item:hover .info .subtitle {
    opacity: .8;
    transform: scale(1);
}

/* hover img */

.services3 .item .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 1;
}

.services3 .item:hover .img::after {
    opacity: 1;
}

/* ======= Portfolio 6 style ======= */

.portfolio6 {
    position: relative;
    overflow: hidden;
}

.portfolio6 .item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    -webkit-transition: 350ms cubic-bezier(.37, 0, .63, 1);
    transition: 350ms cubic-bezier(.37, 0, .63, 1)
}

.portfolio6 .item>img {
    -webkit-transition: .6s cubic-bezier(.12, 0, .39, 0);
    transition: .6s cubic-bezier(.12, 0, .39, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio6 .item .overlay-bg {
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0);
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}

.portfolio6 .item .content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.portfolio6 .item .content .text {
    width: 70%;
    margin-bottom: auto;
    margin-top: auto;
}

.portfolio6 .item .content .text h6 {
    font-size: 15px;
    font-weight: 300;
    color: #c5a47e;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio6 .item .content .text .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
}

.portfolio6 .item .content .text h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.portfolio6 .item .hover-show-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 50px;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
    text-align: center;
}

.portfolio6 .item .hover-show-content i {
    position: relative;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    display: block;
    color: #fff;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.portfolio6 .item .hover-hide-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

.portfolio6 .item .content .hover-hide-content span {
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.portfolio6 .item:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio6 .item:hover .overlay-bg {
    opacity: .7;
}

.portfolio6 .item:hover .hover-show-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio6 .item:hover .hover-hide-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s
}

.portfolio6 .item .hover-show-content:hover i {
    background: #fff;
    color: #171717;
    border: 1px solid #fff;
}

/* faqs */

  .ux-int-faq-sec {
  /* background: #111; */
  padding: 40px 20px;
  color: #fff;
}

.ux-int-faq-wrap {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.ux-int-faq-title {
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: aliceblue;
}

/* ITEM */
.ux-int-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0;
}

/* QUESTION */
.ux-int-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

/* ICON */
.ux-int-faq-q i {
  font-size: 12px;
  transition: 0.3s;
}

/* ANSWER */
.ux-int-faq-a {
  max-height: 0;
  overflow: hidden;
  color: #aaa;
  font-size: 14px;
  transition: all 0.4s ease;
}

/* ACTIVE */
.ux-int-faq-item.active .ux-int-faq-a {
  max-height: 200px;
  margin-top: 10px;
}

.ux-int-faq-item.active i {
  transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 576px) {
  .ux-int-faq-title {
    font-size: 26px;
  }

  .ux-int-faq-q {
    font-size: 14px;
  }

  .ux-int-faq-a {
    font-size: 13px;
  }
}



/* Wrapper */
.listX-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.listX-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  max-width: 260px;
}

.listX-ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #cdc9c9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.listX-ul li:hover {
  color: #feaa8c;            
  transform: translateX(5px); 
}

@media (max-width: 768px) {
  .listX-wrapper {
    justify-content: flex-start;
    padding-right: 0;
  }
}



/* Card */
.zx-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  cursor: pointer;
}

/* Image */
.zx-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Overlay */
.zx-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4e5d56c9, #feaa8c8c);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Hover Effects */
.zx-card:hover img {
  transform: scale(1.1);
}

.zx-card:hover .zx-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Glow */
.zx-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(247,184,150,0.2);
  opacity: 0;
  transition: 0.4s;
}

.zx-card:hover::after {
  opacity: 1;
}


/* gallery Section */
.zx-gallery-section {
  padding: 60px 20px;
  /* background: radial-gradient(circle at top, #111 0%, #000 100%); */
}

/* Grid */
.zx-gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

/* Card */
.zx-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  transition: 0.3s ease;
}

.zx-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Glow effect */
.zx-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(247,184,150,0.3);
}

/* Info Card */
.zx-info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #feaa8c, #4e5d56);
  color: white;
  text-align: center;
}

.zx-info-content p {
  margin: 6px 0;
  font-size: 14px;
}

/* Hidden items */
.zx-hidden {
  display: none;
}

/* Button */
.zx-btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

#zxViewMoreBtn {
  padding: 12px 28px;
  background: #feaa8c;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

#zxViewMoreBtn:hover {
  background: #4e5d56;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .zx-gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zx-gallery-container {
    grid-template-columns: 1fr;
  }
}


/* Container */
.whatsY-container {
  position: fixed;
  /*right: 20px;*/
    left: 40px;
  bottom: 25px;
  z-index: 9999;
}

/* Button */
.whatsY-btn {
  width: 60px;
  height: 60px;
  background: #2c3b2a;
  color: #feaa8c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  position: relative;
  transition: all 0.3s ease;
}

/* Hover */
.whatsY-btn:hover {
  transform: scale(1.1);
  background: #2c3b2a;
  display: flex;
}

/* Pulse animation */
.whatsY-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #feaa8cab;
  animation: pulseY 2s infinite;
  z-index: -1;
}

@keyframes pulseY {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .whatsY-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}




/* Container */
.scrollZ-container {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* Circle */
.scrollZ-progress {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: conic-gradient(#feaa8c 0%, #2c3b2a 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, background 0.2s linear;
}

/* Inner circle */
.scrollZ-progress::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #f2a170;
  border-radius: 50%;
}

/* Text */
.scrollZ-value {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Hover */
.scrollZ-progress:hover {
  transform: scale(1.1);
}

/* Hidden state */
.scrollZ-container.hideZ {
  opacity: 0;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
  .scrollZ-progress {
    width: 50px;
    height: 50px;
  }

  .scrollZ-progress::before {
    width: 38px;
    height: 38px;
  }

  .scrollZ-value {
    font-size: 11px;
  }
}






/* SECTION */
.kv-grid-section {
  padding: 80px 20px;
  background: #2c3b2a; 
}

/* GRID */
.kv-grid-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* BOX */
.kv-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.kv-box:hover {
  transform: translateY(-10px);
  border-color: #feaa8c;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* GLOW LINE */
.kv-box::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #feaa8c;
  transition: 0.4s;
}

.kv-box:hover::before {
  width: 100%;
}

/* TEXT */
.kv-box h3 {
  color: #feaa8c;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.kv-box p {
  color: #dcdcdc;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .kv-grid-container {
    grid-template-columns: 1fr;
  }
}



/* HIDE DEFAULT CURSOR (DESKTOP ONLY) */
@media (min-width: 992px) {
  body {
    /*cursor: none;*/
  }
}

/* INNER DOT */
.kv-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #feaa8c;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* OUTER CIRCLE */
.kv-cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #feaa8c;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: 
    width 0.3s ease, 
    height 0.3s ease, 
    background 0.3s ease,
    border 0.3s ease;
}

/* HOVER STATE */
.kv-cursor-circle.kv-hover {
  width: 70px;
  height: 70px;
  background: rgba(200,155,123,0.1);
  border: 1px solid #c89b7b;
}

/* OPTIONAL TEXT INSIDE */
.kv-cursor-circle.kv-hover::after {
  content: "";
  position: absolute;
  color: #c89b7b;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* DISABLE ON MOBILE */
@media (max-width: 991px) {
  .kv-cursor-dot,
  .kv-cursor-circle {
    display: none;
  }
}



/* SECTION */
.kv2col-section {
  padding: 80px 20px;
  background: #1f1f1f;
}

/* CONTAINER */
.kv2col-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* IMAGE */
.kv2col-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.kv2col-image img:hover {
  transform: scale(1.05);
}

/* CONTENT */
.kv2col-content h2 {
  color: #c89b7b;
  font-size: 28px;
  margin-bottom: 15px;
}

.kv2col-content h3 {
  color: #c89b7b;
  font-size: 22px;
  margin: 25px 0 10px;
}

.kv2col-content p {
  color: #dcdcdc;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: justify;
}

/* LIST */
.kv2col-content ul {
  margin: 10px 0 15px;
  padding-left: 20px;
}

.kv2col-content ul li {
  color: #dcdcdc;
  margin-bottom: 6px;
}

.kv2col-content ul li::marker {
  color: #c89b7b;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .kv2col-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kv2col-content h2 {
    font-size: 24px;
  }

  .kv2col-content h3 {
    font-size: 20px;
  }
}





/* NAV WRAPPER */
.kv-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  /*margin-top: 30px;*/
}

/* BUTTON */
.kv-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(200,155,123,0.5);
  color: #c89b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.kv-nav-btn:hover {
  background: #feaa8c;
  color: #1c2b22;
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* ICON */
.kv-nav-btn i {
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .kv-nav-btn {
    width: 40px;
    height: 40px;
  }
}






/* ITEM */
.kv-proj-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* IMAGE */
.kv-proj-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* ZOOM */
.kv-proj-item:hover img {
  transform: scale(1.08);
}

/* =========================
   BOTTOM BAR (DEFAULT VIEW)
========================= */
.kv-proj-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;

  background: #feaa8cab;
  padding: 18px 20px;
  border-radius: 8px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: all 0.4s ease;
  z-index: 2;
}

.kv-proj-bottom h5 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.kv-proj-bottom span {
  color: #2c3b2a;
  font-size: 14px;
  font-weight: 500;
}

/* =========================
   HOVER OVERLAY
========================= */
.kv-proj-hover {
  position: absolute;
  inset: 0;
  background: rgb(28 43 34 / 67%);

  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;

  z-index: 3;
}

/* SHOW OVERLAY */
.kv-proj-item:hover .kv-proj-hover {
  opacity: 1;
  visibility: visible;
}

/* HIDE BOTTOM BAR ON HOVER */
.kv-proj-item:hover .kv-proj-bottom {
  opacity: 0;
  transform: translateY(20px);
}

/* TEXT */
.kv-proj-details p {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
}

.kv-proj-details span {
  color: #c89b7b;
  font-weight: 500;
}

/* TEXT ANIMATION */
.kv-proj-details {
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.kv-proj-item:hover .kv-proj-details {
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .kv-proj-bottom h5 {
    font-size: 16px;
  }

  .kv-proj-bottom span {
    font-size: 13px;
  }

  .kv-proj-details p {
    font-size: 14px;
  }
}

/* HERO */
.hero {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/modern-bedroom-interior-kompally.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero h1 {
        font-size: 47px;
    }
}
 
.hero p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero h1 {
        font-size: 32px;
    }
}


/* HERO */
.hero1 {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/modern-dressing-room-design.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero1 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero1 h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero1 h1 {
        font-size: 47px;
    }
}
 
.hero1 p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero1 a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero1 a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero1 a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero1 h1 {
        font-size: 32px;
    }
}


/* HERO */
.hero2 {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/living-room-interior-design.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero2 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero2 h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero2 h1 {
        font-size: 47px;
    }
}
 
.hero2 p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero2 a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero2 a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero2 a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero2 h1 {
        font-size: 32px;
    }
}



/* HERO */
.hero3 {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/director-room-interior.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero3 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero3 h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero3 h1 {
        font-size: 47px;
    }
}
 
.hero3 p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero3 a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero3 a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero3 a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero3 h1 {
        font-size: 32px;
    }
}


/* HERO */
.hero4 {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/modern-office-interior.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero4 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero4 h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero4 h1 {
        font-size: 47px;
    }
}
 
.hero4 p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero4 a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero4 a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero4 a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero4 h1 {
        font-size: 32px;
    }
}



/* HERO */
.hero5 {
    height: 65vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('../img/modular-kitchen-interior.jpg') center/cover;
    background-attachment:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero5 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    color: #eae7e2; /* main text */
    
}

@media (max-width:768px) {
    .hero5 h1 {
        font-size: 53px;
    }
}

@media (max-width:1024px) {
    .hero5 h1 {
        font-size: 47px;
    }
}
 
.hero5 p {
    margin-top: 15px;
    color: #9c978f; /* muted text */
    text-align: center;
}

.hero5 a {
    /*margin-top: 25px;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    /*border: 1px solid #c6a16e; */
    /*color: #c6a16e; */
    /*text-decoration: none;*/
    /*transition: 0.3s;*/
}
.hero5 a {
    /*letter-spacing: 1px;*/
    /*font-size: 14px;*/
    /*border-radius: 3px;*/
}
.hero5 a:hover {
    /*background: #c6a16e; */
    /*color: #000;*/
}
@media(max-width: 600px) {
    

    .hero5 h1 {
        font-size: 32px;
    }
}



/**/
/* SECTION */
.kvi-why-section {
    padding: 40px 6%;
    background: linear-gradient(180deg, #0f1a14, #0c1410);
}

/* CONTAINER */
.kvi-why-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* LEFT CONTENT */
.kvi-why-content {
    flex: 1;
}
@media (max-width:768px){
  .kvi-why-content {
    flex: none;
}  
}
.kvi-why-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 25px;
    color: #feaa8c;
}

/* LIST */
.kvi-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kvi-why-list li {
    position: relative;
    padding: 16px 18px 16px 55px;
    margin-bottom: 16px;
    border-radius: 10px;
    color: #fff;

    background: rgba(22, 36, 28, 0.7);
    border: 1px solid rgba(191,163,122,0.2);

    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
    overflow: hidden;
    font-size: 14px;
}

/* LEFT ACCENT BAR */
.kvi-why-list li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #bfa37a, transparent);
    transition: 0.3s;
}

/* ICON */
.kvi-why-list li::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;

    border-radius: 50%;
    background: rgba(191,163,122,0.15);
    border: 1px solid rgba(191,163,122,0.4);

    color: #fff;
    font-size: 14px;
}

/* HOVER */
.kvi-why-list li:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: #bfa37a;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.kvi-why-list li:hover::after {
    width: 6px;
}

.kvi-why-list li:hover::before {
    background: #bfa37a;
    color: #0f1a14;
}

/* DESCRIPTION */
.kvi-why-desc {
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
}

/* IMAGE WRAPPER */
.kvi-why-images {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

/* MAIN IMAGE */
.kvi-img-square img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    border: 2px solid rgba(191, 163, 122, 0.3);
}

/* FLOAT IMAGE */
.kvi-img-rect {
    position: absolute;
    bottom: -30px;
    right: 20px;
}

.kvi-img-rect img {
    width: 180px;
    height: auto;
    border-radius: 10px;
    border: 2px solid rgba(191,163,122,0.3);
    animation: kviBounce 3s infinite;
}

/* BOUNCE */
@keyframes kviBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===================== */
/* TABLET (992px) */
/* ===================== */
@media(max-width: 992px) {

    .kvi-why-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .kvi-why-title {
        font-size: 28px;
    }

    .kvi-img-square img {
        max-width: 100%;
    }

    .kvi-img-rect {
        position: static;
        margin-top: 20px;
    }

    .kvi-img-rect img {
        width: 60%;
        max-width: 220px;
    }
}

/* ===================== */
/* MOBILE (768px) */
/* ===================== */
@media (max-width: 768px){

    .kvi-why-section {
        padding: 40px 5%;
    }

    .kvi-why-title {
        font-size: 24px;
    }

    .kvi-why-list li {
        font-size: 13px;
        padding: 14px 16px 14px 45px;
    }

    .kvi-why-list li::before {
        left: 10px;
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .kvi-img-square img {
        width: 100%;
    }

    .kvi-img-rect {
        margin-top: 15px;
    }

    .kvi-img-rect img {
        width: 80%;
                display: none;
    }
}

/* ===================== */
/* SMALL MOBILE (480px) */
/* ===================== */
@media (max-width: 480px){

    .kvi-why-title {
        font-size: 20px;
    }

    .kvi-why-list li {
        padding-left: 40px;
    }

    .kvi-img-rect img {
        width: 100%;
        display: none;
    }
}
/**/

/* SECTION */
.kvi-bd-section {
    padding: 40px 6%;
}

/* BLOCK */
.kvi-bd-block {
    position: relative;
    margin-bottom: 60px;
    border-radius: 14px;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.kvi-bd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

/* OVERLAY (UNIQUE DARK GREEN EFFECT) */
.kvi-bd-overlay {
    position: relative;
    z-index: 1;
    padding: 45px;
    background: linear-gradient(
        120deg,
        rgba(10, 25, 18, 0.92),
        rgba(15, 30, 22, 0.85),
        rgba(12, 22, 17, 0.95)
    );
}

/* HEADING */
.kvi-bd-overlay h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #feaa8c;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* TEXT */
.kvi-bd-overlay p {
    color: #d6dfda;
    font-size: 14px;
    line-height: 1.7;
}

/* LIST */
.kvi-bd-list {
    margin-top: 15px;
    padding-left: 22px;
}

/* LIST ITEMS */
.kvi-bd-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e6ebe8;
    line-height: 1.6;
    transition: 0.3s ease;
  list-style:disc;

}

/* DOT STYLE */
.kvi-bd-list li::marker {
    color: #bfa37a;
    font-size: 16px;
}

/* HOVER EFFECT */
.kvi-bd-list li:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* IMAGE OVERLAY GLOW EFFECT */
.kvi-bd-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(191,163,122,0.15), transparent 60%);
    z-index: 1;
    pointer-events: none;
}

/* RESPONSIVE */
@media(max-width: 768px) {

    .kvi-bd-overlay {
        padding: 25px;
    }

    .kvi-bd-overlay h2 {
        font-size: 24px;
    }
}
/**/

/* SECTION */
.kvi-md-section {
    padding: 40px 6%;
}

/* CONTAINER */
.kvi-md-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* TEXT */
.kvi-md-content {
    flex: 1;
}

.kvi-md-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #feaa8c;
    margin-bottom: 20px;
}

.kvi-md-text {
    color: #cfd8d3;
    font-size: 15px;
    line-height: 1.8;
}

/* IMAGE */
.kvi-md-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.kvi-md-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;

    /* COPPER SHADOW */
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.6),
        0 0 25px rgba(191,163,122,0.35);

    transition: 0.3s ease;
}

/* OPTIONAL HOVER (VERY SUBTLE) */
.kvi-md-image img:hover {
    transform: scale(1.02);
}

/* RESPONSIVE */
@media(max-width: 992px) {

    .kvi-md-container {
        flex-direction: column;
        text-align: center;
    }

    .kvi-md-title {
        font-size: 26px;
    }

    .kvi-md-image img {
        max-width: 100%;
    }
}
/**/

/* SECTION */
.kvi-cd-section {
    padding: 80px 6%;
}


@media (max-width:425px){
   .kvi-cd-section {
    padding: 0px 6%;
} 
}
/* CONTAINER */
.kvi-cd-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* IMAGE */
.kvi-cd-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (max-width:768px){
    .kvi-cd-image {
    flex: none;
    display: flex;
    justify-content: center;
        margin: 0px 0px 20px 0px;
}
}

.kvi-cd-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;

    /* COPPER SHADOW */
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.6),
        0 0 25px rgba(191,163,122,0.35);
}

/* CONTENT */
.kvi-cd-content {
    flex: 1;
}

.kvi-cd-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #feaa8c;
    margin-bottom: 15px;
}

.kvi-cd-text {
    color: #cfd8d3;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* LIST */
.kvi-cd-list {
    padding-left: 20px;
    margin-bottom: 15px;
}

/* ITEMS */
.kvi-cd-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e6ebe8;
    line-height: 1.6;
    transition: 0.3s ease;
    list-style: disc;
}

/* DOT COLOR */
.kvi-cd-list li::marker {
    color: #bfa37a;
    font-size: 16px;
}

/* HOVER */
.kvi-cd-list li:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* RESPONSIVE */
@media(max-width: 992px) {

    .kvi-cd-container {
        flex-direction: column;
        text-align: center;
    }

    .kvi-cd-title {
        font-size: 26px;
    }

    .kvi-cd-image img {
        max-width: 100%;
    }
}
/**/
/* SECTION */
.kvi-ss-section{
	padding: 50px 0;
	background-color: #0f1a14;
}

/* ITEM */
.kvi-ss-item{
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.kvi-ss-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

 /*ICON */
.kvi-ss-item .kvi-ss-icon{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.05);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.kvi-ss-item:hover .kvi-ss-icon{
	background-color: transparent;
}
.kvi-ss-item .kvi-ss-icon i{
	color: #bfa37a;
	font-size: 18px;
	z-index: 1;
	transition: 0.3s;
}

.kvi-ss-item:hover .kvi-ss-icon i{
	color: #0f1a14;
}

/* ICON INNER EFFECT */
.kvi-ss-item .kvi-ss-icon::before{
	content: '';
	position: absolute;
	inset: 0;
	background-color: #bfa37a;
	border-radius: 50%;
	transform: scale(0);
	transition: 0.3s ease-in-out;
}

.kvi-ss-item:hover .kvi-ss-icon::before{
	transform: scale(1);
}

.kvi-ss-item .kvi-ss-icon span{
	color: #bfa37a;
	font-size: 18px;
	z-index: 1;
	transition: 0.3s;
}

.kvi-ss-item:hover .kvi-ss-icon span{
	color: #0f1a14;
}

/* CONTENT */
.kvi-ss-content{
	width: calc(100% - 80px);
}

.kvi-ss-content h3{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
	font-family: 'Playfair Display', serif;
}
.kvi-ss-title h2{
        color: #feaa8c !important;
        font-family:'Playfair Display', serif;
}
.kvi-ss-content p{
	color: #cfd8d3;
	margin: 0;
	font-size: 14px;
}

/* IMAGE GRID */
.kvi-ss-images{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 30px;
}

.kvi-ss-box-1,
.kvi-ss-box-2{
	display: flex;
	gap: 20px;
	width: 100%;
}

/* IMAGE STYLE */
.kvi-ss-img-1,
.kvi-ss-img-2,
.kvi-ss-img-3,
.kvi-ss-img-4{
	border-radius: 10px;
	overflow: hidden;
}

.kvi-ss-img-1{ width: calc(57% - 10px); }
.kvi-ss-img-2{ width: calc(43% - 10px); }
.kvi-ss-img-3{ width: calc(67% - 10px); }
.kvi-ss-img-4{ width: calc(33% - 10px); }

.kvi-ss-img-1 img,
.kvi-ss-img-2 img,
.kvi-ss-img-3 img,
.kvi-ss-img-4 img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;

	box-shadow: 
		0 10px 30px rgba(0,0,0,0.5),
		0 0 15px rgba(191,163,122,0.25);
}

/* RESPONSIVE */
@media(max-width: 992px){
	.kvi-ss-images{
		margin-left: 0;
		margin-top: 30px;
	}

	.kvi-ss-box-1,
	.kvi-ss-box-2{
		flex-direction: column;
	}

	.kvi-ss-img-1,
	.kvi-ss-img-2,
	.kvi-ss-img-3,
	.kvi-ss-img-4{
		width: 100%;
	}
}
/**/




/* SECTION */
.kvi-ua-section {
    padding: 60px 6%;
    background: #0f1a14;
    color: #e6ebe8;
}

/* HEADER */
.kvi-ua-header {
    text-align: center;
    margin-bottom: 40px;
}

.kvi-ua-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
}

.kvi-ua-subtitle {
    color: #9aa39f;
    font-size: 14px;
}

/* HORIZONTAL WRAPPER */
.kvi-ua-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 20px;
}

/* LINE */
.kvi-ua-horizontal::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #bfa37a, transparent);
}

/* STEP */
.kvi-ua-step {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* CIRCLE */
.kvi-ua-circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #16241c;
    border: 1px solid rgba(191,163,122,0.4);
    color: #bfa37a;
    font-family: 'Playfair Display', serif;
    transition: 0.3s;
}

/* HOVER EFFECT */
.kvi-ua-step:hover .kvi-ua-circle {
    background: #bfa37a;
    color: #0f1a14;
}

/* TITLE */
.kvi-ua-step h3 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}

/* TEXT */
.kvi-ua-step p {
    font-size: 13px;
    color: #fff;
}

/* MOBILE */
@media(max-width: 768px) {

    .kvi-ua-horizontal {
        flex-direction: column;
        gap: 25px;
    }

    .kvi-ua-horizontal::before {
        display: none;
    }

    .kvi-ua-step {
        text-align: left;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .kvi-ua-circle {
        margin: 0;
    }
}  
@media(max-width: 768px) {
.kvi-ua-step {
           flex-direction: column;
    }
}
/**/
/* SECTION */
.kvi-vs-section{
  position: relative;
  padding: 120px 0;
}

/* BACKGROUND */
.kvi-vs-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.kvi-vs-bg::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
      120deg,
      rgba(10, 25, 18, 0.95),
      rgba(15, 30, 22, 0.9)
  );
}

/* CONTAINER */
.kvi-vs-container{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* CONTENT */
.kvi-vs-content h2{
  font-size: 40px;
  line-height: 50px;
  color: #feaa8c;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.kvi-vs-content h2 span{
  color: #bfa37a;
  border-bottom: 1px solid #bfa37a;
}

.kvi-vs-content h3{
  font-size: 22px;
  color: #fff;
  margin: 20px 0;
}

.kvi-vs-content p{
  font-size: 15px;
  line-height: 1.7;
  color: #cfd8d3;
}

/* LIST */
.kvi-vs-list{
  padding-left: 20px;
  margin: 15px 0;
}

.kvi-vs-list li{
  margin-bottom: 10px;
  color: #e6ebe8;
  font-size: 14px;
  transition: 0.3s;
  list-style: square;
}

.kvi-vs-list li::marker{
  color: #bfa37a;
}

.kvi-vs-list li:hover{
  transform: translateX(5px);
  color: #fff;
}

/* DESCRIPTION */
.kvi-vs-desc{
  margin-top: 20px;
  color: #9aa39f;
}

/* IMAGE */
.kvi-vs-image-box{
  display: flex;
  justify-content: center;
}

.kvi-vs-image img{
  width: 100%;
  max-width: 450px;
  border-radius: 12px;

  box-shadow: 
    0 20px 40px rgba(0,0,0,0.6),
    0 0 20px rgba(191,163,122,0.3);
}

/* ===================== */
/* TABLET */
/* ===================== */
@media(max-width: 992px){

  .kvi-vs-section{
    padding: 40px 0;
  }

  .kvi-vs-content{
    text-align: center;
    margin-bottom: 40px;
  }

  .kvi-vs-content h2{
    font-size: 30px;
  }
}

/* ===================== */
/* MOBILE */
/* ===================== */
@media(max-width: 768px){

  .kvi-vs-content h2{
    font-size: 24px;
    line-height: 32px;
  }

  .kvi-vs-content h3{
    font-size: 18px;
  }

  .kvi-vs-list li{
    font-size: 13px;
  }

  .kvi-vs-image img{
    max-width: 100%;
  }
}
/**/
/* SECTION */
.kvi-clr-section {
    padding: 40px 6%;
    background: linear-gradient(180deg, #0f1a14, #0c1410);
}

/* CONTAINER */
.kvi-clr-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* HEADER */
.kvi-clr-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #feaa8c;
    margin-bottom: 15px;
}

.kvi-clr-header p {
    color: #cfd8d3;
    font-size: 14px;
    max-width: 700px;
    margin: auto;
    line-height: 1.7;
}

/* GRID */
.kvi-clr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

/* CARD */
.kvi-clr-card {
    padding: 25px;
    border-radius: 12px;
    background: rgba(22, 36, 28, 0.7);
    border: 1px solid rgba(191,163,122,0.25);
    transition: 0.4s ease;
    backdrop-filter: blur(6px);
}

/* HOVER */
.kvi-clr-card:hover {
    transform: translateY(-8px);
    border-color: #bfa37a;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

/* PALETTE */
.kvi-clr-palette {
    display: flex;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.kvi-clr-palette span {
    flex: 1;
}

/* TITLE */
.kvi-clr-card h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

/* TEXT */
.kvi-clr-card p {
    color: #9aa39f;
    font-size: 13px;
}

/* FOOTER */
.kvi-clr-footer {
    margin-top: 40px;
    color: #cfd8d3;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

/* ===================== */
/* TABLET */
/* ===================== */
@media(max-width: 992px) {
    .kvi-clr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===================== */
/* MOBILE */
/* ===================== */
@media(max-width: 768px) {

    .kvi-clr-section {
        padding: 60px 5%;
    }

    .kvi-clr-header h2 {
        font-size: 24px;
    }

    .kvi-clr-grid {
        grid-template-columns: 1fr;
    }

    .kvi-clr-card {
        padding: 20px;
    }
}



/* SECTION */
.kvi-ap-section {
    padding: 80px 6%;
    background: linear-gradient(180deg, #0f1a14, #0c1410);
    text-align: center;
}

/* HEADER */
.kvi-ap-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #feaa8c;
    margin-bottom: 10px;
}

.kvi-ap-header p {
    color: #9aa39f;
    font-size: 14px;
}

/* GRID */
.kvi-ap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

/* CARD */
.kvi-ap-card {
    position: relative;
    padding: 30px 20px;
    border-radius: 12px;

    background: rgba(22, 36, 28, 0.7);
    border: 1px solid rgba(191,163,122,0.25);

    backdrop-filter: blur(6px);
    transition: 0.4s ease;
}

/* HOVER */
.kvi-ap-card:hover {
    transform: translateY(-8px);
    border-color: #bfa37a;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

/* NUMBER */
.kvi-ap-number {
    font-size: 32px;
    font-weight: 600;
    color: rgba(191,163,122,0.2);
    margin-bottom: 10px;
}

/* TITLE */
.kvi-ap-card h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}

/* TEXT */
.kvi-ap-card p {
    color: #cfd8d3;
    font-size: 13px;
    line-height: 1.6;
}

/* ===================== */
/* TABLET */
/* ===================== */
@media(max-width: 992px) {
    .kvi-ap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===================== */
/* MOBILE */
/* ===================== */
@media(max-width: 768px) {

    .kvi-ap-section {
        padding: 60px 5%;
    }

    .kvi-ap-header h2 {
        font-size: 24px;
    }

    .kvi-ap-grid {
        grid-template-columns: 1fr;
    }

    .kvi-ap-card {
        padding: 25px;
    }
}
/* CARD */
.kvi-ap-card {
    position: relative;
    padding: 30px 20px;
    border-radius: 14px;

    background: rgba(22, 36, 28, 0.7);
    border: 1px solid rgba(184,115,51,0.2);

    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* FULL DIAGONAL FILL LAYER */
.kvi-ap-card::before {
    content: '';
    position: absolute;
    inset: 0;

    background: #b87333;

    /* START HIDDEN DIAGONALLY */
    transform: translate(-100%, -100%);
    transition: transform 0.5s ease;

    z-index: 0;
}

/* KEEP CONTENT ABOVE */
.kvi-ap-card * {
    position: relative;
    z-index: 2;
}

/* DEFAULT TEXT */
.kvi-ap-card h3 {
    color: #ffffff;
    transition: 0.3s;
}

.kvi-ap-card p {
    color: #cfd8d3;
    transition: 0.3s;
}

.kvi-ap-number {
    font-size: 32px;
    color: rgba(184,115,51,0.3);
    transition: 0.3s;
}

/* SECTION */
.kvi-wc-section {
    position: relative;
    padding: 40px 6%;
}

/* BACKGROUND */
.kvi-wc-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.kvi-wc-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(10,25,18,0.92),
        rgba(15,30,22,0.88)
    );
}

/* CONTAINER */
.kvi-wc-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

/* GRID */
.kvi-wc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* CARD */
.kvi-wc-card {
    padding: 35px;
    border-radius: 12px;

    background: rgba(22, 36, 28, 0.6);
    border: 1px solid rgba(191,163,122,0.25);

    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
}

/* HOVER EFFECT */
.kvi-wc-card:hover {
    transform: translateY(-8px);
    border-color: #bfa37a;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

/* HEADING */
.kvi-wc-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #feaa8c;
    margin-bottom: 15px;
}

/* TEXT */
.kvi-wc-card p {
    color: #cfd8d3;
    font-size: 14px;
    line-height: 1.7;
}

/* LIST */
.kvi-wc-card ul {
    padding-left: 20px;
    margin: 12px 0;
}

.kvi-wc-card ul li {
    color: #e6ebe8;
    margin-bottom: 8px;
    font-size: 14px;
    transition: 0.3s;
        list-style: disc;
}

/* DOT STYLE */
.kvi-wc-card ul li::marker {
    color: #bfa37a;
}

/* HOVER */
.kvi-wc-card ul li:hover {
    transform: translateX(4px);
    color: #fff;
}

/* ===================== */
/* TABLET */
/* ===================== */
@media(max-width: 992px) {
    .kvi-wc-grid {
        grid-template-columns: 1fr;
    }

    .kvi-wc-card {
        text-align: center;
    }
}

/* ===================== */
/* MOBILE */
/* ===================== */
@media(max-width: 768px) {

    .kvi-wc-section {
        padding: 60px 5%;
    }

    .kvi-wc-card {
        padding: 25px;
    }

    .kvi-wc-card h2 {
        font-size: 22px;
    }

    .kvi-wc-card p,
    .kvi-wc-card ul li {
        font-size: 13px;
    }
}



/* CARD */
.kvi-ap-card {
    position: relative;
    padding: 30px 20px;
    border-radius: 14px;

    background: rgba(22, 36, 28, 0.7);
    border: 1px solid rgba(184,115,51,0.2);

    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* FULL DIAGONAL FILL LAYER */
.kvi-ap-card::before {
    content: '';
    position: absolute;
    inset: 0;

    background: #feaa8c;

    /* START HIDDEN DIAGONALLY */
    transform: translate(-100%, -100%);
    transition: transform 0.5s ease;

    z-index: 0;
}

/* KEEP CONTENT ABOVE */
.kvi-ap-card * {
    position: relative;
    z-index: 2;
}

/* DEFAULT TEXT */
.kvi-ap-card h3 {
    color: #ffffff;
    transition: 0.3s;
}

.kvi-ap-card p {
    color: #cfd8d3;
    transition: 0.3s;
    text-align: center;
}

.kvi-ap-number {
    font-size: 32px;
    color: #feaa8c;
    transition: 0.3s;
}

/* 🔥 HOVER = FULL BOX FILLS */
.kvi-ap-card:hover::before {
    transform: translate(0, 0);
}

/* TEXT TURNS BLACK */
.kvi-ap-card:hover h3,
.kvi-ap-card:hover p {
    color: #000000;
}

.kvi-ap-card:hover .kvi-ap-number {
    color: #2c3b2a;
}

/* LIFT EFFECT */
.kvi-ap-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}








/* ===== MAIN LAYOUT ===== */
.qx9_blog_with_sidebar_wrap {
  padding: 60px 20px;
  background: #2c3b2a;
}

.qx9_blog_with_sidebar_grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.qx9_blog_area_wrap {
  padding: 0; /* remove extra spacing if needed */
}

.qx9_recent_sidebar_box {
  background: #1c1c1c;
  padding: 25px;
  border-radius: 14px;
  margin-top: 60px;
}

/* TITLE */
.qx9_recent_title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f4a67f;
}

/* ITEM */
.qx9_recent_item_box {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.qx9_recent_item_box:hover {
  transform: translateX(6px);
}

/* IMAGE */
.qx9_recent_img img {
  width: 75px;
  height: 65px;
  object-fit: cover;
  border-radius: 6px;
}

/* TEXT */
.qx9_recent_text h4 {
  font-size: 14px;
  margin-bottom: 6px;
  transition: 0.3s;
  color: #fff;
}

/* TITLE HOVER COLOR */
.qx9_recent_item_box:hover h4 {
  color: #f4a67f;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .qx9_blog_with_sidebar_grid {
    grid-template-columns: 1fr;
  }

  .qx9_recent_sidebar_box {
    margin-top: 30px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .qx9_recent_img img {
    width: 65px;
    height: 60px;
  }

  .qx9_recent_text h4 {
    font-size: 13px;
  }
}










/* ===== MAP SECTION WRAP ===== */
.kvx_map_fullwidth_zone {
  width: 100%;
  background: #2c3b2a; 
  /*padding: 80px 0 0;*/
}

/* ===== HEADER ===== */
.kvx_map_header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.kvx_map_header h2 {
  color: #f4a67f;
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.kvx_map_header p {
  color: #cfcfcf;
  font-size: 14px;
}

/* ===== MAP WRAPPER ===== */
.kvx_map_embed_wrapper {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

/* MAP */
.kvx_map_embed_wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(90%) brightness(85%);
  transition: 0.4s ease;
}

/* HOVER EFFECT (premium feel) */
.kvx_map_embed_wrapper:hover iframe {
  filter: grayscale(0%) contrast(100%) brightness(100%);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .kvx_map_embed_wrapper {
    height: 350px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .kvx_map_fullwidth_zone {
    padding-top: 60px;
  }

  .kvx_map_header h2 {
    font-size: 22px;
  }

  .kvx_map_embed_wrapper {
    height: 280px;
  }
}








/* WRAP */
.kvx_blog_page_wrap {
  background: linear-gradient(135deg, #1e3a2f, #0f1f18);
  color: #fff;
  padding: 60px 0;
}

/* CONTAINER */
.kvx_blog_container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

/* BREADCRUMBS */
.kvx_blog_breadcrumbs {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}

.kvx_blog_breadcrumbs a {
  color: #aaa;
  text-decoration: none;
}

.kvx_blog_breadcrumbs a:hover {
  color: #f4a67f;
}

.kvx_blog_current {
  color: #f4a67f;
}

/* SPLIT */
.kvx_blog_split_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.kvx_blog_split_image img {
  width: 100%;
  border-radius: 12px;
}

/* TEXT */
.kvx_blog_tag {
  color: #f4a67f;
  font-size: 12px;
}

.kvx_blog_title {
  font-size: 32px;
  margin: 10px 0;
  color: #feaa8c;
}

.kvx_blog_split_content p {
  color: #cfcfcf;
}

/* CONTENT */
.kvx_blog_content_area h2 {
  color: #f4a67f;
  margin-top: 30px;
}

.kvx_blog_content_area p {
  color: #cfcfcf;
  line-height: 1.7;
}

/* CENTER IMAGE */
.kvx_blog_center_image_block {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.kvx_blog_center_image_block img {
  max-width: 650px;
  width: 100%;
  border-radius: 12px;
  transition: 0.4s;
}

.kvx_blog_center_image_block img:hover {
  transform: scale(1.03);
}

/* LIST */
.kvx_blog_list {
  padding-left: 18px;
}

/* FAQ */
.kvx_blog_faq_item {
  border-bottom: 1px solid #2a2a2a;
  padding: 10px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .kvx_blog_split_layout {
    grid-template-columns: 1fr;
  }

  .kvx_blog_title {
    font-size: 24px;
  }
}




.kv-about-section {
    /*background: #2c3b2a;*/
    padding: 80px 20px;
    color: #fff;
}

@media (max-width: 767px) {
    .kv-about-section {
        padding: 0;
    }
}

.kv-about-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center; /* 🔥 vertical center */
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left */
.kv-about-content {
    flex: 1 1 500px;
}

.kv-about-title {
    color: #ff9f7a;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.kv-about-content p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
}

/* Right */
.kv-about-video {
    flex: 1 1 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video Box */
.kv-video-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
}

.kv-video-el {
    width: 100%;
    display: block;
}

/* Play Button */
.kv-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 🔥 exact center */
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.kv-play-btn:hover {
    background: rgba(0,0,0,0.8);
}

/* 📱 Responsive */
@media (max-width: 992px) {
    .kv-about-container {
        flex-direction: column;
        text-align: center;
    }

    .kv-about-video {
        margin-top: 30px;
    }
}