

.pay-btn{
    position: fixed;
    top: 50%;
    right: -40px;
    z-index: 998;
    transform: translateY(-50%) rotate(90deg);
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
    animation: flipBtnAnime 1s infinite alternate;
}

@keyframes flipBtnAnime{
    0%{
          transform: translateY(-50%) rotate(90deg) scale(1);  
    }
    100%{
            transform: translateY(-50%) rotate(90deg) scale(1.2);
    }
}
.pay-btn img{
    width: 100%;
    height: 100%;
    
}

.fixed-book-btn{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 998;
}
.fixed-book-btn a{
    padding: 10px 20px;
    background-color: #FF8C00;
    border-radius: 50px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}

footer {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

footer .top-footer {
    position: relative;
    background-color: #002203;
}

footer .top-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pattern.webp);
    opacity: .02;
}

footer .top-footer .left-content {
    position: relative;
}

footer .top-footer .left-content span {
    color: #FF8C00;
}

footer .top-footer .left-content h3 {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    text-transform: uppercase;
}

footer .top-footer .left-content h3 span {
    font-weight: 700;
}

footer .top-footer .left-content a {
    margin-top: 10px;
}

footer .top-footer .map-section {
    position: relative;
    display: flex;
}

footer .top-footer .map-section iframe {
    height: 400px;
    width: 100%;
    margin-top: -120px;
}



@media (max-width:992px) {
    footer .top-footer .left-content h3 {
        font-size: 46px;
    }

    footer .top-footer .map-section iframe {
        height: 340px;
        width: 100%;
        margin-top: -80px;
    }

}

@media (max-width:768px) {
    footer .top-footer {
        padding-top: 40px;
    }

    footer .top-footer .left-content h3 {
        font-size: 46px;
    }

    footer .top-footer .map-section iframe {
        height: 340px;
        width: 100%;
        margin-top: 20px;
    }

}

footer .main-footer {
    padding: 60px 0;
    position: relative;
    background: url(../img/background/wild-tiger-bg.webp) no-repeat top fixed;
    background-size: cover;
}

footer .main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

footer .main-footer .abt-col .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

footer .main-footer .abt-col h2 {
    color: transparent;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 2px;
    display: inline-block;
    background: url(../img/tiger-sitting-bg.jpg) fixed;
    background-clip: text;
    -webkit-background-clip: text;
}

footer .main-footer .abt-col .title span {
    color: #fff;
    font-weight: 600;
}

footer .main-footer .abt-col p.text {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    padding-right: 20px;
}

footer .main-footer .abt-col ul li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
    transition: all 0.4s;
}

footer .main-footer .abt-col ul li:hover {
    color: #FF8C00;
}

footer .main-footer .abt-col .social-link {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .main-footer .abt-col .social-link span {
    color: #fff;
    font-size: 15px;
}

footer .main-footer .abt-col .social-link svg {
    margin: 0 4px;
    padding: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #fff;

}

footer .main-footer h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

footer .main-footer .link-col ul {
    padding-left: 20px;
}

footer .main-footer .link-col li {
    position: relative;
}

footer .main-footer .link-col li a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.4s;
}

footer .main-footer .link-col li a:hover {
    color: #FF8C00;
}

footer .main-footer .link-col li a svg {
    color: #FF8C00;
    margin-right: 10px;
    opacity: .9;
    transition: all 0.4s;
}

footer .main-footer .link-col li a:hover svg {
    transform: scale(1.4);
}

footer .main-footer .link-col .footer-cta {
    margin-top: 20px;
}
footer .main-footer .link-col .footer-cta img{
    width: 100%;
    height: 100%;
    border-radius: 10px;

}

footer .main-footer .contact-col p {
    color: #fff;
}

footer .main-footer .contact-col .call-box {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

footer .main-footer .contact-col .call-box span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

footer .main-footer .contact-col .call-box span svg {
    color: #fff;
    width: 14px;
    height: 14px;
    padding: 8px;
    border-radius: 50%;
    background-color: #FF8C00;
}

footer .main-footer .contact-col .call-box a {
    color: #fff;
    transition: all 0.4s;
    font-size: 14px;
    padding-left: 20px;
    display: inline-block;
}

footer .main-footer .contact-col .call-box a.call {
    font-size: 24px;
}

footer .main-footer .contact-col .call-box a:hover {
    color: #FF8C00;
}

footer .copyright {
    background-color: #000;
    padding: 10px 0;
    position: relative;
}

footer .copyright p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

footer .copyright a {
    color: #FF8C00;
    font-weight: 700;
}




@media (max-width:992px) {
    footer .main-footer .abt-col {
        margin-bottom: 20px;
    }

    footer .main-footer .contact-col .call-box a.call {
        font-size: 22px;
    }

}

@media (max-width:768px) {
    footer .top-footer {
        padding-top: 40px;
    }

    footer .top-footer .left-content h3 {
        font-size: 46px;
    }

    footer .top-footer .map-section iframe {
        height: 340px;
        width: 100%;
        margin-top: 20px;
    }

    footer .main-footer .link-col p {
        margin-bottom: 20px;
        padding-top: 30px;
        font-size: 36px;
    }

}