.ss ul li a,
.ss ul li a:hover {
    transition: color .3s, transform .3s
}

.rainbow span,
.rainbow span:after {
    display: block;
    width: 100%;
    height: 100%
}

#back-to-top,
.fot-h {
    color: var(--site-color)
}

.copy p a,
.copy p a:hover,
.ss ul li a:hover {
    text-decoration: underline
}

.ft-f {
    margin-right: 35px
}

.fot-h {
    font-weight: bolder
}

.ss ul li {
    line-height: 1.2;
    list-style: none
}

.ss ul {
    padding-left: 10px
}

.ss ul li a {
    width: max-content;
    display: block;
    padding: .5rem 1rem
}

.ss ul li a:hover {
    color: #a11;
    transform: scale(1.1)
}

.containerr {
    padding: 40px 25px 0;
    max-width: 1420px;
    margin: auto
}

@media (max-width:900px) {
    .ft-f {
        margin-right: 0 !important
    }
}

@media (max-width:576px) {

    .follo,
    .fot-h {
        font-size: 1.3rem
    }

    .fot-h {
        color: var(--site-color);
        font-weight: bolder
    }

    .share-icons .btn.btn-facebook.btn-simple,
    .share-icons .btn.btn-github.btn-simple,
    .share-icons .btn.btn-instagram.btn-simple,
    .share-icons .btn.btn-linkedin.btn-simple,
    .share-icons .btn.btn-pinterest.btn-simple,
    .share-icons .btn.btn-reddit.btn-simple,
    .share-icons .btn.btn-tumblr.btn-simple,
    .share-icons .btn.btn-twitter.btn-simple,
    .share-icons .btn.btn-youtube.btn-simple {
        font-size: .55rem
    }

    .btn-simple {
        margin-bottom: 10px
    }
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

#back-to-top {
    position: fixed;
    right: -150px;
    bottom: 50px;
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 20%);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    box-shadow: 0 10px 40px rgb(82 85 90 / 20%);
    font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden
}

.element-3 {
    background: linear-gradient(135deg, rgba(0, 0, 0, .22), rgba(255, 255, 255, .25))
}

#back-to-top .c-subscribe-box {
    border-radius: 100%
}

.c-subscribe-box {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    border-radius: 8px;
    width: 100%;
    height: 100%
}

#back-to-top .rainbow {
    top: -2px;
    width: 50px;
    height: 50px
}

.rainbow {
    position: absolute;
    top: -25px;
    width: 200px;
    height: 100px;
    -webkit-animation: 8s infinite o-rotate-360linear;
    animation: 8s infinite o-rotate-360linear
}

@keyframes o-rotate-360linear {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rainbow span:last-child:after {
    background: #58ecc7
}

.rainbow span:first-child {
    background: #65587f
}

.rainbow span:first-child:after {
    background: #f18867
}

.rainbow span:last-child {
    background: #e85f99
}

.rainbow span {
    position: relative;
    transform: translate(-50%, -50%)
}

.rainbow span:after {
    content: "";
    position: absolute;
    left: 100%
}

#back-to-top .c-subscribe-box__wrapper {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

.c-subscribe-box__wrapper {
    width: 190px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff
}

.c-subscribe-box__wrapper span {
    color: var(--site-color);
    font-size: 20px;
    font-weight: 700
}

#back-to-top:hover {
    background-color: var(--site-color);
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

#back-to-top.btn-active {
    right: 30px;
    opacity: 1;
    visibility: visible !important;
    z-index: 99999
}

.copy p a {
    color: #ffa970;
    font-weight: 500
}

.copy p a:hover {
    color: #fff
}

.btn.btn-simple {
    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
    border: none
}

.btn-facebook.btn-simple {
    color: #3b5998
}

.btn-twitter.btn-simple {
    color: #55acee
}

.btn-youtube.btn-simple {
    color: red
}

.btn-linkedin.btn-simple {
    color: #0a66c2
}

.btn-github.btn-simple {
    color: #24292e
}

.theme-dark .btn-github.btn-simple {
    color: #f4f6fa
}

.btn-pinterest.btn-simple {
    color: #bd081c
}

.btn-tumblr.btn-simple {
    color: #2c4762
}

.btn-reddit.btn-simple {
    color: #ff5700
}

.btn-instagram.btn-simple {
    color: #7c39ae
}

.share-icons .btn.btn-simple,
.share-icons-sm .btn.btn-simple {
    font-size: .75rem;
    background-color: currentColor !important
}

.share-icons-sm .btn.btn-simple {
    font-size: .5rem
}

.share-icons i,
.share-icons-sm i {
    margin: 0 .12em;
    min-width: 2.5em;
    display: inline-block;
    color: #fff
}

.social-shadow {
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 25%) !important
}

.share-icons .btn-instagram.btn-simple,
.share-icons-sm .btn-instagram.btn-simple {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important
}
.btn-tiktok.btn-simple {
    color: #010101;
}

.btn-likee.btn-simple {
    color: #fc3a7a;
}

.btn-whatsapp.btn-simple {
    color: #25d366;
}

.btn-telegram.btn-simple {
    color: #0088cc;
}

.share-icons .btn-tiktok.btn-simple,
.share-icons-sm .btn-tiktok.btn-simple {
    background: #010101 !important;
}

.share-icons .btn-likee.btn-simple,
.share-icons-sm .btn-likee.btn-simple {
    background: #fc3a7a !important;
}

.share-icons .btn-whatsapp.btn-simple,
.share-icons-sm .btn-whatsapp.btn-simple {
    background: #25d366 !important;
}

.share-icons .btn-telegram.btn-simple,
.share-icons-sm .btn-telegram.btn-simple {
    background: #0088cc !important;
}


.social-share {
    margin-bottom: 25px
}