/*--------------------------------------------------------------
# Travel & Tourism Marketplace Development Services
--------------------------------------------------------------*/


.travel .develop-main-title {
  align-items: flex-start;
}

.travel .main-title {
  text-align: left;
}

.travel .main-page-bottom-block > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .travel .main-page-bottom-block > div {
    flex-direction: row;
  }

  .travel .main-page-bottom-block > div > .wp-block-group {
    max-width: 704px;
  }
}

.travel .main-page-bottom-block p {
  font-size: 20px;
}

.travel .main-page-bottom-block h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .travel .main-page-bottom-block h3 {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

.travel .main-page-bottom-block h3 strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .travel .main-page-bottom-block h3 strong {
  color: var(--yellow);
}

.travel .travel-main-buttons > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .travel .travel-main-buttons > div {
    flex-direction: row;
  }
}

.travel .travel-main-button a {
  display: block;
  min-width: 240px;
  max-width: 100%;
  margin: 0;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  transition: all .3s;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .travel .travel-main-button a {
    display: inline-block;
  }
}

.travel .travel-main-button-bg a {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--white);
}

.travel .travel-main-button-bg a:hover,
.travel .travel-main-button-bg a:focus {
  background: var(--white);
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

@media screen and (min-width: 1024px) {
  .travel .travel-subtitle {
    font-size: 20px;
  }
}

.travel .main-page-bottom-block {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .travel .main-page-bottom-block {
    margin-top: 20px;
  }
}

.travel .main-page-bottom-block .wp-block-image {
  margin: 0;
  padding: 20px;
  background: #232323;
  border: 1px solid var(--yellow);
  width: 100%;
}

body:not(.dark-theme) .travel .main-page-bottom-block .wp-block-image {
  background: transparent;
}

.travel .main-page-bottom-block .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel .travel-grid > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.travel .travel-grid .develop-colums .wp-block-heading {
  font-size: 20px;
}

body:not(.dark-theme) .travel .travel-grid .develop-colums .wp-block-heading {
  color: var(--yellow);
}

.travel .develop-colums-rect {
  margin: 0;
}

.travel .travel-grid.develop-colums-rect .wp-block-group {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media screen and (min-width: 1800px) {
  .travel .travel-grid > div {
    gap: 40px;
  }

  .travel .travel-grid .develop-colums .wp-block-heading {
    font-size: 24px;
  }
}

body:not(.dark-theme) .travel .travel-grid svg rect[stroke="#F7F8FA"],
body:not(.dark-theme) .travel .travel-grid svg circle[stroke="#F7F8FA"],
body:not(.dark-theme) .travel .travel-grid svg path[stroke="#F7F8FA"] {
  stroke: #1D173D;
}

body:not(.dark-theme) .travel .travel-grid svg circle[stroke="#F7F8FA"],
body:not(.dark-theme) .travel .travel-grid svg path[fill="#F7F8FA"] {
  fill: #1D173D;
}
body:not(.dark-theme) .travel .travel-grid svg rect[fill="#1A1A1B"],
body:not(.dark-theme) .travel .travel-grid svg path[fill="#1A1A1B"] {
  fill: var(--white);
}

body:not(.dark-theme) .travel .travel-grid svg circle[stroke="#F48A1F"],
body:not(.dark-theme) .travel .travel-grid svg rect[stroke="#F48A1F"],
body:not(.dark-theme) .travel .travel-grid svg path[stroke="#F48A1F"] {
  stroke: var(--yellow);
}
body:not(.dark-theme) .travel .travel-grid svg path[fill="#F48A1F"] {
  fill: var(--yellow);
}

#horizontall-wrapper .travel .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
  flex-wrap: wrap !important;
}

@media screen and (min-width: 1280px) {
  #horizontall-wrapper .travel .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
    flex-wrap: nowrap !important;
  }
}

.travel .travel-integration {

}

.travel .travel-integration-top {
  margin: 0 0 20px;
}

.travel .travel-integration-top > div {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-top > div {
    flex-direction: row;
    gap: 80px;
  }
}

.travel .travel-integration-top p {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-top p {
    max-width: 472px;
  }

  .travel .travel-integration-top p::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--lightYellow);
  
    position: absolute;
    right: -40px;
    top: 0;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-integration-top p {
    max-width: 664px;
  }
}

body:not(.dark-theme) .travel .travel-integration-top p::before {
  background-color: var(--yellow);
}

.travel .travel-integration-top ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .travel .travel-integration-top ul {
    flex-direction: row;
  }
}

.travel .travel-integration-top li {
  width: 100%;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0;
  font-size: 16px;
  color: #b0b0b0;
}

@media screen and (min-width: 768px) {
  .travel .travel-integration-top li {
    width: calc(50% - 20px);
  }
}

.travel .travel-integration-top li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .travel .travel-integration-top li {
    font-size: 20px;
  }
}

body:not(.dark-theme) .travel .travel-integration-top li {
  color: #1D173D;
}

.travel .travel-integration-top li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1800px) {
  .travel .travel-integration-top li::before {
    top: 7px;
  }
}

body:not(.dark-theme) .travel .travel-integration-top li::before {
  background-color: var(--yellow);
}

.travel .travel-integration-top li strong {
  text-transform: uppercase;
  color: var(--white);
}

body:not(.dark-theme) .travel .travel-integration-top li strong {
  color: #0A0528;
}

.travel .travel-integration-bottom {

}

.travel .travel-integration-bottom .develop-title {
  margin-bottom: 20px;
}

.travel .travel-integration-bottom p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.travel .travel-integration-bottom ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .travel .travel-integration-bottom ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .travel .travel-integration-bottom ul {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-bottom ul {
    gap: 40px;
  }
}

.travel .travel-integration-bottom li {
  width: 100%;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 16px;
  color: #b0b0b0;
}

@media screen and (min-width: 768px) {
  .travel .travel-integration-bottom li {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  .travel .travel-integration-bottom li {
    width: 20%;
  }
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-bottom li {
    padding: 0 0 0 40px;
  }
}

.travel .travel-integration-bottom li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .travel .travel-integration-bottom li {
    font-size: 20px;
  }
}

body:not(.dark-theme) .travel .travel-integration-bottom li {
  color: #1D173D;
}

.travel .travel-integration-bottom li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-bottom li::before {
    left: 15px;
    top: 4px;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-integration-bottom li::before {
    top: 8px;
  }
}

body:not(.dark-theme) .travel .travel-integration-bottom li::before {
  background-color: var(--yellow);
}

@media screen and (min-width: 1024px) {
  .travel .travel-integration-bottom li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--lightYellow);

    position: absolute;
    right: -10px;
    top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .travel .travel-integration-bottom li::after {
    right: -40px;
  }
}

.travel .travel-integration-bottom li:last-child:after {
  display: none;
}

body:not(.dark-theme) .travel .travel-integration-bottom li::after {
  background-color: var(--yellow);
}

.travel .travel-integration-bottom li strong {
  text-transform: uppercase;
  color: var(--white);
}

body:not(.dark-theme) .travel .travel-integration-bottom li strong {
  color: #0A0528;
}

.travel .travel-text-button {
  margin: -25px 0 0;
}

@media screen and (min-width: 768px) {
  .travel .travel-text-button {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-text-button {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1800px) {
  .travel .travel-text-button {
    margin: 40px 0 0;
  }
}

.travel .travel-text-button > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .travel .travel-text-button > div {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.travel .travel-text-button h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .travel .travel-text-button h3 {
    font-size: 36px;
  }
}

.travel .travel-text-button .travel-main-button a {
  padding: 15px 12px;
}

@media screen and (min-width: 1440px) {
  .travel .travel-text-button .travel-main-button a {
    min-width: 365px;
  }
}

.travel .travel-platform-title {
  margin: 0 0 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: var(--lightYellow);
}

body:not(.dark-theme) .travel .travel-platform-title {
  color: var(--yellow);
}

@media screen and (min-width: 1024px) {
  .travel .travel-platform-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-platform-title {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

.travel .travel-platform {
  margin: 0 0;
}

.travel .travel-platform > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .travel .travel-platform > div {
    flex-direction: row;
    gap: 40px;
  }

  .travel .travel-platform figure,
  .travel .travel-platform .travel-platform-list-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-platform > div {
    gap: 80px;
  }
}

.travel .travel-platform figure {
  margin: 0;
}

.travel .travel-platform figure iframe {
  height: 566px;
}

.travel .travel-platform-list-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

body.dark-theme .travel .travel-platform-list-title a {
  color: var(--lightYellow);
}

body:not(.dark-theme) .travel .travel-platform-list-title a {
  color: var(--yellow);
}


@media screen and (min-width: 1800px) {

  .travel .travel-platform .travel-platform-list-wrapper p {
    font-size: 20px;
  }

  .travel .travel-platform-list-title {
    font-size: 30px;
  }
}

.travel .travel-platform-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.travel .travel-platform-list li {
  position: relative;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 26px;
}

.travel .travel-platform-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .travel .travel-platform-list li {
    font-size: 24px;
  }
}

.travel .travel-platform-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1800px) {
  
  .travel .travel-platform-list li::before {
    top: 10px;
  }
}

body:not(.dark-theme) .travel .travel-platform-list li::before {
  background-color: var(--yellow);
}

.travel .travel-platform-bottom .wp-block-group > div {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .travel .travel-platform-bottom .wp-block-group > div {
    flex-direction: row;
    gap: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .travel .travel-platform-bottom .wp-block-group > div {
    gap: 80px;
  }
}

.travel .travel-platform-bottom .wp-block-group p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .travel .travel-platform-bottom .wp-block-group p {
    width: 50%;
    font-size: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .travel.sharetribe .develop-title {
    font-size: 50px;
  }

  .travel.sharetribe .industries {
    height: calc(100vh - 430px);
  }
}

@media screen and (min-width: 1280px) {
  .travel.sharetribe .industries-item {
    width: 26%;
  }
  
  .travel.sharetribe .industries-item.active {
    width: 40%;
  }
}

.travel-partners > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 1360px) {
  .travel-partners > div {
    flex-direction: row;
    gap: 60px;
  }

  .travel .partners-carousel,
  .travel .travel-partners-wrapper {
    width: 50%;
  }
}

.travel .partners-carousel-items > div > .wp-block-group {
  padding: 1px;
  background: var(--lightYellow);

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .travel .partners-carousel-items > div > .wp-block-group {
  background: var(--yellow);
}

.travel .partners-carousel-items > div > .wp-block-group > div {
  background: #232323;
  height: 100%;
  width: 100%;
  padding: 16px;

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .partners-carousel-items > div > .wp-block-group > div {
  background-color: #fff;
}

.travel .travel-partners-description {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}

@media screen and (min-width: 1600px) {
  .travel .travel-partners-description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  .travel .travel-partners-description {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

.travel .travel-partners-description strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .travel .travel-partners-description strong {
  color: var(--yellow);
}

.travel .travel-partners-list-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 5.5vh, 30px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.travel .travel-partners-list {
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .travel .travel-partners-list {
    flex-direction: row;
  }
}

.travel .travel-partners-list li {
  width: 100%;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0;
  font-size: 16px;
  color: #b0b0b0;
}

@media screen and (min-width: 768px) {
  .travel .travel-partners-list li {
    width: calc(50% - 20px);
  }
}

.travel .travel-partners-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .travel .travel-partners-list li {
    font-size: 20px;
  }
}

body:not(.dark-theme) .travel .travel-partners-list li {
  color: #1D173D;
}

.travel .travel-partners-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1600px) {
  .travel .travel-partners-list li::before {
    top: 8px;
  }
}

body:not(.dark-theme) .travel .travel-partners-list li::before {
  background-color: var(--yellow);
}

.travel .travel-partners-list li strong {
  text-transform: uppercase;
  color: var(--white);
}

body:not(.dark-theme) .travel .travel-partners-list li strong {
  color: #0A0528;
}

.travel p.travel-main-button {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .travel p.travel-main-button {
    max-width: 296px;
  }
}

.travel.case-page .develop-title {

}

@media screen and (min-width: 1600px) {
  .travel.case-page .develop-title {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 1800px) {
  .travel.case-page .develop-title {
    letter-spacing: 0;
  }
}

.travel.case-page .case-link {
  margin-bottom: 0 !important;
}

@media (min-width: 1600px) and (max-width: 1800px) {

  .travel .hide-on-mid {
    display: none;
  }
}

.travel .contact-us-form-info {
  display: flex !important;
}

@media screen and (min-width: 1921px) {

  .travel .travel-partners-list-title,
  .travel .travel-grid .develop-colums .wp-block-heading,
  .travel .develop-colums .wp-block-heading,
  #content .travel .wpsm_panel-group .wpsm_panel .ac_title_class {
    font-size: 36px;
  }
  
  .travel .travel-subtitle,
  .travel .main-page-bottom-block p,
  .travel .travel-partners-description,
  .travel .travel-partners-list li,
  .travel .partners-carousel-item-heading h3,
  .travel .develop-colums p,
  .travel .travel-integration-top p,
  .travel .travel-integration-bottom p,
  .travel .travel-platform .travel-platform-list-wrapper p,
  .travel .travel-platform-list li,
  .travel .travel-integration-bottom li,
  .travel .travel-integration-top li,
  .travel .partners-carousel-items > .wp-block-group__inner-container > .wp-block-group p,
  .travel.sharetribe .industries-item p {
    font-size: 30px;
  }

  #content .travel .wpsm_panel-group .wpsm_panel-body {
    font-size: 30px !important;
  }

  .travel .travel-main-button a {
    font-size: 24px;
  }

  .travel .partners-carousel-item-heading p {
    font-size: 24px !important;
  }

  .travel .travel-main-button a {
    min-width: 300px;
  }

  .travel .travel-discuss .travel-main-button a {
    min-width: 420px;
  }

  .travel .travel-integration-top p,
  .travel .main-page-bottom-block > div > .wp-block-group {
    max-width: 50%;
  }

  .travel p.travel-main-button {
    max-width: unset;
  }

  .travel.sharetribe .industries {
    height: calc(100vh - 525px);
  }

  .travel .travel-platform figure iframe {
    width: 100%;
    height: 70vh;
  }

  .develop-colums-with-icons svg {
    width: 80px;
    height: 80px;
  }

  .travel .travel-partners-list li::before,
  .travel .travel-integration-top li::before,
  .travel .travel-integration-bottom li::before {
    top: 16px;
  }
}