

.section-block-demo116-footer {
    padding: 6rem 0 4rem;
    background: url(https://ecdn6.globalso.com/upload/m/image_other/2024-11/demo217-footer-bg.png) no-repeat top/cover;
    position: relative;
    margin-top: -47px
}

.section-block-demo116-footer,
.section-block-demo116-footer a {
    color: #fff;
    font-size: 16px
}

.section-block-demo116-footer .foot-title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 48px
}

.section-block-demo116-footer .foot-logo {
    padding: 20px 0 49px
}

.section-block-demo116-footer .foot-logo img {
    height: 7rem
}

.section-block-demo116-footer .foot-items {
    padding: 17px 0
}

.section-block-demo116-footer .foot-item {
    padding: 10px 0
}

.section-block-demo116-footer .foot-item.item1 {
    width: 24%
}

.section-block-demo116-footer .foot-item.item2,
.section-block-demo116-footer .foot-item.item3 {
    width: 13%
}

.section-block-demo116-footer .foot-item.item4 {
    width: 20%
}

.section-block-demo116-footer .foot-nav li {
    padding: 10px 0;
    padding: 11px 0;
    text-transform: capitalize
}

.section-block-demo116-footer .foot-nav i {
    width: 14px;
    height: 1px;
    background-color: rgba(255, 255, 255, .34);
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.section-block-demo116-footer .foot-social li {
    padding: 10px 0 7px
}

.section-block-demo116-footer .foot-social img {
    width: 30px
}

.section-block-demo116-footer .foot-social .social-text {
    padding-left: 17px;
    text-transform: capitalize
}

.section-block-demo116-footer .foot-contacts li {
    padding: 10px 0 23px
}

.section-block-demo116-footer .foot-contacts .contact-tit {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5
}

.section-block-demo116-footer .foot-top {
    width: 38px;
    height: 38px;
    background-color: var(--bs-theme-color);
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    -webkit-animation: raindrop-reverse 1s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
    -moz-animation: raindrop-reverse 1s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
    -o-animation: raindrop-reverse 1s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate;
    animation: raindrop-reverse 1s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite alternate
}

.section-block-demo116-footer .foot-top h2 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

@-webkit-keyframes raindrop-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes raindrop-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -moz-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
}

@-o-keyframes raindrop-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes raindrop-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -moz-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}

.section-block-demo116-footer .gotop {
    display: none
}

@media screen and (max-width:1280px) {
    .section-block-demo116-footer {
        margin-top: -73px
    }

    .section-block-demo116-footer .foot-item.item1,
    .section-block-demo116-footer .foot-item.item2,
    .section-block-demo116-footer .foot-item.item3,
    .section-block-demo116-footer .foot-item.item4 {
        width: 38%
    }
}

@media screen and (max-width:992px) {
    .section-block-demo116-footer .foot-logo {
        padding: 20px 0
    }

    .section-block-demo116-footer .foot-logo img {
        height: 5rem
    }

    .section-block-demo116-footer .foot-title {
        margin-bottom: 20px
    }

    .section-block-demo116-footer .foot-item.item1 {
        width: 50%
    }

    .section-block-demo116-footer .foot-title {
        font-size: 18px
    }
}

@media screen and (max-width:640px) {
    .section-block-demo116-footer {
        margin-top: 0
    }

    .section-block-demo116-footer .foot-logo img {
        height: 4rem
    }

    .section-block-demo116-footer .foot-item.item1,
    .section-block-demo116-footer .foot-item.item2,
    .section-block-demo116-footer .foot-item.item3,
    .section-block-demo116-footer .foot-item.item4 {
        width: 100%;
        padding: 20px 0
    }

    .section-block-demo116-footer,
    .section-block-demo116-footer a {
        font-size: 14px
    }
}

@media screen and (max-width:480px) {
    .section-block-demo116-footer .foot-title {
        font-size: 16px
    }
}
