@font-face {
  font-family: 'Butler';
  src:  url('fonts/Butler_Regular.otf') format('otf')
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 30px;
  -webkit-font-smoothing: antialiased !important;
}

/* ------------------------------------------------------------------
GET IN TOUCH SECTION
--------------------------------------------------------------------- */
.get-in-touch-section {
  background: #000000;
  padding: 2% 0% 5%;
  text-align: left;
  color: rgb(255, 255, 255);
}

.get-in-touch-section .content{
  padding: 5%;
}

.get-in-touch-section h2{
  font-size: 30px;
  text-transform: uppercase;
  line-height: 52px;
  font-family: "Butler";
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.684;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 3%;
}

.get-in-touch-section h3{
  font-size: 12px;
  font-family: "Montserrat";
  letter-spacing: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
}

.get-in-touch-section p{
  font-size: 10px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.502);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

@media (max-width: 399px ) {
  .get-in-touch-section h2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .get-in-touch-section p {
    font-size: 9px;
  }
}
@media (max-width: 768px ) {
  .get-in-touch-section {
    text-align: center;
  }
}

.get-in-touch-section .jobsreet{
  margin-top:-4px;
}

.employment img:hover {
  animation: shake 0.8s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* ------------------------------------------------------------------
Footer SECTION
--------------------------------------------------------------------- */
.footer-section {
  text-align: center;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: "Montserrat";
}

.footer-social-media{
  /* margin-bottom: -10px; */
}

.footer-social-media li {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin: 2% 1.5%;
}

.footer-social-media li:first-child {
  margin-left: -5%;
}

.footer-social-media li::after {
  /* remove the dots of <li> */
  display: none;
}

.footer-social-media li a {
  color: rgb(255, 255, 255);
}

.footer-social-media li a:hover {
  /* for img alt style */
  color: #1a8ae1;
  text-decoration: none;
}

.footer-social-media img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.footer-social-media img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* footer-menu */

.footer-menu{
  margin-bottom: 50px;
}

.footer-menu li {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin: 0 4.2%;
}

.footer-menu li:first-child {
  margin-left: -1%;
}

.footer-menu li::after {
  /* remove the dots of <li> */
  display: none;
}

.footer-menu li a {
  color: rgb(255, 255, 255);
}

.footer-menu li a:hover {
  color: #1a8ae1;
  text-decoration: none;
}

/* copyright */

.copyright-info {
  margin-bottom: 10px;
  line-height: 28px;
}

.copyright-info span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 399px ) {
  .footer-social-media li{
    margin-right: 12%;
  }
  .footer-social-media ul{
    width: 99%;
  }
  .footer-menu ul{
    width: 85%;
  }
}
