:root {
  --main-color: #042147;
  --secondary-color: #3f4853;
  --section-padding: 12.5rem; /* 200px */
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Almarai", sans-serif;
  visibility: hidden;
  overflow-x: hidden !important;
  background-color: #fff;
}
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

a {
  text-decoration: none;
}
.section-h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--main-color);
  margin: 0;
}
.section-p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  color: #3f4853;
  margin: 0;
}

/* الكونتينر الأساسي */
.full-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  box-sizing: border-box;
}
.mobile-text {
  display: none;
}

@media (max-width: 1200px) {
  .full-container {
    padding: 0 30px;
  }
}

@media (max-width: 762px) {
  .full-container {
    padding: 0 16px;
  }
  .desktop-text {
    display: none;
  }
  .mobile-text {
    display: block;
  }
}
/* navbar */
.navbar {
  background-color: #fbfbfb;
  padding: 40px 0;
  height: 120px;
  border-bottom: solid 1px #81889180;
}

@media (max-width: 1400px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fafafa;
    width: 100%;
    padding: 10px 20px;
    z-index: 1000;
  }

  .navbar-collapse ul {
    flex-direction: column;
    gap: 10px;
  }
  .navbar-brand {
    order: 2;
    margin: 0 auto;
  }

  .navbar-toggler {
    order: 1;
  }

  .offer {
    order: 3;
  }
}

.navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 1399px) {
  .navbar-collapse {
    padding-right: 70px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    padding-right: 20px;
  }
}
.mobile-offer {
  display: none;
}
@media (max-width: 762px) {
  .navbar-collapse {
    flex-grow: 1;
    padding-right: 20px;
  }
  .desktop-offer {
    display: none;
  }

  .mobile-offer {
    display: block;
    margin-top: 20px;
  }
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand.mobile {
  display: none;
}
.navbar .navbar-brand image {
  width: 162px;
  height: 61px;
}
.navbar .container ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
}
@media (max-width: 1399px) {
  .navbar .container ul {
    gap: 10px;
  }
}
.navbar .container ul li .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 0;
  position: relative;
  /* transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; */
}
.navbar .container ul li .nav-link.active {
  font-weight: 800;
  color: var(--main-color);
}

.navbar .container ul li .nav-link:hover {
  color: #000000;
}
.navbar .container .btn {
  height: 54px;
  border-radius: 8px;
  padding: 12px 24px;
  background-color: var(--main-color);
}
.navbar .container .btn a {
  color: #fbfde9;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 16px;
}
@media (max-width: 762px) {
  .navbar .container .btn {
    border-radius: 8px;
    padding: 12px 16px;
    background-color: var(--main-color);
    height: 42px;
    line-height: 100%;
  }
  .navbar .container .btn a {
    font-weight: 700;
    font-size: 12px;
  }
}

@media (max-width: 762px) {
  .navbar {
    height: 68px;
    padding: 16px 0;
  }
  .navbar-toggler-icon {
    width: 24px;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-brand.mobile {
    display: block;
    margin-left: 8px;
  }
}
/* marquee-section */
.marquee-section {
  padding-bottom: 160px;
  padding-top: 80px;
}
@media (max-width: 762px) {
  .marquee-section {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.ticker-container,
.ticker-container-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.ticker-track,
.ticker-track-2 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}

.ticker-track img,
.ticker-track-2 img {
  margin-inline: 50px;
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}

/* لما يمر الماوس على اللوجو */
.ticker-track img:hover,
.ticker-track-2 img:hover {
  opacity: 1;
  transform: scale(1.05);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
}

/* مؤثر جميل للحواف */
.ticker-container::before,
.ticker-container::after,
.ticker-container-2::before,
.ticker-container-2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.ticker-container::before,
.ticker-container-2::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.ticker-container::after,
.ticker-container-2::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* iso-section */
.iso-section {
  margin-bottom: 160px;
}
.iso-section .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.iso-section .iso .accordion {
  max-width: 1058px;
  margin: 0 auto;
}

.iso-section .iso .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1058px;
}
.iso-section .iso .content img {
  width: 56px;
  height: 63px;
}
.iso-section .iso .content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  text-align: right;
  color: var(--main-color);
}
.iso-section .accordion-item {
  border: none;
  border-bottom: 1px solid #57584f33;
  padding: 32px;
}
.iso-section .accordion-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: right;
  color: #3f4853;
  margin-bottom: 0;
}
.iso-section .accordion-body a {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: right;
  display: block;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button {
  position: relative;
  justify-content: flex-start;
  padding: 0;
  padding-right: 36px;
}

.iso-section .accordion-button:not(.collapsed) {
  background: none;
}
.iso-section .accordion-button:focus {
  box-shadow: none;
}
.accordion-button::before {
  font-family: "bootstrap-icons";
  content: "\2b";
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  color: #3f4853;
  transition: transform 0.3s ease;
  left: 32px;
}

.accordion-button:not(.collapsed)::before {
  content: "\2212";
  color: #dc3545;
}
/* =========> tablet devicees <========== */
@media (min-width: 768px) and (max-width: 992px) {
  .iso-section .section-h2 {
    font-size: 56px;
  }
  .iso-section .section-p br {
    display: none;
  }
  .iso-section .section-p {
    font-size: 20px;
  }
  .iso-section .accordion-item {
    padding: 26px;
  }
  .iso-section .iso .content p {
    font-size: 22px;
    line-height: 38px;
  }
}
/* mobile */
@media (max-width: 762px) {
  .iso-section .section-h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
  }
  .iso-section .section-p {
    font-weight: 400;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: center;
    padding: 0 4px;
  }
  .iso-section .section-p br {
    display: none;
  }
  .iso-section .accordion-item {
    padding: 16px;
  }
  .accordion-button {
    padding-right: 0;
  }
  .iso-section .iso .content {
    gap: 12px;
  }
  .iso-section .iso .content img {
    width: 24px;
    height: 27px;
  }
  .iso-section .iso .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: -0.4px;
    text-align: right;
    margin: 0;
  }
  .accordion-button::before {
    left: 0px;
  }
  .iso-section .accordion-body {
    padding: 8px;
  }
  .iso-section .accordion-body p {
    font-size: 14px;
    line-height: 26px;
  }
  .iso-section .accordion-body p br {
    display: none;
  }
  .iso-section .accordion-body a {
    font-size: 16px;
  }
}

/* count-section */
.count-section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.count-section .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.count-section .content > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.count-section .content h2 {
  font-family: El Messiri;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  color: var(--main-color);
}
.count-section .content p {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: justify;
  color: var(--main-color);
  margin: 0;
}
@media (min-width: 762px) and (max-width: 991px) {
  .count-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .count-section .content h2 {
    font-size: 60px;
  }
  .count-section .content p {
    font-size: 24px;
  }
}

/* =========> mobile devicees <========== */
@media (max-width: 762px) {
  .count-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .count-section .content h2 {
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
  }
  .count-section .content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: justify;
  }
}
/* certificates-section */
.certificates-section {
  position: relative;
  overflow: hidden;
  min-height: 733px;
}

.certificates-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
  background-color: #0c1a2d;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.certificates-section .content {
  padding-top: 80px;
}
.certificates-section .content .row .col-one {
  color: #ffffff;
}
.certificates-section .content .col-one h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
  margin-bottom: 40px;
}
.certificates-section .content .col-one .one,
.certificates-section .content .col-one .two {
  font-weight: 400;
  letter-spacing: 0%;
  text-align: right;
}
.certificates-section .content .col-one .one {
  font-weight: 400;
  font-size: 20px;
  line-height: 43px;
  margin-bottom: 80px;
  color: #eaf9ff;
}
.certificates-section .content .col-one .two {
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
}
.certificates-section .content .controls-mobile {
  display: none;
}
.certificates-section .content .col-two .carousel-inner {
  height: 654px;
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items: center;
}
.certificates-section .carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out;
}

.certificates-section .content .col-two .carousel-inner div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.certificates-section .content .col-two .controls {
  padding-right: 16px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}
.certificates-section .content .col-two .carousel-arrows {
  padding-bottom: 32px;
}

.certificates-section .content .col-two .carousel-numbers .btn {
  color: #576a83;
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  border: none;
  text-align: center;
}
.certificates-section .content .col-two .carousel-numbers .btn.active {
  color: #fff;
  border: none;
  font-family: The Year of The Camel;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
/* =========> tablet devicees <========== */

@media (min-width: 992px) and (max-width: 1240px) {
  .certificates-section .content .col-one h3 {
    font-size: 36px;
  }
  .certificates-section .content .col-one .one {
    font-size: 18px;
  }
  .certificates-section .content .col-one .two {
    font-size: 18px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .certificates-section .content .col-one h3 {
    font-size: 30px;
  }
  .certificates-section .content .col-one .one br {
    display: none;
  }
  .certificates-section .content .col-one .one {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .certificates-section .content .col-one .two {
    font-size: 15px;
  }
}

/* =========> mobile devicees <========== */

@media (max-width: 762px) {
  .certificates-section {
    background-color: #0c1a2d;
  }
  .certificates-section .content .col-one h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .certificates-section .content .col-one .one {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .certificates-section .content .col-one .two {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 34px;
  }
  .certificates-section .content .col-one .two br {
    display: none;
  }
  .certificates-section .content .col-two {
    padding-right: 80px;
    padding-left: 80px;
  }
  .certificates-section .content .col-two .carousel-inner {
    height: 330px;
  }
  .certificates-section .content .col-two .controls {
    display: none !important;
  }
  .certificates-section .content .controls-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
  }
}
/* form-section */
.form-section {
  padding-bottom: 160px;
  padding-top: 160px;
}
.form-section .all-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.form-section .all-content .text > h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--main-color);
  margin: 0;
  padding-bottom: 20px;
}

.form-section .all-content .text > h2 span {
  color: #8797ac;
}
.form-section .all-content .text > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  color: #3f4853;
  margin: 0;
}
.form-section .all-content .row {
  gap: 85px;
}
.form-section .all-content .row .form {
  padding: 32px 46px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #57584f33;
}
.form-section .all-content .row .form h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
  color: var(--main-color);
  padding-bottom: 40px;
  margin: 0;
}
.form-section .all-content .row .form .form-control,
.form-section .all-content .row .form select {
  padding: 12px 20px;
}
.form-section .all-content .row .form [type="submit"] {
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  background-color: var(--main-color);
  color: #f4f7fb;
  padding: 20px;
  width: 256px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.form-section .all-content .row .form select {
  text-align: right;
  padding-left: 2.5rem;
  padding-right: 1rem;
  background-position: left 0.75rem center;
}
.form-section .all-content .row .form input::placeholder,
.form-section .all-content .row .form textarea::placeholder,
.form-section .all-content .row .form select:invalid {
  color: #979ea6;
}

.form-section .all-content .contact-us {
  color: var(--main-color);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 40px;
}
.form-section .all-content .contact-us > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin: 0;
  padding-bottom: 26px;
}
.form-section .all-content .contact-us .contacts {
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: relative;
}
.form-section .all-content .contact-us .contacts::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #57584f33;
  right: -40px;
}
.form-section .all-content .contact-us .contacts .city {
  padding-bottom: 26px;
}
.form-section .all-content .contact-us .contacts .adress > h4,
.form-section .all-content .contact-us .contacts .city > h4,
.form-section .all-content .contact-us .contacts .phone > h4,
.form-section .all-content .contact-us .contacts .email > h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -2%;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;

  margin-bottom: 8px;
}
.form-section .all-content .contact-us .contacts .adress > p,
.form-section .all-content .contact-us .contacts .city > p,
.form-section .all-content .contact-us .contacts .phone > p,
.form-section .all-content .contact-us .contacts .email > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
  margin: 0;
}
.toast {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  border-left: 6px solid #4caf50;
}

.toast.error {
  border-left: 6px solid #f44336;
}

/* زر الإرسال */
.submit-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading .spinner {
  display: inline-block;
}
@media (min-width: 762px) and (max-width: 1070px) {
  .form-section .all-content .row {
    gap: 0;
  }
  .form-section .all-content .text > p br {
    display: none;
  }
  .form-section .all-content .contact-us > h3 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .form-section .all-content .contact-us .contacts {
    gap: 32px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .form-section .all-content .text > h2 {
    font-size: 52px;
  }
}

@media (max-width: 762px) {
  .form-section {
    padding-bottom: 160px;
    padding-top: 80px;
  }
  .form-section .all-content .text > h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    vertical-align: middle;
  }
  .form-section .all-content .text > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 28px;
  }
  .form-section .all-content .text > p br {
    display: none;
  }
  .form-section .all-content .row .form {
    padding: 16px;
  }
  .form-section .all-content .row .form .form-control {
    font-size: 13px;
  }

  .form-section .all-content .row .form h3 {
    font-size: 16px;
  }
  .form-section .all-content .row .form [type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 0;
    width: 170px;
    height: 44px;
    gap: 5px;
  }
  .form-section .all-content .contact-us .contacts {
    gap: 20px;
  }
}

/* footer */
footer {
  background-color: var(--main-color);
  position: relative;
}

footer .container {
  padding-bottom: 80px;
  padding-top: 80px;
}

footer .container .row .content {
  padding: 10px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
footer .container .row .content .logo img {
  max-width: 251px;
  max-height: 78px;
}
footer .container .row .content .text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 10px;
}
footer .container .row .content .text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-align: right;
  color: #eaf9ff;
  margin: 0;
}
footer .container .row .content .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -2%;
  text-align: right;
  color: #eaf9ff;
  margin: 0;
}
footer .container .row .profiles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .container .row .profiles h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #eaf9ff;
  margin: 0;
}
footer .container .row .profiles > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #eaf9ff;
}
footer .container .row .profiles .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  gap: 15px;
  margin: 0 auto;
}
footer .container .row .profiles .contacts > div {
  display: flex;
  gap: 12px;
}
footer .container .row .profiles .contacts > div img {
  width: 20px;
  width: 20.44px;
}
footer .container .row .profiles .contacts > div a {
  font-weight: 400;
  font-size: 12.73px;
  line-height: 100%;
  color: #eaf9ff;
  padding: 8.5px 0;
}
footer .copy-right {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  display: flex;
  justify-content: center; /* أفقيًا في المنتصف */
  align-items: center;
  border-top: solid rgba(179, 185, 192, 0.5) 0.5px;
  position: absolute;
  background-color: var(--main-color);
}
footer .copy-right > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -2%;
  color: #eaf9ff;
  margin: 0;
}
@media (max-width: 762px) {
  footer .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  footer .container .row .content {
    padding: 0;
  }
  footer .container .row .content .logo img {
    max-width: 158px;
    max-height: 49.1px;
  }
  footer .container .row .content .text {
    gap: 12px;
    padding: 0;
  }
  footer .container .row .content .text h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -2%;
    text-align: right;
    padding-left: 80px;
  }
  footer .container .row .content .text h3 br {
    display: none;
  }
  footer .container .row .content .text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    text-align: right;
    letter-spacing: 0.4px;
  }
  footer .container .row .profiles {
    margin-top: 40px;
  }
  footer .container .row .profiles h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
  }
  footer .container .row .profiles > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
  }
  footer .copy-right {
    padding: 10px 24px;
  }
  footer .copy-right > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: right;
  }
}
