@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
/*@font-face {*/
/*    font-family: Mishella;*/
/*    src: url("../fonts/Mishella.ttf");*/
/*  }*/

/*  @font-face {*/
/*    font-family: HelveticaNeueLTStd-Lt;*/
/*    src: url("../fonts/Nebiard.otf");*/
/*  }*/

/*  @font-face {*/
/*    font-family: HelveticaNeueLTStd-Bd;*/
/*    src: url("../fonts/Nebiard.otf");*/
/*  }*/

  body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    /*font-family: "Manrope", sans-serif;*/
  }
  .custom-btn1 {
      color: var(--white-color) !important;
      border-radius: 52px;
      position: relative;
      z-index: 0;
      overflow: hidden;
      background: linear-gradient(45deg, #7b7b7b, #373738);
      font-size: 15px;
      padding: 18px 50px;
      font-family: var(--font-family-Helvetica-Bd);
      font-weight: 400;
  }

  .custom-btn1:before {
      position: absolute;
      border: 1.9px dashed white;
      content: "";
      width: 93%;
      top: 4px;
      margin: auto;
      height: 88%;
      left: 0;
      right: 0;
      border-radius: 520px;
      transition: 0.5s;
  }
  .custom-btn1:hover{
      color: black!important;
  }
  .custom-btn1:hover:before {
      border-color: black;
      transition: 0.5s;
  }


  .custom-btn1:after {
      width: 0%;
      height: 100%;
      right: 0%;
      top: 0;
      position: absolute;
      content: "";
      background: white;
      z-index: -1;
      transition: 0.5s;
  }

  .custom-btn1:hover:after  {
      width: 50%;
      transition: 0.5s;
  }
  :root {
    --white-color: #fff;
    --black-color: #000000;
    --heading-color: #f587ac;
    --f-16: 16px;
    --f-18: 18px;
    --f-20: 20px;
    --f-28: 28px;
    --f-47: 47px;
    --f-170: 200px;
    --f-180: 180px;
    --f-55: 55px;
    --font-family-Mishella: Mishella;
    --font-family-Helvetica-Lt: HelveticaNeueLTStd-Lt;
    --font-family-Helvetica-Bd: HelveticaNeueLTStd-Bd;
    --font-family-Manrope:
    "Manrope", sans-serif;
    --font-family-OpenSans:
    "Open Sans", sans-serif;
  }

  a {
    text-decoration: none !important;
    cursor: pointer !important;
  }

  figure {
    transition: all ease 0.7s;
    margin: 0;
    overflow: hidden;
  }

  .custom-btn {
    color: var(--white-color) !important;
    border-radius: 52px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(45deg, #f37ea6, #ed3b77);
    font-size: 15px;
    padding: 18px 50px;
    font-family: var(--font-family-Helvetica-Bd);
    font-weight: 400;
  }

  .custom-btn:before {
    position: absolute;
    border: 1.9px dashed white;
    content: "";
    width: 93%;
    top: 4px;
    margin: auto;
    height: 88%;
    left: 0;
    right: 0;
    border-radius: 520px;
    transition: 0.5s;
  }

  .custom-btn:after {
    width: 0%;
    height: 100%;
    right: 0%;
    top: 0;
    position: absolute;
    content: "";
    background: white;
    z-index: -1;
    transition: 0.5s;
  }

  .custom-btn:hover:before {
    border-color: black;
    transition: 0.5s;
  }

  .custom-btn:hover:after {
    width: 50%;
    transition: 0.5s;
  }

  .custom-btn:hover {
    color: black !important;
  }

  /* custom btn css  */

  /* custom fonts css  */
  .CustomHeading-Mishella {
    color: var(--heading-color);
    font-family: var(--font-family-Mishella);
    font-size: var(--f-170);
  }

  .para {
    color: var(--black-color);
    font-family: var(--font-family-Helvetica-Lt);
    font-size: var(--f-18);
    font-weight: 400;
  }

  .sky{
   background-image: url(../images/sky.png);
   background-position: center;
   position: absolute;
   left: 0;
   top: 550px;
   width: 100%;
   height: 393px;
   animation: smoke 4s linear infinite;
   background-repeat: no-repeat;
   background-size: cover;
   opacity: 130;
   /* bottom: -222px; */
   z-index: 0;
  }

  @keyframes smoke {
    0% {
      opacity: 0;
      transform: scale(1, 1) translateY(0);
    }
    50% {
      opacity: 0.6;
      transform: scale(1.1, 1.5) translateY(-120px);
    }
    100% {
      opacity: 0;
      transform: scale(1.2, 2) translateY(-200px);
    }
  }
  /* custom fonts css  */

  /* header css start  */
  header {
    position: absolute;
    width: 100%;
    padding-top: 30px;
    z-index: 1;
    top: 0;
    left: 0;
  }

  header li {
    margin-right: 1.5rem;
  }

  .CallUs {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .px {
    padding-left: max(2rem, 7rem);
    padding-right: max(2rem, 7rem);
  }

  .py {
    padding-top: max(6vh, 3rem);
    padding-bottom: max(6vh, 3rem);
  }

  p {
    margin: 0;
  }

  header li a {
    padding: 0 !important;
  }

  .CallusToday {
    color: var(--black-color);
    font-family: var(--font-family-Helvetica-Lt);
    font-size: var(--f-20);
    line-height: 23px;
  }

  .CallusToday span {
    font-family: var(--font-family-Helvetica-Bd);
  }

  .CallusToday span a {
    color: var(--black-color);
    font-size: var(--f-20);
  }

  /* header css end  */

  /* section-1 css start  */

  .section-1 {
    background-image: url("../images/Bg-1.png");
    background-size: cover;
    background-position: center, center;
    display: flex;
    align-items: baseline;
    height: max(748px, 409px);
    padding-top: max(20vh, 17rem);
    position: relative;
    overflow: hidden!important;
  }

    .sectionOneContent .para {
        max-width: 90%;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: bold;
    }

  .sectionOneContent h1 {
    max-width: 80%;
  }

  .customHeading-Lt {
    font-family: var(--font-family-Helvetica-Lt) !important;
    font-size: var(--f-47);
    color: var(--black-color);
  }

  .sectionOneContent h1 {
    position: relative;
    z-index: 0;
    line-height: 88px;
    font-family: auto;
    font-size: 118px;
  }

  .sectionOneContent h1 span {
    position: absolute;
    top: -48px;
    left: 14px;
    line-height: 1;
  }

  /* section-1 css end  */

  /* section-2 css start  */

  .MainSlider {
    margin-top: 0rem;
  }

  .Tourist-Card p {
    color: #4e4e4e;
    font-size: var(--f-16);
    font-weight: 500;
  }

  .Tourist-Card p span {
    font-family: HelveticaNeueLTStd-Bd;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .Tourist-Card {
    margin-bottom: 4rem;
    background: var(--white-color);
    border-radius: 18px;
    padding: 18px;
    position: relative;
    z-index: 0;
  }

  .Tourist-Card:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px dotted var(--heading-color);
    border-radius: 13px;
    opacity: 0;
    transition: all ease 0.6s;
  }

  .Tourist-Card:hover:before {
    height: 100%;
    opacity: 1;
  }

  .Tourist-Card:hover figure img {
    transform: scale(1.2);
    cursor: zoom-in;
  }

  .Tourist-Card figure {
    overflow: hidden;
    border-radius: 12px;
  }

  .Tourist-Card img {
    transition: all ease 0.7s;
  }

  .sectionOneContent.sectionTwoContent {
    position: unset;
  }

  .sectionOneContent.sectionTwoContent h1 {
    margin: auto;
    text-align: center;
    max-width: 100%;
    font-size: var(--f-180);
  }

  .sectionOneContent.sectionTwoContent span {
    left: 0;
    right: 34px;
    top: 6px;
    font-family: var(--font-family-Manrope) !important;
    font-weight: 400;
    font-size: 30px;
  }

  .Tourist-Card h4 {
    color: var(--black-color);
    margin: 1rem 0;
    font-size: var(--f-28);
  }

  /* section-2 css end  */

  /* Our-Experience-sec css start  */
  .Our-Experience-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: white;
  }

  .Our-Experience p.para {
    font-size: var(--f-20);
    margin-bottom: 1rem;
    max-width: 90%;
    font-weight: 400;
  }

  .Our-Experience h2 span {
    width: 58%;
  }

  @keyframes img-rotate {
    0% {
      transform: rotate(20deg);
    }

    50% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(20deg);
    }
  }

  .Left-side-about img {
    animation: img-rotate 5s infinite;
  }

  .sectionOneContent.sectionTwoContent.ourExperienceContent h1 {
    text-align: start;
  }

  .sectionOneContent.sectionTwoContent.ourExperienceContent span {
    left: 10px;
    font-family: var(--font-family-Helvetica-Lt) !important;
  }

  .Our-Experience .owl-dots {
    position: absolute;
    z-index: 0;
    left: 0;
  }

  .Our-Experience .owl-dots button.owl-dot.active span {
    background: var(--heading-color) !important;
  }

  button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }

  .Our-Experience {
    position: relative;
    z-index: 0;
  }

  .OurExperienceCOntent img {
    max-width: 30px;
  }

  /* Our-Experience-sec css end  */

  /* section-4 css start  */
  .Blog-icons span {
    font-weight: 600;
    margin-right: 1rem;
  }

  .Recent-Blog h4 {
    font-size: var(--f-20);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--black-color);
  }

  .Recent-Blog p {
    color: #4e4e4e;
    font-weight: 500;
    width: 98%;
    font-size: var(--f-18);
  }

  .Blog-content {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: var(--white-color);
  }

  .section-4 {
    padding: 0 max(4rem, 2rem);
    /* background: linear-gradient(45deg, #f3f8fc, #f1f7fb); */
    padding-top: max(2vh, 0rem);
    padding-bottom: max(8vh, 3rem);
    display: flex;
    align-items: center;
    /* overflow-x: hidden; */
    overflow: hidden;
  }

  .Blog-icons span img {
    margin-right: 4px;
  }

  .Blog-icons a {
    color: black;
  }

  .section-4 p.para {
    width: 35%;
  }

  .Recent-Blog {
    box-shadow: 0px 6px 14px #43b6fa30;
  }

  .sectionOneContent.sectionTwoContent.blogsContent span {
    left: 240px;
    top: 40px;
  }
  .Left-side-about figure {
    overflow: unset;
  }

  .Recent-Blog figure img:hover {
    transform: scale(1.1);
    transition: all ease 0.7s;
  }

  .Recent-Blog figure img {
    transition: all ease 0.7s;
  }
  /* section-4 css end  */

  /* contact page css start  */
  .Get-in-touch {
    margin-bottom: 6rem;
  }

  .foam-left-side input {
    background: transparent;
    height: 57px;
  }

  .foam-left-side textarea {
    height: 200px;
    background: transparent;
  }

  .btn-Foam {
    margin-top: 3rem;
  }

  .Location p a {
    color: #8d8d8d;
    font-weight: 400;
    font-size: var(--f-18);
  }

  .Location p a span {
    display: block;
    text-decoration: none;
  }

  .Main-Location-Detail {
    display: flex;
    padding-left: 9rem;
    gap: 190px;
  }

  .Location {
    padding-bottom: 3rem;
  }

  .Location h4 {
    margin: 1rem 0;
    text-transform: uppercase;
    font-size: var(--f-20);
  }

  .Location p a {
    display: block;
    text-decoration: none;
  }

  .Bottom-footer {
    background: #181818;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: var(--font-family-OpenSans);
  }

  .Footer-Menu ul {
    display: flex;
    padding: 0;
    margin: 0;
  }

  .Footer-Menu ul li {
    list-style: none;
    margin: 0 16px;
  }

  .Footer-Menu ul li a {
    color: white;
  }

  .AllRightReserved p {
    color: var(--white-color);
    margin: 0;
  }

  button:focus {
    outline: none !important;
  }

  .MainMEnuDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* contact page css end  */

  /*scroll css start  */

  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0px 0px var(--black-color);
    background: white;
    border: 0px solid var(--black-color);
  }

  ::-webkit-scrollbar-thumb {
    background-color: #ff7eae;
    border: 0px solid var(--black-color);
    border-radius: 16px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #ffffff, var(--heading-color), #ffffff);
  }

  /*scroll css end  */

  /* top scroll button css  */
  #top-scroll {
    display: inline-block;
    background-color: #e8e8e8;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-color: #00c3ff;
    color: #333;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
  }

  #top-scroll::after {
    content: "\f102";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: var(--heading-color);
  }

  #top-scroll:active {
    background-color: var(--heading-color);
  }

  #top-scroll.show {
    opacity: 1;
    visibility: visible;
  }

  /* top scroll button css  */

  .loader-container {
    background-attachment: fixed;
    background-color: white;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }
  .spinner {
    margin: 100px auto;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }

  .spinner > div {
    background-color: var(--heading-color);
    height: 100%;
    width: 15px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }

  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }

  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
      -webkit-transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
    }
  }

  @keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
    }
  }
  /* .loader */

  /* animation css start */

  .modal-dialog {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0.5rem;
    min-width: max-content;
    max-width: min-content;
  }
  .modal-dialog .notice {
    padding: 0rem 1rem;
  }
  .modal-dialog .notice h4 {
    margin-bottom: 1.5rem;
  }
  .modal-dialog .notice p {
    margin-bottom: 0.5rem;
  }
  .modal-dialog .icon {
    font-size: 3rem;
  }
  .Tourist-Card .custom-btn {
      padding: 12px 40px;
      margin-top: 1rem;
      transition: all ease 1s;
  }
  .Tourist-Card .custom-btn:hover {
      color: black !important;
      transition: all ease 1s;
  }
  /* animation css end */


  /* gift-card page css end  */

  .gft-main .Flight-Tabs-inputs input {
    border: none;
    height: 45px;
    border-radius: 6px;
  }

  .gft-main {
    margin-top: 50px;
    padding: 60px 0;
    position: relative;
    z-index: 0;
    padding-right: 190px;
    padding-left: 60px;
    background-color: lightcoral;
    border-radius: 20px;
  }
  .gft-main:before {
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    position: absolute;
    content: "";
    width: 36%;
    z-index: 1;
    top: -26px;
    right: -74px;
  }

  .gft-main ::placeholder {
    color: black !important;
    opacity: 1; /* Firefox */
  }

  .gft-main :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black !important;
  }

  .gft-main ::-ms-input-placeholder { /* Microsoft Edge */
   color: black !important;
  }
    .gift-form-2 label {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .gift-form-2 label .form-group {
      margin-bottom: 0px;
  }

  .lave label {
      justify-content: normal;
      gap: 3px;
  }
  .ooo {
      margin-top: -25px;
  }
  .pay-but {
      text-align: center;
  }

  .butn-fl {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 11px;
  }

  .butn-fl .form-check {
      background: linear-gradient(45deg, #71c8fb, #14a3f9);
      color: white;
      padding: 10px 15px 10px 27px;
  }

  .pay-but .custom-btn {
      font-weight: 500;
  }

  .gift-form label {
      font-weight: 600;
      font-size: 17px;
      /* text-transform: capitalize; */
  }

  .gift-form .col-md-6 .text-muted {
      color: #690328!important;
  }

  .gift-head h3 {
      margin-bottom: 23px;
      position: relative;
      padding: 1rem 0;
  }

  .gift-head h3:before {
      position: absolute;
      content: "";
      background: #690328;
      width: 100%;
      height: 2px;
      bottom: 0px;
      left: 0;
  }

  .gift-head h3:after {
      position: absolute;
      content: "";
      background-color: #690328;
      width: 10px;
      height: 10px;
      border-radius: 11px;
      bottom: -4px;
      left: 70%;
  }

  .gift-form {
      padding: 40px 40px 40px 40px;
      box-shadow: 2px 4px 53px -22px #690328;
  }
  .Preview {
      /* padding: 30px 40px 30px 40px; */
      box-shadow: 2px 4px 53px -22px #690328;
      margin-top: 61px;
  }

  .Preview h4 {
      font-size: 17px;
      /* margin-top: -23px; */
      /* margin-bottom: 22px; */
      color: #212529;
      background-color: #efece8a6;
      padding: 4px 19px;
  }

  .preee {
      padding: 14px 40px 30px 40px;
  }

  .Preview p {
      font-size: 14px;
      margin-bottom: 2px;
      color: #000000;
      font-weight: 500;
  }

  .Preview2 {
      margin-top: 25px;
      text-align: center;
  }

  .Preview3 {
      display: flex;
      justify-content: center;
      gap: 20px;
      background-color: #690328;
      width: 69%;
      margin: 25px auto 3px;
      padding: 4px;
  }

  .Preview3 p {
      color: white;
      font-size: 14px;
  }

  .Preview4 {
      display: flex;
      justify-content: end;
      margin-bottom: -28px;
  }
  .floating_wrap .btns_wrap .call_wrap span.icoo, .floating_wrap .btns_wrap .chat_wrap span.icoo {
      color: #fff;
      background: #4df14d;
      font-size: 29px;
      padding: 8px 17px;
      border-right: 1px solid #ded9d9;
      vertical-align: middle;
      display: inline-block;
  }
  /*.icon-phone:before {*/
  /*    content: "\f232";*/
  /*}*/
  .floating_wrap .btns_wrap .call_wrap {
      width: 280px;
      position: fixed;
      right: -225px;
      background: #fff;
      bottom: 2%;
      border-radius: 10px 0 0 10px;
      overflow: hidden;
      box-shadow: 0 0 40px #00000026!important;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  .floating_wrap .btns_wrap .call_wrap span {
      color: #f0235a;
      font-size: 20px;
      vertical-align: middle;
      background: #fff;
      padding: 15px 20px 15px 15px;
  }
  .floating_wrap .btns_wrap {
      position: fixed;
      right: 0;
  }
  .floating_wrap .btns_wrap a:hover {
      text-decoration: none!important;
      /* right: 0; */
      transform: translateY(0);
      /* background: #000; */
  }
  a {
      cursor: pointer;
  }
  input#exampleCheck1 {
      left: 20px;
  }
  /* gift-card page css end  */

  li.nav-item.img-eight input {
      /* background-repeat: repeat; */
      height: 25px;
      width: 25px;
      background-size: 100%, 100%;
      position: absolute;
      left: 10px;
      right: 0;
      top: 30px;
      opacity: 0;
  }


  li.nav-item.img-eight {
      position: relative;
      z-index: 0;
  }





  /*sec-3-css-start*/
  .sec-3-pare {
      position: relative;
      overflow: hidden;
      transition: 0.7s ease;
      border-radius: 28px;
      height: 100%;
  }

  .sec-3-cont ul {
      display: flex;
      padding: 0px;
      margin: 0px;
  }

  .sec-3-cont ul li {
      list-style: none;
      padding: 0px 0px 0px 2px;
      font-size: 15px;
      color: #eda700;
  }

  .sec-3-cont ul li:last-child {
      margin-left: 8px;
      font-size: 16px;
      font-weight: 500;
  }

  .sec-3-cont h4 {
      margin-bottom: 6px;
      font-size: 20px;
      color: white;
      transition: 0.7s ease;
  }

  .sec-3-cont p {
      font-size: 14px;
      font-weight: 500;
      color: white;
      transition: 0.7s ease;
  }

  .sec-3-cont {
      padding: 4px 13px 17px;
      position: absolute;
      /* top: 0px; */
      bottom: 0px;
      transition: 0.7s ease;
  }
  section.sec-3 .sectionOneContent.sectionTwoContent.ourExperienceContent h1 {
      text-align: center;
      /* margin-bottom: 15px; */
  }

  section.sec-3 .sectionOneContent.sectionTwoContent.ourExperienceContent p {
      font-size: 15px;
      font-weight: 500;
      width: 56%;
      text-align: center;
      margin: 0px auto;
      color: #000000;
      margin-bottom: 29px;
  }
  .sec-3-pare:hover .sec-3-img {
      transform: scale(1.1);
      filter: blur(3px) brightness(0.5);
  }

  .sec-3-img img {
      transition: 0.7s ease;
  }

  .sec-3-img {
      transition: 0.7s ease;
      /* filter: blur(3px); */
  }

  .sec-3-pare:hover .sec-3-cont {
      bottom: 36%;
      /* text-align: center; */
      transition: 0.7s ease;
  }

  .sec-3-pare:hover .sec-3-cont ul {
      /* justify-content: center; */
      transition: 0.7s ease;
  }


  .sec-3{
   background-image: url(../images/sec-3-bg.png);
   background-position: center;
   height: auto;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 16rem 0rem;
   overflow: hidden;
  }
  /*sec-3-css-end*/

  /*sec-5-css-start*/
  .sec-5{
    /* background-image:url(../images/sec-5-bg.png); */
    background-position: center;
    height: 565px;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 6rem 0rem; */
    display: flex;
    align-items: center;
    background-color: #f2f4f5;
    position: relative;
  }


  .sec-5-con {
      text-align: center;
  }

  .sec-5-con h2 {
      color: #283646;
      font-size: 40px;
      font-weight: 700;
      line-height: 46px;
  }

  .sec-5-con h2 span {
      display: block;
  }

  .sec-5-con p {
      color: #77808b;
      width: 80%;
      margin: 15px auto 35px;
      font-size: 16px;
      font-weight: 500;
  }

  .sec-5-con h5 {
      color: #15a4f9;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 8px;
  }

  .sec-5-con h6 {
      color: #77808b;
      font-size: 17px;
      font-weight: 600;
  }

  section.sec-5:before {
      position: absolute;
      content: "";
      background-image: url(../images/sec-5-bg.png);
      height: 100%;
      width: 100%;
      z-index: 1;
      top: 0px;
      left: 0px;
      display: block;
      background-repeat: no-repeat;
      background-position: left;
      background-attachment: fixed;
  }


  a.nav-link {
      color: #323232!important;
      font-size: 16px;
      font-weight: 700;
      transition: 0.7s;
      position: relative;
  }

  a.nav-link:hover {
      color: #f587ac!important;
  }

  








  /*login-page-css-start*/
  .home {
      background-image: url(../images/home.png);
      background-size: 50% 100%;
      background-position: left bottom;
      height: 100vh;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .home-box h1 {
      color: white;
      font-size: 38px;
      font-weight: 800;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(20px);
      border-radius: 5px;
      padding: 12px 12px 10px;
      display: inline-block;
    }
    .home-box {
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      width: 86%;
      /* height: 85%; */
      /* height: 600px; */
      padding: 80px 13px 231px 14px;
      /* margin-left: 21px; */
      margin: auto;
    }
    .home-box h4 span {
      display: flex;
      font-size: 32px;
      font-weight: 300;
      line-height: 54px;
      color: white;
    }

    .home-box h4 {
      color: white;
      font-weight: 300;
      font-size: 41px;
      line-height: 33px;
      position: relative;
    }

    .home-box h4:before {
      position: absolute;
      /* content: ""; */
      background: #d9d9d9;
      width: 93px;
      height: 2px;
    }
    .home-box h4 span {
      display: flex;
      font-size: 39px;
      font-weight: 300;
      line-height: 59px;
      color: white;
    }

    .home-box h4 {
      color: white;
      font-weight: 300;
      font-size: 47px;
      line-height: 57px;
      position: relative;
      /* margin-top: 51px; */
    }

    .home-box h4:before {
      position: absolute;
      /* content: ""; */
      background: #d9d9d9;
      width: 100px;
      height: 2px;
    }

    .home-box p {
      color: white;
      font-weight: 200;
      font-size: 20px;
      line-height: 36px;
      margin-top: 23px;
      width: 94%;
    }

    .homefom h1 {
      font-weight: 800;
      font-size: 46px;
    }

    .fom11 label {
      color: #000000;
      font-weight: 700;
    }

    .fom11 .form-control {
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      color: rgba(0, 0, 0, 0.5);
      font-size: 14px;
      height: 56px;
    }

    .fom11 {
      margin-top: 2rem;
    }
    .fom11 .form-check label {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 500;
    }

    .but-orange {
      background: linear-gradient(45deg, #f37ea6, #ed3b77);
      font-size: 16px;
      border: none;
      color: white;
      border-radius: 6px;
      padding: 14px 20px;
      text-decoration: none;
      width: 100%;
    }

    .fom11 button {
      width: 100%;
      margin-top: 15px;
    }

    .sig h3 {
      font-size: 16px;
      font-weight: 500;
      color: rgba(46, 46, 46, 1);
    }

    .sig h3 a {
      color: rgba(46, 46, 46, 1);
      font-weight: 700;
      font-size: 19px;
    }

    .sig {
      text-align: center;
      margin-top: 2rem;
    }

    .ic {
      display: flex;
      justify-content: space-between;
      margin-top: 2rem;
    }
    .foam-icon span a {
      color: rgb(239 85 137);
      margin-right: 32px;
    }

    .priv a {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 600;
      font-size: 14px;
      text-decoration-line: underline;
    }

  /*  login-page-css-end*/
  .OurExperienceCOntent ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 60px;
      margin-top: 40px;
  }

  .OurExperienceCOntent ul li {
      /* flex: 0 0 25%; */
  }

  .OurExperienceCOntent ul li h6 {
      color: #ec286a;
      font-size: 50px;
  }

  .OurExperienceCOntent ul li span {
      color: #ec286a;
      font-size: 14px;
      line-height: 20px;
      display: block;
  }
  .inner-banner{
    background-image: url(../images/inner-banner.jpg);
    text-align: center;
    height: 750px;
    padding: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-banner .sectionOneContent h1 {
      width: 100%;
      max-width: 100%;
  }

  .post-card.style--two .post-card__content {
      margin-left: 30px;
      margin-right: 30px;
      margin-top: -100px;
      padding: 30px;
      background-color: #f587ac;
  }
  .post-card__content {
      position: relative;
  }
  .post-card.style--two .post-card__title {
      font-size: 35px;
  }
  .post-card.style--two .time {
      color: white;
      margin-top: auto;
      font-weight: bold;
  }
  .post-card__thumb img {
      width: 100%;
  }

  h3.post-card__title.mb-3 a {
      color: black;
      font-size: 30px;
      line-height: 40px;
      display: block;
      margin-bottom: 0;
      font-weight: bold;
  }

  .post-card__content p {margin-bottom: 12px;}

  .post-card.style--two {
      margin-bottom: 40px;
  }

  .pagination li {
      font-size: 16px;
      color: #c4cbf9;
      line-height: 1.5;
      margin: 0;
  }
  .pagination .page-item .page-link {
      width: 42px;
      height: 42px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border: none;
      background-image: none;
      background-color: transparent;
      box-shadow: none;
      color: #ec286a;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      font-weight: bold;
  }
  .pagination .page-item.active .page-link {
      background-image: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
      background-color: #ec286a;
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      color: #ffffff;
  }
  .blog-wrapper{
      padding: 80px 0px 0;
  }
  .sidebar .widget {
      padding: 30px;
      background-color: #f587ac;
      box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
  }
  .widget__title {
      margin-bottom: 20px;
      font-family: HelveticaNeueLTStd-Bd;
  }
  .widget__search .form-control {
      padding: 0 15px 5px 0;
      border: none;
      font-size: 14px;
      border-bottom: 1px solid #361d81;
      background-color: transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      color: #ffffff;
      font-family: HelveticaNeueLTStd-Lt;
  }
  .widget__search button {
      margin-top: 30px;
      padding: 10px 35px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 16px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
  }
  .widget + .widget {
      margin-top: 30px;
  }
  .post-item__content h3 a {
      font-family: HelveticaNeueLTStd-Bd;
      font-size: 20px;
      line-height: 24px;
      display: block;
      color: black;
  }

  .post-item__content h3 {
      margin-top: 10px;
      margin-bottom: 15px;
  }
  .post-item {
      margin-bottom: 25px;
      border-bottom: 1px solid #d31506;
  }

  .small-post-slider .post-item:last-child {
      margin-bottom: 0;
      border-bottom: 0;
  }
  .social-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -3px -7px;
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .social-links li {
      margin: 3px 7px;
      font-size: 16px;
      color: #c4cbf9;
      line-height: 1.5;
  }
  .widget .social-links li a {
      color: white;
      display: block;
  }
  .social-links li a {
      width: 44px;
      height: 44px;
      background-color: black;
      border: 1px solid black;
      text-align: center;
      line-height: 46px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
  }

  .tags-list a {
      font-size: 13px;
      color: black;
      padding: 6px 15px;
      border: 1px solid black;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      margin: 6px 3px;
      display: inline-block;
  }




  .contactDetailsSub {
      border: 1px solid white;
      height: 100%;
      padding: 30px 0;
      background: #f587ac;
      border-radius: 20px;
      text-align: center;
  }

  .contactDetailsSub-content h3 {
      font-size: 17px;
      font-weight: 700;
  }
  .contactDetailsSub-content p {
      margin-bottom: 7px;
      color: black;
      font-size: 15px;
      font-weight: 400;
      margin: 0;
      font-family: HelveticaNeueLTStd-Lt;
  }
  .contactDetailsSub-content a{
      margin-bottom: 7px;
      color: black;
      font-size: 15px;
      font-weight: 400;
      font-family: HelveticaNeueLTStd-Lt;
  }
  .locationDiv i {
      font-size: 35px;
      margin-bottom: 15px;
  }
  section.contactDetails {
      padding: 80px 0px;
  }
  section.contactDetails {
      padding: 80px 0px;
  }

  section.contactDetails h2 {
      margin-bottom: 20px;
  }

  .map-location iframe {
      width: 100%;
      height: 440px;
  }
  .contact-form label {
      color: black;
  }

  form.contact-form input {
      border-radius: 50px;
      height: 50px;
  }
  .contact-form textarea {
      border-radius: 20px;
  }
  form.contact-form button {
      margin-left: 7px;
  }

  .btn-pink {
      background: linear-gradient(45deg, #f37ea6, #ed3b77);
      width: 100%;
      display: block;
      color: white;
      border-radius: 6px;
      padding: 15px 0px;
  }
  .btn-text-lg{
    font-size: 20px;
  }
  .btn-blue {
      background: linear-gradient(45deg, #83cffc, #32b0fa);
      width: 100%;
      display: block;
      color: white;
      border-radius: 6px;
      padding: 15px 0px;
  }
  .btn-green {
      background: linear-gradient(45deg, #71e399, #15d157);
      width: 100%;
      display: block;
      color: white;
      border-radius: 6px;
      padding: 15px 0px;
  }


  .trips-info {
      background-color: rgba(245, 247, 252, 1);
      border: 8px;
      padding: 2rem 2rem;
      margin-top: 13px;
      border-radius: 15px;
  }
  .trips-info .nav-tabs {
      border: 0;
      gap: 4px;
      display: flex;
      justify-content: space-between;
  }


  .trips-info .nav-tabs li {
      /* flex: 0 0 24%; */
  }


  .trip-left ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }

  .trip-left ul li a {
      color: #222222;
      font-size: 14px;
      text-decoration: underline !important;
      display: block;
  }

  .trip-left ul li {
      margin-bottom: 10px;
  }
  .trip-left {
      height: 100%;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
  }
  .trip-right p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 11px;
  }

  .trip-right h6 {
      font-size: 24px;
  }

  ul.trip-images {
      display: flex;
      gap: 5px;
      padding: 0;
      margin: 0;
      list-style: none;
      flex-wrap: wrap;
      margin-top: 19px;
  }

  ul.trip-images li {
      flex: 0 0 24%;
  }

  ul.trip-images li img {
      width: 100%;
  }

  .trips-info .nav-tabs {
      margin-bottom: 20px;
  }


.sectionOneContent.sectionTwoContent.blogsContent.contactUsContent p {
    margin: 20px auto 20px;
}
section.section-1 h2 {
    font-size: 25px;
    display: inline-block;
    background-color: var(--heading-color);
    padding: 10px;
    font-weight: bold;
}

.sectionOneContent.sectionTwoContent.ourExperienceContent h1 {
    line-height: 60px;
    font-size: 71px;
    font-weight: 700;
    font-family: auto;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sectionOneContent.sectionTwoContent.ourExperienceContent h1 span {
    display: block;
    line-height: 0;
    margin-top: -26px;
}
.OurExperienceCOntent h1 {
    color: var(--heading-color);
    font-family: var(--font-family-Mishella);
    font-size: 57px;
    font-weight: bold;
    line-height: 60px;
    margin: 15px 0px;
}
#main-navbar .dropdown-menu {
    right: 0px;
    left: auto;
}

.trip-footer ul li {
    flex: 0 0 23%;
    text-align: center;
}

.trip-footer ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trip-footer ul li a {
    padding: 15px 0px;
    background-color: #ff7eae;
    color: white;
    border-radius: 50px !important;
}

.trip-footer ul li a i {
    color: white !important;
}

a#st-1 {
    padding: 0;
    text-align: center;
    padding: 6px 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
}
.trip-footer ul li a {
    border: 1px solid #ff7eae;
}

.trip-footer ul li a:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.trip-footer ul li a:hover i {
    color: black !important;
}
.banner-form {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
}

.banner-form input {
    padding-left: 20px !important;
    border-radius: 50px;
    height: 45px;
}

.banner-form label {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}
.banner-form .custom-btn:before {
    width: 97%;
}
section.section-1 .container {
    max-width: 1412px;
}

.trips-info .nav-tabs .nav-link {
    border-radius: 50px;
    text-align: center;
    color: white !important;
}
.trips-info .nav-tabs .nav-link:hover {
    color: black !important;
}
.nav-link.custom-btn:before {
    width: 98%;
}