@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Playfair+Display&family=Poppins:wght@300;400;500;600;700;800&display=swap);
*,
li,
ol,
ul {
    padding: 0;
    margin: 0;
}
.hero,
img {
    width: 100%;
}
.about-content,
.top-bar,
p {
    font-size: 15px;
}
.best-section p,
.footer-about {
    line-height: 1.8;
}      .h-info {
    background: #e2e2e2;
    padding: 10px;
}
 strong {
    color: #a94c18;
    vertical-align: middle;
    margin-bottom: 5px;
}
.service-hotel
{
        display:flex ;
        justify-content: space-around;
}
.about-content,
.btn-tour-detail,
.default-form h4,
.footer-head,
.tour-box .tour-img-box .best-package {
    text-transform: uppercase;
}
:root {
    --jungl-dark: #0d1a0f;
    --jungl-green: #1a3320;
    --forest: #2d5a27;
    --gold: #c9960a;
    --amber: #e8b84b;
    --cream: #f5f0e8;
    --warm-white: #fdfaf5;
    --text-dark: #1a1a1a;
}
* {
    box-sizing: border-box;
}
li,
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none !important;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700 !important;
    line-height: 1.4em !important;
}
body {
    font-family: Poppins, sans-serif;
    background: var(--warm-white) !important;
    color: var(--text-dark);
    overflow-x: hidden;
}
p {
    line-height: 30px;
    text-align: justify;
    margin-bottom: 6px !important;
}
img {
    height: auto;
}
.top-bar a {
    color: var(--amber) !important;
    transition: color 0.3s;
}
.bread-crumb i,
.top-bar span i {
    vertical-align: middle;
}
.top-bar {
    background-color: var(--jungl-green);
    color: var(--cream);
    padding: 8px 0;
    letter-spacing: 0.5px;
}
.navbar img {
    height: 55px;
}
.menu-box {
    background-color: #fff;
    backdrop-filter: blur(11px);
    border-bottom: 1px solid rgb(232 172 5);
}
.menu-box .navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 8px 13px !important;
    position: relative;
    transition: 0.3s;
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 14px;
    width: 0;
    height: 2px;
    background: var(--amber);
    transition: width 0.3s;
}
.navbar-nav .nav-link:hover::after {
    width: calc(100% - 28px);
}
.hero {
    height: 450px;
    background-image: url("../images/hero-banner-tiger.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-section {
    padding: 50px 0;
}
.about-img {
    position: relative;
}
.about-img-top,
.about-img-two {
    position: absolute;
    border: 5px solid var(--warm-white);
}
.about-img-one {
    width: 100%;
    object-fit: cover;
}
.about-img-two {
    right: -30px;
    bottom: -30px;
    height: 200px;
    width: 200px;
}
.about-img-top {
    top: -30px;
    left: -30px;
    height: 150px;
    width: 150px;
}
.about-text {
    padding-left: 50px;
}
.about-content {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 14px;
}
.about-content::after,
.about-content::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
}
h1 {
    font-size: 23px !important;
}
.divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 15px 0 20px;
}
.divider::after,
.divider::before {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold));
}
element.style {
    display: inline-block;
}
.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--amber));
    color: var(--jungl-dark);
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-primary:hover {
    transform: translateY(-2px);
    color: var(--jungl-dark);
}
b {
    color: var(--amber);
}
.best-section,
.tours-section {
    padding: 40px 0;
    background: var(--jungl-green);
}
h2 {
    font-size: 21px !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 19px !important;
}
h5 {
    font-size: 18px !important;
}
h6 {
    font-size: 17px !important;
}
.tours-section .tour-box {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 150, 10, 0.15);
    height: 100%;
    overflow: hidden;
    transition: 0.3s;
}
.tour-box .tour-img-box {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.tour-box .tour-img-box .best-package {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold);
    font-weight: 600;
    color: var(--jungl-dark);
    letter-spacing: 2px;
    font-size: 13px;
    padding: 5px 10px;
}
.tour-box .tour-img-box .tour-duration {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(13, 26, 15, 0.85);
    color: var(--amber);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 1px;
}
.tour-box .tour-body {
    padding: 22px;
}
.tour-box .tour-body .tour-tittle {
    font-size: 20px;
    color: var(--cream);
    margin-bottom: 14px;
    line-height: 1.3;
}
.tour-box .tour-body .tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(201, 150, 10, 0.15);
    padding-top: 15px;
    margin-top: 17px;
}
.tour-box .tour-body .tour-footer .btn-tour-book {
    background: linear-gradient(135deg, var(--gold), var(--amber));
    color: var(--jungl-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    display: inline-block;
    transition: 0.5s;
}
.btn-tour-detail {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--amber);
    text-decoration: none;
    transition: color 0.3s;
}
.book-form {
    background: #e4e4e3;
    padding: 30px 20px 20px;
    border-radius: 5px;
}
.tour-box:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 150, 10, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.tour-box:hover .tour-img-box img {
    transform: scale(1.08);
}
.tour-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.tours-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.history-section {
    padding: 30px 0 0;
    background: var(--jungl-green);
    position: relative;
}
.history-section p {
    color: rgba(245, 240, 232, 0.85);
    line-height: 1.8;
}
.section-tittle {
    color: var(--jungl-dark);
}
.info-safari p,
.tittle-light {
    color: var(--cream);
}
.img-tiger {
    margin-top: -89px;
}
.visit-places-section {
    padding: 60px 0;
    background: var(--warm-white);
    position: relative;
    overflow: hidden;
}
.visit-places-section .visit-box {
    padding: 30px 30px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 150, 10, 0.15);
    height: 100%;
    transition: 0.5s;
    border-radius: 6px;
}
.visit-places-section .visit-box:hover {
    border-color: var(--gold);
    box-shadow: 0 10px 40px rgba(201, 150, 10, 0.1);
    transform: translateY(-4px);
}
.visit-places-section .visit-box .icon-box {
    background: linear-gradient(135deg, var(--jungl-dark), var(--forest));
    border-radius: 50%;
    height: 65px;
    padding-top: 6px;
    width: 65px;
    font-size: 35px;
    color: var(--amber);
    margin: 0 auto 20px;
}
.reach-section {
    padding: 40px 0;
}
.reach-section .reach-box {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(45, 90, 39, 0.12);
}
.reach-section .train-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(210, 159, 17, 0.12), rgba(201, 150, 10, 0.06));
    border: 1px solid rgba(198, 149, 14, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 10px;
}
.reach-section .reach-content {
    padding: 20px;
    background: #faf3e5;
    border-radius: 5px;
}
.best-section .best-box {
    background: #faf3e5;
    padding: 4%;
    border-radius: 12px;
    margin-top: 40px;
}
.best-section img,
.faq-section .plus-icon {
    float: right;
}
.faq-section {
    padding: 2% 0;
}
.faq-section img,
.info-safari img {
    width: auto;
}
.panel {
    background-color: #fff9e0 !important;
}
.faq-acc button {
    font-size: 14px;
    font-weight: 500;
    background: url(../images/question.png) 0 50% no-repeat;
    border-bottom: 1px dashed #1a1a1a;
    padding-left: 27px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
}
.news-section {
    position: relative;
    padding: 40px;
}
.content-text {
    padding: 22px 11px 7px;
}
.content-text h6 {
    color: var(--text-dark);
}
.footer-section {
    background: #080f09;
    padding: 40px 0 0;
    color: rgba(245, 240, 232, 0.6);
}
.footer-section .footer-brand .line {
    font-size: 26px;
    font-weight: 700;
    color: var(--amber);
}
.footer-about {
    font-size: 14px;
    margin: 16px 0 24px;
    max-width: 280px;
}
.footer-head {
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--amber);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 150, 10, 0.2);
}
.footer-link a::before {
    content: "›";
    color: var(--gold);
}
.footer-link li {
    margin-bottom: 10px;
}
.footer-link a {
    font-size: 15px;
    color: rgba(245, 240, 232, 0.6);
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}
ol,
ul {
    padding-left: 0 !important;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(201, 150, 10, 0.3);
    margin-left: 6px;
    font-size: 15px;
    color: var(--amber);
    transition: 0.3s;
}
.social-links span {
    font-size: 15px;
    letter-spacing: 2px;
}
.contact-items {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
}
.contact-items i {
    color: var(--gold);
    font-size: 18px;
    margin-top: 5px;
    flex-shrink: 0;
}
.footer-copyright {
    border-top: 1px solid rgba(245, 240, 232, 0.4);
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    background-color: var(--gold)
}
.distance-section {
    padding: 30px 0;
}
.distance-section table td p {
    margin: 0 auto;
}
.geo-content {
    padding: 20px 20px 10px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: var(--amber);
    border-radius: 15px;
    box-shadow:
        0 4px 6px -1px rgb(175 167 167),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hotel-section {
    padding: 50px 0;
    background-color: var(--jungl-green);
}
.about-banner,
.best-banner,
.canter-banner,
.faq-banner,
.flora-banner,
.history-banner,
.how-reach-banner,
.jeep-banner,
.permit-banner,
.places-visit-banner,
.safari-zone-banner,
.thing-to-do-banner,
.tour-banner {
    padding-top: 90px;
}
.hotel-box {
    position: relative;
    overflow: hidden;
}
.hotel-box .hotel-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 26, 15, 0.95) 0, rgba(13, 26, 15, 0.2) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: 0.3s;
}
.hotel-box h5 {
    color: var(--cream);
    margin-bottom: 6px;
}
.guidelines span,
table {
    width: 100%;
    margin-bottom: 10px;
}
.btn-hotel {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--amber);
    display: flex;
    align-items: center;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.5s;
}
.hotel-box img {
    transition: transform 0.6s;
}
.hotel-box:hover img {
    transform: scale(1.06);
    filter: brightness(0.5);
}
.hotel-box .hotel-info p {
    font-size: 13px;
    color: rgba(245, 240, 232, 0.7);
    line-height: 1.6;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.4s;
}
.hotel-box:hover .btn-hotel,
.hotel-box:hover p {
    transform: translateY(0);
    opacity: 1;
}
.online-box {
    background-color: #000;
}
.about-banner,
.best-banner,
.canter-banner,
.contact-banner,
.famous-tiger-banner,
.faq-banner,
.flora-banner,
.history-banner,
.how-reach-banner,
.jeep-banner,
.jeep-safari-banner,
.online-box,
.permit-banner,
.places-visit-banner,
.privacy-policy-banner,
.safari-zone-banner,
.thing-to-do-banner,
.tour-banner {
    height: 400px;
    width: 100%;
}
.flora-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/flora-banner.jpg) center/cover no-repeat;
}
.safari-zone-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/safari-zone-banner.jpg) center/cover no-repeat;
}
.faq-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/faq-banner.jpg) center/cover no-repeat;
}
.permit-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/permit-banner.jpg) center/cover no-repeat;
}
.history-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/history-banner.jpg) center/cover no-repeat;
}
.about-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/about-banner.jpg) center/cover no-repeat;
}
.how-reach-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/how-reach-banner.jpg) center/cover no-repeat;
}
.tour-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/tour-banner.jpg) center/cover no-repeat;
}
.privacy-policy-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/privacy-policy-banner.jpg) center/cover no-repeat;
    padding-top: 90px;
}
.places-visit-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/visit-place-banner.jpg) center/cover no-repeat;
}
.best-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/best-banner.jpg) center/cover no-repeat;
}
.canter-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/canter-banner.jpg) center/cover no-repeat;
}
.jeep-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/jeep-banner.jpg) center/cover no-repeat;
}
.thing-to-do-banner {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/thing-banner.jpg) center/cover no-repeat;
}
.online-box {
    background:
        linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)),
        url(../images/banner.jpg) center/cover no-repeat;
}
.online-section,
.thing-section {
    padding: 20px 0;
}
.online-content {
    border: 2px solid #e3d9d9;
    border-radius: 112px 84px 20px 28px/28px 16px 84px 112px;
    padding: 30px;
    box-shadow: 0 20px 35px rgb(0 0 0 / 7%);
    background-color: #fff;
}
.tiger-reserve {
    border-radius: 112px 84px 56px 28px/28px 56px 84px 112px;
    margin-top: 10px;
}.service-hotel .service-box1 {
    background: cornsilk;
    border: 1px dotted #f7baba;
    padding: 10px;
}.service-hotel .service-box1 i {
    font-size: 35px;
    margin: auto;
    color: #ff5722;
}
.form-group,
form label {
    margin-top: 15px;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
    background: rgb(255 255 255 / 20%);
    border-radius: 10px;
}
td,
th {
    border: 1px solid #ddd;
    padding: 7px;
    border-width: thin !important;
}
.guidelines span {
    border-radius: 50px;
    margin-right: 12px;
    display: inline-flex;
    background: #efefef;
    padding: 8px;
}
.guidelines span i {
    color: var(--amber);
    margin-top: 5px;
    margin-right: 4px;
}
.news-right {
    margin-bottom: -9% !important;
    padding: 9% 0 7% !important;
}
.default-form {
    background: #979797;
    border-radius: 10px;
    box-shadow:
        0 4px 6px -1px rgb(175 167 167),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 0 28px;
}
.default-form h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(255 255 255);
    color: var(--amber);
    margin-left: -9px;
    width: 106%;
    margin-top: 23px;
    padding-bottom: 12px;
}
.box h5,
.head-box h1 {
    color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: tan;
    margin: 10% 63%;
    padding: 6px 29px;
    border: none;
    border-radius: 5px;
}
.box h5 {
    background: #4b6f45;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
    border-radius: 5px 5px 0 0;
}
.box img {
    width: auto;
    margin-right: 10px;
}
.box .list li {
    list-style-type: disc;
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
}
.news-right .list li {
    color: #403c3c;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    padding: 0 0 0 10px;
}
.news-right .list {
    padding: 10px !important;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    border-radius: 0 0 5px 5px;
}
.news-right .list li a {
    color: #090909;
    font-size: 15px;
}
.head-box {
    text-align: center;
    padding-top: 70px;
}
.head-box .bread-crumb li {
    position: relative;
    display: inline-block;
    color: var(--amber);
    font-size: 15px;
}
.info-content i {
    font-size: 22px;
    color: red;
}
.info-safari {
    padding: 10px;
    background: var(--jungl-green);
    border-radius: 5px;
}
.hotel-info i {
    font-size: 15px;
    color: var(--amber);
}
.tour-packages-info {
    border: 1px solid #c9c3c3;
    padding: 7px 7px 30px;
    border-radius: 10px;
}
.tour-packages-info h5 {
    color: var(--text-dark);
    margin-top: 16px;
}
.tour-packages-info .cal {
    height: 22px;
    margin-right: 8px;
    width: auto;
    vertical-align: sub;
}
.tour-packages-info i {
    color: #da2026;
}
.payment-form {
    background-color: #cfcfcf61;
    padding: 2% 0;
}
.payment-form .payment-form-title {
    text-align: center;
    padding-top: 30px;
}
.payment-form .payment-form-box {
    box-shadow: rgb(100 100 111 / 10%) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
form label {
    padding: 6px 3px;
    font-weight: 700;
    display: block;
}
.payment-form .required {
    color: red;
}
.payment-form .button {
    background-color: var(--forest);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 20px 44% auto;
}
.news-table a {
    color: #000;
}
.blog-author {
    display: flex;
    background: beige;
    border: 1px dotted #000;
    margin-top: 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    justify-content: space-around;
}
.blog-author li {
    padding: 5px;
    font-weight: 600;
}
.info_author {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.info_author .author_info {
    padding: 10px 0 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    float: left;
}
.info_author .author_info .author_img {
    float: left;
    width: 14%;
}
.info_author .author_info .author_detail {
    width: 86%;
    display: inline-block;
}
.avatar.photo {
    border-radius: 50%;
    border: 5px solid #ff6634;
    width: 90%;
    height: 90%;
}
.online-content a {
    color: red;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menuicon.png) !important;
}
