
:root {
    --main-color-one: #411014;
    --secondary-color: #411014;
    --heading-color: #a28629;
    --paragraph-color: #411014;
}

.showcase-four .showcase-slider-content .slider-content .showcase-slider-section-four .showcase-inner .showcase-img {
    width: 100%;
    position: relative;
}

.showcase-img.bg1::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/gif1.gif) no-repeat;
    background-size: cover;
    mix-blend-mode: screen;
}

.showcase-img.bg2::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/gif1.gif) no-repeat;
    background-size: cover;
    mix-blend-mode: screen;
}

.showcase-img.bg3::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/gif1.gif) no-repeat;
    background-size: cover;
    mix-blend-mode: screen;
}

.showcase-img.bg4::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/gif1.gif) no-repeat;
    background-size: cover;
    mix-blend-mode: screen;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo {
    margin-left: 50px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
    color: #582d31 !important;
}

.navbar-area .nav-container .nav-right-content ul li:nth-child(1) {
    margin-right: 15px;
    font-weight: 900;
}
/*video edd*/
.showcase-slider-content {
    position: relative;
}

.video-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    width: 100%;
    height: 645px;
}

.side-next-img1 {
    width: 100%;
    height: 100%;
    background: #ffffff29;
    position: absolute;
    top: 0px;
    left: 0px;
}

.side-img1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33.333333%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: end;
}
/*.side-img-two1 {
    position: absolute;
    top: 0px;
    left: 25%;
    width: 25%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: end;
}*/
.side-img-three1 {
    position: absolute;
    top: 0px;
    left: 33.333333%;
    width: 33.333333%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: end;
}

.side-img-four1 {
    position: absolute;
    top: 0px;
    left: 66.666666%;
    width: 33.333333%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: end;
}

.img-hover {
    transition-timing-function: ease-in;
}

    .img-hover:hover {
        border: 1px solid rgba(255,255,255, 1);
        display: flex;
        align-items: end;
    }


    .img-hover .slide {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

        .img-hover .slide.active {
            opacity: 1;
        }

.box-cover {
    writing-mode: vertical-rl;
    color: #fff;
    padding: 15px;
    transform: rotate(180deg);
    height: 180px;
    text-align: center;
}

.img-hover:hover .box-cover {
    background: #fff;
    color: #161616;
}

.img-hover:hover {
    background: rgba(0, 0, 0, 0.3);
}

.text-wine {
    color: #411014 !important;
}

.text-gold {
    color: var(--hover-color) !important;
}

.text-white {
    color: #fff !important;
}

.slide {
    position: absolute;
    top: 0;
    padding: 15px;
}

/*.img-hover .slide .slide-text {
    display: none;
}

.img-hover:hover .slide .slide-text {
    display: block;
}*/

.btn-wrapper .bt-wt {
    color: #fff;
    border: 0.1px solid #fff;
}

.mail-slide {
    writing-mode: vertical-rl;
    padding: 3px;
    transform: rotate(180deg);
}

.social-icon {
    margin-bottom: 25px;
}

    .social-icon .social-share a {
        width: 40px;
        height: 40px;
        background: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

.line-hr {
    border-top: 1px solid rgb(0, 0, 0);
    width: 50px;
    margin: 0;
}

.typing h1 {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    line-height: 69px;
}

.typing span {
    color: var(--heading-color);
}

    .typing span::after {
        content: '|';
        animation-name: blinking;
        animation-duration: .71s;
        animation-iteration-count: infinite;
    }

@keyframes blinking {
    from {
        color: transparent;
    }

    to {
        color: lightgrey;
    }
}

.grm {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.mar-left {
    font-size: 10vw;
    font-weight: 700;
    color: #BEBEBE;
    overflow: hidden;
    display: inline-block;
}

.mar-right {
    font-size: 10vw;
    font-weight: 700;
    color: #fff;
    border: 1px rgb(65, 16, 20);
    text-shadow: 0px 0px 2px rgb(65, 16, 20);
    overflow: hidden;
    display: inline-block;
}

.footer-top.style-2 .footer-widget-content-wrapper .widget .social-icon .social-share li a {
    color: #fff;
}
/*.prot-img {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 2802.28px;
    z-index: 1;
    list-style:none;
}
    .prot-img li {
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
        max-width: 25%;
        height:260px;
        float:left;
        overflow:hidden;
            
    }*/
.prot-img {
    column-count: 4;
    column-gap: 0.8rem;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .prot-img li {
        max-width: 100%;
        margin-bottom: 0.8rem;
        display: block;
    }

.size2 {
    column-count: 2;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.7);
}

.photo-gallery-three .photo-history-content .photography-slider-three .slick-list .slick-slide:before {
    width: 120px;
}

.photo-gallery-three .photo-history-content .photography-slider-three .photo-slider-hover .photo-hover-content .photo-icon {
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-align: left;
}

.photo-gallery-four .nav-container .photography-slider-four .slick-list .slick-slide:before {
    width: 120px;
}

.service-area-two .nav-container .service-single-item .service-content {
    height: 176px;
    background-color: transparent;
}

.service-area-two .nav-container .service-single-item:hover .service-content {
    background-color: transparent;
}

#text2 {
    display: none;
}

.footer-top {
    background-color: #fafafa;
}

.widget.footer-widget p, .footer-widget.widget_tag_cloud .tagcloud a, .widget.footer-widget.widget_calendar caption, .widget.footer-widget.widget_calendar th, .widget.footer-widget.widget_calendar td {
    color: var(--main-color-one);
    font-size: 14px;
    font-weight: 400;
    max-width: 300px;
}

.widget.footer-widget ul li a, .widget.footer-widget ul li {
    color: var(--main-color-one);
}

.qry-copy {
    color: var(--main-color-one);
}

.copyright-area {
    background-color: #efefef;
}

.footer-icon a {
    color: var(--main-color-one);
}

    .footer-icon a:hover {
        color: #fff;
    }

.widget.widget_nav_menu ul li {
    margin: 8px 0;
}

.client-section .client-area .single-brand a img {
    -webkit-filter: inherit;
    filter: inherit;
}

.section-title {
    text-align: left;
}

.btn-wrapper .btn-wint {
    color: #411014;
    border: 1px solid #411014;
}

#text {
    display: none;
}

.cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #a28629;
    transition: ease-in-out;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 9;
}

.circle-cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.05s ease;
}

.navigation-menu ul {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg );
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: initial;
    /*right: 55px;
    top: 155px;*/
    width: 250px;
    text-align: left;
}

.navigation-button {
    font-size: 24px;
    cursor: pointer;
}

.navigation-menu ul li {
    position: relative;
    z-index: 999;
    font-size: 18px;
    line-height: 28px;
}

.client-section .client-area .single-brand {
    width: 100%;
}

.prot-img {
    position: relative;
}

:root {
    --bg-background: #111827;
    --clr-card: #411014;
    --clr-1: #5c1e23;
    --clr-2: #ff3ea5;
    --clr-3: #ff7ed4;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

.prot-img li {
    position: relative;
    border-radius: 0.45rem;
    cursor: pointer;
    background-color: var(--clr-card);
    z-index: 99;
}

    .prot-img li::after,
    .prot-img li::before {
        content: " ";
        position: absolute;
        z-index: -1;
        inset: -0.2rem;
        background: conic-gradient( from var(--gradient-angle), #411014, #5c1e23, #fefda5, #a28629, #a28629, #eee098, #a28629 );
        border-radius: inherit;
        animation: rotate 2.5s linear infinite;
    }

    .prot-img li::after {
        filter: blur(0.2rem);
    }

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}

.card-body {
    background: #411014;
}

.logo-wrapper i {
    background: linear-gradient(to top right, #A28629 0%, #502326 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.back-to-top {
    position: fixed;
    left: 10px;
    bottom: 90px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #522529;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    opacity: 1 !important;
    right: inherit;
    transform: rotate(-90deg);
}
/*.back-top::before {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: -82px;
    background: #522529;
}*/
.slide-text h2 {
    font-size: 32px;
    line-height: 1.4444444444444444;
}

.client-area {
    height: 160px;
    overflow: hidden;
}

.hv-100 {
    height: 100vh;
}



.bg-img-full:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 0;
}

.page-title {
    color: #d5b55e;
}

.photo-gallery-three .photo-history-content .photography-slider-three .slick-list .slick-slide img {
    display: inline-block;
    object-fit: contain;
}

.photo-gallery-three .photo-history-content .photography-slider-three .slick-list .slick-slide::before {
    display: none;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    margin-left: 15px;
}

.progress-container {
    /*position: absolute;
    top: 20px;
    left: -82px;*/
    transform-y: translate-y(-25%);
    width: 4px;
    height: 50%;
    background: #dadada;
    border-radius: 2px;
    margin: auto;
    transform: rotate(90deg);
    height: 80px;
    margin-top: -60px;
    margin-left: -50px;
}

.progress-bar {
    width: 4px;
    background: #a28629;
    border-radius: 2px;
    padding: inherit;
}

    .progress-bar:before {
        height: 0.01%;
    }

.bg-sec {
    background: url(../images/bg-sec.jpg) no-repeat !important;
    background-size: cover;
}

.navigation-menu {
    z-index: 999;
}

/*.img-hover:hover .box-cover {
    background: #fff;
    color: #161616;
    transition-delay: .1s;
    transform: translateY(-1em) rotate(180deg);
}*/
.img-hover .box-cover {
    transition-timing-function: linear;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.img-hover:hover .box-cover {
    transform: translateY(-1em) rotate(180deg);
    padding-top: 50px;
    height: 250px;
    margin-bottom: -50px;
}
/*.img-hover .box-cover {
    transform: scaleY(1) translateY(-1em);
    transition-delay: .1s;
}*/
.img-hover .box-cover::before {
    content: "";
    display: inline-block;
    width: .1111111111em;
    height: 1.6em;
    min-width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #333;
    transform-origin: top;
    transform: scaleY(0) translateY(-1em);
    transition: transform .65s cubic-bezier(.23,1,.32,1);
}

.img-hover:hover .box-cover::before {
    transform: scaleY(1) translateY(2.5em);
    transition-delay: .1s;
}



.photo-gallery-three .photo-history-content .photography-slider-three.slick-slider {
    margin-bottom: 15px;
    margin-top: 5px;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.why-choose p {
    text-align: justify;
}

.sage::before {
    font-size: 400px;
    font-weight: 700;
    text-align: center;
    color: #a2862926;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3
}

.one1::before {
    background: url(../images/s.png) no-repeat;
    background-size: cover;
}

.two2::before {
    background: url(../images/a.png) no-repeat;
    background-size: cover;
}

.three3::before {
    background: url(../images/g.png) no-repeat;
    background-size: cover;
}

.four4::before {
    background: url(../images/e.png) no-repeat;
    background-size: cover;
}


.highlighted {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

    .highlighted::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 100%;
        height: 100%;
        background: #a28629;
        z-index: 1;
        transform: translateX(-100%);
    }

    .highlighted.animate::after {
        animation: slideAndPause 1.2s ease forwards;
    }

@keyframes slideAndPause {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(0); /* Enters and fills */
    }

    60% {
        transform: translateX(0); /* Pause here (no movement) */
    }

    100% {
        transform: translateX(100%); /* Slide out to right */
    }
}

.highlighted.animate-rtl::after {
    animation: slideAndPauseRTL 1.2s ease forwards;
}

@keyframes slideAndPauseRTL {
    0% {
        transform: translateX(100%);
    }

    40%, 60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.login-back {
    padding: 60px 60px;
    background-color: rgba(255, 255, 255, 0.94);
    text-align: left;
}

.send-message {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 200;
    font-size: 72px;
    color: #582d31;
}

.message {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 700;
    font-size: 72px;
}

.login-form textarea {
    border-radius: 0;
    padding: 14px 5px;
    font-size: 14px;
    background-color: transparent;
    color: var(--main-color-one);
    border: none;
    border-bottom: 1px solid #c8c8c8;
    text-align: left;
}

.slick-dots {
    display: none !important;
}

.our-project-two .project-total-content .project-slider-controls .slider-nav {
    left: calc(65% + 3px);
}

.bg-sec .service-single-item:hover {
    -webkit-box-shadow: inset 0 0 0 2px var(--hover-color);
    box-shadow: inset 0 0 0 2px var(--hover-color);
}

.breadcrumb-area.who-we .bg-img-right::before {
    display: none;
}

.sage-ab {
    margin: -40% 0% 0% 0%;
}

.font-128 {
    font-size: 128px;
}

.client-area2 {
    column-count: 5;
    column-gap: 0.0rem;
}

    .client-area2 .single-brand {
        padding: 15px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #262626;
        /*margin-bottom: 0.8rem;*/
    }

.bg-2 {
    background: url(../images/ab-bg2.jpg) no-repeat;
    background-size: cover;
}

.client-area2 {
    padding: 0px 0;
    border: 1px solid #a28629;
}

    .client-area2 .single-brand {
        border: 1px solid #a28629;
        padding: 20px;
        /*border-radius: 6px;*/
        background: #fff;
        transition: all 0.3s ease;
    }

        .client-area2 .single-brand img {
            max-width: 100%;
            height: auto;
            filter: grayscale(100%);
            transition: all 0.3s ease;
        }

        .client-area2 .single-brand:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        }

        .client-area2 .single-brand img:hover {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

.years {
    height: 120px;
}

    .years .ityped-cursor {
        display: none;
    }

.service-four::before {
    display: none;
}

.mt--50 {
    margin-top: -50px;
}

.pt-300 {
    padding-top: 300px;
}

.inner-service-item p {
    margin-bottom: 15px;
    color: #fff;
}

.inner-service-item {
    background: transparent;
    box-shadow: none;
    padding: 0px 24px 0px 0px;
}

    .inner-service-item:hover {
        background: transparent;
    }
/*.inner-service-item:hover, .inner-service-item:hover + .inner-service-item, .inner-service-item:hover ~ .inner-service-item {
    transform: scale(1.1);
}*/
.bg-wine {
    background: #582d31;
}

.box {
    background: #a28629;
    border-radius: 15px;
    padding: 15px;
}

    .box:hover {
        background: #a28629;
    }

    .box h4 {
        color: #fff;
    }

.box {
    color: #fff;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .box h4 {
        text-align: center;
    }

    .box p {
        margin-bottom: 15px;
        color: #fff;
        text-align: center;
    }


.our-blog .blog-carousel-two .blog-single-item:hover .blog-item-image::after {
    display: none;
}

/*.service-area-two .nav-container .service-single-item .service-content .service-icon {
    opacity: 0.7;
}*/



.popup-img-vi {
    position: absolute;
    top: 20%;
    right: 10%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.popup-img-vi {
    position: relative;
    height: 100%;
}

    .popup-img-vi img {
        width: 100%;
        height: 100%;
    }

    .popup-img-vi::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #2e2e2e;
        top: 0;
        left: 0;
        opacity: 0.26;
    }

    .popup-img-vi .vdo-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .popup-img-vi .vdo-btn i {
            font-size: 16px;
            border: 1px solid #b2b2b2;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            padding-top: 8px;
            padding-left: 11px;
            background-color: #fff;
        }

    .popup-img-vi:hover {
        color: #000;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.login-section {
    margin: 60px 45px;
    margin-right: 0px;
}
.reg-section {
    margin: 60px 45px;
    margin-left: 0px;
}
.login-back {
    height: 550px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.login-back {
    padding: 40px 60px;
}
    .login-form {
    padding: 40px 45px;
    height: 550px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.login-back .login-content p {
    font-size: 20px;
    color: #525252;
    margin-bottom: 10px;
}


@property --gradient-angle2 {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

.login-form-section {
    position: relative;
    border-radius: 0.45rem;
    cursor: pointer;
    background-color: var(--clr-card);
    z-index: 99;
}

.login-form-section::after,
.login-form-section::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.2rem;
    background: conic-gradient( from var(--gradient-angle2), #411014, #5c1e23, #fefda5, #a28629, #a28629, #eee098, #a28629 );
    border-radius: inherit;
    animation: rotate2 2.5s linear infinite;
}

.login-form-section::after {
    filter: blur(0.2rem);
}

@keyframes rotate2 {
    0% {
        --gradient-angle2: 0deg;
    }

    100% {
        --gradient-angle2: 360deg;
    }
}
.login-modal .modal-custom .modal-content .close {
   
    z-index: 999;
}
.login-modal .modal-custom {
    max-width: 98%;
}
    @media only screen and (max-width: 1440px) {
        .logo {
            width: 115px;
        }
    }

    @media only screen and (max-width: 768px) {
        .prot-img {
            column-count: 2;
        }

        .navigation-button {
            display: none;
        }

        .showcase-four .social-link {
            left: 40px;
            display: none;
        }

        .typing h1 {
            text-align: left;
            font-size: 28px;
            font-weight: 400;
            line-height: 35px;
        }

        .section-title h2 {
            font-size: 24px;
        }

        .sage::before {
            font-size: 276px;
        }

        .creative-team-two h3 {
            font-size: 24px;
        }

        .section-title h1 {
            font-size: 56px;
            line-height: 1.0833333333333333;
            text-align: center;
        }

        .client-area2 {
            column-count: 2;
            column-gap: 0.0rem;
        }

        .widget_nav_menu .col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: left
        }

        .pr-3, .px-3 {
            padding-right: 0rem !important;
        }

        .pl-3, .px-3 {
            padding-left: 0rem !important;
        }

        .slide::after {
            display: none;
        }

        #cursor-effect-container h1 {
            font-size: 48px;
            line-height: 1.0833333333333333;
            text-align: center;
        }

        .slider {
            position: relative;
            width: 100%;
            height: 60vh;
        }

        .padding-bottom-55 {
            padding-bottom: 20px;
        }

        .footer-area h4 {
            font-size: 18px;
        }

        .video-bg {
            display: none;
        }

        .mobi-bg {
            background: url(../images/mobile_grm.jpg) no-repeat;
            background-size: cover;
        }

        .showcase-four .showcase-slider-content .slider-content .showcase-slider-section-four .showcase-inner {
            height: calc(70vh - 80px);
        }

        .slide-text h2 {
            font-size: 32px;
            line-height: 1.4444444444444444;
            color: #161616 !important;
        }
    }
