* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* img {
  width: 100%;
} */

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: 'Tajawal', sans-serif;
  /* width: 50%; */
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* direction: rtl; */
  color: #fff;
  background-image: url('./images/body-bg.PNG');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-brand {
  margin-bottom: 2rem;
}

.header-brand .header-logo-image {
  width: 170px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero .logo-col {
  margin: 0 1rem;
}

.hero .col-1 {
  border: 1px solid gold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 1.5rem;
  gap: 1rem;
  padding: 1.5rem 2rem;
}

.hero .desc-col {
  text-align: center;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #fff;
  gap: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
}

.column .col-btn {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.column .col-btn:hover {
  border: 1px solid #cf4141;
}

.column .col-btn a {
  color: gold;
}

.column .col-btn a:hover {
  color: red;
}

/* cta section  */

.cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-section .arabic-desc {
  padding: 2rem;
}

.footer-inner .footer-brand a img {
  border-radius: 1rem;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  gap: 1rem;
}

.footer-social-links a {
  color: #fff;
}

.footer-copyright {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
