img.object-fit-cover {
  object-fit: cover;
}

/* HOME HEADER */
.carousel-container {
  position: relative;
  padding-top: 0px;
  border-bottom: 6px solid #223C83;
}
@media (max-width: 767px) {
  .carousel-container {
    min-height: 400px;
    height: fit-content;
  }
}
.carousel-container .carousel-inner {
  position: relative;
}
.carousel-container .carousel-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.carousel-container .carousel-inner img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .carousel-container .carousel-inner img {
    height: 400px;
  }
}
.carousel-container .carousel-info {
  z-index: 3;
  top: 25%;
}
.carousel-container .carousel-info .title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5647058824);
}
.carousel-container .carousel-info .subtitle {
  color: #ffffff;
  font-size: 19px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5647058824);
}
@media (max-width: 992px) {
  .carousel-container .carousel-info .title {
    font-size: 24px;
  }
  .carousel-container .carousel-info .subtitle {
    font-size: 16px;
  }
}
.carousel-container .overlay-form {
  background-color: transparent;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 20;
  top: 58%;
}
@media (max-width: 767px) {
  .carousel-container .overlay-form {
    width: 100%;
    top: 37% !important;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #search-widget-cnt {
    top: 75% !important;
  }
}
#search-widget-cnt #search-widget {
  display: none;
}
#search-widget-cnt #search-fake-form {
  display: flex;
  justify-content: center;
}
#search-widget-cnt #search-fake-form .fake-el {
  background-color: #fff;
  border-radius: 7px;
}
#search-widget-cnt #search-fake-form .fake-el .location-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
#search-widget-cnt #search-fake-form .fake-el i {
  font-size: 30px;
  color: #0D2440;
}
#search-widget-cnt #search-fake-form .fake-el .search-btn {
  background-color: #0D2440;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 0 7px 7px 0;
}
#search-widget-cnt #search-fake-form .fake-el .search-btn i {
  color: #fff;
}
#search-widget-cnt #search-fake-form .fake-el .form-group {
  text-align: left;
  padding: 10px 15px;
}
#search-widget-cnt #search-fake-form .fake-el .form-group p {
  margin: 0;
  min-width: 250px;
}
@media (max-width: 767px) {
  #search-widget-cnt #search-fake-form .fake-el .form-group p {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  #search-widget-cnt.open {
    top: 52% !important;
  }
}
#search-widget-cnt.open #search-widget {
  display: flex;
}
#search-widget-cnt.open #search-fake-form {
  display: none;
}

#search-widget {
  background-color: #0D233F;
  color: #fff;
  padding: 18px 30px;
}
@media (min-width: 992px) {
  #search-widget {
    min-width: 1024px;
  }
}
#search-widget .tabs {
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #6AA5B7;
  margin-bottom: 1rem;
}
#search-widget .tabs .btn {
  padding-bottom: 1rem;
  border-radius: 0px;
  color: #fff;
  border: none;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
}
#search-widget .tabs .btn.active {
  border-bottom: 3px solid #6AA5B7;
}
@media (max-width: 767px) {
  #search-widget .tabs {
    overflow-y: scroll;
    scrollbar-width: none;
  }
  #search-widget .tabs .btn {
    white-space: nowrap;
    padding-bottom: 0.5rem;
    font-size: 14px;
  }
}
#search-widget .search-form {
  background-color: transparent;
  border-radius: 0px 12px 0px 0px;
  gap: 4px;
  /* #datesRange {
  	max-width: 205px;
  	@media (max-width: 767px) {
  		max-width: 100%;
  	}
  } */
}
@media (max-width: 767px) {
  #search-widget .search-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  #search-widget .search-form .search-form-group-cnt {
    width: 100%;
  }
}
#search-widget .search-form.round-border {
  border-radius: 0px 12px 12px 12px;
}
#search-widget .search-form .form-group {
  background-color: #fff;
  color: #212529;
  border-radius: 5px;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
@media (max-width: 992px) {
  #search-widget .search-form .form-group {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 100%;
    border-bottom: 1px solid #E1E5E9;
    flex-wrap: wrap;
  }
}
#search-widget .search-form .form-group .icon {
  margin-right: 15px;
  /* @media (max-width: 767px) {
    margin-left: 13px;
  } */
}
#search-widget .search-form .form-group .icon i {
  font-size: 16px;
}
@media (max-width: 992px) {
  #search-widget .search-form .form-group .input-group {
    width: unset;
    flex: 1;
  }
}
#search-widget .search-form .form-group .input-group input {
  border: none;
  font-size: 14px;
  color: #000;
  appearance: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #search-widget .search-form .form-group .input-group input {
    padding-bottom: 0;
    padding-top: 0;
  }
}
#search-widget .search-form .form-group .input-group input::placeholder {
  color: #000;
  font-size: 14px;
}
#search-widget .search-form .destination-overlay-clickable {
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  #search-widget .search-form .destination-overlay-clickable {
    height: 50px !important;
    top: 0;
  }
}
#search-widget .search-form label {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
#search-widget .search-form #labelApriCamere {
  width: 100%;
  /* max-width: 195px; */
}
#search-widget .search-form button {
  font-size: 14px;
  border-radius: 5px;
  background-color: #6AA5B7;
  color: #fff;
  white-space: nowrap;
  height: 50px;
}
#search-widget .search-form button:hover {
  background-color: #6AA5B7;
  color: #fff;
}
@media (max-width: 767px) {
  #search-widget .search-form button {
    margin-left: 13px;
  }
}
#search-widget #quick-destinations-cnt,
#search-widget .quick-destinations-cnt {
  border-radius: 0px 0px 12px 12px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding: 8px 15px 0px;
}
#search-widget #quick-destinations-cnt .destination-col,
#search-widget .quick-destinations-cnt .destination-col {
  text-align: left;
}
#search-widget #quick-destinations-cnt .destination-col .destination-title,
#search-widget .quick-destinations-cnt .destination-col .destination-title {
  font-weight: 900;
  color: var(--primary);
  font-size: 16px;
}
#search-widget #quick-destinations-cnt .destination-col .destination-title button,
#search-widget .quick-destinations-cnt .destination-col .destination-title button {
  color: var(--primary);
  font-weight: 900;
  padding: 0;
}
@media (max-width: 767px) {
  #search-widget #quick-destinations-cnt .destination-col .destination-title button,
  #search-widget .quick-destinations-cnt .destination-col .destination-title button {
    background-color: #fff;
    width: unset;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #search-widget #quick-destinations-cnt .destination-col .destination-list button,
  #search-widget .quick-destinations-cnt .destination-col .destination-list button {
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    width: unset;
  }
}
#search-widget #travel-type-cnt,
#search-widget .travel-type-cnt {
  border-radius: 0px 0px 12px 12px;
  width: 100%;
  background-color: #0D233F;
}
#search-widget #travel-type-cnt .btn,
#search-widget .travel-type-cnt .btn {
  background-color: #E1E5E9;
  color: #000;
}
#search-widget #travel-type-cnt .btn.active,
#search-widget .travel-type-cnt .btn.active {
  background-color: #6AA5B7;
  border: none;
}
#search-widget #travel-type-cnt .travel-type-label,
#search-widget .travel-type-cnt .travel-type-label {
  color: #fff;
}
#search-widget #travel-type-cnt .travel-type-col,
#search-widget .travel-type-cnt .travel-type-col {
  cursor: pointer;
}
#search-widget #travel-type-cnt .travel-type-col.active,
#search-widget .travel-type-cnt .travel-type-col.active {
  font-weight: 800;
}

.packages-section {
  margin-top: 75px;
}
.packages-section h2 {
  font-size: 46px;
  font-weight: bold;
  color: #0D2440;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .packages-section h2 {
    font-size: 32px;
  }
}
.packages-section h4 {
  font-size: 24px;
  color: #7C8F9D;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .packages-section h4 {
    font-size: 18px;
  }
}
.packages-section .package-tags {
  margin: 30px 0 40px;
  overflow-y: scroll;
  display: flex;
  scrollbar-width: none;
}
.packages-section .package-tags .package-tag {
  font-size: 26px;
  color: #7D8F9D;
  padding: 0;
  margin: 6px 12px;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .packages-section .package-tags .package-tag {
    font-size: 16px;
  }
}
.packages-section .package-tags .package-tag.active {
  border-bottom: 3px solid #193151;
}
.packages-section .package-tags .package-tag.active.package-tag-21 {
  color: #3C6FB2;
  border-bottom-color: #3C6FB2;
}
.packages-section .package-tags .package-tag.active.package-tag-22 {
  color: #284889;
  border-bottom-color: #284889;
}
.packages-section .package-tags .package-tag.active.package-tag-23 {
  color: #EEAB73;
  border-bottom-color: #EEAB73;
}
.packages-section .package-tags .package-tag.active.package-tag-24 {
  color: #4BAF79;
  border-bottom-color: #4BAF79;
}
.packages-section .package-tags .package-tag.active.package-tag-25 {
  color: #DB443F;
  border-bottom-color: #DB443F;
}
.packages-section .package-tags .package-tag.active.package-tag-50 {
  color: #eac242;
  border-bottom-color: #eac242;
}
.packages-section .package-tags .package-tag.active.package-tag-49 {
  color: #33ccff;
  border-bottom-color: #33ccff;
}
.packages-section .package-tags .package-tag.active.package-tag-59 {
  color: #282828;
  border-bottom-color: #282828;
}
.packages-section .packages-sliders.last-minute-sliders {
  margin-top: 80px;
}
.packages-section .packages-sliders .swiper {
  padding-bottom: 40px;
}
.packages-section .packages-sliders .swiper .pkg-card {
  height: 628px;
  width: 100%;
  border-radius: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .packages-section .packages-sliders .swiper .pkg-card {
    height: 350px;
    border-radius: 32px;
    padding: 20px 12px;
  }
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 8px;
  gap: 2px;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-21 {
  background-color: #3C6FB2;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-22 {
  background-color: #284889;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-23 {
  background-color: #EEAB73;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-24 {
  background-color: #4BAF79;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-25 {
  background-color: #DB443F;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-50 {
  background-color: #eac242;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-49 {
  background-color: #33ccff;
}
.packages-section .packages-sliders .swiper .pkg-card .pack-badge.pack-badge-59 {
  background-color: #282828;
}
.packages-section .packages-sliders .swiper .pkg-card .title-cnt {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px;
  width: 100%;
  position: relative;
}
.packages-section .packages-sliders .swiper .pkg-card .title-cnt .title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0D2440;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .packages-section .packages-sliders .swiper .pkg-card .title-cnt .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.packages-section .packages-sliders .swiper .pkg-card .title-cnt .geo {
  font-size: 24px;
  line-height: 28px;
  color: #7C8F9D;
  letter-spacing: -0.8px;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .packages-section .packages-sliders .swiper .pkg-card .title-cnt .geo {
    font-size: 16px;
    line-height: 20px;
  }
}
.packages-section .packages-sliders .swiper .swiper-pagination {
  bottom: 0 !important;
}
@media (max-width: 767px) {
  .packages-section .packages-sliders .swiper .swiper-pagination {
    display: none;
  }
}

.hotels-section .sec-subtitle {
  font-size: 24px;
  color: #7C8F9D;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .hotels-section .sec-subtitle {
    font-size: 18px;
  }
}
.hotels-section .swiper {
  padding-bottom: 40px;
}
.hotels-section .swiper .swiper-pagination {
  bottom: 0 !important;
}
@media (max-width: 767px) {
  .hotels-section .swiper .swiper-pagination {
    display: none;
  }
}
.hotels-section .swiper .hotel-card {
  height: 628px;
  width: 100%;
  border-radius: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card {
    height: 350px;
    border-radius: 32px;
    padding: 20px 12px;
  }
}
.hotels-section .swiper .hotel-card .hotel-badge {
  background: #FFFFFF;
  color: #0D2440;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 18px;
}
.hotels-section .swiper .hotel-card .hotel-badge.hotel-badge-10 {
  color: #95979a;
}
.hotels-section .swiper .hotel-card .hotel-badge.hotel-badge-11 {
  color: #3079bb;
}
.hotels-section .swiper .hotel-card .hotel-badge.hotel-badge-30 {
  color: #BA9956;
}
.hotels-section .swiper .hotel-card .title-cnt {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px;
  width: 100%;
  position: relative;
}
.hotels-section .swiper .hotel-card .title-cnt .subservice {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  color: #7C8F9D;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .subservice {
    font-size: 13px;
    line-height: 18px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .geo {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0D2440;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .geo {
    font-size: 18px;
    line-height: 20px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .title {
  font-size: 24px;
  line-height: 28px;
  color: #0D2440;
  letter-spacing: -0.8px;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .classification i {
  font-size: 9px;
  line-height: 9px;
  color: #0D2440;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .classification i {
    font-size: 7px;
    line-height: 7px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .stay {
  font-size: 21px;
  line-height: 31px;
  color: #0D2440;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .stay {
    font-size: 15px;
    line-height: 20px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .price {
  color: #0D2440;
  font-size: 34px;
  line-height: 34px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .price {
    font-size: 20px;
    line-height: 20px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .price span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .hotels-section .swiper .hotel-card .title-cnt .price span {
    font-size: 14px;
  }
}
.hotels-section .swiper .hotel-card .title-cnt .price b {
  font-weight: 600;
}

.compose-section .section-title {
  padding-top: 75px;
  padding-bottom: 30px;
}
.compose-section .sec-title {
  font-size: 46px;
  font-weight: bold;
  color: #0D2440;
}
@media (max-width: 767px) {
  .compose-section .sec-title {
    font-size: 32px;
  }
}
.compose-section .sec-subtitle {
  font-size: 24px;
  color: #7C8F9D;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .compose-section .sec-subtitle {
    font-size: 18px;
  }
}
.compose-section .travel-card {
  height: 628px;
  width: 100%;
  border-radius: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .compose-section .travel-card {
    height: 350px;
    border-radius: 32px;
    padding: 20px 12px;
  }
}
.compose-section .travel-card.travel-card-more {
  background-color: #1E2F4E;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  background-image: url("/app/assets/img/onda.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.compose-section .travel-card.travel-card-more .travel-card-logo img {
  height: 130px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.compose-section .travel-card.travel-card-more .travel-find {
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}
.compose-section .travel-card.travel-card-more .travel-arrow {
  width: 47px;
  height: 47px;
  font-size: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  text-decoration: none;
  color: #ffffff;
}
.compose-section .travel-card .travel-card-content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px;
  width: 100%;
  position: relative;
}
.compose-section .travel-card .travel-card-content .tcc-place {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0D2440;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .compose-section .travel-card .travel-card-content .tcc-place {
    font-size: 18px;
    line-height: 20px;
  }
}
.compose-section .travel-card .travel-card-content .tcc-hotel {
  font-size: 24px;
  line-height: 28px;
  color: #7C8F9D;
  letter-spacing: -0.8px;
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .compose-section .travel-card .travel-card-content .tcc-hotel {
    font-size: 16px;
    line-height: 20px;
  }
}

.separator-section .homepage-separator {
  width: 100%;
  background-image: url("/app/assets/img/onde_grigio_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
}

.bg-light-blue {
  background-color: #f0f5fa;
}

.think-section .section-title {
  padding-top: 75px;
  padding-bottom: 30px;
}
.think-section .section-title .sec-title {
  font-size: 46px;
  font-weight: bold;
  color: #0D2440;
}
@media (max-width: 767px) {
  .think-section .section-title .sec-title {
    font-size: 32px;
  }
}
.think-section .section-title .sec-subtitle {
  font-size: 24px;
  color: #7C8F9D;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .think-section .section-title .sec-subtitle {
    font-size: 18px;
  }
}
.think-section .thematic-card {
  height: 270px;
  width: 100%;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
}
.think-section .thematic-card .thematic-card-content {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background: rgb(22, 36, 63);
  background: -moz-linear-gradient(0deg, rgb(22, 36, 63) 0%, rgba(32, 41, 61, 0.682532388) 25%, rgba(38, 46, 62, 0.3099833683) 47%, rgba(32, 41, 61, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(22, 36, 63) 0%, rgba(32, 41, 61, 0.682532388) 25%, rgba(38, 46, 62, 0.3099833683) 47%, rgba(32, 41, 61, 0) 100%);
  background: linear-gradient(0deg, rgb(22, 36, 63) 0%, rgba(32, 41, 61, 0.682532388) 25%, rgba(38, 46, 62, 0.3099833683) 47%, rgba(32, 41, 61, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16243f",endColorstr="#20293d",GradientType=1);
  color: #fff;
  border-radius: 0 0 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
}
.think-section .thematic-card .thematic-card-content .thematic-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .think-section .thematic-card .thematic-card-content .thematic-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.think-section .thematic-card .thematic-card-content .thematic-text {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .think-section .thematic-card .thematic-card-content .thematic-text {
    font-size: 14px;
    line-height: 16px;
  }
}

.travel-section .section-title {
  padding-top: 75px;
  padding-bottom: 30px;
}
.travel-section .section-title .sec-title {
  font-size: 46px;
  font-weight: bold;
  color: #0D2440;
}
@media (max-width: 767px) {
  .travel-section .section-title .sec-title {
    font-size: 32px;
  }
}
.travel-section .section-title .sec-subtitle {
  font-size: 24px;
  color: #7C8F9D;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .travel-section .section-title .sec-subtitle {
    font-size: 18px;
  }
}
.travel-section .insta-card {
  min-height: 760px;
  height: auto;
  width: 100%;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.travel-section .insta-card .insta-icon {
  color: #ffffff;
  font-size: 44px;
}
.travel-section iframe.instagram-media {
  border-radius: 2.8% !important;
}