@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter-fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/inter-fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../../fonts/inter-fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/inter-fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter-fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/inter-fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../../fonts/inter-fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/inter-fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --primary-regular-font: "Inter-Regular", sans-serif;
  --primary-light-font: "Inter-Light", sans-serif;
  --primary-extra-light-font: "Inter-ExtraLight", sans-serif;
  --primary-medium-font: "Inter-Medium", sans-serif;
  --primary-semi-bold-font: "Inter-SemiBold", sans-serif;
  --primary-bold-font: "Inter-Bold", sans-serif;
  --primary-extra-bold-font: "Inter-ExtraBold", sans-serif;
  --primary-black-font: "Inter-Black", sans-serif;
}

:root {
  --primary-color: #f9d227;
  --primary-color-hover: #e0b90e;
  --primary-color-2: #062c3d;
  --social-links: #3b5998;
  --shadow1: rgba(221, 221, 221, 0.8666666666666667);
  --black: #000000;
  --blue: #0000EE;
  --white: #ffffff;
  --light-grey: #f3f3f3;
  --grey: #eaeaea;
  --grey2: #e5e5e5;
  --grey4: #636363;
  --grey5: #7e7e7e;
  --grey6: #606060;
  --grey7: #fbfbfb;
  --grey8: #dfdfdf;
  --light-blue: #92dce0;
  --orange: #ff0000;
  --orange2: #f15c3a;
}

.footer .contentArea {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .contentArea .contact-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10%;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .contentArea .contact-section .text {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .contact-section .text {
    margin: 0 0 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer .contentArea .contact-section .phone {
    padding-bottom: 30px;
  }
}
.footer .contentArea .contact-section .phone,
.footer .contentArea .contact-section .email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .contact-section .phone,
  .footer .contentArea .contact-section .email {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.footer .contentArea .contact-section .phone figure,
.footer .contentArea .contact-section .email figure {
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
  width: 19px;
}
.footer .contentArea .contact-section .phone figure img,
.footer .contentArea .contact-section .email figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .contentArea .contact-section .phone .details,
.footer .contentArea .contact-section .email .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.footer .contentArea .contact-section .phone .details .text,
.footer .contentArea .contact-section .email .details .text {
  line-height: 20px;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer .contentArea .contact-section .phone .details .link,
.footer .contentArea .contact-section .email .details .link {
  font-size: 16px;
  color: var(--black);
  font-weight: bold;
  text-decoration: none;
}
.footer .contentArea .contact-section .email figure {
  width: 28px;
}
.footer .contentArea .contact-section .email .details .link {
  font-weight: normal;
  word-break: break-word;
}
.footer .contentArea .links-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .footer .contentArea .links-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contentArea .links-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.footer .contentArea .links-section .left-menu .menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .links-section .left-menu .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.footer .contentArea .links-section .left-menu .menu-list .menu-list-link {
  text-decoration: none;
  color: var(--black);
  font-size: 15px;
}
.footer .contentArea .divider hr {
  color: var(--grey2);
}
.footer .contentArea .bottom-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .bottom-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
}
.footer .contentArea .bottom-bar .copyright p {
  font-size: 14px;
  color: var(--grey4);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .contentArea .bottom-bar .copyright p {
    text-align: center;
  }
}

.right-menu,
.social-link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .right-menu,
  .social-link-container {
    width: 100%;
    justify-content: center;
  }
}
.right-menu .social-link,
.social-link-container .social-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--social-links);
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
}
.right-menu .social-link figure,
.social-link-container .social-link figure {
  margin-bottom: 0;
  height: 18px;
  width: auto;
  overflow: visible;
}
.right-menu .social-link figure img,
.social-link-container .social-link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=footer.css.map */