@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/************* font-family ****************/

@font-face {
  font-family: AzbukaPro-BoldCondensed;
  src: url("../fonts/AzbukaPro-BoldCondensed.ttf");
}
@font-face {
  font-family: AzbukaPro-Bold;
  src: url("../fonts/AzbukaPro-Bold.ttf");
}
@font-face {
  font-family: AzbukaPro-Heavy;
  src: url("../fonts/AzbukaPro-Heavy.ttf");
}
@font-face {
  font-family: AzbukaPro-Medium;
  src: url("../fonts/AzbukaPro-Medium.ttf");
}
/* @font-face {
  font-family: Libre-sans-serif;
  src: url("fonts/Libre Sans Serif SSi.ttf");
}
@font-face {
  font-family: Libre-sans-serif-bold;
  src: url("fonts/Libre Sans Serif SSi Bold.ttf");
} */
@font-face {
  font-family: AzbukaPro-Light;
  src: url("../fonts/AzbukaPro-Light.ttf");
}
@font-face {
  font-family: AzbukaStd-Condensed;
  src: url("../fonts/AzbukaStd-Condensed.ttf");
}
@font-face {
  font-family: AzbukaStd;
  src: url("../fonts/AzbukaStd.ttf");
}
@font-face {
  font-family: AzbukaPro-LightCondensed;
  src: url("../fonts/AzbukaPro-LightCondensed.ttf");
}

body {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-family: "AzbukaStd", sans-serif !important;
  margin: 0;
  overflow-x: hidden;
  background: #eee;
}
body,
div {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "AzbukaPro-Bold", sans-serif;
}

.footer {
  background-color: rgb(32, 40, 52);
  padding: 35px 70px 70px 70px;
  color: #2e2e2e;
  ul {
    list-style: none;
    padding-left: 0;
  }
  .footer-col {
    width: 25%;
    padding: 0 15px;
  }
  .footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #00adee;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
  }
  .footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
  }
}
