.fixed-btn a:last-child {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    z-index: 999;
    padding: 8px 12px;
    background-color: #002203;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #fff;
    animation: bounce 2s infinite linear;
    font-weight: 600;
    transition: all 0.4s;
}

.fixed-btn a:first-child {
    position: fixed;
    bottom: 20px;
    right: 190px;
    display: inline-block;
    z-index: 999;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    background-color: #FB5B32;
    transition: all 0.4s;
}

.fixed-btn a:hover {
    background-color: #FB5B32;
    color: #fff;
}

.fixed-btn a:first-child:hover {
    background-color: #fff;
    border-color: #FB5B32;
    color: #FB5B32;
}

/* ----------------------------------------------------------------------------------------------------------------------- */



footer {
    position: relative;
}

footer::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 300px;
    background: url(../img/tiger.webp) no-repeat top right;
    animation: pulse 5s infinite alternate;
    z-index: 998;
}

@media(max-width:992px) {
    footer::after {
        width: 220px;
        height: 240px;
    }
}

@media(max-width:768px) {
    footer::after {
        width: 200px;
        height: 200px;
        background-size: cover;
        bottom: -50px;
        left: -30px;
    }
}





footer .top-mini-footer {
    background: url(../img/footer-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}

footer .top-mini-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0.2));
}

footer .top-mini-footer span.tagline {
    font-size: 36px;
    font-family: 'Amatic SC', sans-serif;
    color: #FB5B32;
    font-weight: 700;
}

footer .top-mini-footer h3 {
    color: #fff;
    font-size: 46px;

}

footer .top-mini-footer h3 span {
    color: #FB5B32;
    text-transform: uppercase;
    font-weight: 900;
}

footer .top-mini-footer p.text {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

footer .top-mini-footer p.text span {
    padding: 10px 20px;
    border: 2px solid #FB5B32;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000;
    font-size: 20px;
display: inline-block;
}

footer .top-mini-footer .button-group {
    display: flex;
    gap: 30px;
    align-items: center;
}

footer .top-mini-footer a {
    padding: 10px 20px;
    background-color: #fff;
    color: #002203;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s;
}

footer .top-mini-footer a:hover {
    transform: translateY(-10px);
    background-color: #FB5B32;
    color: #fff;
}

footer .top-mini-footer a:nth-child(2n) {
    background-color: transparent;
    padding: 0;
}

footer .top-mini-footer a:nth-child(2n) svg {
    color: #fff;
    width: 34px;
    height: 34px;
    animation: vibrateIcon .5s infinite alternate;
}

@keyframes vibrateIcon {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg) scale(1.2);
        color: #FB5B32;
    }
}

footer .top-mini-footer .right-content {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-top: 4px solid #FB5B32;
}

footer .top-mini-footer .right-content h5 {
    font-weight: 900;
    color: #002203;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer .top-mini-footer .right-content h5::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    border-radius: 10px;
    background-color: #FB5B32;
    animation: borderAnime 10s infinite alternate;
}

footer .top-mini-footer .right-content .form-group {
    margin-bottom: 10px;
}

footer .top-mini-footer .right-content label {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: start;
    display: block;
    color: rgba(0, 0, 0, 0.2);
}

footer .top-mini-footer .right-content .form-control {
    padding: 10px 20px;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    box-shadow: none;
}

footer .top-mini-footer .right-content .form-control:focus {
    border-color: #FB5B32;
}

footer .top-mini-footer .right-content button {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 20px;
    border: none;
    background-color: #FB5B32;
    color: #fff;
    transition: all 0.4s;
}

footer .top-mini-footer .right-content button:hover {
    background-color: #002203;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}




@media (max-width:1200px) {
    footer .top-mini-footer span.tagline {
        font-size: 32px;
    }

    footer .top-mini-footer h3 {
        color: #fff;
        font-size: 56px;

    }
}

@media (max-width:992px) {
    footer .top-mini-footer {
        padding: 80px 0;
    }
    
    footer .top-mini-footer .left-content{
        margin-bottom: 40px;
        text-align: center;
    }
    footer .top-mini-footer .left-content .button-group{
        justify-content: center;
    }
}

@media (max-width:568px){
     footer .top-mini-footer h3 {
        color: #fff;
        font-size: 36px;

    }
    footer .top-mini-footer .button-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

}


footer .main-footer-wrapper {
    padding: 80px 0;
    position: relative;
    background: #002203;
}

footer .main-footer-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/wave-bg.png);
}

footer .main-footer-wrapper .brand-img img {
    width: 250px;
    background-color: #fff;
    border-radius: 30px 30px 0 30px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}

footer .main-footer-wrapper p.text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

footer .main-footer-wrapper p.text strong {
    color: #fff;
}

footer .main-footer-wrapper p.text span {
    color: #FB5B32;
    font-style: italic;
    text-transform: capitalize
}

footer .main-footer-wrapper p.text a {
    color: #FB5B32;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: underline !important;
}

footer .main-footer-wrapper .social-box svg {
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.7);
    width: 18px;
    height: 18px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

footer .main-footer-wrapper .social-box svg:hover {
    transform: scale(1.1);
    color: #fff;
    border-color: #FB5B32;
}

footer .main-footer-wrapper .link-col,
footer .main-footer-wrapper .contact-col {
    padding-top: 50px;
}

footer .main-footer-wrapper h6 {
    color: #FB5B32;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

footer .main-footer-wrapper h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
}

footer .main-footer-wrapper .link-col:hover h6::before,
footer .main-footer-wrapper .contact-col:hover h6::before {
    width: 100px;
}

footer .main-footer-wrapper ul li a {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

footer .main-footer-wrapper ul li a svg {
    margin-right: 10px;
    color: #FB5B32;
}

footer .main-footer-wrapper ul li a:hover {
    color: #FB5B32;
    transform: translateX(7px);
}

footer .copyright {
    background-color: #000;
}

footer .copyright p {
    margin: 0;
    padding: 40px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    font-size: 14px;
}

footer .copyright p span {
    color: #FB5B32;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
}

footer .copyright p a {
    color: #fff;
    font-weight: 700;
}

@media (max-width:568px) {

    footer .main-footer-wrapper .link-col,
    footer .main-footer-wrapper .contact-col {
        padding-top: 20px;
    }
}