:root {
  --white: #fff;
  --black: #000;
  --yellow: #ffcc05;
  --body-font: "Poppins", sans-serif;
  --heading-font: "Playfair Display", serif;
  --cursive-font: "Carattere", cursive;
}

@media (max-width: 1600px) {
  .bg-panda {
    padding: 70px 30px;
  }

  .why-choose-content {
    padding-right: 0px !important;
  }

  .mission-vision::after {
    height: 500px;
    width: 60%;
  }
}

@media (max-width: 1440px) {
  .navbar .container {
    max-width: 90%;
  }

  .carousel-item {
    height: 90vh;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .why-content h5 {
    font-weight: 500;
    font-size: 18px;
  }

  .banner-paragraph {
    width: 50%;
  }

  .banner-paragraph p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-heading h1 {
    font-size: 70px;
  }

  .tt-title a {
    font-size: 22px;
    color: var(--white);
  }

  .footer-main .container {
    max-width: 95%;
  }

  .g-title {
    font-size: 58px;
  }
}

@media (max-width: 1366px) {
  .navbar .container {
    max-width: 95%;
  }

  .center-image {
    width: 60%;
    height: 50%;
    border: 6px solid var(--white);
  }

  .about-home-wrapper {
    padding-left: 20px !important;
  }

  .offbeat-title a {
    font-size: 26px;
  }

  .mission-vision .section-heading br {
    display: none;
  }
}

@media (max-width: 1280px) {
  .navbar-nav .nav-item {
    margin-right: 35px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .why-choose .section-heading {
    width: 90% !important;
  }

  .why-icon {
    flex: 0 0 60px;
    height: 60px;
    padding: 10px;
  }

  .why-content {
    flex: 0 0 calc(100% - 70px);
  }

  .wildlife-slider .section-heading {
    width: 100% !important;
  }

  .bg-offer {
    padding: 70px 40px;
  }

  .bg-offer .section-heading {
    width: 90% !important;
  }

  .footer-main {
    padding-bottom: 20px;
  }

  .footer-address-text a {
    font-size: 14px;
  }

  .footer-address-icon {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 15px;
  }

  .footer-links ul li a {
    font-weight: normal;
  }

  .newsletter {
    margin: 0 8% -50px;
  }

  .feature-box {
    padding: 30px 15px;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1199px) {
  .navbar .container {
    max-width: 99%;
  }

  .navbar-brand {
    width: 170px;
  }

  .navbar-nav .nav-item {
    margin-right: 25px;
  }

  .navbar .nav-link {
    font-size: 14px;
  }

  .navbar-text .btn-header {
    padding: 8px 15px;
    font-size: 14px;
  }

  .canvas-btn {
    width: 36px;
    height: 36px;
  }

  .banner-heading h1 {
    font-size: 60px;
  }

  .about-home-image {
    padding-right: 70px;
    padding-bottom: 6px;
  }

  .about-home-wrapper {
    padding-left: 0px !important;
  }

  .tt-title a {
    font-size: 18px;
    color: var(--white);
  }

  .tour-type {
    padding: 100px 0;
  }

  .newsletter {
    margin: 0 3% -50px;
  }

  .copyright {
    max-width: 90%;
    margin-top: 30px;
  }

  .sec-space {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .navbar-text .btn-header {
    font-weight: 400;
  }

  .mission-vision::after {
    height: 600px;
    width: 100%;
  }

}

@media (max-width: 991px) {
  .sec-space {
    padding: 40px 0;
  }

  .sec-space-top {
    padding: 40px 0 0;
  }

  .sec-space-bottom {
    padding: 0 0 40px;
  }


  .header-main {
    position: relative;
    background: var(--black);
  }

  .container {
    max-width: 100%;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
    background: var(--white) !important;
  }

  .navbar-toggler {
    padding: 0px;
    position: absolute;
    right: 12px;
    border: 0px;
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .navbar-toggler-icon {
    width: 22px;
    height: 2px;
    background: var(--black);
    position: relative;
  }

  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: var(--black);
    content: "";
  }

  .navbar-toggler-icon:before {
    top: 7px;
  }

  .navbar-toggler-icon:after {
    bottom: 7px;
  }

  .navbar-collapse {
    position: absolute;
    min-width: 300px;
    background: #f7f7f7;
    top: 100%;
    right: -8px;
    z-index: 999;
    padding: 20px;
  }

  .navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 0px 7px !important;
    color: var(--black) !important;
  }

  .navbar-text {
    margin-right: 50px;
  }

  .carousel-item {
    height: 70vh;
  }

  .carousel-item::before {
    background: rgb(18 0 61 / 20%);
  }

  .banner-heading h1 {
    font-size: 44px;
  }

  .banner-paragraph {
    width: 70%;
  }

  .navbar-brand {
    width: 200px;
    padding: 0px;
  }

  .about-home-image {
    margin-top: 20px;
    padding-right: 50%;
  }

  .center-image {
    width: 50%;
    height: 100%;
    border-top: 0px;
    border-bottom: 1px;
  }

  .why-choose-image {
    display: none;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
  }

  .category-grid .cg-box:nth-child(1) {
    grid-column: span 2;
    height: 250px;
  }

  .category-grid .cg-box:nth-child(3),
  .category-grid .cg-box:nth-child(4) {
    height: 200px;
  }

  .cover-cat h5 {
    font-size: 26px;
  }

  .style-text {
    font-weight: 500;
    font-size: 22px;
    padding-left: 18px;
  }

  .cover-cat {
    left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .sundar-blog p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .wildlife-slider .section-heading {
    margin-bottom: 0px;
  }

  .bg-sundarban::before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 330px;
  }

  .wildlife-slider-image {
    height: 400px !important;
  }

  .offbeat-grid ul {
    column-count: 2;
    column-gap: 10px;
  }

  .offbeat-grid ul li {
    margin-bottom: 10px;
  }

  .offbeat-grid ul li>a {
    height: 350px;
    width: 100%;
  }

  .offbeat-grid ul li a img {
    object-fit: cover;
  }

  .pilgrim-btn {
    margin-top: 20px;
  }

  .testimonial-home {
    position: relative;
    margin: 0px;
    padding-top: 40px;
  }

  .testimonial-content {
    padding: 25px 25px;
  }

  .testimonial-reviewer-title h5 {
    font-size: 22px;
    font-weight: 400;
  }


  .newsletter-heading {
    flex: 0 0 100%;
    text-align: center;
  }

  .input-box-news {
    flex: 0 0 80%;
    margin: 20px auto 0px;
  }

  .offer-image {
    height: auto;
  }

  .copyright {
    max-width: 100%;
    background: #333;
    border-radius: 0px;
  }

  .about-home-wrapper {
    margin-bottom: 20px;
  }

  .mission-vision::after {
    height: 450px;
  }

  .category-area .nav-tabs .nav-link {
    min-width: auto;
    padding: 10px 10px;
  }

  .destination-box {
    height: 280px;
  }

  .header-show .navbar .nav-link {
    padding: 10px 0px !important;
  }
}

@media (max-width: 767px) {
  .carousel-item {
    height: 60vh;
  }

  .banner-paragraph {
    width: 90%;
  }

  .about-home-image>img {
    height: 400px;
  }

  .wildlife-slider-image {
    margin-bottom: -10px;
  }

  .tour-type-row {
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }

  .tour-type-row .col {
    flex: 0 0 31.33%
  }

  .blog-thumb-title {
    font-size: 21px;
    line-height: 30px;
  }

  .footer-links ul li {
    margin-right: 30px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .carousel-control-prev {
    left: auto;
    right: 90px;
  }

  .banner-heading,
  .banner-paragraph {
    width: 90%;
  }

  .about-home-image>img {
    height: auto;
  }

  .center-image {
    border-bottom: 6px solid #fff;
  }

  .event-thumb-para {
    display: none;
  }

  .event-image {
    height: 320px;
  }

  .event-thumb-title a {
    margin: 0;
  }

  .read-btn {
    padding: 0px 0;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .category-grid .cg-box:nth-child(2) {
    height: 410px;
  }

  .wildlife-slider-image {
    height: 300px !important;
  }

  .mission-vision::after {
    height: 380px;
    width: 90%;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .navbar-collapse {
    min-width: 100%;
    right: 0;
  }

  .dropdown-links {
    position: relative;
    left: 0px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}

@media (max-width: 667px) {
  .carousel-item {
    height: 50vh;
  }

  .offbeat-grid ul li>a {
    height: 300px;
    width: 100%;
  }

  .offbeat-title a {
    font-size: 20px;
  }

  .tour-type-row .col {
    flex: 0 0 29.33%;
  }

  .input-box-news {
    flex: 0 0 100%;
    margin: 20px auto 0px;
  }

  .footer-links ul {
    row-gap: 20px;
  }

  .bg-sundarban::before {
    width: 300px;
    height: 280px;
  }

  .offbeat-title {
    left: 20px;
    bottom: 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .blog-thumb-title {
    font-size: 20px;
  }

  .blog-date,
  .blog-author {
    font-size: 14px;
  }

  .bg-offer {
    padding: 30px 40px;
  }

}

@media (max-width: 575px) {
  .navbar-text .btn-header {
    display: none;
  }

  .banner-heading,
  .banner-paragraph {
    width: 95%;
  }

  .banner-heading h1 {
    font-size: 34px;
  }

  .carousel-item::before {
    background: rgb(43 38 6 / 60%);
  }

  .banner-paragraph p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .w-60 {
    width: 100%;
  }

  .category-grid .cg-box:nth-child(3),
  .category-grid .cg-box:nth-child(4) {
    height: 180px;
  }

  .category-grid .cg-box:nth-child(2) {
    height: 370px;
  }

  .offbeat-title {
    left: 0;
    bottom: 15px;
    padding: 0 12px;
  }

  .about-cms-image {
    padding-right: 50%;
    padding-bottom: 0;
    overflow: hidden;
  }

  .secondary-image {
    width: 50%;
    height: 100%;
    border-left: 4px solid #fff;
  }

  .g-title {
    display: none;
  }

  .mission-vision::after {
    height: 300px;
    width: 100%;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }

  .blogs-btn {
    display: none;
  }

  .navbar-brand {
    width: 170px;
  }

  .item-2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .grid-container .grid-item {
    flex: 0 0 48%;
  }

  .grid-container .item-5 {
    flex: 0 0 100%;
  }

  .grid-container .item-1 {
    height: auto;
  }

  .tour-common .accordion-button {
    font-size: 15px;
  }

  .tour-common h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .copyright .container {
    display: inline-block !important;
  }

  .company-right,
  .developer-right {
    font-size: 12px;
    font-weight: 500;
    display: inline;
  }

  .footer-box {
    padding: 15px 0px;
  }

  .newsletter {
    margin: 0px;
    padding: 20px 10px;
  }

  .input-box-news {
    flex-wrap: wrap;
  }

  .input-box-news .single-input {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .input-box-news .btn {
    margin: 0 auto;
  }

  .bg-offer::before {
    width: 400px;
    height: 410px;
  }

  .bg-offer {
    padding: 20px 15px;
  }

  .bg-offer .section-heading {
    width: 100% !important;
  }

}

@media (max-width: 414px) {
  .footer-main .container {
    max-width: 100%;
  }

  .footer-address-text h5 {
    font-size: 18px;
  }

  .footer-address-icon {
    flex: 0 0 50px;
    height: 50px;
    font-size: 19px;
  }


}

@media (max-width: 375px) {}

@media (max-width: 320px) {}