body {
  background: #fbfbfb;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.wrapper header.header {
  background-image: url("img/header-bg2.jpg");
  background-size: cover;
  background-position: center;
  height: auto;
  overflow: hidden;
  position: relative;
}

.wrapper header.header:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #174472e0, #00000000);
  top: 0;
  left: 0;
}

.wrapper header.header .menubar {
  padding: 24px;
  max-width: 1440px;
  color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.wrapper header.header .menubar a.tel {
  text-decoration: none;
  color: white;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: #53b2dd61;
}

.wrapper header.header .menubar .logo {
  font-weight: 300;
  font-size: 24px;
  line-height: 22px;
  display: flex;
  gap: 15px;
}

.wrapper header.header .menubar .contlogo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wrapper header.header .menubar .logo img {
  max-height: 42px;
}

.wrapper header.header .menubar .logo .interpsort {
  font-size: 14px;
  font-weight: 600;
}

.wrapper header.header .menubar .logo .bearlodge {
  color: #53b2dd;
  font-weight: 900;
}

.intersport {
  height: 16px;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 14px;
  vertical-align: middle;
  margin: 0 !important;
}

.wrapper header.header .vague img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}

.wrapper header.header .vague .white {
  bottom: -54px;
  height: 234px;
}

.wrapper header.header .logo h2 {
  margin: 0;
  padding: 0;
}

.wrapper header.header .header-text {
  margin: 0 auto;
  padding: 35px 0 200px 0;
  text-align: center;
  max-width: 770px;
}

.wrapper header.header .header-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-shadow: 0 0 10px #00000059;
}
.wrapper header.header .header-text h1 span {
  color: #5cc1ef;
}

.wrapper header.header .header-text h1::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 20%;
}

.wrapper header.header .header-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 57px;
  text-shadow: 0 0 20px black;
}

.wrapper footer.footer {
  background: linear-gradient(to right, #161616 50%, #295468 100%);
  background-size: 100% 100%;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.wrapper footer.footer .footer-icon h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  width: fit-content;
}

.wrapper footer.footer .footer-icon h2::before {
  background: #ffffff3b none repeat scroll 0 0;
  bottom: -17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.wrapper footer.footer .footer-icon h5 {
  color: #53b2dd;
  font-size: 15px;
  font-weight: 600;
  margin-top: 35px;
}

.wrapper footer.footer .footer-text .footer-text-single {
  text-align: right;
}

.wrapper footer.footer .footer-text .footer-text-single h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.wrapper footer.footer .footer-text .footer-text-single p a {
  font-size: 15px;
  font-weight: 600;
  color: #53b2dd;
  text-decoration: none;
}

@media only screen and (max-width: 549px) {
  .wrapper header.header .menubar .tel {
    display: none;
  }



  .wrapper header.header .menubar .logo {
    font-size: 18px;
  }

  .wrapper header.header .menubar .logo img {
    max-height: 35px;
    margin-top: 4px;
  }

  .wrapper header.header .vague img {
    height: 93px;
  }
  .wrapper header.header .vague .white {
    bottom: -10px;
    height: 83px;
  }
  .wrapper header.header .header-text {
    padding: 17px 0 40px 0;
  }
  .wrapper header.header .header-text h1 {
    font-size: 25px;
  }
  .wrapper header.header .header-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper footer.footer .footer-icon h2 {
    font-size: 20px;
  }

  .wrapper footer.footer .footer-text .footer-text-single h3 {
    font-size: 17px;
  }
  .wrapper footer.footer .footer-text .footer-text-single {
    text-align: left;
  }
}
