.elementor-kit-8{--e-global-color-primary:#F23314;--e-global-color-secondary:#090C12;--e-global-color-text:#121327;--e-global-color-accent:#F23314;--e-global-color-fa5d83d:#FFFFFF;--e-global-color-bea218e:#000000;--e-global-typography-primary-font-family:"Instrument Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Instrument Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Instrument Sans";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Instrument Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Instrument Sans", Sans-serif;font-size:18px;font-weight:500;line-height:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-size:15px;font-weight:500;text-transform:uppercase;line-height:1.2em;color:var( --e-global-color-fa5d83d );border-radius:3px 3px 3px 3px;padding:14px 26px 13px 26px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:#DF290B;}.elementor-kit-8 h1{color:var( --e-global-color-secondary );font-family:"Instrument Sans", Sans-serif;font-size:125px;font-weight:700;line-height:1em;}.elementor-kit-8 h2{color:var( --e-global-color-secondary );font-family:"Instrument Sans", Sans-serif;font-size:55px;font-weight:700;line-height:1em;}.elementor-kit-8 h3{color:var( --e-global-color-secondary );font-family:"Instrument Sans", Sans-serif;font-size:40px;font-weight:700;line-height:1em;}.elementor-kit-8 h4{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-8 h1{font-size:110px;}.elementor-kit-8 h2{font-size:45px;}.elementor-kit-8 h3{font-size:30px;}}@media(max-width:1024px){.elementor-kit-8 h1{font-size:70px;}.elementor-kit-8 h2{font-size:35px;}.elementor-kit-8 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:45px;}.elementor-kit-8 h2{font-size:30px;}.elementor-kit-8 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
    -webkit-transition: background-color 1s linear;
    transition: background-color 1s linear;
}

.dp-full-link, 
.dp-full-link a{
    background-color: transparent !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.dp-full-link a::before{
    display: none !important;
}

.elementor-button{
    position: relative;
    overflow: hidden;
}
.elementor-button::before{
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    background-color: #F23314;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-radius: 3px;
    transition: all 0.2s;
}
.dp-effect-bottom-top .elementor-button::before{
    left: 0;
    top: 100%;
}
.elementor-button .elementor-button-content-wrapper{
    position: relative;
    z-index: 2;
}
.elementor-button:hover::before{
    left: 0;
}
.dp-effect-bottom-top .elementor-button:hover::before{
    top: 0;
}
.elementor-button:hover .elementor-button-content-wrapper{
    font-style: italic;
}

.dp-button-outline a::before{
    background-color: black;
}

.dp-button-outline .elementor-button:hover .elementor-button-content-wrapper{
    font-style: normal !important;
}

.dp-project-cat ul li a{
    margin-right: 10px;
}
.dp-project-cat ul li a:last-child{
    margin-right: 0;
}
.dp-project-footer{
    margin-bottom: -50px;
    opacity: 0;
    transition: all 400ms;
}
.dp-project-item:hover .dp-project-footer{
    margin-bottom: 0;
    opacity: 1;
}

.dp-project-link{
    transform: rotate(45deg);
    transition: all 400ms;
}

.dp-project-item:hover .dp-project-link{
    transform: rotate(0deg);
}
.dp-project-cat a{
    pointer-events: none;
}
@media(max-width: 767px){
    .dp-project-footer{
        margin-bottom: 0px;
        opacity: 1;
    }
}

/*custom animation*/
@keyframes dpFadeInDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInDown {
    animation-name: dpFadeInDown !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}
@keyframes dpFadeInLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: dpFadeInLeft !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInRight {
    animation-name: dpFadeInRight !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInUp {
    animation-name: dpFadeInUp !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}/* End custom CSS */