#footer {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: white;
}

.footer__background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.background-degree--footer::after {
  width: 100%;
  right: 170px;
}

.footerContent {
  padding: 0 0 60px 150px;
  z-index: 10;
}

.footerSection {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 0px;
}

.footerSection h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footerSection .ftr_info {
  padding-bottom: 70px;
}

.footerSection .ftr_info .logo {
  margin-bottom: 20px;
}

.footerSection .ftr_info p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.6px;
}

.footerSection .ftr_info .card_image img {
  max-width: 100%;
}

.footerSection .logo img {
  max-width: 188px;
}

.footerSection .ftr_menu {
  padding-bottom: 70px;
}

.footerSection .ftr_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footerSection .ftr_menu ul li {
  margin: 0 0 16px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.6px;
}

.footerSection .ftr_menu ul li:last-child {
  margin-bottom: 0px;
}

.footerSection .ftr_menu ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footerSection .ftr_menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  transition: all 0.3s;
  background-color: #fff;
}

.footerSection .ftr_menu ul li a:hover::after {
  text-decoration: none;
  width: 100%;
}

.footerSection .ftr_contact {
  padding-bottom: 70px;
}

.footerSection .ftr_contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footerSection .ftr_contact ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.6px;
}

.footerSection .ftr_contact ul li:last-child {
  margin-bottom: 0px;
}

.footerSection .ftr_contact ul li span {
  margin-right: 7px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.footerSection .ftr_contact ul li p {
  margin: 0;
}

.footerSection .ftr_contact a {
  color: #fff;
  text-decoration: none;
}

.footerSection .ftr_contact a:hover {
  text-decoration: none;
}

.footerSection .ftr_contact a.btn {
  width: 180px;
}

.footerSection .ftr_social {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.footerSection .ftr_social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footerSection .ftr_social ul li {
  display: inline-block;
  padding: 0 8px 0 0;
}

.footerBottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: white;
}

.footerBottom .copy_text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.footerBottom .copy_text a {
  text-decoration: none;
}

.footerBottom .copy_text a:hover {
  text-decoration: none;
}

.footerBottom .neobookings-powered-by img {
  margin-left: 5px;
  width: 100px;
}

@media(max-width: 1024px) {
  .footerContent {
    padding-left: 30px;
  }
}

@media(max-width: 992px) {
  #footer {
    font-family: 'Comfortaa';
  }

  .footerSection .ftr_info .logo {
    margin: 0 auto;
  }

  .footerSection .ftr_info .logo img {
    width: 120px !important;
  }

  .footerContent {
    padding: unset;
    text-align: center;
  }

  .footerContent .btn {
    margin: 0 auto;
  }

  .footerBottom .neobookings-powered-by {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerBottom .copy_text {
    margin: 0 auto;
    padding-bottom: 20px !important;
    width: 250px;
  }

  .footerBottom {
    padding-top: unset !important;
    padding-bottom: 80px !important;
  }

  .background-degree--footer::after {
    width: 1500px;
    height: 1500px;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 400px solid #55C6D9;
  }
}