/* Start Variables */
:root {
  --main-color: #10cab7;
  --secondary-color: #2c4755;
  --section-padding: 60px;
  --section-background: #f6f6f6;
  --main-duration: 0.5s;
}

/* End Variables */
/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* Large */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* End Global Rules */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
  color: #50d8af;
  padding: 4px;
}

.fa-phone:before {
  content: "\f095";
  color: aquamarine;
}

.fone {
  text-decoration: none;
  color: var(--main-color);

}

/* Start header */
header {
  padding: 20px;
  direction: ltr;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container i {
  color: var(--main-color);
}

header .links {
  position: relative;
}

header .links:hover .icon span:nth-child(2) {
  width: 100%;
}

header .links .icon {
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
}

header .links .icon span {
  background-color: #333;
  margin-bottom: 5px;
  height: 2px;
}

header .links .icon span:first-child {
  width: 100%;
}

header .links .icon span:nth-child(2) {
  width: 60%;
  transition: 0.3s;
}

header .links .icon span:last-child {
  width: 100%;
}

header .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f6f6ff;
  position: absolute;
  right: 0;
  min-width: 200px;
  top: calc(100% + 15px);
  display: none;
  z-index: 1;
}

header .links ul::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f6f6f6 transparent;
  position: absolute;
  right: 5px;
  top: -20px;
}

header .links:hover ul {
  display: block;
}

header .links ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

header .links ul li a:hover {
  padding-right: 25px;
}

header .links ul li:not(:last-child) a {
  border-bottom: 1px solid #ddd;
}

/* End header */
/* Start Landing Section  */
.landing {
  background-image: url(../images/6DoI62CgxGXeKu5vgsXhqMfFhtVKtVeJkUEbxNBI.webp);
  background-size: cover;
  height: calc(100vh - 64px);
  position: relative;

}

.landing .intro-text {
  position: absolute;
  left: 30%;
  top: 30%;
  text-align: center;
  transform: translate(-30%, -30%);
  width: 320px;
  max-width: 100%;
}

.landing .intro-text h1 {
  margin: 0;
  font-weight: bold;
  font-size: 33px;
  color: rgb(249, 247, 243);
}

.landing .intro-text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: rgb(249, 247, 243);
}

/* End Landing Section  */
h2 {
  font-family: var(--font_modules_header), "Amiri", Arial, sans-serif;
  font-size: x-large;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
  text-align: center;
  color: var(--main-color);
  background-color: #f8f1f1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.5;
}

.three-angle-down {
  display: block;
  text-align: center;
  letter-spacing: -5px;
  color: #00adb5;
}

.three-angle-down i {
  font-size: 35px;
  font-weight: bold;
}

/* Start features */
.features {
  padding-top: 5px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.features .container {
  display: griid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}

.features .feat {
  /* display: flex; */
  padding: 20px;
  text-align: center;
}

.features .feat h3 {
  font-weight: 800;
  margin: 30px 0;
  color: var(--main-color);
}

.features .feat p {
  line-height: 1.8;
  color: #524242;
  font-size: 17px;
}

/* End features */
/* Start article  */
/* .article-content {
  display: griid;
  background-color: #f6f6f6;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
  margin-top: 0;
}
.col {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .col {
    flex-direction: column;
    text-align: center;
  }
}
.article-content .text h3 {
  margin-right: 20px;
  color: var(--main-color);
  margin-top: 0;
}
.article-content .text p {
  margin-right: 20px;
  margin-left: 40px;
  color: #444;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}
.link92 {
  text-align: left;
  direction: ltr;
}
.link92 a {
  text-decoration: none;
  color: var(--main-color);
}
.image {
  margin-top: 0;
  margin-right: 50px;
} */
/* End article  */

/* التسعير باقة*/
.container2 {
  width: 100%;
  height: auto;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.box {
  width: 20%;
  height: 210px;
  background-color: #ffffff;
  margin: 20px;
  box-sizing: border-box;
  font-size: 50px;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #1fafa7;
  border-radius: 0 30px 0 30px;
  box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 6%);
}

@media screen and (max-width: 1200px) {
  .box {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .box {
    width: 90%;
  }
}

.box h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
}

.box p {
  margin: 45px 20px 35px;

  text-align: center;
  color: #4f6b75;
  font-family: "Cairo", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

/* table {
  margin: 0 19px;
  border: 1px solid #00adb5;
  border-collapse: collapse;
  width: 90%;
  background-color: #f6f6f6;
}
th,
td {
  border: 1px solid #10cab7;
  text-align: center;
  padding: 2rem;
} */
h6 {
  display: block;
  margin-top: 20px;
  color: #524242;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

article,
.Abut {
  display: block;
  width: 90%;
  text-align: center;
}

article,
.Abut p {
  padding: 20px;
  color: #444;
  line-height: 32px;
}

img,
svg {
  max-width: 100%;
  vertical-align: text-top;
  object-fit: cover;
}

figure img {
  display: block;
  width: auto;
  margin-right: 10%;
}

b {
  display: block;
}

/* Start components */
.special-heading {
  color: #b3d7fc;
  font-size: 100px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -3px;
  margin: 0;
}

.special-heading+p {
  margin: 30px 0 0;
  font-size: 20px;
  text-align: center;
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .special-heading {
    font-size: 60px;
  }

  .special-heading+p {
    margin-top: -20px;
  }
}

/* End components */
.services {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f1f1;
}

.services .info {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.services .info .labl {
  font-size: 40px;
  font-weight: 800;
  color: var(--secondary-color);
  letter-spacing: -2px;
  margin-bottom: 15px;
}

.services .info .link {
  display: block;
  font-size: 35px;
  font-weight: 800;
  color: var(--main-color);
  text-decoration: none;
  margin-bottom: 20px;
}

.services .info .social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 16px;
}

.services .info .social i {
  margin-left: 10px;
  color: var(--secondary-color);
}

@media (max-width: 767px) {

  .services .info .labl,
  .services .info .link {
    font-size: 25px;
  }
}

.footer {
  background-color: #2c4755;
  color: #f6f6ff;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  direction: ltr;
}

.footer span {
  font-weight: bold;
  color: var(--main-color);
}

.contact2 {
  box-sizing: content-box;
  background: #cef3cd;
  border-radius: 60px 60px 60px 60px;
  padding: 6px;
  margin-top: 19px;
  width: 60%;
  text-align: center;
  line-height: -1;
  margin-right: 20%;
}

.contact22 {
  color: var(--main-color);
  font-size: xx-large;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .contact22 {
    font-size: 25px;
  }
}

/* تنسيق العلامة المائية */

/* تنسيق بوردر */
/* .tow {
  align-items: center;
  align-content: center;
  background-color: #ffffff;
  justify-content: center;
  border-radius: 0 30px 0 30px;
  border-style: solid;
      border-width: 0px 0px 3px 0px;
      border-color: #1FAFA7;
      box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      margin: 0px 8px 0px 8px;
      --e-column-margin-right: 8px;
      --e-column-margin-left: 8px;
      padding: 40px 30px 40px 30px;
      display: flex;
      position: absolute;
      width: 32%;
      height: 225px;
      flex-wrap: wrap;
      box-sizing: border-box;
      right: 307px;
  
  } */
/* contact whatsapp*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whatsapp-float a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
  /* text-decoration: none; */
}

.whatsapp-float a:hover {
  transform: scale(1.1);
}