@media (min-width: 0px) and (max-width: 1800px) {
  #journey-section-wrapper::before,
  #home-service-wrapper:before,
  #welcomemessagesection:before {
    width: 96%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 20px;
  }

  .maincontenttitle {
    font-size: 55px;
    letter-spacing: 2%;
  }

  .hometitlebtn {
    margin-bottom: -69px;
  }
  .home-banner {
    width: 96%;
    margin: 0px 2%;
  }
  #home-service-wrapper .container,
  #welcomemessagesection .container {
    padding: 120px 60px;
  }
  .container {
    padding: 15px 60px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .visionbox,
  .missionbox {
    margin-left: -6.5%;
  }
  .homeaboutcontent {
    margin-left: 0px;
    padding-right: 20px;
  }
  .allsection {
    padding: 3rem 0px;
  }
  .footersocialflex {
    display: flex;
    gap: 5px;
  }
  .bannerimagecontainer:before {
    width: 500px;
    height: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner {
    width: 96%;
    margin: 0px 2%;
    aspect-ratio: auto;
    margin-bottom: 0 !important;
  }

  #home-service-wrapper .container,
  #welcomemessagesection .container {
    padding: 120px 60px;
  }
  .container {
    padding: 15px 30px;
  }
  h1,
  h2,
  h3 {
    font-size: 50px;
    font-weight: var(--main-title-weight);
    margin-bottom: 20px !important;
  }
  .web-logo {
    width: 90%;
  }
  .maincontenttitle {
    font-size: 50px;
    letter-spacing: 1%;
  }
  .footercontact p {
    margin: 0;
  }
  .footercontacttitle {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 13px;
    font-size: 15px;
  }
  .hometitlebtn {
    margin-bottom: -69px;
  }
  .home-banner .item {
    aspect-ratio: 1800 / 900;
  }
  .service-name {
    font-size: 22px;
  }
  .timeline-node {
    min-width: 70px;
  }
  .timeline-pill {
    padding: 7px;
  }
  .month-projects-panel h6 {
    font-size: 17px;
  }
  .blogs-section {
    padding: 10px 0px;
  }
  h3.blog-title {
    font-size: 18px;
  }
  .bannerimagecontainer:before {
    width: 800px;
    height: 120px;
  }
  .bannerimagecontainer {
    aspect-ratio: 1800 / 700;
    width: 96%;
  }
  div#innerbanner .col-lg-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
  }
  #innerbanner h2 {
    font-size: 30px;
  }
  .allcontent-section {
    margin: 20px 0px;
  }
  .homeeventpost .d-flex {
    display: block !important;
  }
  .sidebarcontentevent {
    margin-left: 0px;
  }
  .blog-img-wrap {
    height: 300px;
  }

  /* endall */
}

@media (min-width: 0px) and (max-width: 991px) {
  /* Set the parent container to flex column */
  .main-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* Place the banner first */
  .home-banner {
    order: 1;
  }

  /* Place the title second */
  #home-title {
    order: 2;
  }
  .hometitlebtn {
    margin-bottom: -69px;
    display: none;
  }
  .service-img-wrapper {
    display: none;
  }
  .journey-timeline-track {
    top: 78%;
  }
  .journey-projects-title {
    margin-bottom: 40px;
    font-size: 34px;
    margin-top: 20px;
  }
  .blog-card {
    margin: 0px;
  }

  .home-banner {
    width: 96%;
    margin: 0px 2%;
    aspect-ratio: auto;
    margin-bottom: 0 !important;
  }

  #home-service-wrapper .container,
  #welcomemessagesection .container {
    padding: 120px 60px;
  }
  .container {
    padding: 15px 30px;
  }
  h1,
  h2,
  h3 {
    font-size: 50px;
    font-weight: var(--main-title-weight);
    margin-bottom: 20px !important;
  }
  .web-logo {
    width: 100%;
  }
  .maincontenttitle {
    font-size: 40px;
    letter-spacing: 1%;
  }
  .footercontact p {
    margin: 0;
  }
  .footercontacttitle {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 13px;
    font-size: 15px;
  }
  .hometitlebtn {
    margin-bottom: -69px;
  }
  .home-banner .item {
    aspect-ratio: 1800 / 900;
  }
  .service-name {
    font-size: 22px;
  }
  .timeline-node {
    min-width: 70px;
  }
  .timeline-pill {
    padding: 7px;
  }
  .month-projects-panel h6 {
    font-size: 17px;
  }
  .blogs-section {
    padding: 10px 0px;
  }
  h3.blog-title {
    font-size: 18px;
  }
  .bannerimagecontainer:before {
    width: 800px;
    height: 120px;
    display: none;
  }
  .bannerimagecontainer {
    aspect-ratio: 1800 / 700;
    width: 96%;
  }
  div#innerbanner .col-lg-5 {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 60%;
  }
  .creative-slide .slide-card,
  .postproduction-slide .slide-card {
    height: 380px;
  }
  #innerbanner h2 {
    font-size: 30px;
  }
  .allcontent-section {
    margin: 20px 0px;
  }
  .homeeventpost .d-flex {
    display: block !important;
  }
  .sidebarcontentevent {
    margin-left: 0px;
  }
  .blog-img-wrap {
    height: 250px;
    margin-bottom: 15px;
  }
  h3.blog-title {
    line-height: 26px;
  }
  .sticky-sidebar {
    display: none;
  }
  .width90 {
    padding-left: 0%;
  }
  #home-service-wrapper .list-group {
    padding-right: 0px;
  }
  .timeline-nav-container {
    height: 160px;
    margin-top: -45px !important;
  }
  header {
    padding-top: 0px;
  }
  #whychooseussection {
    padding: 0px;
  }
  .editorial-why-choose-us {
    /* background-color: #1a1a1a; */
    color: #ffffff;
    padding: 0px 0;
    font-family: sans-serif;
    width: 100%;
    margin-left: 0%;
  }
  .footerservicetitle,
  .footer-services-list {
    display: none;
  }

  /* endall */
}

/* @media (min-width: 992px) and (max-width: 1199px) {
  .allsection {
    padding: 2rem 0px;
  }
  .bannerimage .container {
    padding: 270px 15px 50px 15px;
  }
  div#innerBanner {
    height: 500px;
  }
  .right-side-menu {
    float: left;
    width: 100%;
  }
  .web-logo a {
    display: block;
    margin: 0px auto;
    width: 290px;
  }
  .tourpackagetitle,
  .tourpackagetitle span,
  .category-articles .tourpackagetitle {
    font-size: 45px;
  }
  .tourpackagesmalltitle span {
    font-size: 15px;
  }
  .sectionlinkflex {
    width: 100%;
    margin-left: 0%;
  }
  .tourduration {
    width: 45%;
  }
  .visionbox:before,
  .missionbox:before {
    width: 150px;
    height: 150px;
    left: -18%;
    background-size: contain;
  }
  .footerflex.flexright .footercontent {
    width: 70%;
  }
  .homeaboutimagesection {
    width: 70%;
    margin: 0px auto;
  }
  .readmorebtn .btn {
    font-size: 12px;
    margin-top: 45px;
    padding: 5px 15px;
  }
  .allhometitle {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  #slider p {
    font-size: 14px !important;
    margin-top: 120px !important;
    text-align: center !important;
  }
  .web-logo img {
    width: 80%;
  }
} */

@media (min-width: 992px) and (max-width: 1050px) {
}
@media (min-width: 1051px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .parent div {
    height: 200px;
  }
  .eachsectionlink {
    width: 23%;
  }
  .table-responsive {
    margin-top: 45px;
  }
  .sectionlinkflex {
    width: 90%;
    margin-left: 5%;
    flex-wrap: wrap;
  }

  .visionbox,
  .missionbox {
    width: 90%;
    left: 10%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  }
  .sidevissioninner {
    width: 100%;
  }
  .smalltitle.textright {
    text-align: center;
  }
  h3.maintitle.textright {
    text-align: center;
    font-size: 40px;
  }
  h3.maintitle.textright br {
    display: none;
  }
  .category-places-to-visit .firsthomearticle h3.eacharticlestitle {
    min-height: 60px;
  }
  li.breadcrumb-item a {
    font-size: 15px;
  }
  section#ourvisionandmission {
    background: #f5f5f566;
  }
  .bannerimage h1 {
    font-size: 37px;
  }
  .tourgrid:nth-child(3) {
    display: none;
  }
  .tourgrid:nth-child(even) .linktour {
    flex-direction: column;
  }
  .footer {
    padding: 0px 0px 20px 0px;
  }
  .footersocial {
    margin-bottom: 10px;
  }
  .footer h4 {
    font-size: 20px !important;
    margin-top: 10px;
  }
  .footerpagelink h4 {
    text-align: left;
  }
  .footerflex.flexright {
    justify-content: left;
  }
  .single-post .sidebar {
    display: none;
  }
  .visible-mobile {
    display: block !important;
  }
  .eacharticlesimage img {
    width: 100%;
  }
  header {
    position: relative;
    background: var(--primarycolor);
  }
  .allsection {
    padding: 2rem 0px;
  }
  .bannerimage .container {
    padding: 150px 15px 50px 15px;
  }
  div#innerBanner {
    height: 350px;
  }
  .right-side-menu {
    float: left;
    width: 100%;
  }
  .web-logo a {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .tourpackagetitle,
  .tourpackagetitle span,
  .category-articles .tourpackagetitle {
    font-size: 45px;
  }
  .tourpackagesmalltitle span {
    font-size: 15px;
  }
  .sectionlinkflex {
    width: 100%;
    margin-left: 0%;
  }
  .tourduration {
    width: 45%;
  }
  .visionbox:before,
  .missionbox:before {
    width: 150px;
    height: 150px;
    left: -10%;
    background-size: contain;
  }
  .footerflex.flexright .footercontent {
    width: 70%;
  }
  .homeaboutimagesection {
    width: 90%;
    margin: 0px auto;
  }
  .readmorebtn .btn {
    font-size: 12px;
    margin-top: 45px;
    padding: 5px 15px;
  }
  .allhometitle {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  #slider p {
    font-size: 14px !important;
    margin-top: 0px !important;
    text-align: center !important;
  }
  .web-logo img {
    width: 30%;
    display: block;
    margin: 0px auto;
  }
  .footerlogo {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .maincontenttitle {
    font-size: 30px;
    letter-spacing: 1%;
  }
  h1,
  h2,
  h3 {
    font-size: 38px;
    font-weight: var(--main-title-weight);
    margin-bottom: 20px !important;
  }
  h2.hometitle span,
  h2.hometitle div {
    font-size: 25px;
  }
  .bannerimage h1 {
    font-size: 30px;
  }
  .category-articles .tourpackagetitle,
  .category-places-to-visit .tourpackagetitle,
  .category-articles .tourpackagetitle span,
  .category-places-to-visit .tourpackagetitle span {
    font-size: 30px !important;
  }
  .category-articles .tourpackagesmalltitle span,
  .category-places-to-visit .tourpackagesmalltitle span {
    font-size: 15px !important;
  }
  .eachhomearticles {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .homeaboutimage3 {
    width: 80%;
    background: white;
    height: 320px;
    border-radius: 180px;
    margin: 15px auto;
  }
  .tourpackagetitle {
    width: 100%;
  }
  .linktour .title h4 {
    width: 80%;
    font-weight: 500;
    font-size: 18px;
  }
  #homeabout {
    margin: 20px 0px;
  }
  .homeaboutcontent {
    margin-left: 0px;
  }
  .container,
  .container-sm {
    max-width: 98%;
  }
  .homeallsection {
    padding: 20px 0px;
  }
  .parent div {
    height: 200px;
  }
  .eachsectionlink {
    width: 23%;
  }
  .table-responsive {
    margin-top: 45px;
  }
  .sectionlinkflex {
    width: 90%;
    margin-left: 5%;
    flex-wrap: wrap;
  }

  .visionbox,
  .missionbox {
    width: 90%;
    left: 10%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  }
  .sidevissioninner {
    width: 100%;
  }
  .smalltitle.textright {
    text-align: center;
  }
  h3.maintitle.textright {
    text-align: center;
    font-size: 40px;
  }
  h3.maintitle.textright br {
    display: none;
  }
  .category-places-to-visit .firsthomearticle h3.eacharticlestitle {
    min-height: 60px;
  }
  li.breadcrumb-item a {
    font-size: 15px;
  }
  section#ourvisionandmission {
    background: #f5f5f566;
  }
  .bannerimage h1 {
    font-size: 37px;
  }
  #hometour .tourgrid:nth-child(3) {
    display: none;
  }
  .tourgrid:nth-child(even) .linktour {
    flex-direction: column;
  }
  .footer {
    padding: 0px 0px 20px 0px;
  }
  .footersocial {
    margin-bottom: 10px;
  }
  .footer h4 {
    font-size: 20px !important;
    margin-top: 10px;
  }
  .footerpagelink h4 {
    text-align: left;
  }
  .footerflex.flexright {
    justify-content: left;
  }
  .single-post .sidebar {
    display: none;
  }
  .visible-mobile {
    display: block !important;
  }
  .eacharticlesimage img {
    width: 100%;
  }
  header {
    position: relative;
    background: var(--primarycolor);
  }
  .allsection {
    padding: 2rem 0px;
  }
  .bannerimage .container {
    padding: 150px 15px 50px 15px;
  }
  div#innerBanner {
    height: 350px;
  }
  .right-side-menu {
    float: left;
    width: 100%;
  }
  .web-logo a {
    display: block;
    width: 290px;
    margin: 0px auto;
  }
  .tourpackagetitle,
  .tourpackagetitle span,
  .category-articles .tourpackagetitle {
    font-size: 40px !important;
  }
  .tourpackagesmalltitle span,
  .tourpackagesmalltitle span {
    font-size: 15px !important;
  }
  .sectionlinkflex {
    width: 100%;
    margin-left: 0%;
  }
  .tourduration {
    width: 45%;
  }
  .visionbox:before,
  .missionbox:before {
    width: 150px;
    height: 150px;
    left: -10%;
    background-size: contain;
  }
  .footerflex.flexright .footercontent {
    width: 70%;
  }
  .homeaboutimagesection {
    width: 90%;
    margin: 0px auto;
  }
  .readmorebtn .btn {
    font-size: 12px;
    margin-top: 45px;
    padding: 5px 15px;
  }
  .allhometitle {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  #slider p {
    font-size: 14px !important;
    margin-top: 0px !important;
    text-align: center !important;
  }
  .web-logo img {
    width: 70%;
    margin: 0px auto;
    display: block;
  }

  .footerlogo {
    display: none;
  }
  .tourdetailcontentflex {
    display: block;
  }
  .tourdetailcontentpara {
    width: 100%;
  }
  .tourdetailcontentphoto,
  .tourdetailcontentflex:nth-child(even) .tourdetailcontentphoto {
    width: 100%;
    padding: 10px 0px;
  }
  .copyright-footer p {
    font-size: 13px;
  }
  .eachsectionlink {
    align-items: center;
    justify-content: center;
  }
  #homeabout,
  #tourdetail {
    background-image: url(../images/bg.jpg);
  }
  a.mm-navbar__title {
    font-size: 17px;
    color: var(--primarycolor) !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
}
/* @media (min-width: 0px) and (max-width: 575px) {
  .companymotto {
    font-size: 20px;
  }
  .homeaboutimagesection {
    width: 100%;
  }
  .tourduration {
    width: 60%;
    font-size: 14px;
  }
  button.accordion-button {
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
  }
  * {
    font-size: 14px;
  }
  .tourpackagetitle {
    margin-bottom: 10px;
  }
  .eachsectionlink h4 {
    font-size: 18px;
  }
  .eachsectionlink {
    width: 45%;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0px 5px;
  }
  .parent {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .parent div {
    height: 150px;
  }
  .sectionlink {
    padding: 50px 0px;
  }
  .breadcrumb-item + .breadcrumb-item {
    font-size: 14px;
  }
  .allpagesection {
    padding: 40px 0px;
  }
  .tourdaydetailphoto {
    height: 300px;
  }
  .bannerimage h1,
  .summarydetailbox h1 span {
    font-size: 25px;
  }
  h2,
  h3 {
    font-size: 26px;
  }
  .bannerimage .container {
    padding: 50px 15px 50px 15px;
  }
  div#innerBanner {
    height: 250px;
  }
  .tourpackagetitle,
  .tourpackagetitle span,
  .category-articles .tourpackagetitle,
  h3.maintitle.textright,
  .category-articles .tourpackagetitle span {
    font-size: 26px !important;
  }
  h3.articletitle {
    font-size: 24px !important;
  }
  .tourpackagesmalltitle span,
  .tourpackagesmalltitle span {
    font-size: 15px !important;
  }
  .visionbox:before,
  .missionbox:before {
    position: relative;
  }
  .visionbox,
  .missionbox {
    width: 100%;
    left: 0%;
    padding: 15px 25px;
    margin-top: 20px;
  }
  h3.eacharticlestitle {
    font-size: 16px;
    min-height: auto !important;
  }
  .footer h4 {
    font-size: 18px !important;
  }
  .eachhomearticles h3.eacharticlestitle {
    font-size: 15px;
    min-height: auto !important;
  }
  .eachhomearticles .readmorebtn {
    display: none;
  }
  #slider p {
    display: none;
  }
  .footerofficetitle b {
    font-weight: 500;
    font-size: 15px;
  }
  .category-articles .eacharticles {
    display: block;
  }
  .eacharticlesimage img {
    width: 100%;
  }
  .category-articles .eacharticlescontent {
    width: 100%;
    padding: 15px 25px;
  }
  .btn span.green {
    font-size: 13px;
  }
  .category-articles .eacharticlesimage {
    width: 100%;
  }
  .category-articles .tourpackagesmalltitle span,
  .category-places-to-visit .tourpackagesmalltitle span {
    font-size: 15px !important;
  }
  h1.singlecategorytitle {
    font-size: 20px !important;
  }
  #homeabout,
  #tourdetail {
    background-image: url(../images/bgsmallerst.png);
  }
  .firsthomearticle .eacharticles {
    display: block;
    margin-bottom: 0px;
  }
} */

@media (min-width: 0px) and (max-width: 650px) {
  #home-about .homeabout-image::before {
    display: none;
  }
}
