.slick-arrow svg:hover {
    animation: shake-horizontal 0.6s;
}
/* .slick-arrow {
    animation: shake-horizontal 0.6s;
} */
@keyframes shake-horizontal {
    0% { transform: rotate(30deg); }
    33% { transform: rotate(-20deg); }
    66% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}
.page-template.work-page{
    padding-top: 122px;
    margin: auto;
}
.page-template.work-page .container{
    max-width: 1200px;
    padding: 0px 0;
    padding-bottom: 0;
}
.single-work h1,
.single-work h2,
.single-work > span {
    font-family: 'Galano Grotesque Regular' !important;
}
.work-page .heading-title-page{
    padding-top: 100px;
    margin-bottom: -38px;
}
.work-page .heading-title-page h2{
    font-size: 77px;
    font-family: 'Galano Grotesque ExtraBold';
    /* font-style: italic; */
    text-transform: uppercase;
    color: #414042;
}
.page-template.work-page * {
    color: #414042;
}
.item-term {
    display: none;
}
.container.tab-content.mood-section.light-section{
    padding-bottom: 0px;
}
.inner-work-tags-container {
    max-width: 141px;
    width: 100%;
}
.mood-tab-container{
    display: flex;
    border-bottom: 2px solid #000;
}
.mood-tab-container #line-tab{
    width: 100%;
}
.mood-tab-container .group-tabs{
    position: relative;
    flex: 0 0 700px;
    display: flex;
    height: 70px;
    /* padding-bottom: 30px; */
}
.mood-tab-container .group-tabs > .tab{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}
.mood-tab-container .group-tabs > .tab.active > span{
    font-family: 'Galano Grotesque SemiBold';
}
.mood-tab-container .group-tabs > .tab > span{
    font-family: 'Galano Grotesque Regular';
    font-size: 23px;
}
.mood-tab-container .group-tabs > .tab > span:hover{
    font-family: 'Galano Grotesque SemiBold';
}

#group-tab-box #tab-box{
    position: absolute;
    bottom: -15px;
    margin-right: -15px;
    right: 78%;
    width: 30px;
    border-radius: 8px;
    height: 30px;
    background-color: #414042;
    transition: all .5s ease;
    z-index: 1;
}
.container.tab-content{
    padding-top: 0;
    padding-bottom: 100px;
}
.work-type-container{
    /* padding-bottom: 30px;
    padding-top: 30px; */
    border-bottom: 2px solid #414042;
}
.container.tab-content .work-type-container:last-child {
    border: 0;
}

.work-type-container .work-type-slider .work-type-item{
    width: 356px;
    padding: 0 26px;
    /* height: 200px; */
}

.work-type-slider .slick-next.slick-arrow {
    right: 1%;
}

.work-type-container h3 {
    font-family: 'Galano Grotesque';
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 500;
}

.work-type-container h3 sup{
    font-size: 16px;
    top: -1.5em;
}
.work-type-item a,
.tag.archive .tag-type-item a{
    display: flex;
    /* overflow: hidden; */
}
.work-type-item .item-img{
    max-width: 356px;
    width: 100%;
    height: 149px;

    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.work-type-item:hover .item-img,
.tag-type-item:hover .item-img{
    transform: scale(1.1);
}
.work-type-item .item-title{
    margin-top: 20px;
}
.work-type-item .item-title a{
    font-family: 'Galano Grotesque';
    /*font-style: italic;*/
    font-size: 23px;
    color: #000;
    font-weight: 500;
}

.work-type-allprojects .mb-5{
    margin-bottom: 10rem!important;
}
.work-type-slider .slick-prev {
    /* display: none !important; */
    transform: rotate(180deg);
    /* display: none !important; */
}
.work-type-slider .slick-next:hover svg g#Ellipse_21 circle{
    stroke:#414042;
    fill:#414042;
}
.work-type-slider .slick-prev:hover svg g#Ellipse_21 circle{
    stroke:#414042;
    fill:#414042;
}
.page-template-work ul.slick-dots li button {
    display: none;
}
.page-template-work ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.page-template-work ul.slick-dots li {
    border: 5px solid #EFEFEF;
    border-radius: 25px;
    margin: 5px;
    margin-top: 30px;
}
ul.slick-dots li.slick-active {
    border: 5px solid #F6EE23;
}
@media all and (max-width: 1024px) {
    .mood-tab-container .group-tabs > .tab > span{
        font-size: 16px;
    }
    .mood-tab-container .group-tabs{
        height: 80px;
    }
    .work-page .heading-title-page {
        margin-bottom: -49px;
        padding-top: 50px;
    }
    .work-type-container h3 {
        font-size: 34px;
    }
    .page-template.work-page .container{
        padding-bottom: 0;
    }
}
@media (max-width:767px){
    .page-template.work-page .container {
        padding: 0px 30px;
        padding-bottom: 30px;
    }
    /* .elementor-element-85ca6b4.padding-section {
        padding: 0;
    } */
    .elementor-element-256b60a1.padding-section {
        padding: 0;
    }
}
@media all and (max-width: 1024px) and (min-width:758px) {
    .work-type-item .item-img {
        height: 16vw;
    }
}
@media all and (min-width:426px) and (max-width: 1024px) {
    .work-page .heading-title-page h2 {
        font-size: 50px;
    }
}
@media all and (min-width:769px) and (max-width: 1024px) {
    .mood-tab-container .group-tabs {
        position: relative;
        flex: 0 0 500px;
        display: flex;
        height: 70px;
    }
}
@media all and (min-width:768px){
    .work-type-slider {
        padding-right: 65px;
    }
    
}
@media all and (max-width: 768px) {
    #group-tab-box #tab-box{
        right: unset;
        transform: translate(-50%, 0);
    }
    .mood-tab-container #line-tab{
        display: none;
    }
    .mood-tab-container .group-tabs {
        flex: 0 0 100%;
    }
    .mood-tab-container .group-tabs > .tab {
        justify-content: center;
        padding: 0 20px;
    }
    .work-page .heading-title-page {
        margin-bottom: 0;
    }
    .mood-tab-container .group-tabs > .tab > span{
        text-align: center;
    }
    .work-page .heading-title-page {
        padding-top: 50px;
    }
    .work-page .heading-title-page h2{
        font-size: 35px;
    }
    .work-type-item .item-title a{
        font-size: 18px;
    }
}
@media all and (max-width: 480px) {
    #group-tab-box #tab-box{
        left: calc(100%/6);
    }
}
@media all and (max-width: 425px) {
    .work-page .heading-title-page h2 {
        font-size: 35px;
    }
    .mood-tab-container .group-tabs > .tab {
        padding: 0 10px;
    }
    .work-page .heading-title-page {
        margin-bottom: 0;
    }
    /* .page-template.work-page .container {
        padding-right: 0;
        padding-left: 33px;
    } */
    .work-type-container h3 sup{
        display: none;
    }
    .page-template-work .slick-prev.slick-arrow{
        display: none !important;
    }
    .page-template-work .slick-next.slick-arrow {
        right: 15px;
        top: -77px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
    }
    .work-type-container h3 {
        font-size: 25px;
    }
    .work-type-item .item-img {
        max-width: 100%;
    }
    .work-type-container .work-type-slider .work-type-item{
        padding: 0;
    }
    .work-type-allprojects .work-type-item:last-child{
        margin-bottom: 0 !important;
    }
    .container.tab-content {
        /* padding-bottom: 200px; */
    }
}
@media all and (max-width: 320px){
    
}