@font-face {
  font-family: Cairo;
  font-weight: bold;
  src: url(/assets/fonts/Cairo/Cairo-Bold.ttf);
}
@font-face {
  font-family: Cairo;
  font-weight: normal;
  src: url(/assets/fonts/Cairo/Cairo-Regular.ttf);
}
header {
  background-color: #fff;
  position: relative;
  border-radius: 0px 0px 25px 25px;
}
@media (max-width: 756px) {
  header {
    padding-top: 15px;
  }
}
header:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #185a5b;
  left: 0;
  top: 0;
  z-index: -1;
}
header .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
header .logo img {
  max-width: 105px;
  margin-top: -15px;
}
@media (max-width: 756px) {
  header .logo img {
    max-width: 65px;
  }
}
header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
header .menu a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 2px;
  font-size: 18px;
  color: #1d6d6f;
  transition: all 0.3s;
}
header .menu a:hover {
  color: #185a5b;
}
@media (max-width: 756px) {
  header .menu {
    display: none;
  }
}
header .menu-button {
  display: none;
  background-color: transparent;
  color: #185a5b;
  border: none;
  outline: none;
  padding: 5px;
}
header .menu-button i {
  color: #185a5b;
  font-size: 24px;
}
@media (max-width: 756px) {
  header .menu-button {
    display: inline-block;
  }
}
header .mobile-menu {
  display: none;
  position: absolute;
  margin-top: 10px;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  z-index: 99999999999;
}
@media (max-width: 756px) {
  header .mobile-menu.open {
    display: block;
  }
}
header .mobile-menu a {
  display: block;
  text-align: start;
  text-decoration: none;
  padding: 10px;
  color: #185a5b;
  border-bottom: 1px solid #185a5b;
}
header .mobile-menu .links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 2px 10px;
}
header .mobile-menu .links a {
  display: inline-block;
  border-bottom: none;
  text-align: center;
  width: calc(50% - 10px);
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 2px;
  font-size: 18px;
  background: #1d6d6f;
  box-shadow: 0 0 3px #1d6d6f;
  color: #fff;
  transition: all 0.3s;
}
header .mobile-menu .links a:hover {
  background: #185a5b;
  box-shadow: 0 0 3px #185a5b;
}
header .mobile-menu .links a:last-child {
  background: #163435;
  box-shadow: 0 0 3px #163435;
}
header .mobile-menu .links a:last-child:hover {
  background: #0e2223;
  box-shadow: 0 0 3px #0e2223;
}

.header-inner {
  background-color: rgb(255, 255, 255);
  position: relative;
  border-radius: 0px 0px 0px 0px;
}
@media (max-width: 756px) {
  .header-inner {
    padding-top: 15px;
  }
}
.header-inner:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #185a5b;
  left: 0;
  top: 0;
  z-index: -1;
}
.header-inner .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.header-inner .logo img {
  max-width: 105px;
  margin-top: -15px;
}
@media (max-width: 756px) {
  .header-inner .logo img {
    max-width: 65px;
  }
}
.header-inner .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header-inner .menu a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 2px;
  font-size: 18px;
  color: #1d6d6f;
  transition: all 0.3s;
}
.header-inner .menu a:hover {
  color: #185a5b;
}
@media (max-width: 756px) {
  .header-inner .menu {
    display: none;
  }
}
.header-inner .menu-button {
  display: none;
  background-color: transparent;
  color: #185a5b;
  border: none;
  outline: none;
  padding: 5px;
}
.header-inner .menu-button i {
  color: #185a5b;
  font-size: 24px;
}
@media (max-width: 756px) {
  .header-inner .menu-button {
    display: inline-block;
  }
}
.header-inner .mobile-menu {
  display: none;
  position: absolute;
  margin-top: 10px;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  z-index: 99999999999;
}
@media (max-width: 756px) {
  .header-inner .mobile-menu.open {
    display: block;
  }
}
.header-inner .mobile-menu a {
  display: block;
  text-align: start;
  text-decoration: none;
  padding: 10px;
  color: #185a5b;
  border-bottom: 1px solid #185a5b;
}
.header-inner .mobile-menu .links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 2px 10px;
}
.header-inner .mobile-menu .links a {
  display: inline-block;
  border-bottom: none;
  text-align: center;
  width: calc(50% - 10px);
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 2px;
  font-size: 18px;
  background: #1d6d6f;
  box-shadow: 0 0 3px #1d6d6f;
  color: #fff;
  transition: all 0.3s;
}
.header-inner .mobile-menu .links a:hover {
  background: #185a5b;
  box-shadow: 0 0 3px #185a5b;
}
.header-inner .mobile-menu .links a:last-child {
  background: #163435;
  box-shadow: 0 0 3px #163435;
}
.header-inner .mobile-menu .links a:last-child:hover {
  background: #0e2223;
  box-shadow: 0 0 3px #0e2223;
}

.top-header {
  width: 100%;
  text-align: end;
}
.top-header a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 2px;
  font-size: 18px;
  background: #1d6d6f;
  box-shadow: 0 0 3px #1d6d6f;
  color: #fff;
  transition: all 0.3s;
}
.top-header a:hover {
  background: #185a5b;
  box-shadow: 0 0 3px #185a5b;
}
.top-header a:last-child {
  background: #163435;
  box-shadow: 0 0 3px #163435;
}
.top-header a:last-child:hover {
  background: #0e2223;
  box-shadow: 0 0 3px #0e2223;
}
@media (max-width: 756px) {
  .top-header {
    display: none;
  }
}

img {
  max-width: 100%;
}

.intro-inner {
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
  display: flex;
  color: #fff;
}
.intro-inner .background {
  background: #185a5b;
  width: 110%;
  height: calc(100vh - 100px);
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  top: -40%;
}
@media (max-width: 1100px) {
  .intro-inner .background {
    width: 125%;
    border-radius: 0;
    transform: none;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
  display: flex;
  color: #fff;
  min-height: calc(100vh - 180px);
  justify-content: space-between;
}
@media (max-width: 756px) {
  .intro {
    min-height: calc(100vh - 240px);
  }
}
@media (max-width: 800px) {
  .intro {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.intro .text {
  padding: 60px;
  padding-top: 150px;
}
@media (max-width: 1100px) {
  .intro .text {
    padding: 45px;
    padding-top: 100px;
  }
}
@media (max-width: 1000px) {
  .intro .text {
    padding: 20px;
    padding-top: 60px;
  }
}
@media (max-width: 800px) {
  .intro .text {
    padding: 15px;
    padding-top: 30px;
  }
}
.intro::before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: #185a5b;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.intro .background {
  background: #185a5b;
  border-radius: 35%;
  width: 110%;
  height: calc(100vh - 100px);
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  transform: skew(45deg, -22deg);
  top: -40%;
}
@media (max-width: 1100px) {
  .intro .background {
    width: 125%;
    border-radius: 0;
    transform: none;
  }
}
[dir=rtl] .intro .background {
  transform: skew(-45deg, 22deg);
}
.intro .photo {
  max-width: 55%;
}
[dir=rtl] .intro .photo {
  transform: scale(-1, 1);
}
@media (max-width: 1100px) {
  .intro .photo {
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .intro .photo {
    max-width: 45%;
  }
}
@media (max-width: 800px) {
  .intro .photo {
    max-width: 60%;
  }
}
.intro button {
  border: none;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  margin-top: 10px;
}

html, body, * {
  font-family: Cairo;
}

#about .card {
  border-radius: 8px;
  border: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 10px;
}
#about .card .icon {
  width: 80px;
}
#about .card .text {
  padding: 10px;
}
#about .card:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  #about .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
}

#features {
  text-align: center;
  padding: 80px 0px;
  margin-top: 40px;
  background-color: #f1f3f4;
}
#features .card {
  border: none;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
#features img {
  max-width: 70%;
}

#contact {
  background-color: #faf9ff;
  text-align: center;
  padding: 80px 0px;
  position: relative;
}
#contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: #fff;
  z-index: 0;
}
#contact a {
  text-decoration: none;
}
#contact img {
  margin: 10px;
  max-width: 220px;
}
#contact .container {
  position: relative;
  z-index: 1;
}
#contact .box {
  border-radius: 30px;
  padding: 30px;
  background-color: #0a5156;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  text-align: start;
  position: relative;
  z-index: 1;
}
@media (max-width: 756px) {
  #contact .box {
    justify-content: center;
  }
}
#contact .box li {
  min-height: 30px;
  list-style: none;
}
#contact .box i {
  display: inline-block;
  width: 25px;
}
#contact .box img {
  max-width: 110px;
}
#contact .box .social {
  text-align: center;
  font-size: 50px;
}
#contact .box .social a {
  display: inline-block;
  margin: 5px;
  color: #fff;
}
#contact .box .social a i {
  width: auto;
}

footer {
  background-color: #dddddd;
  padding: 20px;
}
