/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer {
    position: relative;
    display: block;
    z-index: 1;
    background-color: var(--crank-black);
}

.site-footer__wrap {
    position: relative;
    display: block;
    max-width: 1560px;
    width: 100%;
    margin: 0 auto 0;
    padding: 80px 15px 40px;
    background-color: var(--crank-black);
    z-index: 1;
}

.footer-widget__logo-text {
    color: white;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -2px;
}

.footer-widget__about-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.footer-widget__title {
    font-size: 24px;
    color: var(--crank-white);
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--crank-font);
}

.footer-widget__contact-list li {
    margin-bottom: 20px;
}

.footer-widget__contact-icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--crank-white);
    margin-bottom: 5px;
}

.footer-widget__contact-icon-box span {
    font-size: 18px;
}

.footer-widget__contact-text a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.footer-widget__contact-text a:hover {
    color: var(--crank-base);
}

.footer-widget__menu-list li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-widget__menu-list li a:hover {
    color: var(--crank-base);
    padding-left: 5px;
}

.footer-widget__social a {
    background: white;
    color: black !important;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-widget__social a:hover {
    background: var(--crank-base);
    color: white !important;
    transform: translateY(-3px);
}

.site-footer__bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two .site-footer__wrap {
    background-color: var(--crank-black);
    padding: 30px 15px 0;
}

.site-footer-two__shape-1 {
    position: absolute;
    top: -500px;
    left: -700px;
    width: 1404px;
    height: 741px;
    background: #063FFF;
    filter: blur(182px);
    opacity: .50;
    z-index: -1;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: -455px;
    left: -564px;
    width: 861px;
    height: 693px;
    background: #FF0000;
    filter: blur(182px);
    opacity: .50;
    z-index: -1;
}

.footer-widget__social-box {
    position: relative;
    display: block;
    margin-left: 150px;
}

.footer-widget__social-text {
    color: var(--crank-white);
    margin-bottom: 28px;
}

.footer-widget__social {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-widget__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #232323;
    border-radius: 50%;
    font-size: 15px;
    color: var(--crank-white);
    overflow: hidden;
    z-index: 1;
}

.footer-widget__social a:hover {
    color: var(--crank-base);
    background-color: var(--crank-white);
}

.footer-widget__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--crank-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.footer-widget__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer-three__wrap {
    position: relative;
    display: block;
    max-width: 1530px;
    width: 100%;
    margin: 0 auto 0;
    padding: 84px 0 0;
    background-color: var(--crank-black);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    top: -600px;
    left: -475px;
    width: 1404px;
    height: 741px;
    background: #FF0000;
    filter: blur(182px);
    opacity: .50;
    z-index: -1;
}

.site-footer-three__shape-2 {
    position: absolute;
    bottom: -500px;
    left: -575px;
    width: 861px;
    height: 693px;
    background: #063FFF;
    filter: blur(182px);
    opacity: .50;
    z-index: -1;
}

.site-footer-three__top {
    position: relative;
    display: block;
}

.site-footer-three__top-inner {
    position: relative;
    display: block;
    padding: 0 0 40px;
}

.site-footer-three__left {
    position: relative;
    display: block;
}

.site-footer-three__title {
    font-size: 72px;
    color: var(--crank-white);
    line-height: 84px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

.site-footer-three__newsletter-form {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
}

.site-footer-three__newsletter-input {
    position: relative;
    display: block;
}

.site-footer-three__newsletter-input input[type="email"] {
    font-size: 16px;
    color: var(--crank-white);
    font-weight: 400;
    height: 60px;
    width: 100%;
    background: rgba(var(--crank-gray-rgb), 1);
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 0 30px 0;
    padding-right: 70px;
}

.site-footer-three__newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: var(--crank-base);
    padding: 0;
    width: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer-three__right {
    position: relative;
    display: block;
    margin-top: 10px;
}

.site-footer-three__menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.site-footer-three__menu li {
    position: relative;
    display: block;
}

.site-footer-three__menu li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--crank-white);
}

.site-footer-three__menu li a:hover {
    color: var(--crank-base);
}

.site-footer-three__social {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.site-footer-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #232323;
    border-radius: 50%;
    font-size: 15px;
    color: var(--crank-white);
    overflow: hidden;
    z-index: 1;
}

.site-footer-three__social a:hover {
    color: var(--crank-base);
    background-color: var(--crank-white);
}

.site-footer-three__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--crank-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer-three__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-three__img-box {
    position: relative;
    display: block;
}

.site-footer-three__road {
    position: relative;
    display: block;
    margin-top: -42px;
    margin-left: 151px;
}

.site-footer-three__road>img {
    width: auto;
}

.site-footer-three__img {
    position: absolute;
    bottom: -45px;
    right: 243px;
    animation: leftRight 4s ease-in-out infinite;
}

.site-footer-three__img>img {
    width: auto;
}

/*--------------------------------------------------------------
# Footer Four
--------------------------------------------------------------*/
.site-footer-four .site-footer__wrap {
    padding: 0px 15px 0;
}

.site-footer-four__contact-box {
    position: relative;
    display: block;
    background-color: #232323;
    padding: 30px 30px 30px;
    text-align: center;
    border-radius: 20px;
    margin-left: 60px;
    margin-top: 2px;
}

.site-footer-four__contact-title {
    font-size: 24px;
    color: var(--crank-white);
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 31px;
}

.site-footer-four__contact-time {
    position: relative;
    display: block;
}

.site-footer-four__contact-time li {
    position: relative;
    display: block;
    color: var(--crank-white);
}

.site-footer-four__contact-time li+li {
    margin-top: 16px;
}

.site-footer-four__btn-box {
    position: relative;
    display: block;
    margin-top: 28px;
}

.site-footer-four__btn-box .thm-btn:after {
    background-color: var(--crank-white);
}

.site-footer-four__btn-box .thm-btn:hover {
    color: var(--crank-black);
}

.site-footer-four .footer-widget__social-box {
    margin-left: 100px;
}














/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/