/*********************************************
  BOOTSTRAP 
*********************************************/

.container-xxl {
  max-width: 1640px;
}

/* overriding bootstrap max with to 1000px */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

/* changed bootstrap blue to cal blue */
.btn-primary {
  background-color: #3e6a99;
  border-color: #3e6a99;
}

.btn-outline-primary {
  color: #3e6a99;
  border-color: #3e6a99;
}

.btn-outline-primary:hover {
  background-color: #3e6a99;
}

@media only screen and (min-width: 1600px) {
  .d-xxxl-inline {
    display: inline !important;
  }
}

/*********************************************
  SOCIAL ICONS
*********************************************/

/* margin top to account for the nav */
main {
  margin-top: 123px;
}

html {
  scroll-padding-top: 110px;
}

/* space each section  */
section {
  padding: 40px 0;
}

/* removes underline from links */
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  font-size: 1.25rem;
  font-weight: 300;
}

/*********************************************
  REUSEABLE CLASSES
*********************************************/

.bg-white {
  background-color: #fff;
}

.bg-darkblue {
  background-color: #00192f;
}

.cal-blue {
  color: #3e6a99;
}

.fa-check-circle {
  color: #c6a859;
}

.responsive-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*********************************************
  NAVIGATION
*********************************************/

nav {
  height: 123px;
}

nav #nav-logo {
  width: 200px;
}

/*
@media only screen and (max-width: 600px) {
  nav #nav-logo {
    width: 100px;
  }
}*/

/*********************************************
  SOCIAL ICONS
*********************************************/

#icon-menu {
  z-index: 5;
  bottom: 28%;
}
#icon-menu a,
#icon-menu div {
  position: relative;
  right: -135px;
  transition: 0.4s;
}

#icon-menu a:hover,
#icon-menu div:hover {
  right: 0px;
}

/*********************************************
  HERO BANNER
*********************************************/

@media only screen and (max-width: 990px) {
  #promo-btn a {
    opacity: 0.7;
    flex: 33.33%;
  }
}

@media only screen and (min-width: 990px) {
  #promo-btn a {
    max-width: 200px;
  }
}

#hero-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

#hero-banner header {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  #hero-banner header {
    bottom: 0;
  }
}

/*********************************************
  SLIDERS
*********************************************/

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 22px;
  background-size: 10px;
}

/*
.swiper-slide img {
  width: 80%;
  margin: auto;
  display: block;
}
*/

/* #about .swiper-slide img {
  width: 100%;
}

#about .js-slider--main img {
  height: 320px;
}

#about .js-slider--nav img {
  height: 100px;
} */

/*
#Swimspa7 .swiper-slide img,
#Swimspa12 .swiper-slide img {
  width: 50%;
}
*/

.js-slider--main .swiper-slide img {
  max-width: 100%;
  max-height: 400px;
  margin: auto;
  display: block;
}

.js-slider--nav .swiper-slide img {
  max-width: 100%;
  max-height: 200px;
  margin: auto;
  display: block;
}

/*********************************************
  FEATURES
*********************************************/

.features .px-1 {
  max-width: 450px;
  margin: 0 auto;
}

#footer-icons img {
  max-width: 100px;
}

/*********************************************
  ANIMATION
*********************************************/

#hero-banner #new-model-img {
  position: absolute;
  top: 8%;
  left: 70%;
  animation: pulse 2s infinite;
}

#hero-banner #new-model-img img {
  width: 83%;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.95);
  }
}

.cal-blue-h {
  color: #073c79;
  text-transform: uppercase;
  font-weight: bolder;
}

#new h3 {
  margin: 20px 0;
}

.fs-change {
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .fs-change {
    font-size: 28px;
  }
}
