@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

.feature-two {
    background-color: #fff;
}

.custom-banner {
    /* margin-top: 100px; */
    position: relative;
    z-index: 1;
}

.custom-banner img {
    width: 100%;
    display: block;
    /* animation: zoomInOut 8s ease-in-out infinite alternate; */
}

/* @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
} */

.custom-container {
    margin: 0 30px 0 60px;
}

.main-menu__wrapper-inner {
    background-color: #000;
    box-shadow: none;
}

.main-menu__logo {
    float: left;
    margin-top: 10px;
}

.countdown-section {
    padding-bottom: 20px;
    background-color: #ffffff;
}

.custom-color {
    color: #3c3531 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.p-color {
    color: #8b827d !important;
}

.feature-two-shape-1 img {
    opacity: 1 !important;
}

.countdown-container {
    display: flex;
    font-size: 40px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    margin-top: -57px;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
}

.image-layer-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(37 37 37 / 70%);
    /* Adjust opacity as needed */
    z-index: 1;
    /* Ensure it's above the image but below the content */
}

.slider_custom_p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.slider_custom_p span {
    color: #d5aa6d;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 900;
}

.mandatory {
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-label {
    color: #000;
    margin-bottom: 3px;
}

.rightside {
    transform: scaleX(-1);
}

.testi-row {
    row-gap: 50px;
}

.count {
    width: 85px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #d5aa6d),
        color-stop(100, #9e7247)
    ) !important;
    color: #000;
    border-radius: 10px;
    margin: 5px;
}

.colon {
    font-size: 40px;
    margin: 5px;
    color: #000;
}

.freebook-h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.freebook-h3 span {
    color: #a87e4f;
}

.gentle-hover-shake {
    position: relative;
    /* Needed for left animation */
    animation: shake-and-pause 2.7s infinite;
    /* 0.7s shake + 2s pause */
}

@keyframes shake-and-pause {
    /* Shaking happens in the first 0.7s */
    0% {
        left: 0;
    }

    5% {
        left: -3px;
    }

    10% {
        left: 5px;
    }

    15% {
        left: -8px;
    }

    20% {
        left: 8px;
    }

    25% {
        left: -5px;
    }

    30% {
        left: 3px;
    }

    35% {
        left: 0;
    }

    /* Pause for the remaining 2 seconds */
    100% {
        left: 0;
    }
}

.book-div h4 {
    margin: 20px 0 !important;
    font-size: 20px;
    color: var(--ambed-black, #3c3531);
    margin-bottom: 26px;
    font-weight: 700;
}

.abt-detail {
    margin-top: 50px;
}

/* gallery */

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url("/images/bavk-tint.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0 100px;
}

.wrap img {
    max-width: 100%;
    width: 100%;
}

.wrap .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    /* margin: 5rem auto; */
    max-width: 937px;
    width: 100%;
    margin: 0 auto;
}

.wrap .slick-list {
    padding: 0 50px !important;
}

.wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    /* line-height: 50px; */
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    color: #000000;
    border-radius: 50%;
    transition: all 300ms ease;
    /* font-weight: 900; */
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    /* line-height: 50px; */
    margin-top: -25px;
    border: none;
    background: transparent;

    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%) !important;
    color: #ffffff !important;
    border-radius: 50%;
    transition: all 300ms ease;
    /* font-weight: 900; */
}

.wrap .slick-prev {
    left: 0px !important;
    /* text-align: left; */
    font-size: 0px;
}

.wrap .slick-next {
    right: 0px !important;
    /* text-align: right; */
    font-size: 0px;
}

.item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform 0.4s;
    position: relative;
}

.wrap .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s;
}

.item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}

.slick-center:after {
    opacity: 0;
}

/* testimonial */

.slider-video {
    position: relative;
}

.slider-video video {
    width: 100%;
}

.slider-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.myslider .slick-slide {
    margin: 0 10px;
}

.slider-video .play-icon::before {
    content: "\25B6";
    /* Unicode for play symbol */
    font-size: 30px;
    color: white;
    margin-left: 5px;
    /* Adjusts for triangle centering */
}

.days-section {
    padding: 0 0 80px 0;
}

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

.border-bottom {
    border-bottom: 1px solid #e2ddda;
}

.section-title__title1 {
    margin: 0;
    font-size: 20px;
    line-height: 45px;
    font-weight: 500;
    margin-top: 1px;
}

.abt-row {
    position: relative;
    z-index: 2;
}

.abt-row img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.single-video {
    background-color: #fff;
    padding: 0 0 60px 0;
}

.video-container {
    max-width: 320px;
    margin: auto;
}

.video-container video {
    width: 100%;
    box-shadow: rgb(0 0 0) 0px 13px 15px;
    border-radius: 25px;
}
.animation {
    position: absolute !important;
    background: transparent !important;
    display: block !important;
    left: 11% !important;
    margin-top: 33px !important;
}
.animation svg {
    width: 7% !important;
}
.arrow-below {
    position: absolute;
    left: 53%;
    transform: scaleX(-1);
    color: #000;
    font-size: 20px;
    margin-top: 24px;
    animation: below 1s linear infinite;
}
@keyframes below {
    0% {
        padding-top: 0px;
    }
    50% {
        padding-top: 5px;
    }
    100% {
        padding-top: 0px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 570px) {
    .main-slider-two__sub-title {
        font-size: 10px;
        line-height: 20px;
    }
    .brand-one__static-images img {
        height: auto;
        width: 21% !important;
    }
    .main-slider-two .image-layer-two {
        height: 100%;
    }
    .brand-one__static-images img {
        height: auto;
        width: 82% !important;
    }
    .section-title__title1 {
        margin: 0;
        font-size: 12px;
        line-height: 23px;
    }
    .testimonial-one__client-name {
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .testimonial-one__client-title {
        font-size: 7px;
        color: var(--ambed-base, #a47c68);
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.2em;
        line-height: 26px;
    }
}
.mobile-nav {
    display: none;
}
@media only screen and (max-width: 570px) {
    .mobile-nav {
        display: block;
    }
    .main-menu__right {
        display: none;
    }
    .custom-container {
        margin: 0 19px 0 19px;
        display: flex;
        justify-content: space-between;
    }
}
.ns_sos {
    display: flex;
    justify-content: space-evenly;
    margin: 0 28px;
    padding-bottom: 30px;
}

.ns_sos a {
    background-color: #d5aa6d;
    /* padding: 5px 13px; */
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
}

.ns_sos a i {
    color: #fff;
}

@media screen and (max-width: 570px) {
    .project-details__points li .icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 22px;
        font-size: 9px;
        color: var(--ambed-base, #a47c68);
        border: 1px solid var(--ambed-base, #a47c68);
        border-radius: 50%;
        padding: 10px;
    }
    .count {
        width: 85px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #d5aa6d),
            color-stop(100, #9e7247)
        ) !important;
        color: #000;
        border-radius: 10px;
        margin: 5px;
    }
    .site-footer__bottom-inner {
        position: relative;
        display: block;
        text-align: center;
        padding: 3px 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 570px) {
    .arrows2 {
        width: 35px;
        transform: scaleX(-1);
        transform: rotate(125deg);
        padding: -1px;
        position: absolute;
        left: 60%;
        top: 129%;
        animation: below 1s linear infinite;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-nav {
        display: block;
    }
    .main-menu__right {
        display: none;
    }
    .custom-container {
        /* margin: 0 30px 0 60px; */
        display: flex;
        justify-content: space-evenly;
        gap: 375px;
    }
    .ns_sos {
        display: flex;
        justify-content: space-evenly;
        margin: 1px 267px;
        padding-bottom: 30px;
        position: absolute;
        top: 29%;
        left: 15%;
        gap: 16px;
    }
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: unset !important;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    padding: 12px 0;
    /* margin-bottom: 25px; */
}
.contact-btn {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background-color: #9e7247;
    text-transform: uppercase;
    padding: 16px 36px 16px 36px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
    background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
    background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
    background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #d5aa6d),
        color-stop(100, #9e7247)
    );
    background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
    background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: bold;
    gap: 24px;
}

.timer span {
    padding: 40px 10px;
    border-radius: 5px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #d5aa6d),
        color-stop(100, #9e7247)
    ) !important;
    color: #000000;
    box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
}
.sidebar-side {
    position: relative;
    bottom: -14px;
}
.logo img {
    width: 60%;
}

.translate_ul li {
    font-size: 26px;
    color: #000000;
    padding: 10px;
}

.translate_ul hr {
    margin-top: 0;
    margin-bottom: 0;
}

.slick-center li.slick-active button {
    background: #000 !important;
    border-radius: 50px;
}
.slick-center .slick-dots li button {
    background: transparent;
    border: 1px solid #cda267;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.slick-center .slick-dots li button:before {
    content: "";
    width: 28px;
}

.slick-center1 li.slick-active button {
    background: #000 !important;
    border-radius: 50px;
}

.slick-center1 .slick-dots li button {
    background: transparent;
    border: 1px solid #cda267;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.slick-center1 .slick-dots li button:before {
    content: "";
    width: 28px;
}

.centree-slicky {
    text-align: center;
}

.main-banner {
    position: relative;
    z-index: 15;
}
.sticky-header .logo {
    padding: 16px 0px 4px;
    width: 240px;
}

.counter_p {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #0a2e72 !important;
    font-weight: 600 !important;
    padding: 24px 0 !important;
}

.scroll_down_sec {
    position: absolute;
    bottom: 210px;
    right: 7%;
}

/*.scroll_down_sec h3{*/
/*    ont-family: 'Dancing Script', cursive !important;*/
/*    color: #ffffff;*/
/*    font-weight: 900;*/
/*    font-size: 40px;*/
/*}*/

/* custom section */

.sidebar-page-container {
    padding-top: 50px;
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
    padding-bottom: 0;
}

.consult .image {
    /* position: absolute; */
    left: 0px;
    top: 0px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
}

.doc_sec {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.cust-d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 28px;
    padding-bottom: 35px;
}

.consult {
    margin-bottom: 24px;
}

.arrow-container {
    position: absolute;
    left: 135px;
    right: 0;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #cfa469;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border: 2px solid #222222;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #222222;
}

/* Custom Animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
        transform: scale3d(0.4, 0.4, 0.4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
        transform: scale3d(0.4, 0.4, 0.4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.arrow-2 .bann-down {
    position: absolute;
    width: 48% !important;
    left: 16px;
    height: 26px;
    top: 16px;
}

.cust_modal {
    width: 650px;
    background: border-box;
}

.cust-close {
    color: #ffffff;
    text-align: end;
}

.section-gallery {
    background-image: url("");
}

.hi-slide {
    position: relative;
    width: 754px;
    height: 292px;
    border-radius: 50px;
    margin: 115px auto 0;
}

.hi-slide .hi-next,
.hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border-radius: 58px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #000000;
    color: orange;
    transition: all 0.7s;
    font-size: 20px;
    font-weight: bold;
}

.hi-next:hover,
.hi-prev:hover {
    opacity: 1;
    background-color: white;
}

.hi-slide .hi-prev {
    left: 59px;
}

.hi-slide .hi-prev::before {
    content: "<";
}

.hi-slide .hi-prev {
    right: -59px;
}

.hi-slide .hi-next::before {
    content: ">";
}

.hi-slide > ul {
    list-style: none;
    position: relative;
    width: 754px;
    height: 292px;
    margin: 0;
    padding: 0;
}

.hi-slide > ul > li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    width: 0;
    height: 0;
    top: 147px;
    margin: 0;
    padding: 0;
    border: 3px solid white;
    cursor: pointer;
    background-color: #333;
}

.hi-slide > ul > li > img {
    width: 100%;
    height: 100%;
    background-position: center;
}

.main-footer .logo-widget .logo {
    margin-bottom: 5px !important;
}

.main-footer .social-column ul li {
    position: relative;
    /* margin-left: 8px; */
    display: inline-block;
}

.list-style-three .social-column li {
    padding-left: 0;
    padding-right: 20px;
}

.main-footer .social-column ul li a {
    position: relative;
    color: #999999;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .social-column ul li a:hover {
    color: #d5aa6d;
}

.main-footer {
    position: relative;
    padding: 70px 0px 0px;
    background-color: #191514;
}

.main-footer .col-lg-4 {
    display: flex;
    justify-content: center;
}

.main-footer .logo {
    text-align: center;
}

.main-footer .text {
    text-align: justify;
}

.inner-column h3 {
    font-family: "Dancing Script", cursive;
    color: #ffffff;
    font-weight: 900;
    font-size: 40px;
}

.inner-column h3 span {
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hero-slider .slick-prev {
    left: 5px;
    z-index: 9999;
}
#hero-slider .slick-next {
    right: 5px;
}
.slick-dots {
    bottom: -10px;
}
.hero-slide {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.hero-content {
    height: 400px;
    /* display: table-cell;
    vertical-align: middle; */
}
.slide-message {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .hero-content {
        height: 500px;
    }
}

/*  */
.ins a,
.ins:before,
.ins {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    color: #ffffff;
}

.fb a,
.fb:before,
.fb {
    background: #3b5999;
    color: #ffffff;
}

.yt a,
.yt:before,
.yt {
    background: red;
    color: #ffffff;
}

.tw a,
.tw:before,
.tw {
    background: #55acee;
    color: #55acee;
}

.in a,
.in:before,
.in {
    background: #e4405f;
    color: #e4405f;
}

.gh a,
.gh:before,
.gh {
    background: #333333;
    color: #333333;
}

ul#buttons {
    padding: 0;
    margin: 0;

    /* transform: translate(-50%, -50%); */
    list-style: none;
    display: flex;
    z-index: 99;
    /* 	grid-template-columns: repeat(4,1fr); */
    grid-gap: 10px;
    z-index: 100;
}

ul#buttons:before {
    /* 	content: "Social Hovers"; */
    font-size: 2em;
    font-family: Arial;
    font-weight: 300;
    color: #4d4d4d;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
    margin-top: -60px;
}

ul#buttons li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    /* box-shadow: 0px 8px 16px -6px,
				0px 0px 16px -6px; */
}

.custo_navii ul#buttons li {
    width: 45px !important;
    height: 45px !important;
}

ul#buttons li a {
    display: block;
    widows: 100%;
    height: 100%;
    font-size: 1.25em;
    background: transparent;
    transition: 0.5s;
    /* border: 1px solid; */
    animation: icon-out 0.5s forwards;
    animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
    border-radius: 40px;
}

ul#buttons li:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    transform: rotate(-45deg) translate(-110%, -23px);
    z-index: -2;
    animation: back-out 0.5s forwards;
    animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

ul#buttons li:hover a {
    animation: icon-in 0.5s forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

ul#buttons li:hover:before {
    animation: back-in 0.5s forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

@keyframes back-in {
    0% {
        transform: rotate(-45deg) translate(-110%, -23px);
    }

    80% {
        transform: rotate(-45deg) translate(5%, -23px);
    }

    100% {
        transform: rotate(-45deg) translate(0%, -23px);
    }
}

@keyframes back-out {
    0% {
        transform: rotate(-45deg) translate(0%, -23px);
    }

    20% {
        transform: rotate(-45deg) translate(5%, -23px);
    }

    100% {
        transform: rotate(-45deg) translate(-110%, -23px);
    }
}

@keyframes icon-in {
    0% {
        font-size: 1.25em;
    }

    80% {
        color: #fff;
        font-size: 1.5em;
    }

    100% {
        color: #fff;
        font-size: 1.35em;
    }
}

@keyframes icon-out {
    0% {
        color: #fff;
        font-size: 1.35em;
    }

    20% {
        color: #fff;
        font-size: 1.5em;
    }

    100% {
        font-size: 1.25em;
    }
}

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

    50% {
        transform: translatey(50px);
    }

    100% {
        transform: translatey(0px);
    }
}

.social_sec {
    padding-bottom: 40px;
}

.social_sec .fa {
    font-size: 55px;
    color: #fff;
}
.fff {
    padding: 20px 0;
}
.ffb {
    font-size: 55px;
    color: #9e7247;
    padding-bottom: 30px;
    margin-left: -15px;
}

.no1 {
    width: 123px !important;
}

.gt_switcher_wrapper {
    top: -40px !important;
}

#hero-slider .slick-list {
    height: 454px;
}

.sidebar-page-container .left-side {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 11%;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.portfolio-carousel-my .portfolio-block {
    padding: 0 10px;
}

.moj_div {
    margin-top: -18px;
}

.moj {
    width: 52px;
    padding-bottom: 20px;
}

/**/

a {
    color: #4d4d4d;
    text-decoration: none;
}

.ph1 a,
.ph1:before,
.ph1 {
    background: #bf8643;
    color: #fff;
}

.wa1 a,
.wa1:before,
.wa1 {
    background: #49c95a;
    color: #fff;
}

ul#buttonss {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 4%;
    transform: translate(-50%, -50%);
    list-style: none;
    display: grid;
    z-index: 110;
    /* 	grid-template-columns: repeat(4,1fr); */
    grid-gap: 10px;
}

ul#buttonss:before {
    /* 	content: "Social Hovers"; */
    font-size: 2em;
    font-family: Arial;
    font-weight: 300;
    color: #4d4d4d;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
    margin-top: -60px;
}

ul#buttonss li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: #000000;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    /* box-shadow: 0px 8px 16px -6px,
				0px 0px 16px -6px; */
}

ul#buttonss li a {
    display: block;
    widows: 100%;
    height: 100%;
    font-size: 1.25em;
    background: transparent;
    transition: 0.5s;
    border: 1px solid #ffffff;
    animation: icon-out 0.5s forwards;
    animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

ul#buttonss li:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    transform: rotate(-45deg) translate(-110%, -23px);
    z-index: -2;
    animation: back-out 0.5s forwards;
    animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

ul#buttonss li:hover a {
    animation: icon-in 0.5s forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

ul#buttonss li:hover:before {
    animation: back-in 0.5s forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

@keyframes back-in {
    0% {
        transform: rotate(-45deg) translate(-110%, -23px);
    }

    80% {
        transform: rotate(-45deg) translate(5%, -23px);
    }

    100% {
        transform: rotate(-45deg) translate(0%, -23px);
    }
}

@keyframes back-out {
    0% {
        transform: rotate(-45deg) translate(0%, -23px);
    }

    20% {
        transform: rotate(-45deg) translate(5%, -23px);
    }

    100% {
        transform: rotate(-45deg) translate(-110%, -23px);
    }
}

@keyframes icon-in {
    0% {
        font-size: 1.25em;
    }

    80% {
        color: #fff;
        font-size: 1.5em;
    }

    100% {
        color: #fff;
        font-size: 1.35em;
    }
}

@keyframes icon-out {
    0% {
        color: #fff;
        font-size: 1.35em;
    }

    20% {
        color: #fff;
        font-size: 1.5em;
    }

    100% {
        font-size: 1.25em;
    }
}

.item-container {
    position: relative;

    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.item-container img {
    display: block;
    width: 500px;
    height: auto;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.item-container .item-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.item-caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.item-caption-inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.item-container .item-caption h3,
.item-container .item-caption span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    display: none;
}
.item-container .item-caption h3 {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.item-container .item-caption span {
    font-style: italic;
    font-size: 12px;
}

.item-container:hover .item-caption {
    background: rgba(255, 255, 255, 0.75);
}
.item-container:hover .item-caption h3,
.item-container:hover .item-caption span {
    display: block;
}
.video {
    background-color: #fff;
}
.video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: red;
    background: #fff;
    padding: 9px 0px;
    border-radius: 26px;
}

@media only screen and (max-width: 576px) {
    .thm-btn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        outline: none !important;
        background: linear-gradient(to right, #9d7146 0%, #d5aa6d 100%);
        color: #fffbfb;
        font-size: 10px;
        font-weight: 700;
        padding: 8px 9px 5px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        overflow: hidden;
        z-index: 1;
        border: none;
        border-radius: 7px;
    }
    .feature-two-shape-1 {
        position: absolute;
        top: -1px;
        left: 0;
        opacity: -0.5;
        z-index: 1;
    }
    .project-details__room-wallpapers-text {
        font-size: 13px;
        line-height: 29px;
        text-align: justify;
    }
    #gallery .section-title {
        position: relative;
        display: block;
        margin-top: -9px;
        margin-bottom: 9px;
    }
}
