/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.floating-icon {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  z-index: 1000; /* Ensure it's on top of other elements */
  border-radius: 50%; /* Optional rounded corners */
  padding: 10px; /* Padding around the icon */
}

.floating-icon img {
  width: 70px; /* Icon size */
  height: auto; /* Maintain aspect ratio */
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.help {
  margin-left: -1rem;
  margin-top: -1rem;
  color: black;
  font-weight: bold;
}
.floating-icon a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}
/* ol */
ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 1rem;
}

.logo-text {
  margin-top: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
}

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6a6a6a;
  overflow-x: hidden;
}

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

.offer {
  height: 5rem;
  text-align: center;
  font-weight: 600;
  color: orange;
}

.offer-container-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;

  width: 83%;

  margin-bottom: 2rem;
}
.offer-container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 25rem;
  height: 12rem;
  border-bottom: 1px solid rgb(226, 220, 220);
  border-right: 1px solid rgb(226, 220, 220);
}
.offer-container-2 p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.offer-container-2:hover {
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.4);
}

.offer-container-2 a {
  color: white;
  transition: transform 0.5s ease;
  padding-top: 1rem;
}
.offer-container-2:hover a {
  color: orange;
  transform: translateY(-10px);
  font-weight: 500;
  font-size: 20px;
}
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.review-carousal {
  background-color: #f4f4f4;
  height: 13rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.card-body {
  background-color: #f4f4f4;
  border-radius: 18px;
  box-shadow: 3px 10px 11px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  height: 25rem;
}
.para-carousal p {
  margin-right: 1rem;
}
.review-carousal-child {
  display: flex;
  flex-direction: row;
  margin-left: 5rem;
}
.review-carousal-child p {
  color: black;
  font-weight: 600;
}
.review-carousal-child {
  margin-top: 1rem;
}
.review-carousal-child-2 {
  margin-top: 1rem;
}
.review-carousal-child img {
  border-radius: 36px;
  width: 75px;
  height: 62px;
}
.review-carousal-child-2 img {
  margin-left: 12rem;
}

.date-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}
.faq-h1 {
  text-align: center;
  color: orange;
  font-weight: 600;
}
.faq-accord {
  padding-right: 9rem !important;
}
@media screen and (max-width: 767px) {
  .session-title {
    padding: 5px;
  }
}
.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  color: black;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 200px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
.hero-image {
  height: 60rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}
.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #08703a;
  border-color: #08703a;
}
.btn-primary:hover {
  background-color: #08703a !important;
  border-color: #08703a !important;
}
.btn-primary:active {
  background-color: #08703a !important;
  border-color: #08703a !important;
}
.btn-primary:focus {
  background-color: #08703a !important;
  border-color: #08703a !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.btn-light {
  background-color: #fff;
  color: #3f3f3f;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #0c0404;
}

.form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}
.fit-content {
  height: fit-content;
  transition: all 0.5s;
}
.hide-read-more {
  display: none;
}
.container {
  max-width: 100% !important;
  padding-left: 0%;
  padding-right: 0%;
}
.managed-by {
  padding-top: 3rem;
}
@media screen and (max-width: 300px) {
  * {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }

  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Hide horizontal overflow */
    width: 100vw; /* Ensure body takes full viewport width */
    box-sizing: border-box;
  }
}
/* *{
  border: .2px solid red;
} */
@media screen and (max-width: 575px) {
  .card {
    height: 40rem;
  }
  .phone-dest-card {
    margin-top: 14rem;
  }
  .offer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    width: 100%;
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 10rem;
  }
  .offer-container-2 {
    width: 20rem;
  }
  .hero-image {
    height: 90rem;
    margin-top: 9rem;
    object-fit: cover;
    width: 100%;
  }

  .container {
    padding: 10px 15px;
    padding-left: 0%;
    padding-right: 0%;
  }
  .hero {
    height: 200px;
  }

  .managed-section {
    margin-top: 72rem;
  }
  .hero-text {
    padding-top: 100px;
  }
  .managed-by {
    padding-top: 15rem;
  }
  .faq-accord {
    padding-right: 2rem !important;
  }
}

/* ===================================== Header Design CSS ==================================== */
header {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
}
header .header-top {
  padding: 12px;
  background-color: #343a40;
}
header .header-top .contacthd p {
  color: #fff;
  font-size: 0.95rem;
}
header .header-top .contacthd p i {
  margin-right: 10px;
}
header .header-top .contacthd p a {
  color: #fff;
}
header .header-top .contacthd p span {
  width: 30px;
  text-align: center;
}
header .header-top .email {
  float: right;
  border-right: 1px solid #ccc;
}
header .header-top .email li {
  color: #fff;
  float: left;
  padding: 0px 10px;
  font-size: 0.95rem;
}
header .header-top .email li i {
  margin-right: 10px;
}
@media screen and (max-width: 392px) {
  header .header-top .email {
    display: none;
  }
}
header .header-top .social-login {
  float: right;
}
header .header-top .social-login li {
  color: #fff;
  float: left;
  padding: 0px 10px;
}
header .header-bottom .logo {
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  header .header-bottom .logo {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
header .header-bottom .logo img {
  max-width: 260px;
}
header .header-bottom .navs ul {
  float: right;
}
header .header-bottom .navs ul li {
  float: left;
  padding: 30px 30px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}
header .header-bottom .navs ul li a {
  color: #444;
}
@media screen and (max-width: 1075px) {
  header .header-bottom .navs ul li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 950px) {
  header .header-bottom .navs ul li {
    padding: 30px 13px;
  }
}
@media screen and (max-width: 870px) {
  header .header-bottom .navs ul li {
    padding: 30px 10px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom .navs ul li {
    float: none;
    color: #071c35;
    padding: 10px;
    font-weight: 600;
  }
  header .header-bottom .navs ul li a {
    color: #071c35;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom .navs ul {
    width: 100%;
  }
}

.small-menu {
  float: right;
  color: #071c35;
  font-size: 1.8rem;
  position: absolute;
  right: 18px;
  top: 23px;
}

.scroll-to-fixed-fixed {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.scroll-to-fixed-fixed .navs ul li a {
  color: #071c35 !important;
}
@media screen and (max-width: 767px) {
  .scroll-to-fixed-fixed {
    padding-bottom: 10px;
  }
}

/* ===================================== Slider Style Starts Here ===================================== */
.slider-detail {
  padding-top: 130px;
  z-index: -9;
}
@media screen and (max-width: 992px) {
  .slider-detail .container {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .slider-detail {
    padding-top: 120px;
  }
}
.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .slider-detail .carousel-caption {
    bottom: 10px;
  }
  .slider-detail .carousel-caption h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .slider-detail .carousel-caption h5 {
    font-size: 18px;
  }
}
.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
  font-weight: 600;
  color: #fff;
}
.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
.slider-detail .vbh {
  margin-left: -40px;
  text-align: center;
  display: block;
}
.slider-detail .vbh .btn {
  padding: 10px 30px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}
.slider-detail .vdg-cur {
  color: #ffffff;
}
.slider-detail .fvgb {
  color: #ffffff;
}
.slider-detail .carousel-control-prev {
  opacity: 1;
}
.slider-detail .carousel-control-prev-icon {
  background-image: none;
  background-color: #08703a;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
}
.slider-detail .carousel-control-prev-icon i {
  font-size: 1.1rem;
}
.slider-detail .carousel-control-next {
  opacity: 1;
}
.slider-detail .carousel-control-next-icon {
  background-image: none;
  background-color: #08703a;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
}
.slider-detail .carousel-control-next-icon i {
  font-size: 1.1rem;
}

/* ===================================== Search Box Style Starts Here ===================================== */
.search-container {
  margin-top: -40px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .search-container {
    margin-top: 0px;
    position: relative;
  }
}
.search-container .search-box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 30px 15px;
}
.search-container .search-box .form-control {
  border-radius: 0px;
  margin-bottom: 0px;
}
.search-container .search-box .btn {
  border-radius: 0px;
}

/* ===================================== Search Box Style Starts Here ===================================== */
.top-packages {
  padding-top: 90px;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .top-packages {
    padding: 30px 10px;
  }
}
.top-packages .pack-row .pac-col {
  background-color: #fff;
  box-shadow: 0px 6px 4.7px 0.3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.top-packages .pack-row .pac-col img {
  width: 100%;
}
.top-packages .pack-row .pac-col .packdetail {
  padding: 20px;
}
.top-packages .pack-row .pac-col .packdetail h4 {
  font-size: 1.2rem;
}
.top-packages .pack-row .pac-col .packdetail .daydet {
  padding-top: 5px;
}
.top-packages .pack-row .pac-col .packdetail .daydet span {
  font-size: 0.85rem;
}
.top-packages .pack-row .pac-col .packdetail .daydet b {
  float: right;
  font-size: 1.4rem;
  color: #08703a;
}
.top-packages .pack-row .pac-col .packdetail .eview-row {
  padding-top: 5px;
}
.top-packages .pack-row .pac-col .packdetail .eview-row ul li {
  float: left;
  font-size: 0.8rem;
  padding-right: 3px;
}
.top-packages .pack-row .pac-col .packdetail .eview-row ul li i {
  color: #ffc800;
}
.pac-col > img {
  height: 23rem;
}

/* ===================================== Offers Starts Here ===================================== */
.lloking-for {
  background-image: url("../images/kashmir.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lloking-for .inn-lay {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 50px;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 940px) {
  .lloking-for .inn-lay {
    padding: 30px 10px;
  }
}
.lloking-for .inn-lay .natur-col {
  text-align: left;
}
.lloking-for .inn-lay .natur-col h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: left;
}
.lloking-for .inn-lay .natur-col h4 {
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 22px;
}
.lloking-for .inn-lay .natur-col .btn {
  border-radius: 0px;
  padding: 10px 55px;
  font-weight: 700;
  border-radius: 50px;
}

/* ===================================== Blog Starts Here ===================================== */
.blog {
  padding: 50px;
  background-color: #fbfbfb;
}

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%;
  }
}
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
    0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 30px;
}

.blog .blog-singe .blog-img-tab {
  padding: 0px;
}
.blog .blog-singe .blog-img-tab img {
  width: 100%;
}

.blog .blog-singe .blog-content-tab {
  padding: 15px;
}

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px;
}

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%;
}

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 12px;
  text-indent: 20px;
  margin-bottom: 10px;
}

.blog .blog-singe .blog-content-tab a {
  color: #06b2b6;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px;
}

.blog-row {
  margin-top: 20px;
}

/* =================== Footer Style Starts Here =================== */
.footer-cont {
  background-color: #212121;
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .footer-cont {
    padding: 30px 10px;
  }
}
.footer-cont .footer-top {
  padding-bottom: 40px;
}
.footer-cont .footer-top .foot-logo h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
}
.footer-cont .footer-top .foot-addr ul li {
  float: left;
  padding: 10px;
}
.footer-cont .footer-top .foot-addr ul li i {
  margin-right: 2px;
}
.footer-cont .foot-botom .fotter-coo h5 {
  color: #f78d15;
  font-size: 1rem;
  margin-bottom: 20px;
}
.footer-cont .foot-botom .fotter-coo ul li {
  font-size: 0.9rem;
  padding: 10px 3px;
}
.footer-cont .foot-botom .fotter-coo ul li i {
  margin-right: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row {
  margin-top: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
  padding: 5px;
}

.footer-ablove {
  padding: 30px;
  background-color: #ff5722;
  color: #fff;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #fff;
}

/* =================== Copyroght Starts Here =================== */
.copy {
  padding: 20px;
  background-color: #191616;
  color: #fff;
}

.copy a {
  color: #fff;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* ===================================== Travel Destinations Style CSS ==================================== */
.travel-destination {
  padding: 50px;
  background-color: #cccccc14;
}
@media screen and (max-width: 940px) {
  .travel-destination {
    padding: 30px 10px;
  }
}
.travel-destination .destination-row .descol {
  margin-bottom: 30px;
}
.travel-destination .destination-row .destcol img {
  border-radius: 5px;
  width: 100%;
}
.travel-destination .destination-row .destcol .layycover {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0px;
  border-radius: 5px;
  z-index: 99;
}
.travel-destination .destination-row .destcol .layycover h4 {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 7px;
  left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}
.travel-destination .destination-row .destcol .layycover span {
  font-weight: 400;
  font-size: 0.7rem;
}

/* ===================================== About CSS ================================== */
.about-us {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}
.about-us .natur-row {
  margin-top: 20px;
}
.about-us .text-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.about-us .text-part p {
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
  font-size: 0.9rem;
}
.about-us .image-part img {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 5px #ebebeb;
}

/* ===================================== Our Team Style  ================================== */
.our-team {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 50px 10px;
  }
}
.our-team .team-row {
  margin-top: 20px;
}

.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
    0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
  width: 100%;
}

.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #0363b0;
}

.our-team .team-row .single-usr .det-o h4 {
  color: #fff;
  margin-bottom: 0px;
}

.our-team .team-row .single-usr .det-o i {
  color: #fff;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */

/* Contact container */

.contact-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Itenary styles */

.itenary-head {
  display: flex;
  width: 100%;

  align-items: center;
  padding: 12rem 7rem 2rem;
  /* gap:20rem;
padding-bottom: 4rem;
margin-right: 22rem;
margin-left:2rem; */
}

.itenary-head > * {
  flex: 1;
}

.carousal-phone {
  max-width: 100%;
  max-height: 10rem;
  margin-bottom: 10rem;
  margin-top: 0rem;
}
.carousal-image {
  height: 40rem;
  width: 120rem;
  object-fit: cover;
}

/* .itenary-days{
 margin-right: 20rem;

} */
.itenary-duration {
  display: flex;
}
.para-div {
  margin-top: 25rem;
  height: 18rem;
  margin-left: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itenary-para1 {
  width: 100%;
  margin-right: 12rem;
}
.inclusions {
  margin-top: 2rem;
  height: 24rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.list {
  padding-bottom: 10px;
}
.not-included {
  margin-top: 2rem;
  height: 24rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.included-excluded {
  margin-top: 0rem;
  height: 24rem;
  width: 65%;
  display: flex;
  align-items: center;
}
.included-container {
  width: 83%;
}
.include-h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
  width: 100%;
  color: black;

  background-color: white;
  padding: 45px 45px;
  padding-right: 61rem;
}

.accordion .container {
  position: relative;
  margin: -11px 0px;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bolder;
  color: black;
  cursor: pointer;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: "\25BC";
  color: #ada1a1;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 20px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 15px;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.accordion .container.active .content {
  height: fit-content;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}

.notes-div {
  display: flex;
  margin-left: 2rem;
}
.notes-div-2 {
  width: 50%;
}
.itenary-para {
  width: 50%;
}
.include-ul > li {
  list-style: disc;
}
#phone-include {
  display: none;
}

.terms-carousal {
  max-height: 100%;
}
.terms-heading {
  margin-left: 2rem;
  font-weight: bolder;
  color: black;
}
.terms-para {
  margin-left: 2rem;
  margin-right: 2rem;
}
.terms {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 65rem;
  color: black;
  font-size: 20px;
  padding-right: 4rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
}
.terms li {
  color: black;
  font-weight: 500;
  width: 95%;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.terms-2 {
  background-color: white;
  width: 80%;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.4);
}
.terms-and-conditions {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 104rem;
  color: black;
  font-size: 20px;
  padding-right: 4rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
}
.terms-and-conditions-2 {
  background-color: white;
  width: 80%;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.4);
}
.terms-and-conditions li {
  color: black;
  font-weight: 500;
  width: 95%;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion .label:hover {
  color: orange;
}
#responseMessage {
  margin-top: 40px;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 480px) {
  /* *{
    margin-right: 0rem;
  } */

  .carousal-image {
    height: 10rem;
  }
  .package {
    overflow-x: hidden;
  }
  .terms-and-conditions {
    height: 290rem;
    width: 26rem;
  }
  .terms-and-conditions-2 {
    width: 95%;
  }
  .terms-and-conditions-2 li {
    width: 17rem;
  }
  .accordion {
    padding: 0 0;
    padding-right: 0rem;
    width: 20rem;
    margin-top: 1rem;
    margin-left: 2rem;
  }
  .terms {
    height: 128rem;
    margin-top: 2rem;
  }
  .terms li {
    width: 15rem;
    /* font-size: px !important; */
    text-align: start;
  }
  .accordion .container.active .content {
    height: fit-content;
  }

  .accordion .content {
    width: 324px;
    /* height: 21rem !important; */
  }
  .itenary-head {
    padding: 10rem 2rem 1.5rem;
    gap: 2rem;
  }

  .accordion .label {
    padding: 8px 0 !important;
  }

  .itenary-head h1 {
    font-size: 24px;
  }

  .itenary-para1 {
    overflow: hidden;
    max-width: 100%;
    margin-right: 2rem;
    margin-left: -1rem;
    height: fit-content;
    margin-top: 2rem;
  }
  .include-h1 {
    display: none;
  }
  ul {
    overflow: hidden; /* Prevents any content overflow */
    max-height: 100%; /* Limits the maximum height of the ul */
    /* Optionally, adjust other styles as needed */
  }
  .include-ul > li {
    list-style: disc;
  }
  .included-excluded {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-left: 1rem;
    padding-right: 2rem;
  }
  #phone-include {
    display: block;
    margin-left: -5rem;
    margin-top: 2rem;
    margin-bottom: -1rem;
  }
  .itenary-para {
    width: 20rem;
  }

  .included-container {
    display: flex;
    flex-direction: column;
  }
  .notes-div {
    display: flex;
    margin-left: 2rem;
  }
  .policy {
    font-size: x-large;
    margin-right: 6rem;
    margin-left: 0rem;
  }
  .notes-div-2 {
    width: 100%;
  }
  .accordion {
    color: black;

    background-color: white;
  }
  .accordion .label {
    position: relative;
    padding: 0px 0;
    font-size: 10px;
    font-weight: bolder;
    color: black;
    cursor: pointer;
  }

  .para-div {
    margin-top: 0rem;
    height: 44rem;
    margin-left: 2rem;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousal-phone {
    margin-bottom: 0rem;
  }
  .terms-2 {
    background-color: white;
    width: 19rem;
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.4);
  }

  .help {
    margin-bottom: 5rem;
    margin-left: -1rem;
    color: black;
  }
}
/* *{
  border : .4px solid red;
} */

.testimonials {
  height: 100px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
