/*
================================
Import CSS and Google Fonts
================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

/*
================================
Global Styles
================================
*/
:root {
      --secondary: #f0f0f0;
       --primary: #1b3047;
      --accent: #ff5722;
      --bg-light: #f9f9f9;
      --text-dark: #333;
      --bg-light: #f9f9f9;
      --bg-dark: #ffffff;
    }
body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    color: #505050;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;    
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.slicknav_menu {
    display: none;
    background: #3fd0d4;
}

.slicknav_btn {
    background-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
    box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}

.slicknav_menu .slicknav_icon {
    margin-left: 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.180em;
}


a {
    font-family: Poppins, sans-serif;
    color: #333;
    transition: all 0.2s;
}

a:focus {
    outline: none;
}

h1 {
    font-family: Poppins, sans-serif;
    font-size: 65px;
    line-height: 1.092307692307692em ;
    font-weight: 600 ;
    letter-spacing: -.05em ;
}
h2{
    font-family: Poppins, sans-serif ;
    font-size: 40px ;
    line-height: 1.15em ;
    font-weight: 600 ;
    letter-spacing: -.05em ;
}
h4 {
    font-family: Poppins, sans-serif ;
    color: #212121 ;
    font-size: 22px !important;
    line-height: 1.272727272727273em ;
    font-weight: 600 ;
    letter-spacing: -.05em ;
}
h5{
    font-size: 18px;
    line-height: 1.333333333333333em;
    font-weight: 600;
}
h3,
h6 {
    font-family: Poppins, sans-serif;
    line-height: 1.4;
    margin-top: 0;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: all 0.2s;
}

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

img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bg-area {
    background: #F6F6F6;
}

.bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'] {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
}

.form-group textarea {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #3fd0d4;
    box-shadow: none;
}

/* Owl Carousel Fix Start */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* Headline */

.main-headline {
    text-align: center;
}

.headline {
    position: relative;
    margin-bottom: 30px;
}

.headline:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #3fd0d4;
    bottom: -5px;
    left: 50%;
    margin-left: -40px;
}

.headline:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #3fd0d4;
    bottom: -15px;
    left: 50%;
    margin-left: -40px;
}

.headline h2 {
    font-weight: 600;
    padding-bottom: 6px;
    margin-top: 0;
}

.headline h2:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 1px;
    background: #444;
    bottom: -10px;
    left: 50%;
    margin-left: -60px;
}

.main-headline p {
    font-size: 14px;
    margin-bottom: 15px;
}

.main-headline.white {
    color: #fff;
}

.main-headline.white .headline:after,
.main-headline.white .headline:before,
.main-headline.white .headline h2:before {
    background: #fff;
}

.clear-two:nth-child(2n + 1) {
    clear: both;
}

.clear-three:nth-child(3n + 1) {
    clear: both;
}

.clear-four:nth-child(4n + 1) {
    clear: both;
}

.modell{
     width: 60vh;
     height: 60vh;
}
@media (max-width: 480px) {
  .modell {
    width: 90vw;
    height: 90vw;
  }
}
/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*
-------------------------------
Top Header
-------------------------------
*/

#home {
  background: url(../images/heraferri-back.jpg) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

h1#quote {
  font-size: 2rem;
  color: #f0f0f0;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.btn-custom {
  background-color: #FF6F00;
  color: white;
  padding: 12px 28px;
  border: none;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 20px rgba(255, 111, 0, 0.3);
}

.btn-custom:hover {
  background-color: #e65c00;
  border: 1px solid white;
  transform: scale(1.08) rotate(-1deg);
  box-shadow: 0 6px 30px rgba(255, 111, 0, 0.6), 0px 0px 6px white inset,0px 0px 3px white;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  h1#quote {
    font-size: 1.5rem;
  }

  #businessImage {
    margin-top: 20px;
  }
}


.services-section {
      padding: 60px 20px;
      text-align: center;
      background: var(--secondary);
    }

    .services-section h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: var(--primary);
    }

    .services-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-card {
      background: radial-gradient(rgb(46, 45, 45),black);
      /* border: 2px solid var(--primary); */
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0px 0px 10px white inset;
      cursor: pointer;
      transform: perspective(600px);
      transition: transform 0.3s ease;
    }

    .service-icon {
      font-size: 40px;
      /* color: var(--primary); */
      color: #fff;
      margin-bottom: 20px;
    }

    .service-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #fefefe;
    }

    @media (max-width: 600px) {
      .services-section h2 {
        font-size: 1.8rem;
      }
    }

     .partner-section {
      padding: 60px 20px;
      background: var(--bg-light);
      text-align: center;
    }

    .partner-section h2 {
      font-size: 2.5rem;
      margin-bottom: 15px;
      color: var(--primary);
    }

    .partner-section p.subtitle {
      font-size: 1.2rem;
      margin-bottom: 40px;
      color: #666;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1100px;
      margin: 0 auto;
      text-align: left;
    }

    .benefit-card {
      background: white;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: transform 0.3s;
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .benefit-card:hover {
      transform: translateY(-5px);
    }

    .benefit-icon {
      font-size: 30px;
      color: var(--accent);
      flex-shrink: 0;
    }

    .benefit-text {
      font-size: 1rem;
      line-height: 1.5;
    }

    .benefit-text strong {
      color: var(--primary);
    }

    @media (max-width: 600px) {
      .partner-section h2 {
        font-size: 2rem;
      }
      .partner-section p.subtitle {
        font-size: 1rem;
      }
    }

     .help-section {
      padding: 60px 20px;
      background: var(--bg-light);
      text-align: center;
    }

    .help-section h2 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    .help-section p {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 30px;
    }

    .help-form {
      max-width: 600px;
      margin: 0 auto;
      background: var(--bg-dark);
      padding: 30px 25px;
      border-radius: 15px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .help-form:hover {
      transform: translateY(-5px);
    }

    .help-form input,
    .help-form textarea {
      width: 100%;
      padding: 15px;
      margin-bottom: 20px;
      border: 2px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
      transition: all 0.3s ease;
      outline: none;
    }

    .help-form input:focus,
    .help-form textarea:focus {
      border-color: var(--accent);
      box-shadow: 0 0 10px rgba(255, 87, 34, 0.3);
      backdrop-filter: blur(3px);
    }

    .help-form textarea {
      resize: vertical;
      min-height: 120px;
    }

    .help-form button {
      background: var(--accent);
      color: white;
      padding: 14px 24px;
      font-size: 1rem;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
    }

    .help-form button:hover {
      background: #e04e1f;
      transform: scale(1.02);
    }

    @media (max-width: 600px) {
      .help-section h2 {
        font-size: 2rem;
      }

      .help-form {
        padding: 20px;
      }
    }


.top-header {
    background: #3fd0d4;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 20px;
}


.top-header-left p,
.top-header-right a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}

.top-header-left i,
.top-header-right i {
    margin-right: 5px;
}

.top-header-right {
    float: right;
}

.top-header-right a {
    margin-right: 0;
    margin-left: 15px;
}

/*
-------------------------------
Menu-Area
-------------------------------
*/
.heady{
    display: flex;
    align-items: center;
}
.menu-area{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 100;
    background: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.457);
}
.logo{
    padding: 15px;
}
.logo img {
    width: 130px;
    height: 130px;
}

.sf-menu,.icon-menu {
    list-style: none;
}
.main-menu {
    display: flex;
    justify-content: center; /* Centers the menu */
    align-items: center; /* Aligns it vertically */
}

.sf-menu {
    display: flex; /* Ensures items are displayed in a row */
    gap: 15px; /* Adds spacing between menu items */
    list-style: none; /* Removes bullet points */
    padding: 0;
    margin: 0;
}

.icon-menu {
    float: right;
    margin:0;
    padding: 0;
}
.sf-menu li , .icon-menu li {
    height: auto;
    margin-top: 0;
    line-height: 75px;
    background: transparent;
    position: relative;
}


.sf-menu > li > a ,
.icon-menu > li > a {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
    border: 0;
    color: #333;
    padding: 5px 37px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu li:first-child > a {
    border-top: 0;
}

.sf-menu > li > a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    bottom: 25px;
    left: 0;
    background: #3fd0d4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-arrows .sf-with-ul:after {
    border-top-color: #333;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
}

.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li.current_page_item > .sf-with-ul:after {
    border-top-color: #3fd0d4;
}

.sf-menu li:hover > a,
.sf-menu li.current_page_item a {
    background: transparent;
    color: #3fd0d4;
}

.sf-menu li:hover a:before,
.sf-menu li.current_page_item a:before {
    width: 100%;
}


.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.4s ease 0s;
    -webkit-animation: zoomIn 0.4s ease 0s;
    animation: zoomIn 0.4s ease 0s;

}
.sf-menu li ul > li {
    min-width: inherit;
    height: auto;
    line-height: 34px;
    background: #fff;
    color: #292929 !important;
    margin-right: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.sf-menu li:hover li > a {
    color: #fff;    
}

.sf-menu li li:hover > a {
    /* background: #444; */
    color: #fff;
}

.sf-menu li li > a {
    font-size: 15px;
    font-weight: 600;
    color: #292929 !important;
    font-family: Poppins, sans-serif;
    border-left: 0;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}

.sf-menu li li ul > li {
    border-left: 1px solid #aeaeae;
    margin-left: -1px;
}

.sf-menu li li:hover > a {
    padding-left: 25px;
}

/*
-------------------------------
Slider
-------------------------------
*/

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 550px;
    padding-left: 5%;
    padding-right: 5%;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text-animated p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background-color: #3fd0d4;
    color: #fff;
    border: 2px solid #3268c1;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

/*Nav*/

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    color: #3fd0d4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}

.slide-carousel .owl-nav .owl-prev {
    left: 3%;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 3%;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #3fd0d4;
    color: #fff;
}

/*Slide-Dots*/

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}
/* 
-------------------------------
Search section
-------------------------------
*/
.search-wrapper {
    position: absolute;
    margin-top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 2;
}

.search-container {
    display: flex;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    position: relative;
}

.search-container form {
    display: flex;
    width: 100%;
}

.search-container div {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    position: relative;
    gap: 15px; /* Space between icon and input/select */
}

.search-container div span {
    position: absolute;
    left: 15px; /* Increased spacing between icon and input/select */
    font-size: 24px;
    color: #3fd0d4;
}

.search-container input,
.search-container select {
    border: none;
    margin: 0px;
    padding: 10px 10px 10px 45px; /* Increased padding to prevent overlap with icon */
    width: 100%;
    height: 80px;
    border-radius: 3px;
    background: #fff;
    outline: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 16px;
}

/* Enable scrollbar in select dropdown */
.search-container select {
    appearance: none;
    overflow-y: auto;
}

/* Custom scrollbar styling for select dropdown */
.search-container select::-webkit-scrollbar {
    width: 6px;
}

.search-container select::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-container select::-webkit-scrollbar-thumb {
    background: #3fd0d4;
    border-radius: 10px;
}

.search-container select::-webkit-scrollbar-thumb:hover {
    background: #34b2b5;
}

.search-container button {
    background: #3fd0d4;
    color: #fff;
    border: none;
    height: 80px;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.search-container button:hover {
    background: #34b2b5;
}
/* 
 Destination-container
*/
.destination-container{
    /* display: flex; */
    background: #fff;
    padding-top: 10px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    align-self: center;
    position: relative;
    width: 85%;
    margin-top: -8%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.destination-detail-container{
    display: flex;
    background: #fff;
    padding: 50px 50px 130px 50px;
    padding-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    align-self: center;
    position: relative;
    width: 80%;
    margin-top:-150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
@media only screen and (max-width:1350px){
    .destination-detail-container{
        width: 85%;
    }
}
@media only screen and (max-width:1250px){
    .destination-detail-container{
        width: 90%;
    }
}
@media only screen and (max-width:1100px){
    .destination-container {
        padding-left: 3%;
        padding-right: 3%;
    }
}
/*
-------------------------------
Service
-------------------------------
*/

.service-item {
    text-align: center;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3fd0d4;
    opacity: 0.75;
}

.service-item a {
    display: block;
    padding: 30px 15px;
    position: relative;
    z-index: 99;
}

.service-item i {
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
}

.service-item h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-item p {
    margin: 0;
    color: #fff;
}

/*
-------------------------------
Single-Service
-------------------------------
*/

.service-info ul li {
    padding: 14px;
}

.service-info ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-info ul li span {
    font-weight: 600;
    margin-right: 5px;
}

.service-details p:last-child {
    margin: 0;
}

.service-widget {
    margin-top: 30px;
}

.service-widget:first-child {
    margin-top: 0;
}

.service-list ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-list ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px;
    padding-left: 34px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-list ul li a:before {
    position: absolute;
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    top: 25px;
    left: 14px;
    margin-top: -11.5px;
}

.service-list ul li.active a {
    background: #444;
    background: #444;
    color: #fff;
}

.service-list ul li a:hover {
    background: #3fd0d4;
    color: #fff;
}

.service-sidebar-item h3 {
    font-size: 26px;
    font-weight: 500;
}

.service-contact ul li {
    padding: 14px;
    border-radius: 3px;
}

.service-contact ul li i {
    margin-right: 5px;
}

.service-contact ul li:nth-child(odd) {
    background: #f5f5f5;
}


/*
-------------------------------
Featured Package
-------------------------------
*/
.featured-container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 3px;
    margin-left: 3px;
}
@media (min-width: 1400px) {
    .featured-container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .featured-container{
      max-width: 540px;
    }
}
  
@media (min-width: 768px) {
    .featured-container {
      max-width: 720px;
    }
}
  
@media (min-width: 992px) {
    .featured-container {
      max-width: 100%;
    }
}
  
@media (min-width: 1200px) {
    .featured-container {
      max-width: 100%;
    }
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}
  
.featured-item {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow:5px 8px 13.92px 2.08px rgba(0,0,0,.05);
}

.featured-photo {
    overflow: hidden;
    position: relative;
}

.featured-photo img {
    transform: scale(1);
    transition: all 0.3s;
}

.featured-item:hover .featured-photo img {
    transform: scale(1.1);
}

.featured-photo .price {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    /* font-weight: 600; */
    color: #fff;
    background: #444;
    padding: 8px;
    text-align: center;
}

.featured-start-date {
    margin-bottom: 10px!important;
    color: #3fd0d4;
    background: #f2f3f3;
    padding: 7px;
}

.featured-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 15px;
}

.featured-text h4 {
    margin-bottom: 10px;
}

.featured-text h4 a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3fd0d4;
    transition: all 0.3s;
}

.featured-text h4 a:hover {
    color: #444;
}

.featured-text p {
    margin: 0;
}

.feature-join {
    overflow: hidden;
    margin-top: 10px;
}

.feature-join .date {
    /*float: left;*/
    margin-top: 4px;
    background: #555;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}
.package-price{
    margin-top:10px !important;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.428571428571429em;
    font-weight: 600;
    color: #212121;
}

/*Nav*/

.featured-carousel .owl-nav .owl-prev,
.featured-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #3fd0d4;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.featured-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*Dots*/

.featured-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 35px;
}

.featured-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: rgba(63, 208, 212, .5);
    display: inline-block;
    margin: 5px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.featured-carousel .owl-dots .owl-dot.active {
    background: #3fd0d4;
}



/*
-------------------------------
Featured Detail
-------------------------------
*/

.featured-sidebar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.featured-widget {
    margin-top: 30px;
}

.featured-widget:first-child {
    margin-top: 0px;
}

.headstyle-two h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.custom-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.custom-select:focus,
.custom-select:active {
    box-shadow: none;
}

label {
    font-weight: 600;
}

.featured-widget textarea {
    width: 100%;
    height: 120px;
}

.featured-widget .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #3fd0d4;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.3s;
}

.featured-widget .btn:hover {
    background: #444;
}

.featured-detail-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
    position: relative;
}

.featured-lightbox a {
    text-align: center;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 15px;
    right: 15px;
    border: 1px solid #fff;
    background: #fff;
    color: #3fd0d4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel:hover .featured-lightbox a {
    visibility: visible;
    opacity: 1;
}

/*Nav*/

.single-feat-carousel .owl-nav .owl-prev,
.single-feat-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 34px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    font-size: 14px;
    background: #3fd0d4;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel .owl-nav .owl-prev {
    left: 0;
}

.single-feat-carousel:hover .owl-nav .owl-prev,
.single-feat-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.single-feat-carousel .owl-nav .owl-prev:hover,
.single-feat-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

.featured-detail-mainbar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.feat-detail-table .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.feat-detail-table .table tr td {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px;
}

.feat-detail-table .table tr td.fea-name {
    font-weight: 600;
    width: 200px;
    color: #444;
}

.feat-detail-table .table iframe {
    width: 100%;
    height: 320px;
}

/*
-------------------------------
Counterup-Area
-------------------------------
*/

.counterup-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-counterup {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.counter-item {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}

.counter-icon {
    float: left;
    display: table-cell;
    text-align: center;
    font-size: 40px;
    width: 72px;
    height: 72px;
    line-height: 62px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
}

.counter-icon img {
    width: 38px;
    height: 38px;
}

.counter-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.counter-text h2.counter {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.counter-text h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/*
-------------------------------
Portfolio-Page
-------------------------------
*/

.portpage-menu {
    text-align: center;
}

.portpage-menu li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3fd0d4;
    border: 2px solid #3fd0d4;
    border-radius: 50px;
    padding: 4px 15px;
    margin: 0 8px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
    background: #444;
    border: 2px solid #444;
    color: #fff;
}

.portfolio-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Stack items vertically */
}

.photo-title {
    position: absolute;
    top: 30%; /* Position text at the bottom of the image */
    left: 50%;
    transform: translateX(-50%);   
    padding: 8px;
    border-radius: 10% !important;
}

.photo-title a {
    color: #fff; /* White text for visibility */
    font-family: Satisfy, cursive !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
}



.portfolio-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    opacity: 0.8;
    opacity: 0;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.photo-title {
    text-align: center;
    /* background: #333;  */
}

.photo-title p {
    font-size: 16px!important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 13px;
    font-family: Poppins, sans-serif;
}

.photo-title a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 13px;
    transition: all 0.3s;
}

.photo-title a:hover {
    color: #fff;
    /* background: #3fd0d4; */
}

.portfolio-text {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-text a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-text i {
    font-size: 22px;
    color: #fff;
}

.portfolio-item:hover .portfolio-bg {
    transform: scale(1);
    opacity: 0.7;
}

.portfolio-item:hover .portfolio-text {
    /* opacity: 1; */
}

.portfolio-item iframe {
    width: 100%;
    height: 300px;
}

/*
-------------------------------
Team-Area [ offer area ]
-------------------------------
*/
.offer-bg {
    background-image: url('../images/offers_bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.offer-container{
    padding-left: 30px;
    padding-right: 30px;
}
.team-item {
    /* border: 1px solid #ddd; */
}

.team-photo {
    overflow: hidden;
    position: relative;
}

.team-photo img {
    width: 100%;
}

.team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social li a:hover {
    color: #333;
    background: #fff;
}

.team-item:hover .team-social {
    bottom: 10%;
    visibility: visible;
    opacity: 1;
}

.team-item:hover .team-bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 0.8;
}

.team-text {
    text-align: center;
    color: #333;
    background: transparent;
    padding: 15px;
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5%;
}

.team-text a {
    font-family: Poppins, sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: block;
    margin: 0 0 6px;
}

.team-text p {
    margin: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.team-text:hover {
    background:transparent;
}

/* Team-carousel Nav */

.team-carousel {
    overflow: hidden;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #3fd0d4;
}

/*team-Dots*/

.team-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #b9b9b9;
    display: inline-block;
    margin: 0 4px;
}

.team-carousel .owl-dots .owl-dot.active {
    background: #3fd0d4;
}

/*
-------------------------------
Team-Details
-------------------------------
*/

.team-detail-photo {
    text-align: center;
    max-width: 300px;
    background-color: #f5f5f5;
    padding: 30px;
}

.team-detail-photo h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.team-detail-photo ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.team-detail-photo ul li {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.team-detail-photo ul li:last-child {
    margin-right: 0;
}

.team-detail-photo ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #3fd0d4;
    color: #fff;
    transition: all 0.3s;
}

.team-detail-photo ul li a:hover {
    background: #444;
    color: #fff;
}

.team-detail-text .headstyle h4 {
    font-size: 26px;
}

.team-detail-text li {
    font-weight: 600;
    margin-bottom: 7px;
}

.team-detail-text li:last-child {
    margin-bottom: 0;
}

.team-detail-text li i {
    color: #3fd0d4;
    margin-right: 7px;
}

/*
-------------------------------
Testiomonial
-------------------------------
*/

.testimonial-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-testimonial {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
}
.testimonial-headline h2 {
    font-family: Satisfy, cursive !important;
    color: #34b2b5;
    text-transform: none !important;
    font-weight: 400;
}
.testimonial-item {
    text-align: center;
}

.testimonial-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    /* border: 7px solid #3FD0D4; */
    margin: 0 auto;
}

.testimonial-text {
    color:#212121;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-text h2 {
    margin: 8px 0 0;
    font-family: Satisfy, cursive;
    font-size: 24px;
    line-height: 2.625em;
    color: #212121;
}
.testimonial-text p {
   
}

.testimonial-text h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.testimonial-pra {
    width: 70%;
    line-height: 1.7;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 15px;
}

.testimonial-pra p {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-size: 20px;
    line-height: 1.5em;
}

/*Testimonial-owl*/

.testimonial-gallery .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testimonial-gallery .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-gallery .owl-dots .owl-dot.active {
    background: #3fd0d4;
}

.testimonial-gallery .owl-nav {
    text-align: center;
    margin-top: 10px;
}

.testimonial-gallery .owl-nav .owl-prev,
.testimonial-gallery .owl-nav .owl-next {
    font-size: 30px;
    background: none;
    border: none;
    color:#212121;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.testimonial-gallery .owl-nav .owl-prev {
    left: 3%;
    margin-left: 0px;
}

.testimonial-gallery .owl-nav .owl-next {
    right: 3%;
    margin-right: 0px;
}
/*
-------------------------------
Testiomonial-Page
-------------------------------
*/

.testimonial-page .testimonial-item {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
}

.testimonial-page .testimonial-text {
    color: #333;
}

.testimonial-page .testimonial-pra {
    padding: 0;
}

/* Testimonial-Page Dots */

.testi-page-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testi-page-carousel .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #444;
    display: inline-block;
    margin: 0 5px;
}

.testi-page-carousel .owl-dots .owl-dot.active {
    background: #3fd0d4;
}

/* Testimonial-Page Nav */

.testi-page-carousel {
    overflow: hidden;
}

.testi-page-carousel .owl-nav .owl-prev,
.testi-page-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testi-page-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.testi-page-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.testi-page-carousel .owl-nav .owl-prev:hover,
.testi-page-carousel .owl-nav .owl-next:hover {
    background: #3fd0d4;
}

/*
-----------------------------
review 
-----------------------------
*/
.review-area{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -82px;
    position: static;
    padding: 0;
    background-attachment: fixed;
    background-color: transparent;
    overflow: hidden;
}
.review-container{
    padding-right: 0;
    padding-left: 0;
    margin-right: 5px;
    margin-left: 5px;
}
@media (min-width: 1400px) {
    .review-container {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .review-container{
      max-width: 540px;
    }
}
  
@media (min-width: 768px) {
    .review-container {
      max-width: 720px;
    }
}
  
@media (min-width: 992px) {
    .review-container {
      max-width: 100%;
    }
}
  
@media (min-width: 1200px) {
    .review-container {
      max-width: 100%;
    }
}
.review-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
}
.review-container .main-review-headline {
    font-family: Poppins, sans-serif;
    color: #fff;
    text-align: center;
    width:70%;
    margin: 0 auto;
}
.review-container .main-review-headline span {
    margin-bottom: -6px;
    display: block;
    font-family: Satisfy, cursive;
    font-size: 33px;
    line-height: 1.8em;
}
.review-container .main-review-headline .review-headline h1{
    text-transform: none;
}
.review-container .main-review-headline p {
    margin: 12px 0 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;    
}
.review-item {
    background-color: #fff;
    margin: 25px 0;
    -webkit-box-shadow: 0 0 45.92px .08px rgba(0, 0, 0, .07);
    box-shadow: 0 0 45.92px .08px rgba(0, 0, 0, .07);    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 9% 40px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-item .review-img {
    width: 128px;
}
.review-item .review-text {
    width: calc(100% - 128px);
}
.review-star-holder .reviews-star {
    color: #3fd0d4;
    font-size: 13px;
    margin-right: 2px;
}
.review-item-content {
    margin: 10px 0 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    color: #505050;
}
.review-item-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 11px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
/*Dots*/

.review-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 35px;
}

.review-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: rgba(63, 208, 212, .5);
    display: inline-block;
    margin: 5px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.review-carousel .owl-dots .owl-dot.active {
    background: #3fd0d4;
}



/*
-------------------------------
Blog-Area
-------------------------------
*/

.blog-item {
    border: 1px solid #f5f5f5;
}

.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
    background: #3fd0d4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
}

.blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.blog-item:hover .date {
    bottom: 0;
}

.blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-item a.b-head {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-item a.b-head:hover {
    color: #444;
}

.blog-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-text ul li:last-child {
    margin-right: 0;
}

.blog-text ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-text ul li i {
    color: #444;
    margin-right: 5px;
}

.blog-item p {
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 0px;
}

.blog-author {
    overflow: hidden;
    background: #e6e6e6;
}

.blog-author ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.blog-author li {
    display: inline-block;
}

.blog-author li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li a i {
    margin-right: 5px;
    color: #3fd0d4;
}

.blog-author li a:hover {
    color: #3fd0d4;
}

.blog-author li.blog-button {
    background: #3fd0d4;
    float: right;
}

.blog-author li.blog-button a {
    background: #3fd0d4;
    padding: 15px 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li.blog-button i {
    color: #fff;
    margin: 0;
}

.blog-author li.blog-button a:hover {
    background: #3fd0d4;
}

.button a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #3fd0d4;
    border-radius: 50px;
    padding: 11px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.button a i {
    margin-left: 5px;
}

.button a:hover {
    background: #444;
    border-color: #444;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* Blog-carousel Nav */

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #3fd0d4;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*
-------------------------------
Single-Blog
-------------------------------
*/

.headstyle h4 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

.headstyle h4:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: 0;
}

.headstyle h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: -5px;
}

.single-blog .blog-image .date {
    bottom: 0;
}

.single-blog h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-blog ul li {
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
}

.single-blog ul li i {
    color: #444;
    margin-right: 5px;
}

.single-blog ul li a {
    text-decoration: none;
    color: #3fd0d4;
}

.single-blog p {
    margin: 0;
    margin-top: 15px;
}

/* Comment */

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

.comment-list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-list ul li:last-child {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-list .comment-item {
    overflow: hidden;
    display: table;
    width: 100%;
}

.comment-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment-list .com-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.comment-list .com-text h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.comment-list .com-text span.date {
    margin-right: 30px;
}

.comment-list .com-text span.date i {
    color: #444;
    margin-right: 3px;
}

.comment-list .com-text span a {
    display: inline-block;
    padding: 5px 10px;
    background: #3fd0d4;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-list .com-text span a:hover {
    background: #444;
    color: #fff;
}

.comment-list .com-text p {
    margin-top: 12px;
    margin-bottom: 0;
}

.comment-list ul ul.children {
    margin-top: 20px;
    margin-left: 40px;
}

.comment-list ul ul.children li {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-form textarea {
    height: 220px;
}

.comment-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 30px;
    border: 1px solid #3fd0d4;
    border-radius: 0;
    background: #3fd0d4;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .btn:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}



/* Sidebar */

.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    margin-top: 30px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item input {
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-radius: 0;
}

.sidebar-item input:focus {
    border: 1px solid #3fd0d4;
    box-shadow: none;
}

.sidebar-item button {
    height: 40px;
    background: #3fd0d4;
    color: #fff;
    border: 1px solid #3fd0d4;
    border-radius: 0;
}

.sidebar-item button:hover {
    cursor: pointer;
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.sidebar-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sidebar-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: 0;
}

.sidebar-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: -5px;
}

.sidebar-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 20px;
    transition: all 0.3s;
}

.sidebar-item ul li a:before {
    position: absolute;
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    top: 0;
    left: 0;
    color: #333;
}

.sidebar-item ul li a:hover {
    color: #444;
}

.tagcloud a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tagcloud a:hover {
    color: #444;
}

/*
-------------------------------
Newsletter
-------------------------------
*/

.newsletter-area {
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

.newsletter-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3fd0d4;
    opacity: 0.4;
}

.newsletter-headline {
    margin-bottom: 30px;
}

.newsletter-headline h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 6px;
}

.newsletter-headline p {
    line-height: 1.7;
}

.newsletter-submit {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.newsletter-submit input[type='text'] {
    width: 60%;
    height: 51px;
    text-indent: 20px;
    padding-right: 10px;
    color: #333;
}

.newsletter-submit input[type='submit'] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    height: 52px;
    background: #444;
    color: #fff;
    margin-left: -5px;
    transition: all 0.4s;
}

.newsletter-submit input[type='submit']:hover {
    background: #444;
}


/*
-------------------------------
Footer-Area
-------------------------------
*/

.footer-area {
    position: relative;
    background: #333;
    color: #c7c7c7;
}

.footer-item {
    color: #c7c7c7;
}

.footer-item p {
    line-height: 1.8;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-item ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-item ul li:last-child {
    margin-bottom: 0;
}

.footer-item ul li a {
    position: relative;
    display: inline-block;
    color: #c7c7c7;
    padding-left: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
}

.footer-item ul li a:hover {
    color: #444;
}

.footer-item p,
.footer-item a {
    text-decoration: none;
    color: #c7c7c7;
}

.footer-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #c7c7c7;
    padding-bottom: 12px;
    margin-bottom: 36px;
}

.footer-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: 0;
}

.footer-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #3fd0d4;
    left: 0;
    bottom: -5px;
}

.footer-item ul.f-link li {
    width: 50%;
    float: left;
}

.footer-address-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

.footer-address-item .icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
}

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

.footer-item ul.footer-social {
    margin-top: 15px;
}

.footer-item ul.footer-social li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0;
}

.footer-item ul.footer-social li a:before {
    display: none;
}

.footer-item ul.footer-social li a {
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #c7c7c7;
    background: #3fd0d4;
    border: 1px solid #3fd0d4;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 100% !important;
}

.footer-item ul.footer-social li a:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.footer-item .input-group .btn {
    font-size: 16px !important;
}


/* Footer-Bottom */
.footer-bottom {
    text-align: left;
    background: #292929;
    padding: 15px 0;
}

.footer-bottom-menu {
    float: right;
}

.footer-bottom-menu ul li {
    list-style-type: none;
    float: left;
    margin-left: 20px;
}

.footer-bottom-menu ul li a {
    color: #c7c7c7!important;
}
.copy-text {
    text-align: left;
}
.copy-text p {
    color: #c7c7c7;
    margin: 0;
    text-align: left;
}

/*
-------------------------------
Scroll-Top
-------------------------------
*/

.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 46px;
    bottom: 15px;
    right: 15px;
    background: #fff;
    color: #3fd0d4;
    opacity: 0.8;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #3fd0d4;
}


/*Banner*/

.banner-slider {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 490px;
    position: relative;
}

.banner-slider.high-banner {
    height: 400px;
}

.bannder-table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.banner-text h1 {
    /* font-size: 34px;
    font-weight: 700;
    text-transform: uppercase; */
    color: #fff;
    margin: 0;
}

/*
-------------------------------
About Us
-------------------------------
*/

.about-text h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.about-text p {
    line-height: 1.8;
    margin: 0;
    margin-bottom: 20px;
}
/* section{
    padding: 50px;
} */
/*
-------------------------------
Country Package
-------------------------------
*/
.country-text {
    text-align: center;
}

.country-text h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.country-social h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.country-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #3fd0d4;
    color: #fff;
    transition: all 0.3s;
}

.country-social ul li a:hover {
    background: #333;
}

.sub-headline h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.package-content p {
    font-size: 15px;
    margin-bottom: 25px;
}

.package-content img {
    margin-bottom: 15px;
}

.package-content ul {
    list-style-type: circle;
    margin-left: 20px;
}

.package-content ul li {
    margin-bottom: 15px;
}

/*
-------------------------------
Country Package Detail
-------------------------------
*/
.package-content.package-detail-content {
    border: 1px solid #ddd;
}

.package-detail-content .portfolio-item img {
    margin: 0;
}

.package-detail-content .photo-title p {
    margin: 0;
}

/*
-------------------------------
Pagination
-------------------------------
*/
.paginations {
    text-align: center;
    padding-top: 30px;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.page-left {
    margin: 0 !important;
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.page-numbers li a:hover {
    background: #3fd0d4;
    color: #fff;
}

ul.page-numbers li span {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3fd0d4;
    color: #fff;
}

/*
-------------------------------
Dashboard-Area
-------------------------------
*/

.option-board {
    background: #fff;
    border: 1px solid #ddd;
}

.option-board ul li {
    border-bottom: 1px solid #ddd;
}

.option-board ul li:last-child {
    border-bottom: 0px;
}

.option-board ul li.active {
    background: #3fd0d4;

}

.option-board ul li.active a {
    color: #fff;
}

.option-board ul li a {
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    padding: 7px 15px;
    transition: all 0.4s;
}

.option-board ul li a:hover {
    background: #3fd0d4;
    color: #fff;
}

.option-board ul li span {
    font-size: 18px;
    margin-right: 15px;
}

/*Detail-Dashboard*/
.detail-dashboard .table {
    border: 1px solid #ddd;
}

.detail-dashboard .table tr th,
.detail-dashboard .table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

/*
-------------------------------
Order
-------------------------------
*/

.btn-primary {
    color: #fff;
    border: 1px solid #3fd0d4;
    background: #3fd0d4;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.4s;
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #444;
    background: #444;
}

/*
-------------------------------
Faq
-------------------------------
*/

.faq-title h1 {
    font-size: 21px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
}

.faq-page .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.faq-page .panel-group {
    margin-bottom: 0px;
}

.faq-page .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #3fd0d4;
    margin-top: -25.5px;
}

.faq-page .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #3fd0d4;
    margin-top: -25.5px;
}

.faq-page .panel-default > .panel-heading {
    background: #f5f5f5;
    color: #333;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}

.faq-page h4.panel-title a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 15px;
    text-decoration: none;
    padding-right: 50px;
}

.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    font-size: 14px;
    line-height: 26px;
}

/*
-------------------------------
Contact-Area
-------------------------------
*/

.contact-item {
    display: table;
    width: 100%;
    height: 100px;
    background: #3fd0d4;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-item:hover {
    background: #333333;
}

.contact-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.contact-text i {
    color: #fff;
    font-size: 24px;
}

.contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 7px;
}

.contact-text p {
    margin: 0;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 180px;
    border-radius: 0;
}

.map-area iframe {
    width: 100%;
    height: 450px;
}

/*
-------------------------------
404-Page
-------------------------------
*/

.error-page {
    text-align: center;
}

.error-head {
    display: inline-block;
    background: #3fd0d4;
    border: 1px solid #3fd0d4;
    border-radius: 50px;
    padding: 30px 50px;
}

.error-head h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.error-head h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.error-body {
    margin-top: 30px;
}

.error-body h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.error-body p {
    margin: 0;
}

.btn-primary.btn-xs {
    padding: 2px 20px !important;
    border-radius: 3px !important;
}


a.forget-password-link {
    margin-left: 20px;
    color: #3fd0d4;
    font-weight: bold;
}

.p-highlight .item {
    background: #3fd0d4;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.p-highlight h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.p-highlight h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.p-highlight p {
    font-size: 40px;
}

#st-1 {
    text-align: center!important;
}

.single-blog #st-1 {
    text-align: left!important;
}

.error-class {
    background: #ca6464;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.success-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}



.share_buttons a {
	text-align: center;
}
.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}
/* 
-----------------------
Package page
-----------------------
*/
.package-container {
    background: #fff;
    padding: 0px;
    padding-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    align-self: center;
    position: relative;
    width: 80%;
    margin-top: -132px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.package-tab-holder, .package-tab-data-holder {
    display: flex;
    width:100%;
    margin: 0px;
    padding: 0 15px;
}
.package-tab-holder{
    background-color: #f8f8f8;
    margin-bottom: 50px;
}
.package-tab-data-holder{
    padding: 30px;
    transform: translateY(-60px);
}
.search-ordering-list {
    position: relative;
    display: block;
    list-style: none;
    overflow: hidden;
    vertical-align: middle;
}
.search-ordering-list li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 27px 40px 26px;
    font-family: Catamaran, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    color: #212121;
    text-align: center;    
}
.search-ordering-list .active {
    background-color: #fff;
}
.search-ordering-list li a i {
    margin-right: 7px;
    font-size: 14px;
    line-height: 1.928571428571429em;
}
.package-container-left {
    width:75%;
    margin: 0 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.package-image-holder{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.package-label-holder{
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 9px 30px;
    letter-spacing: -.05em;
    font-weight: 500;
    color: #fff;
    background-color: #3fd0d4;
    z-index: 2;
}
.package-label-holder .package-label{
    letter-spacing: -.05em;
    font-weight: 500;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
}
.package-image {
    overflow: hidden;
    position: relative;
}
.package-image img {
    vertical-align: middle;
    line-height: 0;
    display: block;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* height: 350; */
    max-width: 100%;
    object-fit: cover;
}
.clear-three:hover .package-image img {
    transform: scale(1.1);
}
.package-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: auto;
    padding: 18px 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(.29,.22,.11,1.33);
    -o-transition: all .3s cubic-bezier(.29,.22,.11,1.33);
    transition: all .3s cubic-bezier(.29,.22,.11,1.33);
}
.package-text-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.package-text-title h4 {
    display: block;
    margin: 0 0 6px;
    color: #fff;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 600;
    letter-spacing: -.05em;
}
.package-text-price {
    position: relative;
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.package-container-right {
    width:25%;
    margin: 0 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.plan-trip-holder {
    font-family: Poppins, sans-serif;
    position: relative;
    padding: 40px 20px 76px;
    background-color: #3fd0d4;
    color:#fff;
}
.plan-trip-holder .search-title h4 {
    margin: 0;
    color: #fff;    
}
.plan-trip-holder .search-text p {
    margin: 6px 0 22px;
    white-space: normal;
}
.search-fliters{
    display: block;
}
.search-fliters .search-input-icon {
    position: relative;
    margin-bottom: 5px;
    display: flex;
}
.search-fliters .search-input-icon span {
    position: absolute;
    top: -2px;
    left: 20px;
    width: auto;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
}
.search-fliters .search-input-icon input ,
.search-fliters .search-input-icon select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 16px 24px 16px 43px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff !important;
    background-color: rgba(255, 255, 255, .25);
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.search-fliters .search-input-icon input::placeholder{
    color: #fff;
}
.search-fliters .search-input-icon select > option {
    color: #505050;
}
.search-fliters h5 {
    margin: 37px 0 0;
}
.search-fliters .price-range {
    height: 22px;
    border: none;
    margin-bottom: 16px;
    margin-top: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-fliters .price-range .range-input {
    background-color: #3abdc1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.search-fliters .price-range .range-input .range-connect {
    background-color: #f0ede8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    background-color: rgb(238, 238, 238);
    transition: background 450ms;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.search-fliters .price-range .range-input .range-connect .range-handle-lower {
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    cursor: default;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
}
.search-fliters .price-range .range-input .range-connect .range-handle-upper{
    width: 22px;
    height: 22px;
    top: 0;
    left: -22px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    cursor: default;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
}
.search-fliters .range-price-holder {
    position: relative;
    margin-bottom: 28px;
    color: #fff;
    box-sizing: border-box;
}
.search-fliters .range-price-holder .price-label {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.search-fliters  .type-fliter-item {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 9px;
   
}
.search-fliters  .type-fliter-item label {
    vertical-align: middle;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}
.search-fliters  .type-fliter-item label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 5px;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 15px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search-fliters  .type-fliter-item input {
    display: none;
}
.search-fliters  .serch-btn {
    position: relative;
    bottom: 0;
    margin: 12px 0 0;
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #000;
    background: #fff;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    display: block;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.692307692307692em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    outline: 0;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 14px 42px;
    cursor: pointer;
}
.search-fliters  .serch-btn:hover {
    color: #fff;
    border-color: #23a9af !important;
    background-color: #23a8af !important;
}
.tour-input{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 24px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.tour-input::placeholder {
    color: #fff;
}
.tour-input-date {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
select.tour-input option {
    color: #505050;
    background-color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tour-input-date {
        font-size: 13px;
        padding: 9px;
    }
}

@media (max-width: 480px) {
    .tour-input-date {
        font-size: 12px;
        padding: 8px;
    }
}

.tour-input-date::-webkit-calendar-picker-indicator {
    filter: invert(1); /* makes the icon white */
    opacity: 1;
    cursor: pointer;
}
.tour-input-date::-moz-focus-inner {
    border: 0;
}
.tour-input-person {
    width:100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff !important;
    background-color: rgba(255, 255, 255, .25);
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.tour-input-person::placeholder {
    color: #fff;
}
.tour-input-radio {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit; 
    border: none;   
}
.tour-input-radio:checked {
    accent-color:  #7fcfef;
}
.tour-submit-btn {
    position: relative;
    bottom: 0;
    margin: 8px 0 0;
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #000;
    background: #fff;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.692307692307692em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 42px;
}
.tour-submit-btn:hover{
    color: #fff;
    border-color: #23a9af !important;
    background-color: #23a8af !important;
}
.data-section-header h3{
    margin:0;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #212121;
    font-family: Poppins, sans-serif;
}
.data-section-details {
    margin: 12px 0 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}
.detail-row {
    padding: 10px 15px;
}
.list-name-1 {
    width: 50%;
    padding-left: 15px;
}
.list-name-2 {
    width: 50%;
    padding-left: 15px;
}
.list-name-1 i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    padding-right: 10px;
    color: #ffffff;
    font-size: 16px;
}
.social-holder {
    margin: 40px 0px 10px 0px;    
}
.social-holder h5 {
    margin: 0 0 14px;
    color: #212121;
    font-size: 18px;
    line-height: 1.333333333333333em;
    font-weight: 600;
    text-align: left;
    font-family: Poppins, sans-serif;
}
.social-holder .social-icon-ul {    
    display: flex;
}

.social-holder .social-icon-ul li {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 10px 10px 0 0;
    font-size: 13px;
    line-height: 48px;
    color: #fff;
    background-color: #3fd0d4;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
}
.social-holder .social-icon-ul li a{
    color: #fff;
}
.data-image-section{
    margin:50px 0px 20px 0px;
}
.data-image-section img {
    gap: 10px;
    margin-top: 10px;
    height:300px;
    width:300px;
}
.section-title-header{
    padding: 0 195px 45px 20px;
}
.padding-right{
    padding-right: 7%;
}
.destination-data {
    flex: 0 0 auto;
    width: 75%;
}
.destination-form {
    flex: 0 0 auto;
    width: 25%;
}
.detail-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
@media only screen and (max-width:1250px){
    .destination-detail-container {
        padding: 50px 40px 40px 40px;
    }
    .section-title-header{
        padding: 0 100px 45px 20px;
    }
    .plan-trip-holder{
        padding: 40px 15px 76px;
    }
    .tour-input{
        padding: 10px 14px;
    }
}
@media only screen and (max-width:1030px){
    .padding-right{
        padding-right: 4%;
    }
    .plan-trip-holder{
        padding: 40px 10px 76px;
    }
}
@media only screen and (max-width:970px){
    .destination-data{
        width:70%;
    }
    .destination-form{
        width:30%;
    }
}
@media only screen and (max-width:830px){
    .destination-data{
        width:65%;
    }
    .destination-form{
        width:35%;
    }
    .section-title-header{
        padding: 0 50px 45px 20px;
    }
}
@media only screen and (max-width:765px){
    .list-name-1{
        width:55%;
    }
    .list-name-2{
        width:45%;
    }
}

@media only screen and (max-width:719px){
    .destination-detail-container {
        flex-direction: column;
    }
    .destination-data{
        width:100%;
    }
    .destination-form{
        width:100%;
    }
    .padding-right{
        padding-right: 0px;
    }
    .plan-trip-holder {
        padding: 40px 20px 76px;
    }
    .data-image-section img{
        height: 270px;
        width: 270px;
    }
}
@media only screen and (max-width:695px){
    .data-image-section img{
        height: 250px;
        width: 250px;
    }
}
@media only screen and (max-width:650px){
    .data-image-section img{
        height: 225px;
        width: 225px;
    }
}
@media only screen and (max-width:595px){
    .data-image-section img{
        height: 205px;
        width: 205px;
    }
}
@media only screen and (max-width:550px){
    .data-image-section img{
        height: 200px;
        width: 200px;
    }
}
@media only screen and (max-width:537px){
    .data-image-section img{
        height: 180px;
        width: 180px;
    }
}
@media only screen and (max-width:500px){
    .data-image-section img{
        height: 160px;
        width: 160px;
    }
    .section-title-header {
        padding: 0 50px 45px 10px;
    }
    .detail-row{
        padding: 10px;
    }
    .list-name-1 , .list-name-2{
        padding-left: 10px;
    }
    .list-name-1 i{
        padding-right: 5px;
    }    
}
@media only screen and (max-width:455px){
    .data-image-section img{
        height: 140px;
        width: 140px;
    }
    .section-title-header {
        padding: 0 50px 45px 10px;
    }
    .detail-row{
        padding: 10px 10px;
    }
    .list-name-1 {
        width:50%;
        padding-left: 0px;
    }
    .list-name-1 i{
        padding-right: 5px;
    }
    .list-name-2{
        width:50%;
        padding-left: 10px;
    }
}
@media only screen and (max-width:405px){
    .data-image-section img{
        height: 200px;
        width: 200px;
    }
}
@media only screen and (max-width:350px){
    .destination-detail-container{
        padding: 50px 30px 40px 30px;
    }
    .section-title-header {
        padding: 0 15px 45px 0px;
    }
    .list-name-1 i {
        padding-right: 5px;
    }
}
@media only screen and (max-width:319px){
    .detail-row{
        display: block;
    }
    .list-name-1{
        width: 100%;
    }
    .list-name-2{
        width:100%;
        padding-left: 25px;
    }
    .list-name-1 i {
        padding-right: 10px;
    }
}
@media only screen and (max-width:305px){
    .data-image-section img{
        height: 180px;
        width: 180px;
    }
}
@media only screen and (max-width:290px){
    .data-image-section img{
        height: 160px;
        width: 160px;
    }
}
@media only screen and (max-width:283px){
    .destination-detail-container{
        padding: 50px 20px 40px 20px;
    }
    .plan-trip-holder { 
        padding: 40px 15px 76px;
    }
}
@media only screen and (max-width:250px){
    .destination-detail-container{
        padding: 50px 15px 40px 15px;
    }
    .plan-trip-holder { 
        padding: 40px 10px 76px;
    }
}
/*-----------------------*/
/*--package detail page--*/
/*----------------------*/
.banner-subtitle-text {
    display: block;
    font-family: Satisfy, cursive;
    font-size: 33px;
    line-height: 1.145833333333333em;
    color: #fff;
    text-align: center;
}
.banner-title-text {
    font-size: 65px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #fff;
    text-align: center;
    font-family: Poppins, sans-serif;
}
.package-deatils-tab-list {
    left: -50px;
    width: 100%;
}
.package-deatils-tab-list li {
    background: initial;
    border: 0;
    border-radius: 0;
    float: left;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 29px 44px;
    font-family: Catamaran, sans-serif;
    font-size: 13px;
    line-height: 1.692307692307692em;
    font-weight: 800;
    letter-spacing: .1em;
    color: #212121;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    box-sizing: border-box;
    vertical-align: top;
}
.package-deatils-tab-list .active {
    background-color: #fff;
}
.package-item-title-holder {
    margin-top: 24px;
}
.package-item-title-holder .package-item-title-wrapper {
    position: relative;
    display: flex;
    align-items: center; /* changed from flex-start to center */
}
.package-item-title-holder .package-item-title-wrapper .package-item-title {
    margin: 0 26px 0 0;
    color: #212121;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
}
.package-item-title-holder .package-item-title-wrapper .package-item-price-holder {
    white-space: nowrap;
}
.package-item-price-holder .package-item-price {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #3fd0d4;
}
.package-item-price-holder .package-item-price-text {
    position: relative;
    bottom: 2px;
}
.package-item-review-info {
    padding-top: 10px;
}
.package-item-review-info .review-star {
    margin-right: 9px;
    color: #3fd0d4;
}
.package-item-text-holder{
    margin-top: 32px;
}
.package-item-text {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
    box-sizing: border-box;
    width: 100%;    
}
.package-item-text p {
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.714285714285714em;
    font-weight: 400;
    color: #505050;
}
.package-item-main-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px;
}
.package-item-main-info-holder {
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-item-main-info-holder .package-item-main-info-li {
    display: inline-table;
    width: 100%;
}
.package-item-main-info-holder .package-item-main-info-li:not(:last-child) {
    padding-bottom: 23px;
}
.package-item-main-info-holder .info {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    margin: 0;
    color: #212121;
    font-size: 14px;
    line-height: 1.428571428571429em;
    font-weight: 600;
}
.package-item-main-info-holder .value {
    display: table-cell;
    vertical-align: middle;
}
.package-item-main-info-li .value ul {
    padding-left: 20px !important;
    margin: 0 !important;
    list-style-type: disc !important;
}

.package-item-main-info-li .value ul li {
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.714285714285714em;
    font-weight: 400;
    color: #505050 !important;
    padding-bottom: 10px;
}
.package-item-main-info-holder .value  a{
    color: #212121;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.package-item-gallery-holder{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 84px 0 50px;
}
.package-item-gallery-title {
    margin: 0;
    font-size: 30px;
    color: #212121;
    line-height: 1.272727272727273em;
    font-weight: 600;
    letter-spacing: -.05em;
}
.package-item-gallery-text {
    margin: 12px 0 0;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.714285714285714em;
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
}
.package-item-gallery {
    margin: 42px -15px 0;
}
.package-item-gallery .gallery-item {
    position: relative;
    float: left;
    padding: 0 10px;
    width:33.33333333333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.package-item-gallery .gallery-item img {
    display: block;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
}
.package-item-plan-title{
    margin: 24px 0 57px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
    color: #212121;
    font-family: Poppins, sans-serif;
}
.package-plan-part-section-holder {
    position: relative;
    z-index: 1;
}
.package-plan-part-section-title-holder {
    display: table;
    width: 100%;
    margin-bottom: 9px;
}
.package-plan-part-day-holder {
    display: table-cell;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
}
.package-plan-part-day {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #3fd0d4;
}
.package-plan-part-icon-holder {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 50px;
    left: 0;
}
.package-plan-part-icon {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 100%;
    border-right: 2px dashed #3fd0d4;
    z-index: 8;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.day-plan .package-plan-part-section-holder:last-child .package-plan-part-icon-holder {
    display: none;
}

.package-plan-part-day-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    color: #212121;
    margin: 25px 0;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 600;
    letter-spacing: -.05em;
    font-family: Poppins, sans-serif;
}
.package-plan-part-section-text-holder {
    padding: 4px 0 49px 76px;
    color: #505050;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.package-plan-part-section-text-holder ul{
    padding: 24px 0 3px;
    list-style-type: square;
    list-style-position: inside;
    margin: 15px 0;
}
.package-plan-part-section-text-holder ul li{
    padding-bottom: 11px;
}
.package-plan-location-part{
    margin: 24px 0 43px;
}
.package-location-title{
    margin: 0 0 15px;
    color: #212121;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
}
.package-location-text{
    font-family: Poppins, sans-serif;    
    font-size: 14px;
    color: #505050;
    margin: 0;
}
.package-location-map{
    padding-top: 43px;
}
.package-location-map-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.package-location-map-holder iframe{
    width: 100%;
}
.package-location-map-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}
.package-location-history{
    padding-top: 57px;
}
.package-location-history-title{
    color: #212121;
    margin: 25px 0;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 600;
    letter-spacing: -.05em;    
}
.package-location-histoey-text{
    font-family: Poppins, sans-serif;    
    font-size: 14px;
    color: #505050;
}
.package-item-gallery-holder{
    position: relative;
    display: inline-block;  
    width:100%;  
    vertical-align: top;
    margin-bottom: 20px;
}
.package-gallery-img-holder img {
    width: 33.333333%;
    max-width: 335px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    padding: 0px 10px;
    margin: 0px 0px 30px;
}
@media only screen and (max-width:1024px){
    .package-tab-data-holder{
        flex-direction: column;
    }
    .package-container-left{
        width:100%;
    }
    .package-container-right{
        width: 100%;
    }
    .search-ordering-list li , .package-deatils-tab-list li {
        padding: 27px 25px 26px;
    }
    .package-gallery-img-holder img {
        width:45%;
    }

}
@media only screen and (max-width:768px){
    .package-tab-holder , .package-tab-holder {
        flex-direction: column;        
    }
    .search-ordering-list li ,.package-deatils-tab-list li {
        width:100%;
        padding-top: 27px;
        padding-right:auto;
        padding-bottom: 26px;
        padding-left: 40px;
        text-align: left;
    }
}
@media only screen and (max-width:680px){
    .package-gallery-img-holder {
        align-items: center;
    }
    .package-gallery-img-holder img {
        width:100%;
    }
    .package-item-gallery .gallery-item {
        width:100%;
        margin-bottom: 20px;
    }
    .package-container-left{
        padding: 0px;
        margin: 0px;
    }
    .package-container-right{
        margin:0px;
        padding: 0px;
    }
    .package-item-title-holder .package-item-title-wrapper {
        flex-direction: column;
    }
    .package-item-title-holder .package-item-title-wrapper .package-item-title {
        margin: 0px;
    }
    .package-item-review-info {
        text-align: center;
    }
    .package-item-main-info-holder .package-item-main-info-li {
        display: inline-grid;
    }
    .package-item-gallery {
        margin: 42px 10px 0;
        align-content: center;
    }

}
.package-review-holder{
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.package-item-review-title{
    margin: 24px 0 13px;
    color: #212121;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
    font-family: Poppins, sans-serif;
}
.package-item-review-subtitle{
    margin-bottom: 16px;
    color: #505050;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.review-rating-row{
    position: relative;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.review-rating-col-3{
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.package-item-review-average-holder{
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.package-item-review-average-inner{
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding-left: 16px;
}
.package-item-review-average-ratting{
    color: #212121;
    font-size: 65px;
    line-height: 1em;
    font-weight: 600;
}
.package-item-review-verbal-description{
    vertical-align: middle;
    margin: 2px 0 0;
    font-weight: 500;
    color: #3fd0d4;
}
.review-description{
    vertical-align: middle;
    margin: 2px 0 0;
    font-weight: 500;
    color: #3fd0d4;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
}
.review-rating-col-9{
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.package-item-review-percentage-holder{
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.review-progress-bar{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.review-pb-titile-holder{
    position: relative;
    margin: 29px 0 11px;
    color: #212121;
    font-size: 14px;
    line-height: 1.428571428571429em;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.review-pb-title{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}
.review-pb-percent{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    z-index: 10;
}
.review-pb-percent::after{
    content: '%';
}
.review-pb-content-holder{
    position: relative;
    height: 22px;
    overflow: hidden;
    background-color: #f0ede8;
}
.review-pb-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #3fd0d4;
}
.review-pb-content::before{
    content: '';
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    background-color: #3abdc1;
}
.review-pb-content::after{
    right: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    background-color: #3abdc1;
}
.package-comment-holder{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.package-comment-holder-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 49px 0 0;
}
.package-comments{
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #505050;
}
.comment-list{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 150;
}
.comment-list li {
    padding-top: 73px;
    margin-top: 73px;
    border-top: 1px solid #d4d3d3;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.comment{
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.comment-image{
    position: relative;
    top: 0;
    left: 0;
    width: 84px;
    display: block;
    float: left;
}
.comment-image img{
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 4em;
}
.comment-text{
    padding: 0 0 0 128px;
    min-height: 84px;
}
.comment-headding{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comment-name{
    float: none;
    color: #212121;
    font-size: 18px;
    line-height: 1.333333333333333em;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.comment-text-holder{
    margin: 9px 0 0;
}
.commnet-review-rating{
    padding-top: 28px;
    display: inline-block;
    width: 100%;
}
.commnet-review-rating-inner{
    width: 33.33%;
    float: left;
    margin: 0 0 16px;
}
.rating-label{
    font-weight: 500;
    color: #212121;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
}
.rating-value{
    color: #3fd0d4;
    padding-left: 10px;
}
.comment-date-time{
    margin: 10px 0 0;
    color: #212121;
    font-size: 14px;
    line-height: 1.428571428571429em;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.package-comment-form{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 85px 0 0;
    margin-bottom: 50px;
}
.package-comment-form-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 44px 40px 55px;
    background-color: #3fd0d4;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-form-title{
    margin: 0 0 20px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.05em;
    font-family: Poppins, sans-serif;
}
.comment-input-text{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.comment-icon{
    position: relative;
    top: 37px;
    left: 23px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}
/* .comment-icon::before{
    content: "\e066";
} */
.comment-textarea{
    display: block;
    width:100%;
    padding-left: 47px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
}
.comment-textarea::placeholder{
    color:#fff;
}
.comment-input-name-email-holder{
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: top;
    justify-content: space-between;
}
.comment-name-input-holder , .comment-email-input-holder {
    width:49%;
    color: #fff;
    margin-top: -13px;
    margin-bottom: 2px;
    padding: 0;
}
.comment-name-input-holder input ,
.comment-email-input-holder input {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
    position: relative;
    width: 100%;
    margin: 0 0 6px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(50px - 12px * 2);
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: auto;
    -webkit-appearance: none;
    transition: color .2s ease-in-out;
    padding-left: 47px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 12px;
}
.comment-email-input-holder input::placeholder,
.comment-name-input-holder input::placeholder {
    color:#fff;
}
.comment-submit-btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 13px;
    line-height: 1.692307692307692em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    color: #212121;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
.comment-form-rating{
    float: left;
    width: 33.33%;
    display: inline-block;
    margin: 0 0 10px;
}
.comment-form-rating label {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.714285714285714em;
    font-weight: 400;
}
.comment-rating-box{
    position: relative;
    top: 2px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.star-rating{
    position: relative;
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    color: #6fdcdf;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 18px;
}
.star-rating:before {
    content: "\f005";
}
.star-rating.active {
    color: #fff;
    font-weight: 900;
}