/* header */

.carousel-inner {
  position: relative;
}

.header-title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-shadow: 2px 2px 5px #00000069;
  filter: drop-shadow(3px 3px 5px #000);
}

.header-title-container h1 {
  font-size: 3em;
  z-index: 1;
  color: white;
}

.header-title {
  text-align: center;

  @media (min-width: 1200px) {
    text-align: start;
  }
}

.header-subtitle {
  font-size: 1.55rem;
  color: white;
  margin-top: 1rem;
  text-align: center;

  @media (min-width: 1200px) {
    text-align: end;
  }
}

.header-subtitle a {
  color: #fff;
  text-decoration: none;
}

.header-image {
  height: 80vh;
  min-height: 300px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  width: 100%;
  object-fit: cover;
}

.tick-content-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
}

.tick-content-sections p {
  display: inline;
  margin: 0;
}

.tick-content-sections img {
  width: 20px;
  display: inline;
  margin-right: 15px;
}

.websites-container {
  padding: 1em;
}

.websites-container h4 {
  font-size: 1.7em;
  margin-bottom: 1em;
}

.websites-container div {
  border-radius: 0.15em;
}

.dark-help-container {
  background-color: #414141;
  padding: 1.5em 0;
}

.dark-help-container {
  color: white;
}

.dark-container {
  padding: 3em;
}

.dark-container h5 {
  margin-bottom: 1.5em;
}

.section-divider {
  border-left: none;
  border-top: solid white 1px;
}

/* Arrow animation */

.home-arrow-container {
  display: flex;
  justify-content: center;
  height: 60px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}

.home-arrow-wrapper {
  display: inline-block;
  width: 20px;
  margin-bottom: 25px;
  border-color: rgba(0, 0, 0, 0);
  color: white;
}

.arrow-top {
  width: 10px;
  height: 10px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(45deg);
  animation: arrows 1.5s ease-in-out infinite;
}

.arrow-mid {
  width: 10px;
  height: 10px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(45deg);
  animation: arrows 1.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.arrow-bottom {
  width: 10px;
  height: 10px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(45deg);
  animation: arrows 1.5s ease-in-out infinite;
  animation-delay: 1s;
}

@keyframes arrows {
  0% {
    border-color: rgba(255, 255, 255, 1);
  }

  80% {
    border-color: rgba(255, 255, 255, 0);
  }

  100% {
    border-color: rgba(255, 255, 255, 0);
  }
}

/* tick section */

.tick-content-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
}

.tick-content-sections p {
  display: inline;
  margin: 0;
}

.tick-content-sections img {
  width: 20px;
  display: inline;
  margin-right: 15px;
}

/* website containers */

.websites-section {
  padding: 1em;
  position: relative;
}

.website-wrapper {
  position: relative;
  padding: 3em 1.5em;
  border-radius: 0.25em;
  height: 220px;
  width: 100%;
  fill: white;
  background: url("/assets/ct-white-1d3e6ce9.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.1s;
}

.our-site-logos {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

.website-wrapper:hover {
  color: rgb(255, 255, 255);
  transform: scale(1.01);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.website-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.website-wrapper h4 {
  font-size: 2em;
  margin-bottom: 1em;
  text-align: center;
  z-index: 2;
  position: relative;
}

.website-wrapper p {
  margin: 0;
  text-align: center;
  z-index: 2;
  position: relative;
  font-size: 1.3rem;
  text-shadow: 0px 0px 5px #000;
  filter: drop-shadow(3px 3px 5px #000);
}


.website-wrapper-mychaletfinder {
  background: url("/assets/swiss-chalet-sales-ad-ab24aab5.jpg");
  background-size: cover;
  background-position: 50%;
}

.website-wrapper-myholidayparks {
  background: url("/assets/myholidayparks-td-quantum-34a255fb.jpg");
  background-size: cover;
  background-position: 50%;
}

.website-wrapper-mycottagefinder {
  background: url("/assets/wiltshire-cottage-3c9f09b7.jpg");
  background-size: cover;
  background-position: 50%;
}

.website-wrapper-myvillafinder {
  background: url("/assets/myvillafinder-home-villa-495d0814.jpg");
  background-size: cover;
  background-position: 50%;
}

.website-wrapper-mycitybreaks {
  background: url("/assets/header_images/forum-rome-fc3e5eea.webp");
  background-size: cover;
  background-position: 50%;
}

.website-wrapper-mycaribbeanvillas {
  background: url("/assets/header_images/caribbean-villa-1c6ebce5.webp");
  background-size: cover;
  background-position: 50%;
}

@media only screen and (min-width: 767px) {
  .website-wrapper-mcotf {
    background-color: var(--website-green);
  }

  .website-wrapper-mvf {
    background-color: var(--website-blue);
  }
}

/* dark help section */

.dark-help-container {
  background-color: #414141;
  padding: 1.5em 0;
}

.dark-help-container {
  color: white;
}

.dark-container {
  padding: 3em;
}

.dark-container h5 {
  margin-bottom: 1.5em;
}

.section-divider {
  border-left: none;
  border-top: solid white 1px;
}

@media only screen and (min-width: 767px) {
  .section-divider {
    border-top: none;
    border-left: solid white 1px;
  }
}

/* bottom logo */

.bottom-logo {
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-logo img {
  width: 65%;
}

@media only screen and (min-width: 767px) {
  .bottom-logo img {
    width: 15%;
  }
}
