/* PRELOADER */

#preloader {
  background: #0d1013 url(../assets/loader.gif) no-repeat center center;
  opacity: 0.7;
  background-size: 10%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

/* NAVBAR */

.navbar {
  background-color: #ffffff;
  padding: 24px 0;
}

.navbar .navbar-nav li a {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
  margin-right: 60px;
  color: #9a9a9a;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}

.navbar .navbar-nav .nav-link {
  padding: 8px 0;
}

.navbar li a:hover {
  color: #22272e;
  transition: 0.5s;
}

.navbar li a:after {
  content: '';
  position: absolute;
  background-color: #22272e;
  height: 1.5px;
  width: 0;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.navbar li a:hover:after {
  width: 100%;
}

.navbar-toggler {
  background: #22272e;
  border: none;
  padding: 14px 10px;
  outline: none;
  border-radius: 8px;
}

.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border: 1px;
  background: #ffffff;
}

.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
  margin-left: 4px;
}

.navbar-toggler span + span + span {
  width: 10px;
  margin-left: 12px;
}

.navbar ul {
  list-style-type: none;
}

.navbar-nav .btn-cta {
  background-color: #22272e;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: bold;
  border: none;
  transition: 0.3s;
}

.navbar-nav .btn-cta:hover {
  border: none;
  background-color: #0d1013;
  transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link.actived {
  color: #22272e;
  font-weight: 700;
}

/* NAVBAR */

/* HERO SECTION */

#Banner {
  margin-top: 100px;
}

.bg-banner {
  background-image: url(../assets/Hal-Contact/hero-bg.svg);
  background-size: cover;
  width: 100%;
  min-height: 700px;
  background-position: center;
}

.bg-banner h1 {
  font-family: 'Work Sans';
  font-size: 110px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.043em;
  background: linear-gradient(107.77deg, #2f8cff 8.89%, #6acff6 89.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: capitalize;
}

.banner-btn-cta {
  background-color: #2f8cff;
  color: white;
  padding: 12px 40px;
  width: auto;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: bold;
  border: none;
  transition: all 0.5s ease;
  margin-top: 40px;
}

.banner-btn-cta:hover {
  background-color: #1960b6;
  color: white;
  transition: all 0.5s ease;
}

/* HERO SECTION */

/* POSITION SECTION */

#about {
  margin-top: 100px;
}

.text-position h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#about .headline {
  font-family: 'DM Sans';
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(107.77deg, #2f8cff 8.89%, #6acff6 89.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-us {
  margin-top: 50px;
}

.icon-medsos {
  margin-top: 40px;
}

.icon-medsos img {
  margin-right: 16px;
}

.icon-medsos h4 {
  margin: 0;
  color: #1a98d5;
  font-family: 'Dm Sans';
  font-size: 20px;
  font-weight: 500;
}

.contact-us p {
  font-family: 'Dm Sans';
  font-size: 16px;
  color: #949494;
  margin-top: 8px;
  margin-left: 40px;
  margin-bottom: 0;
}

.contact-us a {
  text-decoration: none;
}

.contact-us a:hover > p {
  text-decoration: underline;
  color: #1a98d5;
  transition: all 0.3s ease;
}

.icon-medsos-right {
  padding-left: 150px;
}

/* POSITION SECTION */

/* BANNER SECTION */

#BannerCTA {
  margin-top: 100px;
  background-image: url(../assets/Hal-Contact/Banner-cta.png);
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.circle1 {
  width: 80%;
  max-width: 350px;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 0;
}

.circle2 {
  width: 80%;
  max-width: 350px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 0;
}

.text-banner {
  margin-top: 70px;
  z-index: 1;
}

.text-banner h1 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: white;
  margin-bottom: 24px;
}

.text-banner p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 60px;
}

.banner-cta-btn {
  padding: 24px 48px;
  background: #ffffff;
  border-radius: 80px;
  border: none;
  transition: 0.3s;
  margin-bottom: 70px;
}

.banner-cta-btn:hover {
  background-color: #f4f4f4;
  transition: 0.3s;
}

.banner-cta-btn p {
  margin: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  background: linear-gradient(107.77deg, #2f8cff 8.89%, #6acff6 89.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* BANNER SECTION */

/* SECTION FOOTER */
#Footer {
  margin: 100px 0;
}

.footer-logo p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #c1c1c1;
  margin-top: 24px;
}

#Footer .footer-body h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #22272e;
  margin-bottom: 24px;
}

#Footer .footer-body a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #c1c1c1;
  display: flex;
  transition: 0.5s;
  text-decoration: none;
}

.footer-link {
  margin-bottom: 16px;
}

#Footer .footer-body .menu-ic {
  margin-top: -10px;
}

#Footer .footer-body a > p {
  margin-top: 12px;
  margin-left: 10px;
}

#Footer .footer-body a:hover {
  color: #1a98d5;
  margin-left: 6px;
}

.copyright {
  padding-bottom: 50px;
}

.copyright p {
  font-family: 'Dm Sans';
  color: #c1c1c1;
  font-weight: 300;
  font-size: 16px;
}

.copyright p span {
  color: #22272e;
  font-weight: 500;
}

/* SEC FOOTER */
