@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
/**************** Font Awsome Skeleton *********/
#menu li:nth-child(1)::after, .destination_expand-section h2::before, .footer-navigation li::after, .popular-destinations_box a::after, .popular-destinations_box h4::before, .user-testimonials_title h1::before, .recommendations-box-content a::after, .recommendations-box-content h4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/****************** Transitions ***/
.destination_expand-link, .footer-navigation li:hover, .hero-section_social i, .about-section_content a:hover, .cta-see-more:hover,
.book-now:hover {
  transition: all 0.1s ease-in; }

/********************* Horizontal rules **/
.hr-small {
  width: 10%;
  height: 5px;
  background: #fff0a0;
  margin-top: 20px;
  opacity: 1; }
  .hr-small:not([size]) {
    height: 10px; }

.hr-large {
  width: 15%;
  background: #fff0a0;
  opacity: 1; }
  .hr-large:not([size]) {
    height: 5px; }

html,
body {
  overflow-x: hidden; }

body {
  font-family: "Open Sans", "san-serif"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "san-serif";
  color: #555555; }

* {
  margin: 0;
  padding: 0; }

ul,
ol {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

li {
  list-style: none; }

/****************** Menu Utilities **/
.menu-utilities {
  background: #555555;
  height: 35px;
  margin-bottom: 35px; }
  .menu-utilities ul {
    text-align: right;
    padding-right: 15%; }
  .menu-utilities li {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    margin-right: 8px;
    color: #ffffff; }
    .menu-utilities li span {
      padding-left: 3px; }
  .menu-utilities a {
    color: #ffffff; }

/********************* Navigation  **/
#nav-wrapper {
  position: relative; }

#menu {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px; }
  #menu ul {
    padding: 8px 0 0 0; }
  #menu li {
    display: inline-block;
    margin: 0 8px; }
    #menu li:nth-child(1) {
      margin-left: 0; }
    #menu li:nth-child(1)::after {
      content: "\f078";
      vertical-align: middle;
      padding-left: 3px;
      font-size: 12px;
      color: #555555; }
    #menu li a {
      color: #555555;
      font-size: 1.05em;
      display: inline-block; }

.logo {
  width: 200px;
  height: auto;
  max-height: 200px; }

.menu_content {
  width: 55%;
  position: relative; }

.menu_content-search {
  width: 100%;
  padding: 0.65em;
  border-radius: 5px;
  border: 1px solid #cacaca;
  outline: #ffffff; }

.input-wrapper-lg {
  position: relative;
  width: 100%; }
  .input-wrapper-lg button {
    position: absolute;
    line-height: 44.5px; }

.search-btn {
  position: absolute;
  right: 0;
  outline: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none;
  background: #f7f7f7;
  border: 1px solid #a5a5a5;
  border-left: 1px solid #dedede; }
  .search-btn i {
    color: #555555;
    padding: 10px; }
  .search-btn:focus {
    outline: none; }
  .search-btn:hover {
    background: #eaeaea; }

/********************* Destination Dropdown Expand ***/
.expand-lg {
  cursor: pointer; }

.destination_expand {
  width: 64%;
  background: #ffffff;
  min-width: 800px;
  margin: 10px auto 0 auto;
  display: none;
  justify-content: center;
  z-index: 10;
  position: absolute;
  left: 20%; }

.destination_expand-section {
  border: 1px solid #cacaca;
  width: 33.3%; }
  .destination_expand-section h2 {
    font-size: 1.2em;
    margin: 8px;
    color: #00ab99; }
    .destination_expand-section h2::before {
      content: "\f35a";
      font-size: 16px;
      padding-right: 5px; }
    .destination_expand-section h2 ul {
      padding: 15px; }

.destination_expand-img {
  width: 100%; }

.destination_expand-link {
  border-bottom: 1px dashed #e2e2e2;
  position: relative; }
  .destination_expand-link a {
    color: #555555;
    font-size: 1em;
    padding: 2%;
    display: block; }
    .destination_expand-link a:hover {
      color: #ffffff;
      font-weight: 500; }
  .destination_expand-link i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
    padding-top: 10px;
    color: #00ab99; }
  .destination_expand-link:hover {
    background: #555555; }

/*************************** Mobile Menu ****/
.mobile_menu-content {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  z-index: 100;
  position: relative; }

.menu-open {
  width: 50px;
  height: auto;
  min-width: 30px;
  cursor: pointer; }

.search-expand {
  width: 40px;
  height: auto;
  min-width: 25px;
  cursor: pointer; }

.menu-exit {
  display: flex;
  justify-content: flex-end;
  margin: 25px 50px 0 0;
  font-size: 40px;
  color: white; }

.mobile_menu-expand {
  max-width: 550px;
  display: none;
  height: 100vh;
  background: #00ab99;
  opacity: 0.9;
  z-index: 100;
  position: fixed;
  top: 0;
  border-right: 1px solid #00ab99; }

.arrow-drop-sm,
.arrow-drop-lg {
  cursor: pointer; }

.level-one {
  padding: 5% 0 0 0;
  font-size: 32px;
  margin-top: 100px;
  display: none; }

.mobile_menu-expand-link {
  padding: 15px 0 15px 10%; }
  .mobile_menu-expand-link a {
    color: #ffffff; }
  .mobile_menu-expand-link i {
    color: #ffffff;
    font-size: 20px;
    padding-left: 20px; }
  .mobile_menu-expand-link:hover {
    background: #555555; }

.rotate {
  transform: rotate(90deg);
  padding: 5% 0 !important;
  margin-left: 20px; }

.level-two {
  font-size: 28px;
  display: none; }
  .level-two li {
    padding: 15px 0 15px 15%;
    color: #ffffff;
    cursor: pointer; }

.level-two ul {
  display: none; }
  .level-two ul li {
    padding: 15px 0 15px 20%; }

.company-links {
  display: none;
  font-size: 32px; }

.submenu {
  display: none;
  font-size: 25px;
  padding: 15px 0 15px 20% !important; }

.mobile-search {
  display: none;
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: 25px; }
  .mobile-search input {
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #a5a5a5; }
  .mobile-search i:nth-child(2) {
    font-size: 28px;
    color: #555555;
    padding-left: 10px; }

.input-wrapper-sm {
  position: relative;
  width: 100%; }
  .input-wrapper-sm button {
    position: absolute;
    line-height: 56.6px; }

/********************* Bread Crumbs **/
.bread-crumbs {
  width: 100%;
  background: #ececec;
  margin-top: 50px;
  padding: 10px 0 10px 35px; }
  .bread-crumbs li {
    display: inline-block; }
  .bread-crumbs a {
    color: #000000; }

.divider::before {
  content: "/";
  padding-right: 0.5rem; }

/************************ Footer Section **/
#footer-section {
  background: #555555; }

.footer-section_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  color: #ffffff;
  gap: 25px; }

.about-intro {
  width: 40%;
  align-self: flex-start; }
  .about-intro img {
    width: 225px;
    position: relative;
    right: 60px;
    bottom: 15px; }
  .about-intro p {
    position: relative;
    bottom: 65px;
    width: 80%; }

.footer-navigation {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%; }
  .footer-navigation li {
    padding: 5px 0 7px 0;
    border-bottom: 1px dotted #ffffff;
    position: relative;
    cursor: pointer; }
    .footer-navigation li::after {
      content: "\f054";
      position: absolute;
      right: 0; }
    .footer-navigation li:hover {
      right: -3px; }
  .footer-navigation a {
    color: #ffffff; }

.footer-navigation_section_one,
.footer-navigation_section_two {
  width: 50%; }

.footer-section_contact-links {
  text-align: right;
  padding-right: 5%;
  padding-bottom: 35px; }
  .footer-section_contact-links li {
    display: inline-block;
    color: #ffffff;
    padding-right: 5px;
    font-size: 15px; }
    .footer-section_contact-links li i {
      background: #00ab99;
      padding: 8px;
      border-radius: 50%;
      border: 1px double white;
      color: #ffffff;
      margin-right: 10px; }
    .footer-section_contact-links li a {
      color: #ffffff; }

.footer-navigation_title {
  color: #ffffff; }

/********************* Copyright Bar **/
#copyright-bar {
  background: #00ab99;
  padding: 10px;
  position: relative;
  line-height: 30px; }
  #copyright-bar h4 {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding-left: 10px; }
  #copyright-bar ul {
    display: inline-block;
    position: absolute;
    right: 15px; }
  #copyright-bar li {
    display: inline-block; }
    #copyright-bar li i {
      color: #ffffff;
      font-size: 22px;
      padding: 0 5px; }

/*********************************************** Homepage **/
/***************************** Hero Section **/
#hero-section {
  margin-top: 25px;
  z-index: 5;
  background: url("../images/hero-banner.png") no-repeat center;
  background-size: cover;
  height: 700px;
  position: relative; }

.hero-section_intro-wrapper {
  width: 65%; }

.hero-section_intro-wrapper {
  width: 65%;
  margin: 0 auto;
  padding-top: 300px; }

.hero-section_intro {
  color: #ffffff;
  font-size: 235%;
  font-weight: 600;
  text-align: center; }

.hero-section_social {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  font-size: 30px; }
  .hero-section_social li:nth-child(1),
  .hero-section_social li:nth-child(2) {
    border-bottom: 1px solid #e2e2e2; }
  .hero-section_social a {
    padding: 10px; }
  .hero-section_social i {
    color: #ea3f28;
    padding-bottom: 15px; }
    .hero-section_social i:hover {
      color: #00ab99; }

/******************** About Section **/
#about-section {
  margin: 150px auto;
  width: 85%;
  display: flex;
  justify-content: space-between; }

.about-section_img {
  display: flex;
  justify-content: center;
  align-items: center; }
  .about-section_img img:nth-child(1) {
    width: 300px;
    border-radius: 10px; }
  .about-section_img img:nth-child(2) {
    display: none; }
  .about-section_img img:nth-child(3) {
    width: 200px;
    height: auto;
    position: relative;
    right: 140px;
    border-radius: 10px; }

.about-section_content {
  margin-left: 2%; }
  .about-section_content h3 {
    font-size: 1.35em;
    color: #00ab99;
    font-weight: 700; }
  .about-section_content h1 {
    color: #555555;
    padding: 30px 0; }
  .about-section_content p {
    padding-bottom: 15px; }
  .about-section_content a {
    color: #ea3f28;
    font-weight: 700;
    line-height: 40px;
    font-size: 1.35em; }
    .about-section_content a::after {
      content: "\2192";
      padding-left: 20px;
      font-size: 40px; }
    .about-section_content a:hover {
      border: 3px solid;
      padding: 15px;
      border-radius: 50px; }

/************************ Most Popular Destinations Section **/
#popular-destainations {
  width: 85%;
  margin: 150px auto; }

.popular-destinations_intro {
  width: 70%; }
  .popular-destinations_intro h1 {
    font-size: 35px; }
  .popular-destinations_intro p {
    margin-top: 35px; }

.popular-destinations_selection {
  display: flex;
  justify-content: left;
  gap: 25px; }

.popular-destinations_box {
  width: 275px;
  color: #ffffff;
  height: 425px;
  position: relative;
  margin-top: 50px; }
  .popular-destinations_box a {
    font-weight: 600;
    font-size: 1.5em;
    color: #ffffff; }
    .popular-destinations_box a::after {
      content: "\f35a";
      padding-left: 10px; }
  .popular-destinations_box h4 {
    font-weight: 500;
    font-size: 1em;
    padding-top: 5px; }
    .popular-destinations_box h4::before {
      content: "\f3c5";
      font-size: 1em;
      padding-right: 5px; }
  .popular-destinations_box:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.07); }

.popular-destinations_box-content {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px; }
  .popular-destinations_box-content h4 {
    color: #ffffff; }

.destination-one,
.recommendation-1 {
  background: url("../images/dubrovnik-popular.png") no-repeat center; }
  .destination-one:hover,
  .recommendation-1:hover {
    background: url("../images/dubrovnik-popular-hover.png") no-repeat center; }

.destination-two,
.recommendation-2 {
  background: url("../images/zagreb-popular.png") no-repeat center; }
  .destination-two:hover,
  .recommendation-2:hover {
    background: url("../images/zagreb-popular-hover.png") no-repeat center; }

.destination-three,
.recommendation-3 {
  background: url("../images/pula-popular.png") no-repeat center; }
  .destination-three:hover,
  .recommendation-3:hover {
    background: url("../images/pula-popular-hover.png") no-repeat center; }

/************************ Why Us Section **/
.section-background_wrapper {
  background: #00ab99;
  padding: 1px;
  width: 95%;
  border-radius: 0 20px 20px 0; }

#why-us {
  width: 90%;
  margin: 150px auto;
  color: #ffffff;
  text-align: center; }

.why-us_title h1 {
  color: #ffffff; }

.why-us_title h1,
.partners_title h1 {
  font-size: 35px; }

.center-align {
  margin: 20px auto 0 auto; }

.why-us_reasons {
  display: flex;
  justify-content: space-evenly;
  gap: 35px;
  margin: 75px 0 100px 0; }
  .why-us_reasons h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff; }
  .why-us_reasons img {
    width: 45px;
    margin-bottom: 25px; }
  .why-us_reasons p {
    padding: 5px 20px 5px 0;
    font-size: 16px; }

/**********************Partners Section **/
#partners {
  width: 85%;
  margin: 150px auto; }

.partners_title {
  width: 75%; }
  .partners_title p {
    margin-top: 35px; }

.why-us_box {
  width: 33%; }

.partners-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 75px; }

.partners-box {
  border: 1px solid #fbfbfb;
  box-shadow: 5px 5px 10px #eaeaea; }
  .partners-box img {
    width: 175px;
    height: 175px; }

/***************************** Testimonials Section **/
#user-testimonials {
  width: 85%;
  margin: 150px auto;
  position: relative; }

.user-testimonials_title h1 {
  font-size: 35px; }
  .user-testimonials_title h1::before {
    content: "\f10d";
    color: #00ab99;
    opacity: 0.5;
    font-size: 65px;
    padding-right: 10px;
    display: block;
    margin-left: -25px; }

.carousel-item_content {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 100px; }

.carousel-item_individual h4 {
  font-size: 22px;
  padding-bottom: 5px; }

.carousel-item_individual p {
  font-size: 15px;
  padding-right: 10%; }

.seperate {
  border-right: 1px solid #ececec; }

.reviewer-info {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center; }
  .reviewer-info img {
    width: 100px;
    border-radius: 50%;
    margin-top: 25px; }
  .reviewer-info h5 {
    position: relative;
    top: 15px;
    font-size: 16px; }

.carousel-control-next,
.carousel-control-prev {
  position: static;
  display: inline-block;
  padding: 0 20px;
  font-size: 35px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #555555; }

.carousel-controls {
  position: absolute;
  right: 10px;
  top: 0; }

/********************** Newsletter Section ***/
#newsletter-section {
  width: 80%;
  border-radius: 15px;
  background: #fff09f;
  margin: 125px auto;
  text-align: center;
  padding: 8%;
  max-width: 1500px;
  max-height: 550px; }

.newsletter-section_content {
  color: #555555; }
  .newsletter-section_content input {
    width: 70%;
    height: 40px;
    margin-top: 5px;
    padding: 10px;
    border: none; }
    .newsletter-section_content input:focus {
      border: 1px solid #00ab99; }
  .newsletter-section_content button {
    background: #00ab99;
    font-size: 15px;
    padding: 5px 25px;
    color: #ffffff;
    height: 40px;
    border: none; }

/******************************************************************* Search Results Page **/
#search-result-wrapper {
  width: 80%;
  margin: 0 auto; }

.search-result_title {
  margin-top: 50px; }

.no-result-found-strip {
  background: #fff6c8;
  height: 50px;
  display: none;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  margin: 100px 0; }

.search-result {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0; }

.search-result_item {
  width: 300px;
  box-shadow: 5px 5px 10px #eaeaea; }
  .search-result_item h1 {
    font-size: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9; }
  .search-result_item img {
    width: 300px;
    height: 200px; }
  .search-result_item:hover {
    transition: all 0.1s ease-in-out;
    transform: scale(1.05); }

/******** Recommendations Section **/
.recommendations-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap; }

.recommendations-box {
  width: 250px;
  height: 325px;
  position: relative; }
  .recommendations-box:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05); }

.recommendations-box-content {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px; }
  .recommendations-box-content a {
    font-weight: 600;
    font-size: 1.25em;
    color: #ffffff; }
    .recommendations-box-content a::after {
      content: "\f35a";
      padding-left: 10px; }
  .recommendations-box-content h4 {
    font-weight: 500;
    font-size: 1em;
    padding-top: 5px;
    color: #ffffff; }
    .recommendations-box-content h4::before {
      content: "\f3c5";
      font-size: 1em;
      padding-right: 5px; }

.recommendation-4 {
  background: url("/assets/images/split-popular.png") no-repeat center; }
  .recommendation-4:hover {
    background: url("/assets/images/split-popular-hover.png") no-repeat center; }

/******************************************************************* About Us Page **/
#about-hero {
  background: url("../images/about-hero-img.png") no-repeat center;
  background-size: cover;
  height: 750px;
  margin-bottom: 100px; }

.who-we-are {
  background: white;
  opacity: 0.85;
  width: 85%;
  padding: 7%;
  border-radius: 10px;
  position: relative;
  top: 100px;
  margin-left: 20px;
  max-width: 1600px; }

#how-it-works {
  width: 85%;
  margin: 0 auto;
  margin-top: 125px; }

.box-container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 80px; }

.how-box {
  padding: 20px;
  max-width: 550px;
  width: 33%; }
  .how-box img {
    margin-bottom: 15px;
    width: 50px; }
  .how-box h3 {
    font-size: 1.6em;
    padding-bottom: 10px; }
  .how-box p {
    font-size: 0.95em; }

.box-shadow {
  box-shadow: 5px 5px 10px #eaeaea; }

#faq-section {
  width: 85%;
  margin: 0 auto;
  margin-top: 80px; }

.section-wrapper {
  margin-top: 80px;
  width: 90%;
  background: #fcfcfc;
  border-radius: 0 10px 10px 0;
  padding: 20px 0; }

.quesitons-wrapper {
  margin: 80px 0; }

.question-dropdown {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c7c7c7; }
  .question-dropdown h3 {
    padding-bottom: 10px;
    font-size: 1.5em;
    display: inline-block; }
  .question-dropdown i {
    position: absolute;
    right: 0;
    color: #ea3f28;
    transition: 0.5s all ease-in-out;
    font-size: 30px;
    display: inline-block; }
  .question-dropdown p {
    font-size: 0.95em;
    display: none; }

/******************************************************************* City Destination Page **/
.about-city {
  width: 80%; }

.blur {
  filter: blur(5px); }

#city-map {
  margin-top: 50px;
  width: 80%;
  height: 500px;
  max-width: 1000px; }

#hotel-offering {
  width: 85%;
  margin: 0 auto;
  margin-top: 80px;
  z-index: 5; }

.filters {
  margin-top: 50px; }
  .filters button {
    border: 1px solid #bcbcbc; }

.dropdown-toggle {
  width: 150px;
  text-align: left; }
  .dropdown-toggle:focus {
    box-shadow: none; }
  .dropdown-toggle::after {
    margin-left: 50px; }
  .dropdown-toggle:hover {
    background: #00ab99;
    color: #ffffff; }

.filter-options {
  margin: 5px 0 0 0 !important;
  padding: 0;
  width: 200px; }
  .filter-options li {
    padding: 0.25em 0.5em;
    border-bottom: 1px dotted #cacaca;
    cursor: pointer; }
    .filter-options li:nth-child(3) {
      border: none; }
    .filter-options li:hover {
      background: #555555;
      color: #ffffff; }

.city-img {
  height: 700px;
  background-size: cover;
  background-position: center; }

.place-middle {
  position: absolute;
  top: 45%;
  background-image: inherit; }

.left-icon {
  background: url("/assets/images/arrow-left-icon.png") no-repeat center;
  border: 1px solid #ffffff;
  padding: 25px;
  border-radius: 5px; }

.right-icon {
  background: url("/assets/images/arrow-right-icon.png") no-repeat center;
  border: 1px solid #ffffff;
  padding: 25px;
  border-radius: 5px; }

#city-info {
  width: 85%;
  margin: 80px auto 0 auto; }

#hotel-listing {
  margin-top: 50px; }

.hotel-box {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 2%;
  margin-bottom: 20px;
  max-width: 1200px; }

.hotel-box_content {
  display: flex;
  justify-content: flex-start;
  gap: 5%; }
  .hotel-box_content img {
    width: 225px;
    border-radius: 5px; }

.hotel-box_description {
  position: relative;
  width: 100%; }
  .hotel-box_description h2 {
    font-size: 1.75em;
    padding-bottom: 10px; }
  .hotel-box_description i {
    font-size: 13px;
    vertical-align: middle;
    color: #efca08;
    padding-bottom: 3px; }
  .hotel-box_description li {
    display: inline-block;
    padding: 0 5px; }
    .hotel-box_description li span {
      font-size: 5px;
      vertical-align: middle;
      padding-right: 3px; }
  .hotel-box_description a {
    text-decoration: underline; }
  .hotel-box_description p {
    margin: 30px 0;
    font-size: 15px; }
  .hotel-box_description h4 {
    color: #ea3f28;
    font-weight: 600;
    float: right;
    font-size: 17px;
    padding-top: 2px; }

.cta-see-more,
.book-now {
  padding: 5px 25px;
  text-decoration: none !important;
  font-size: 15px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600; }
  .cta-see-more:hover,
  .book-now:hover {
    transform: scale(1.05); }

.cta-see-more {
  border: 2px solid #00ab99;
  color: #555555;
  background: #fff; }
  .cta-see-more:hover {
    color: #555555; }

.book-now {
  background: #00ab99;
  color: #ffffff;
  margin-left: 15px;
  padding: 7px 25px;
  border: none; }
  .book-now:hover {
    color: #ffffff; }

.booking-popup_content {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px; }
  .booking-popup_content h3 {
    font-size: 1.5em;
    margin-bottom: 15px; }

.booking-info,
.booking-summary {
  width: 50%; }

.passanger-selection {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  background: #ececec;
  padding: 20px;
  width: 90%;
  margin: 10px 0 20px 0; }
  .passanger-selection select {
    width: 200px;
    height: 50px;
    padding: 2%;
    border: none; }

.card-details {
  display: flex;
  border: 1px solid black;
  width: 90%;
  justify-content: center;
  gap: 15px;
  padding: 2%;
  border: 1px solid #cacaca;
  line-height: 35px; }
  .card-details input {
    width: 100% !important;
    border: 1px solid #cacaca;
    border-radius: 5px; }

.card-number,
.card-epiry-ccv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px; }

.book-form {
  height: 40px; }

.card-number {
  width: 60%; }

.card-epiry-ccv {
  width: 40%; }

.booking-summary_content {
  padding-top: 25px; }
  .booking-summary_content i {
    color: #00ab99;
    padding-right: 10px; }
  .booking-summary_content hr {
    width: 80%; }

.bottom-space {
  margin-bottom: 50px; }

.hotel-offering_popup,
.booking-popup {
  display: none;
  background: white;
  position: fixed;
  border: 1px solid #cacaca;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
  max-width: 1200px; }
  .hotel-offering_popup img,
  .booking-popup img {
    width: 100%;
    max-height: 500px; }

.booking-popup {
  padding: 2%;
  width: 90%; }

.hero-section-popup {
  position: relative; }

.popup-exit,
.popup-exit-black {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  z-index: 20;
  font-size: 40px;
  cursor: pointer; }

.popup-exit-black {
  color: #555555; }

.hotel-intro {
  width: 95%;
  margin: 20px auto;
  position: relative; }
  .hotel-intro h5 {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 1.35em; }
  .hotel-intro i {
    color: #efca08; }
  .hotel-intro a {
    padding: 8px 45px;
    background: #ea3f28;
    position: absolute;
    right: 0;
    bottom: 0; }

.hotel-content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 25px; }

.hotel-content_box-one h2 {
  padding-top: 20px; }

#city-map-hotel {
  height: 400px; }

.hotel-content_box-one,
.hotel-content_box-two {
  width: 50%;
  margin-bottom: 35px;
  max-width: 600px; }
  .hotel-content_box-one h5,
  .hotel-content_box-two h5 {
    padding: 10px 0;
    font-size: 1.15em; }

.hotel-content_box-two {
  height: 100%; }

.hotel-content_box-two h3 {
  background: #fae263;
  font-size: 1.25em;
  margin: 0;
  padding: 3% 2%; }

.about-hotel {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  padding: 2%; }
  .about-hotel p {
    font-size: 0.85em; }
  .about-hotel h4 {
    font-size: 1.15em;
    padding: 15px 0; }
  .about-hotel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .about-hotel ul li {
      font-size: 0.95em; }
    .about-hotel ul i {
      font-size: 19px;
      vertical-align: middle;
      border-radius: 50%;
      background: white;
      padding: 8px;
      border: 1px solid #cccccc;
      color: #00ab99; }

/********************************************** Why Croatia Page ***/
.hero-wrapper {
  background: url("../images/why-hero-img.png") no-repeat center;
  background-size: cover;
  height: 600px; }

#about-croatia {
  width: 85%;
  margin: 0 auto;
  margin-top: 80px; }
  #about-croatia p {
    margin-top: 35px;
    font-size: 1.15em; }

.facts-section {
  background: url("../images/facts-section-img.png") no-repeat center;
  background-size: cover;
  margin-top: 80px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 850px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #e8e8e8; }

.fact-item {
  padding: 4%;
  background: white;
  opacity: 0.8;
  box-shadow: 5px 5px 10px grey;
  width: 33.33%;
  position: relative;
  right: 25px;
  max-height: 200px;
  border-radius: 5px; }
  .fact-item:nth-child(2), .fact-item:nth-child(4) {
    align-self: flex-end; }
  .fact-item hr {
    width: 15%;
    height: 5px;
    background: #ea3f28;
    opacity: 1; }

#carouselExampleIndicatorsMobile {
  display: none; }

#top-things-carousel {
  width: 85%;
  margin: 125px auto 0 auto; }

.top-things-carousel {
  text-align: center;
  background: #fdf4c6;
  padding: 50px 15px;
  position: relative; }
  .top-things-carousel img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -45px;
    padding: 8px;
    background: white;
    border-radius: 50%;
    border: 1px solid #cccccc; }
  .top-things-carousel h2 {
    margin-bottom: 15px; }

.box-wrapper {
  display: flex !important;
  justify-content: center;
  margin-top: 50px;
  gap: 35px; }

.carousel-item_box,
.carousel-item_box-mobile {
  width: 40%;
  border: 1px solid #e4e4e4;
  padding: 3%;
  background: #ffffff;
  opacity: 0.9;
  max-width: 450px; }

.top-info {
  width: 90%;
  margin: 0 auto; }

.carousel-indicators {
  bottom: -35px; }
  .carousel-indicators li {
    background-color: #555555;
    height: 5px; }

.icon-prev {
  float: right; }

.icon-next {
  float: left; }

/*****************************************Currency Converter **/
#currency-converter {
  margin: 120px 0; }

.convert-button-mobile {
  display: none; }

.currency-converter_box {
  background: #f7f7f7;
  padding: 5% 3%;
  border-radius: 15px;
  max-width: 1250px;
  margin: 0 auto;
  width: 95%; }
  .currency-converter_box h2 {
    font-weight: 600; }

.currency-converter_options {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px; }
  .currency-converter_options i {
    color: #ea3f28; }

.currency-converter-option-from,
.currency-converter-option-to,
.currency-converter-amount {
  background: #ffffff;
  width: 25%;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px; }
  .currency-converter-option-from img,
  .currency-converter-option-to img,
  .currency-converter-amount img {
    width: 45px; }
  .currency-converter-option-from button,
  .currency-converter-option-to button,
  .currency-converter-amount button {
    text-align: left;
    border: none;
    background: transparent;
    color: #00ab99;
    font-weight: 700;
    font-size: 1.65em;
    margin-left: 10px;
    vertical-align: middle;
    width: 50%; }
    .currency-converter-option-from button span,
    .currency-converter-option-to button span,
    .currency-converter-amount button span {
      display: block;
      color: #555555;
      font-weight: 500;
      font-size: 15px;
      position: relative;
      bottom: 5px; }

.currency-converter-amount:hover {
  border: 2px solid #00ab99; }

.currency-converter-amount input {
  height: 60px;
  width: 100%;
  font-size: 30px;
  border: none; }
  .currency-converter-amount input[type="number"]:focus {
    outline-color: white;
    border: none; }

.convert-button {
  background: transparent;
  border: none; }
  .convert-button:hover {
    transition: all 0.35s ease-in-out;
    position: relative;
    left: 5px; }
  .convert-button:focus {
    outline: none; }
  .convert-button i {
    color: #efca08; }

.currency-converter-result {
  margin-top: 35px; }
  .currency-converter-result input {
    width: 40%;
    border: none;
    height: 50px;
    font-size: 27px;
    padding: 1%;
    background: #ffffff;
    color: #555555; }
    .currency-converter-result input[type="text"]:focus {
      outline-color: #00ab99;
      border: none; }

.amount-input {
  background: #ffffff;
  color: #555555; }
  .amount-input:hover {
    transform: scale(1); }

/********************************************************************Contact Us Page ***/
#hero-wrapper {
  display: flex; }

.hero-img {
  background: url("../images/contact-hero-img.png");
  background-size: cover;
  height: 650px;
  width: 50%; }

.form-wrapper {
  width: 50%;
  padding: 3%; }

label {
  display: block; }

.contact-input {
  padding: 12px;
  width: 90%;
  margin-bottom: 5px;
  border: 1px solid #cacaca; }

textarea {
  width: 90%;
  max-height: 300px;
  padding: 2%; }

.contact-input:nth-child(2),
.contact-input:nth-child(4) {
  width: 45%; }

.submit-form,
.book-form {
  display: block;
  margin-top: 2%;
  background: #ea3f28;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 45%; }

.submit-form:hover,
.book-form:hover {
  transform: scale(1.05); }

.contact-us--section .contact-input:focus,
.contact-us--section textarea:focus {
  outline-color: #a95c26; }

.message-sent {
  background: #00ab99;
  margin-top: 30px;
  text-align: center;
  display: none; }
  .message-sent h5 {
    padding: 5px;
    font-weight: 500;
    color: #ffffff; }

#company-location {
  max-height: 500px;
  height: 500px;
  width: 80%;
  margin: 80px auto 0 auto; }

/********************************************************************Media Query ***/
@media only screen and (min-width: 1800px) {
  .footer-section_wrapper {
    width: 85%;
    margin: 0 auto;
    font-size: 120%; } }

@media only screen and (max-width: 1200px) {
  .search-result {
    justify-content: space-around; }
  /**************************** city.html Page **/
  #hotel-offering {
    position: relative; }
  .hotel-offering_popup,
  .booking-popup {
    position: absolute;
    top: 0;
    left: 0;
    transform: none; }
  .booking-popup {
    width: 100%; }
  .booking-popup_content {
    flex-wrap: wrap; }
  .booking-info,
  .booking-summary {
    width: 100%; }
  .booking-summary {
    margin-top: 25px; }
  .booking-popup_content {
    position: relative; }
  .book-form {
    position: absolute;
    bottom: 0;
    right: 0; }
  .total-amount {
    margin-top: 30px; }
  .popup-exit-black {
    top: auto; } }

@media only screen and (max-height: 1120px) {
  .search-result {
    justify-content: space-around; }
  #hotel-offering {
    position: relative; }
  .hotel-offering_popup,
  .booking-popup {
    position: absolute;
    top: 0;
    left: 0;
    transform: none; } }

@media only screen and (max-width: 1050px) {
  #menu {
    width: 95%; }
  #menu li {
    margin-left: 2px; } }

@media only screen and (max-width: 990px) {
  /********** Navigation **/
  #menu,
  .destination_expand {
    display: none; }
  .mobile_menu-content {
    display: flex; }
  .mobile_menu-expand {
    display: block; }
  .menu-utilities {
    margin: 0;
    height: 60px;
    vertical-align: middle;
    line-height: 60px; }
    .menu-utilities ul {
      text-align: left;
      padding-right: 0;
      padding-left: 15px;
      font-size: 1em; }
      .menu-utilities ul li {
        margin-right: 5px; }
  /********** Hero Section - Homepage **/
  #hero-section {
    height: 600px; }
  .hero-section_intro-wrapper {
    padding-top: 200px; }
  .hero-section_intro {
    font-size: 215%; }
  .about-section_content {
    font-size: 95%; }
  .about-section_img {
    width: 60%; }
    .about-section_img img:nth-child(1),
    .about-section_img img:nth-child(3) {
      overflow: hidden; }
    .about-section_img img:nth-child(3) {
      display: block; }
  .popular-destinations_intro {
    width: 90%; }
  .popular-destinations_box {
    width: 250px;
    height: 375px; }
  .why-us_reasons p {
    padding-right: 15px;
    font-size: 15px; }
  .partners-wrapper {
    flex-wrap: wrap; }
  .box-container {
    flex-wrap: wrap; }
  .how-box {
    width: auto; }
    .how-box img {
      width: 45px; }
  .question-dropdown i {
    right: -28px; } }

@media only screen and (max-width: 840px) {
  /****************** Navigation ***/
  .navbar-cta {
    padding: 9px 15px; }
  #menu li:nth-child(4) {
    margin-left: 0; }
  /************ About Section **/
  #about-section {
    flex-wrap: wrap;
    margin: 100px auto; }
  .about-section_img {
    display: block;
    width: 100%; }
    .about-section_img img:nth-child(1),
    .about-section_img img:nth-child(3) {
      display: none; }
    .about-section_img img:nth-child(2) {
      display: block;
      border-radius: 10px;
      margin-bottom: 35px;
      width: 100%;
      overflow: hidden; }
  .about-section_content {
    margin-left: 0; }
  .popular-destinations_selection {
    flex-wrap: wrap; }
  .why-us_reasons {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 35px; }
  .footer-section_wrapper {
    flex-wrap: wrap; }
  .about-intro {
    width: 100%;
    margin-bottom: 10px; }
    .about-intro p {
      position: static; }
    .about-intro img {
      bottom: 0; }
  .footer-navigation {
    width: 100%;
    justify-content: flex-start;
    gap: 25px; }
    .footer-navigation li {
      width: 260px; }
  .footer-section_contact-links {
    margin-top: 15px;
    text-align: left;
    padding: 0 0 35px 5%; }
    .footer-section_contact-links li {
      margin-top: 10px; }
  #copyright-bar ul {
    display: block;
    padding-left: 5px;
    position: static; }
  /************************************************ Hotel Pop-Up - city.html**/
  .hotel-content {
    flex-wrap: wrap; }
  .hotel-content_box-one,
  .hotel-content_box-two {
    width: 100%;
    max-width: none; }
  .hotel-intro h5,
  .hotel-intro a {
    position: relative;
    margin-top: 10px; }
  .hotel-intro a {
    padding: 6px 25px;
    margin-left: 0; }
  .facts-section {
    justify-content: flex-start; }
  .fact-item {
    width: auto; }
    .fact-item:nth-child(2), .fact-item:nth-child(4) {
      align-self: center; }
  /*****************************Top Things Carousel - why.html **/
  #carouselExampleIndicatorsMobile {
    display: block; }
  .carousel-item_box-mobile {
    width: 100%;
    margin: 25px auto;
    max-width: 350px; }
  .top-things-carousel {
    display: none; }
  .hotel-box_description h4 {
    padding-top: 15px; }
  /******************* Currency Converter **/
  .currency-converter_options {
    flex-wrap: wrap; }
    .currency-converter_options > i {
      display: none; }
  .convert-button {
    display: none; }
  .convert-button-mobile {
    background: #00ab99;
    color: #ffffff;
    font-size: 15px;
    padding: 9px 30px;
    border: none;
    font-weight: 500;
    display: block; }
  .currency-converter-option-from,
  .currency-converter-option-to,
  .currency-converter-amount {
    width: 100%; }
  .currency-converter-result input {
    width: 75%; } }

@media only screen and (max-width: 685px) {
  .why-us_box {
    width: auto; }
  .user-testimonials_title h1::before {
    margin-left: -10px; }
  #newsletter-section {
    padding: 8% 5%; }
  .newsletter-section_content input {
    width: 65%; }
  #city-map {
    width: 100% !important; }
  .hotel-box_content {
    flex-wrap: wrap;
    padding-left: 2%; }
    .hotel-box_content h2 {
      padding: 10px 0 0 0;
      font-size: 1.4em; }
    .hotel-box_content li {
      font-size: 0.95em; }
    .hotel-box_content p {
      margin: 10px 0 20px 0; }
  .cta-see-more,
  .book-now {
    display: inline-block; }
  .hotel-box_content img {
    width: 100%;
    height: auto; }
  .book-now {
    margin-left: 5px; }
  #hero-wrapper {
    display: block; }
  .hero-img {
    width: 100%; }
  .form-wrapper {
    width: 100%;
    margin-top: 50px; }
  .passanger-selection {
    gap: 10px; }
    .passanger-selection select {
      width: 100%; }
  .card-details {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .card-number,
  .card-epiry-ccv {
    width: 100%; } }

@media only screen and (max-width: 585px) {
  .menu-utilities ul:nth-child(2) {
    display: none; }
  .hero-section_intro-wrapper {
    padding-top: 150px; }
  .hero-section_social {
    font-size: 25px; }
  .popular-destinations_box {
    width: 225px;
    height: 350px; }
  .carousel-item_content {
    flex-wrap: wrap;
    justify-content: space-between; }
  .seperate {
    border: none; }
  .reviewer-info img {
    width: 75px; }
  #newsletter-section {
    width: 90%; }
  .newsletter-section_content {
    font-size: 14px; }
    .newsletter-section_content input {
      height: 30px;
      width: 60%; }
    .newsletter-section_content button {
      padding: 5px 12px;
      height: 30px;
      font-size: 14px; }
  .footer-navigation {
    flex-wrap: wrap; }
    .footer-navigation li {
      width: 285px; }
  .footer-navigation_section_one,
  .footer-navigation_section_two {
    width: 100%; }
  .who-we-are {
    width: 95%;
    padding: 5%;
    margin-left: 0; }
    .who-we-are p {
      font-size: 15px; } }

@media only screen and (max-width: 490px) {
  .menu-utilities li:nth-child(3),
  .menu-utilities li:nth-child(2) span {
    display: none; }
  .menu-open {
    width: 40px; }
  .logo {
    width: 150px; }
  .search-expand {
    width: 35px; }
  .mobile_menu-expand {
    position: absolute;
    height: max-content; }
  .level-one {
    font-size: 25px;
    margin-top: 35px; }
  .level-two {
    font-size: 22px; }
  .company-links {
    font-size: 25px; }
  .submenu {
    font-size: 18px; }
  .hero-section_intro-wrapper {
    width: 90%; }
  .hero-section_intro {
    font-size: 200%; }
  .hero-section_social {
    font-size: 25px; }
  #about-section {
    width: 90%; }
  .about-section_content {
    font-size: 90%; }
    .about-section_content a {
      font-size: 1.15em; }
      .about-section_content a::after {
        font-size: 30px; }
  .about-city {
    width: 95%; }
  #city-map-hotel {
    height: 300px; }
  .hotel-content_box-one,
  .hotel-content_box-two {
    margin-bottom: 10px; }
  .fact-item {
    width: 65%;
    left: 20px;
    padding: 3%; }
  .top-things-carousel {
    width: 90%;
    margin: 0 auto; }
  .top-info {
    width: 100%;
    font-size: 0.85em; }
  .cta-see-more,
  .book-now {
    padding: 5px 15px;
    font-size: 14px; }
  .left-icon {
    position: relative;
    left: 25px; }
  .right-icon {
    position: relative;
    right: 50px; } }
