@charset "UTF-8";

/* CSS Document */
body {
  background-color: #C2CFD7;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #C2CFD7 url('/img/preloader-mountains.gif') no-repeat center center;
}

.banner_photo img {
  width: 100%;
  background-image: url(/img/yacht-club-kelowna-eagira.jpg);
  height: auto;
  background-position: center;
}

#navlist {
  background-color: #115D7A;
  top: -60px;
  width: 100%;
  display: inline-block;
  transition: top 0.3s;
  font-family: "ubuntu";
  position: fixed;
  margin: 0 auto;
  clear: left;
  height: auto;
  z-index: 0;
  text-align: center;
}

#navlist a {
  display: inline-flex;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 15px;
  overflow: hidden;
}

#navlist a:hover {
  background-color: #849EAE;
  color: white;
}

.page-title {
  float: center;
  font-size: 26px;
  color: white;
  text-align: center;
  position: relative;
  background-color: #115D7A;
  margin-top: -3%;
  padding-bottom: 1%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
  padding-top: 50px;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}

.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}

.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
    
    .page-title {
  float: center;
  font-size: 24px;
  color: white;
  text-align: center;
  position: relative;
  background-color: #115D7A;
  margin-top: 3px;
}

  .slide p {
    padding: 0 20px;
  }

  .nav-btn {
    display: none;
  }
}

.back-button {
  font-size: 20px;
  text-align: left;
  display: block;
  position: relative;
  font-family: 'ubuntu', serif;
  padding-left: 15%;
  padding-bottom: 5%;
}

.back-button a {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  background-clip: text;
  transition: all 0.3s ease-in-out;
  font-family: 'ubuntu', serif;
  text-decoration: none;
  color: white;

}

.back-button a:before {
  content: '';
  background: #849EAE;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
  font-family: 'ubuntu', serif;
  text-decoration: none;
}

.back-button a:hover {
  background-position: 0;
  font-family: 'ubuntu', serif;
  text-decoration: none;
  color: #115D7A;
}

.back-button a:hover::before {
  width: 100%;
  font-family: 'ubuntu', serif;
  text-decoration: none;
}

footer {
  font-family: "ubuntu";
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -100px;
  text-decoration: none;
}

footer a {
  font-family: "ubuntu";
  display: inline;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  text-decoration: none;
  color: black;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-title {
    margin-top: 10px;
  }
}
