/* global CSS */


.row {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
}
.gradient-text {
  background: -webkit-linear-gradient(var(--light-blue), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
}
.img-responsive {
  width: 100%;
  height: auto;
}
.blueOverlay {
  background-color: rgba(13, 27, 82, 0.5);
}

.lightBlueOverlay {
  background-color: rgba(72, 145, 205, 0.5);
}
.buttonMedium {
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
}
.blueButton {
  box-shadow: 0px 3px 0px 0px #050d29;
  margin-bottom: 3px;
  background-color: var(--blue);
  color: var(--white) !important;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out,
    border 0.1s ease-in-out;
}
.blueButton:hover {
  background-color: var(--dark-blue);
}
.lightBlueButton {
  box-shadow: 0px 3px 0px 0px var(--light-blue);
  margin-bottom: 3px;
  background-color: var(--lightest-blue);
  color: var(--white) !important;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out,
    border 0.1s ease-in-out;
}
.lightBlueButton:hover {
  background-color: #6facd6;
}
.buttonText {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  letter-spacing: 1px;
}
button:focus {
  outline: none;
}

.centerAlign {
  text-align: center;
}
.rightAlign {
  text-align: right;
}
.leftAlign {
  text-align: left;
}

a:hover {
  text-decoration: none;
}
.sectionSpacing {
  padding: 50px 0px;
}
.whiteText {
  color: var(--white);
}
.blueText {
  color: var(--blue);
}
.lightBlueText {
  color: var(--light-blue);
}
.lightestBlueText {
  color: var(--lightest-blue);
}
.padding0 {
  padding: 0px;
}
.blueBg {
  background-color: var(--blue);
}
.lightBlueBg {
  background-color: var(--light-blue);
}
.clearboth {
  clear: both;
}

.transparent-button {
  background-color: transparent;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  border: 2px solid var(--white);
  transition: background-color 0.5s ease-in-out;
}
.transparent-button:hover {
  background-color: var(--white);
}
.transparent-button:hover > .buttonText {
  color: var(--blue);
}

.heroSection {
  position: relative;
  height: 100vh;
  background-attachment: fixed;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.heroOverlaySection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroHeading {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}
.paraText {
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 400;
}
.thickGreyBorder {
  border: 6px solid rgba(0, 0, 0, 0.06);
}

.padiCoursesHeading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
}
.padiCoursesMediumHeading {
  letter-spacing: 0px;
  font-size: 51px;
  line-height: 95%;
  text-align: center;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: capitalize;
}

.eachCourse {
  margin-bottom: 30px;
  text-align: center;
}
.offerSection {
  padding: 20px;
  text-align: center;
  background-color: #ececec;
}
.offerText {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 30px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 0px;
}
.coursesPara {
  margin: 20px 0px;
  min-height: 280px;
}
.courseName {
  font-size: 24px;
  margin: 10px 0px 20px;
  text-transform: uppercase;
  min-height: 57px;
  letter-spacing: 1px;
}
.quoteAuthor {
  display: block;
  text-align: center;
  font-size: 19px;
}
.eachFacilityContainer {
  margin-bottom: 20px;
}
.facilitiesHeading {
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--white);
  padding-right: 7px;
}
.smallPatternBg {
  margin-bottom: 15px;
  background-position-x: left;
  background-position-y: center;
  background-size: initial;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-image: url("/static/images/fancy-title-pattern.png");
}
.sideAwardContainer {
  text-align: center;
  padding: 0px 30px;
}
.awardHeading {
  text-transform: uppercase;
  font-size: 18px;
}
.awardsList {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
}
.awardYear {
  color: var(--dark-gery);
  font-size: 14px;
}

/* MAIN PADI COURSES CSS */
.padiCoursesHeroBgImage {
  background-image: url("/static/images/dive-courses/eachIslandPadiCoursesBanner.jpg");
}
/* GILI TRAWANGAN PADI COURSES CSS */
.giliTrawanganPadiCoursesHeroBgImage {
  background-image: url("/static/images/dive-courses/eachIslandPadiCoursesBanner.jpg");
  /* background-image: url("https://old.bluemarlindive.com/wp-content/uploads/2016/04/img_3499-copy.jpg"); */
}

.courseHeading {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.courseSecondHeading {
  letter-spacing: 5px;
  text-transform: capitalize;
  font-size: 28px;

  text-align: center;

  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .sectionSpacing {
    padding: 15px 0px !important;
  }
  .diveStayEachSectionHeading {
    font-size: 25px !important;
  }
  .buttonMedium {
    padding: 10px 20px !important;
  }
  .padiCoursesHeading {
    font-size: 25px !important;
  }
  .offerText {
    font-size: 15px !important;
  }
  .courseName {
    font-size: 15px !important;
    margin: 10px 0px 0px !important;
    min-height: 45px !important;
  }
  .coursesPara {
    margin: 10px 0px !important;
    min-height: 250px !important;
  }
  .paraText {
    font-size: 15px !important;
  }

}
