:root {
  --bg-color-light: #0796fe;
  --bg-color-dark: #001d3f;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #343434;
}

.noGutter-x {
  --bs-gutter-x: 0;
}

.socialMediaSection {
  background-color: var(--bg-color-dark);
  text-align: right;
  color: #fff;
  font-family: Montserrat;
  font-size: 1.38rem;
  font-weight: 600;
}

.socialMediaRow {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.socialLeft {
  display: inline;
  text-align: left;
}

.socialRight {
  text-align: right;
}

.socialRight .socialIcons {
  display: none;
  margin-right: 5.5rem;
}

.socialPhoneImage {
    margin-right: 0.6rem;
    letter-spacing: 0.1rem;
}

.socialPhoneImage svg {
    margin-right: 0.6rem;
    display:none;
}

.socialIcons svg {
  border-radius: 8px;
  cursor: pointer;
  display: none;
  /* margin-left: 0.675rem; */
}

.socialAnchorTag {
    text-decoration: none;
}

.socialIcons svg rect,
path {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.heroSection {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.removePadding {
  padding: 0;
}

.heroBackground-desktop {
  display: none;
}

.heroText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fb-logo-col {
  text-align: left;
  position: relative;
  margin-left: 4rem;
  z-index: 1;
}

.mobile-menu-icon {
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  right: 4rem;
  cursor: pointer;
}

.hamburgerClose {
    display: none;
}

.mobile-menu-link {
  text-decoration: none;
}

.mobile-menu-container {
  overflow: hidden;
  max-height: 0px;

  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.mobile-menu-item {
  background-color: var(--bg-color-light);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  width: 100%;
  padding-top: 1.47rem;
  padding-bottom: 1.47rem;
  text-align: center;
  border: 1px solid #fff;
}

.home-fb-logo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 12.5rem;
  height: auto;
}

.home-menu {
  text-align: right;
  padding-top: 6.2rem;
  display: none;
}

.home-menu-item {
    color: #fff;
    font-family: Montserrat;
    font-size: 13.774px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    letter-spacing: 0.551px;
    margin-left: 2.8rem;

    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.home-menu-item:hover {
    color: var(--bg-color-light);
}

/*.home-menu-item-selected {
  color: #3aaeff;
}*/

.buttonTextContainer {
  margin-top: 2rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.buttonTextContainer-desktop {
  max-width: 22rem;
  margin-top: 4rem;
}

.homeButtonContainer {
    text-decoration: none;
}

.homeButton {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #0796fe;
    background: #0796fe;
    width: 100%;
    height: 5rem;
    color: #fff;
    font-size: 1.38rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    padding-top: 1.4rem;
    /* margin-top: 5rem; */

    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.homeButton:hover {
  background: #fff;
  color: #0796fe;
}

.heroCaptionContainer-desktop {
  display: none;
  position: absolute;
  top: 30%;
  font-weight: 600;
}

.heroCaptionContainer-mobile {
  position: absolute;
  bottom: 5%;
}

.heroCaption-desktop {
  max-width: 53.5rem;
  font-size: 1.8rem;
}

.heroSubCaption-desktop {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 3rem;
  max-width: 43.5rem;
}

.heroCaption {
  font-weight: 600;
  /* font-size: 4.7rem; */
  font-size: 2.7rem;
  /* margin-top: 23rem; */
  margin-right: 4rem;
  margin-left: 4rem;
}

.heroSubCaption {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding-top: 3rem;
  margin-right: 4rem;
  margin-left: 4rem;
}

.heroSubCaption div.top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 100%;
  border-bottom: 2px solid var(--bg-color-light);
}

.heroCard {
  overflow: hidden;
}

.bg_slider {
  /* margin-top: -10rem; */
  /* margin-top: -9.5rem; */
  margin: 8rem 3rem 3rem 3rem;
  height: 38.2rem;
  /* width: 20.1rem; */
  min-height: 30.1rem;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.heroCardSlider {
  height: 100%;
  width: 0rem;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 1s ease;
  z-index: 2;
  background-color: #0796fe;
}

.heroCardSlider.slideIn {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.heroCardSlider.slideOut {
  opacity: 0;
  width: 0rem;
}

#divText {
  width: 100%;
  position: absolute;
  top: 3.8rem;
  z-index: 3;
}

#divText div {
  margin-left: 3rem;
  margin-right: 3rem;

  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

.cardImage svg path {
  -webkit-transition: fill 1s ease;
  -moz-transition: fill 1s ease;
  -o-transition: fill 1s ease;
  transition: fill 1s ease;
}

.aboutSVG path {
  -webkit-transition: fill 1s ease;
  -moz-transition: fill 1s ease;
  -o-transition: fill 1s ease;
  transition: fill 1s ease;
}

.cardCaption {
  color: #2e2e2e;
  text-align: center;

  /* Header 2 */
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-top: 2.8rem;
}

.cardContent {
  color: #6d6d6d;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-top: 1.3rem;
}

.cardAbout {
  border-radius: 8px;
  color: #fff;
  margin-top: 7.5rem;
  margin-bottom: 10rem;
  padding-top: 5.4rem;
  padding-bottom: 4rem;
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;

  position: relative;
  z-index: 1;
}

.cardAboutImage-portrait {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: absolute;
  top: 0%;
  left: 0%;
}

.cardAboutImage-landscape {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: absolute;
  top: 0%;
  left: 0%;
  display: none;
}

.cardAboutTitle {
  font-family: Poppins;
  font-size: 28.343px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.6px; /* 175% */
  /* margin-left: 5.6rem; */
  z-index: 3;

  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

.cardAboutText {
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  max-width: 58rem;
  margin-top: 1.6rem;
  /* margin-left: 5.6rem; */
  margin-left: 2rem;
  margin-right: 2rem;
  z-index: 4;
}

.cardAboutSlide {
  height: 100%;
  width: 0rem;
  border-radius: 8px;
  position: absolute;
  top: 1px;
  left: 0px;
  opacity: 0;
  transition: all 1s ease;
  z-index: 2;
  background-color: #0796fe;
}

.cardAboutSlide.slideIn {
  opacity: 1;
  width: 100%;
}

.cardAboutSlide.slideOut {
  opacity: 0;
  width: 0rem;
}

.mobile-menu-link {
  text-decoration: none;
}

.mobile-menu-container {
  overflow: hidden;
  max-height: 0px;

  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.mobile-menu-item {
  background-color: var(--bg-color-light);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  width: 100%;
  padding-top: 1.47rem;
  padding-bottom: 1.47rem;
  text-align: center;
  border: 1px solid #fff;
}

.sectionHeaderText {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
}

.sectionHeaderText div.bottom::before {
    position: absolute;
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid var(--bg-color-light);
}

/* media queries */
@media (min-width: 360px) {
    .socialIcons svg,
    .socialPhoneImage svg {
        display: inline;
    }
}

@media (min-width: 576px) {
  .bg_slider {
    margin: 8rem 0px 3rem 0px;
  }

  .fb-logo-col,
  .home-fb-logo {
      margin-left: 0;
  }

  .fb-logo-col {
      right: 0;
  }

  .socialPhoneImage svg {
    margin-right: 1rem;
  }

  .socialIcons svg {
    margin-right: 0.675rem;
  }

  .socialLeft {
    display: none;
  }

  .socialRight .socialIcons {
    display: inline;
  }
}

@media (min-width: 700px) {
  /*.bg_slider {
    margin: 8rem 0px 3rem 0px;
  }*/

  .heroBackground-portrait-mobile {
    display: none;
  }

  .heroBackground-desktop {
    display: inline;
  }

  .heroCaptionContainer-mobile {
    display: none;
  }

  .heroCaptionContainer-desktop {
    display: block;
  }

  .heroSubCaption-desktop {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 1.5rem;
  }

  .buttonTextContainer-desktop {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
    .heroSubCaption-desktop {
        padding-top: 3rem;
    }

    .buttonTextContainer-desktop {
        margin-top: 4rem;
    }

    .cardAbout {
        margin-bottom: 13rem;
    }
}

@media (min-width: 880px) {
  .heroCaptionContainer-desktop {
    /*bottom: 7rem;*/
  }

  .heroCaption-desktop {
    max-width: 53.5rem;
    font-size: 2.4rem;
  }

  .heroSubCaption-desktop {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 992px) {
  .bg_slider,
  .heroCardSlider.slideIn {
    width: 30.1rem;
  }

  .bg_slider {
    margin-top: -3.5rem;
    /* margin-bottom: 36.2rem; */
  }

  .heroCardContainer {
    display: flex;
    justify-content: space-around;
  }

  .mobile-hero-text {
    font-size: 2.4rem;
  }

  .mobile-menu-container {
    display: none;
  }

  .mobile-menu-icon {
    display: none;
  }

  .home-menu {
    display: inline;
  }

  .fb-logo-col {
    text-align: left;
    max-width: 30rem;
    margin-left: 0;
  }

  .heroCaptionContainer-desktop {
    /*bottom: 7rem;*/
  }

  .heroCaption-desktop {
    max-width: 53.5rem;
    font-size: 2.7rem;
  }

  .heroSubCaption-desktop {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1100px) {
  .heroCaptionContainer-desktop {
    /*bottom: 9rem;*/
  }
}

@media (min-width: 1200px) {
  .bg_slider,
  .heroCardSlider.slideIn {
    width: 35.1rem;
  }

  .bg_slider {
    height: 36.2rem;
    margin-top: -6.5rem;
  }

  .home-fb-logo {
      width: 15.5rem;
  }

  .heroCaptionContainer-desktop {
    /*bottom: 14rem;*/
    top: 23%
  }

  .heroCaption-desktop {
    font-size: 3rem;
  }

  .heroSubCaption-desktop {
    font-size: 2rem;
    line-height: 3rem;
  }

  .cardAbout {
    text-align: left;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }

  .cardAboutImage-portrait {
    display: none;
  }

  .cardAboutImage-landscape {
    display: inline;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .cardAboutTitle {
    margin-left: 5.6rem;
  }

  .cardAboutText {
    margin-left: 5.6rem;
  }
}

@media (min-width: 1400px) {
  .bg_slider,
  .heroCardSlider.slideIn {
    width: 40.1rem;
  }

  .bg_slider {
    margin-top: -9.5rem;
  }

  .heroCaptionContainer-desktop {
    /*bottom: 22rem;*/
  }

  .heroCaption-desktop {
    font-size: 5.4rem;
  }
}

@media (min-width: 1600px) {
  .heroCaptionContainer-desktop {
    /*bottom: 24rem;*/
  }

  .heroSubCaption-desktop {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1920px) {
  .heroCaptionContainer-desktop {
    /*bottom: 35rem;*/
  }
}
