/*
=============== 
Fonts
===============
*/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;454&display=swap");

/*
=============== 
Variables
===============
*/

:root {
  /* dark shades of primary color*/
  --clr-primary-1: hsl(43, 86%, 17%);
  --clr-primary-2: hsl(43, 77%, 27%);
  --clr-primary-3: hsl(43, 72%, 37%);
  --clr-primary-4: #fef9ee;
  --clr-primary-bg: hsl(45, 75%, 91%);
  --clr-primary-btn: #e6d58a;

  /* primary/main color */
  /* --clr-primary-5: hsl(42, 78%, 60%); */
  --clr-primary-5: #4c7450;
  --clr-blue: #365d96;
  --clr-light-blue: #5f7f99;
  /* 5f7f99 الغامق */
  /* bed8e5 الفاتح */
  /* --clr-light-blue: #6d8bb6; */
  /* lighter shades of primary color */
  /* --clr-primary-6: #cac5a9; */
  --clr-primary-6: #f7f2d5;
  --clr-primary-7: hsl(43, 90%, 76%);
  --clr-primary-8: hsl(45, 86%, 81%);
  --clr-primary-9: #eff0f4;
  /* --clr-primary-10: hsl(45, 100%, 96%); */
  --clr-primary-10: #eff4fa;
  /* darkest grey - used for headings */
  --clr-grey-1: hsl(209, 61%, 16%);
  --clr-grey-2: hsl(211, 39%, 23%);
  --clr-grey-3: hsl(209, 34%, 30%);
  --clr-grey-4: hsl(209, 28%, 39%);
  /* grey used for paragraphs */
  --clr-grey-5: hsl(210, 22%, 49%);
  --clr-grey-6: hsl(209, 23%, 60%);
  --clr-grey-7: hsl(211, 27%, 70%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --clr-white: #fff;
  /* --ff-primary: "Roboto", sans-serif; */
  --ff-primary: "Cairo", sans-serif;
  --ff-secondary: "Hind", sans-serif;
  /* --ff-secondary: "Open Sans", sans-serif; */
  /* 
  
  font-family: 'Cairo', sans-serif;
font-family: 'Hind', sans-serif;
font-family: 'Poppins', sans-serif;
  
  
  
  */
  --transition: all 0.3s linear;
  --spacing: 0.25rem;
  --radius: 0.5rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
}
/*
=============== 
Global Styles
===============
*/

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--ff-primary);
  /* line-height: 2; */
  font-size: 0.875rem;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: black;
}
/* img:not(
    .walaa-img,
    .nav-logo,
    .client-img,
    .hero-img,
    .statistics-img,
    .bank-img,
    .icons-img
  ) {
  width: 100%;
  display: block;
} */
img {
  width: 100%;
  height: 100%;
}
.nav-logo {
  padding-top: 0.5rem;
  width: 70px;
  /* width: 100%; */
}

h1,
h2,
h3,
h4 {
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--ff-primary);
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 0.875rem;
}
p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
    font-family: var(--ff-primary);
  }
}
/*  global classes */

.btn {
  text-transform: uppercase;
  background: var(--clr-light-blue);
  color: white;
  padding: 0.5rem 2rem;
  display: inline-block;
  /* font-weight: 700; */
  transition: var(--transition);
  font-size: 1rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

  /* border-radius: var(--radius); */
  border-radius: 25px 0 25px 0;
}
.btn p {
  color: brown;
  margin-bottom: 0;
}
.lng-btn {
  padding: 0.5rem 2rem;
}
.lng-btn:hover {
  background: #6298b4;
}
.hero-btn:hover {
  background: var(--clr-primary-bg);
}
.section {
  padding: 5rem 0;
}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
}
@media screen and (min-width: 992px) {
  .section-center {
    width: 95vw;
  }
}
@media screen and (min-width: 992px) {
  .nav-logo {
    width: 60px;
  }
  .lng-btn {
    margin-left: 3.5rem;
  }
}
.underline {
  width: 5rem;
  height: 0.25rem;
  margin-bottom: 1.25rem;
  background: #e6d58a;
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  margin-bottom: 0rem;
  text-align: center;
}
.section-title h3 {
  font-size: 2rem;
  /* color: var(--clr-blue); */
}

.bg-grey {
  background: var(--clr-grey-10);
}
/*
=============== 
Navbar
===============
*/

/* hhhhhhhhhhhhhhhhhhhhhh */
.nav-links {
  display: none;
}
.nav-link {
  color: white;
}
.nav-links a:hover {
  color: lightblue;
}
.nav {
  height: 5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: var(--transition);
  background: var(--clr-light-blue);
  /* background: var(--clr-primary-6); */
  /* background: transparent; */
}

.nav-center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  align-items: center;
}
.nav-header {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; */
}
.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}
.nav-btn {
  background: transparent;
  border-color: transparent;
  color: rgb(228, 228, 228);
  font-size: 2rem;
  cursor: pointer;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .nav {
    /* background: var(--clr-primary-6); */
    /* background: transparent; */
    background: #edeeef;
    box-shadow: var(--light-shadow);
    height: 5rem;
  }
  .nav-btn {
    display: none;
  }
  .nav-links {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-self: end;
  }
  .nav-links a {
    text-transform: none;
    color: var(--clr-grey-1);
    /* font-weight: bold; */
    transition: var(--transition);
    font-size: 1.3rem;
  }

  .nav-center {
    display: flex;
    align-items: center;
    justify-content: normal;
    gap: 20px;
  }
}
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  /* background: rgb(239, 239, 209); */
  /* background: #fef9ee; */
  background: var(--clr-light-blue);
  box-shadow: var(--light-shadow);
  z-index: 2;
}

.navbar-fixed a {
  /* color: #222; */
  color: var(--clr-white);
}
/*
=============== 
Sidebar
===============
*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: var(--clr-primary-10);
  /* display: grid;
  place-items: center; */
  display: flex;
  align-items: center;
  transition: var(--transition);
  transform: translateX(-100%);
  box-shadow: var(--dark-shadow);
}
/* .show-hero {
  background: red;
} */
.show-sidebar {
  transform: translateX(-60%);
  background: var(--clr-light-blue);
  visibility: visible;
  z-index: 10;
}
.hide-sidebar {
  transform: translateX(-100%);
}
.sidebar-links {
  /* text-align: left; */
}
.sidebar-links a {
  padding-right: 2rem;
  font-size: 1rem;
  transition: var(--transition);
  color: white;

  display: inline-block;
  margin-bottom: 1.5rem;
}
.sidebar-links a:hover {
  color: lightblue;
}
.social-icons {
  display: grid;
  margin-top: 3rem;
  width: 15rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.social-icon {
  font-size: 1.5rem;
  /* color: var(--clr-grey-1); */
  transition: var(--transition);
}
.social-icon:hover {
  color: var(--clr-primary-5);
}
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  /* left: 1rem; */
  font-size: 1.5rem;
  background: transparent;
  border-color: transparent;
  transition: var(--transition);
  color: #bb2525;
  cursor: pointer;
}
.opacity {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: var(--transition);
  z-index: -10;
}
.close-btn:hover {
  color: #e66b6b;
}
/*
=============== 
Hero
===============
*/

.hero .underline {
  margin-bottom: 0.5rem;
  margin-right: 0;
}
.hero-img {
  /* display: none; */
  width: 100px;
}
.hero {
  /* berfore url */
  /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), */
  background: url(../images/backgroundd.webp) center/cover;
  image-resolution: 300dpi;
}
.hero-center {
  min-height: calc(100vh - 4rem);
  display: grid;
  place-items: center;
  justify-content: space-between;
}

.hero-info h1 {
  color: var(--clr-primary-5);
  font-weight: normal;
}
.hero-info h3 {
  font-size: 1.5rem;
  color: rgb(34, 34, 95);
}
.hero-icons {
  justify-items: start;
}
.hero-btn {
  margin-top: 1.25rem;
  background: var(--clr-primary-btn);
}

@media screen and (min-width: 992px) {
  .hero {
    background: url(../images/backgroundd.webp) center/cover;
  }
  .hero-img {
    display: block;
    position: relative;
    width: 200px;
  }
  .hero-center {
    /* grid-template-columns: 1fr 1fr; */
    display: grid;
    place-items: center;
    justify-content: space-between;
  }
  .hero-info h3 {
    font-size: 2.3rem;
    color: rgb(34, 34, 95);
  }

  /* .hero-img::before,
  .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.25rem solid var(--clr-primary-5);
    top: 2rem;
    right: -2rem;
    border-radius: var(--radius);
  } */
}

.vision {
  font-size: 1.7rem;
  color: var(--clr-primary-5);
}
.company-icon {
  color: var(--clr-primary-5);
}
.hero-photo {
  max-width: 25rem;
  max-height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius);
  position: relative;
}
.number-color {
  color: #e6d58a;
  font-size: 1.5rem;
}
/*
=============== 
About
===============
*/
.about {
  /* background: #edeeef; */
  background: url(../images/bgislamc.png) center/cover no-repeat;
}
.about-icon {
  color: var(--clr-blue);
  font-size: 1.5rem;
}
.about-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quraan {
  background: #5f7f99;
}
.info-title {
  /* color: var(--clr-primary-5); */
  color: var(--clr-white);
  font-size: 1.2rem;
}
.ayaa {
  font-size: 1.5rem;
}
.about-title {
  text-align: left;
  margin-bottom: 2rem;
}
.about-title .underline {
  text-align: left;
}
.about-title2 {
  text-align: right;
  margin-bottom: 2rem;
}
.about-title2 .underline2 {
  width: 5rem;
  height: 0.25rem;
  margin-bottom: 1.25rem;
  /* background: #e6d58a; */
  background: var(--clr-blue);
  margin-left: auto;
}
.underliner {
  width: 5rem;
  height: 0.25rem;
  margin-bottom: 1.25rem;
  background: #e6d58a;
  margin-right: auto;
}
.about-center {
  display: grid;
  gap: 3rem 2rem;
}
.about-img {
  justify-self: center;
}
@media screen and (min-width: 992px) {
  .about-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* justify-content: flex-end; */
    align-items: center;
  }
  .about-img {
    position: relative;
  }
  .about-img::before {
    left: -2rem;
  }
  .about-info {
    align-self: center;
  }

  .about-title2 h2 {
    font-size: 2rem;
  }
  .about-binfo {
    font-size: 1.5rem;
  }
  .about-title {
    text-align: left;
  }
  .about-title .underline {
    margin-left: 0;
  }
}
.about-title2 h3 {
  font-size: 1.5rem;
}
.about-info p {
  font-size: 1.5rem;
}
.about-title .underline {
  margin-left: 0;
}
.alabeer-video {
  width: 100%;
}
.video-bg {
  /* background: #edeeef; */
  padding: 2rem 0;
}
.payment {
  background: #edeeef;
}
.about-binfo {
  font-size: 1.5rem;
}
/*
=============== 
Vision
===============
*/
.vision {
  width: 80%;
}
#lessons {
  background: url(../images/bgislamc.png) center/cover no-repeat;
}
.lesson-p {
  font-size: 1.5rem;
}
.register-link {
  border-radius: 25px 0 25px 0;
  background: #e9dada;
  color: brown;
  font-size: 1.2rem;
}
/*
=============== 
Services
===============
*/
.services {
  background: var(--clr-grey-4);
}
.service {
  background: var(--clr-white);
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: var(--radius);
  text-align: center;
  transition: var(--transition);
}
.service h4 {
  color: black;
  font-weight: 500;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.service .underline {
  width: 3rem;
  height: 0.12rem;
  transition: var(--transition);
}
.service p {
  transition: var(--transition);
}
.service:hover {
  background: var(--clr-primary-7);
}
.service:hover p {
  color: #222;
}
.service:hover .underline {
  background: var(--clr-white);
}
@media screen and (min-width: 676px) {
  .services-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .services-center {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ===============
 statistics
  =============== */
#statistics {
  background: #edeeef;
}
.statistics {
  margin-top: 4rem;
  display: grid;
  justify-content: center;
}
.statistics-img {
  width: 250px;
}
/* #statistics {
  background: url(../images/bgislamc.png) center/cover no-repeat;
} */
.statistics p {
  font-size: 1rem;
}
.count {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .statistics {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .statistics p {
    font-size: 1.5rem;
  }
  .count {
    font-size: 1.5rem;
  }
}

/* ===============
 Conditions
  =============== */

.condition-info {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.5rem;
}
.condition-bg {
  background: url(../images/bgislamc.png) center/cover no-repeat;
}

div.list {
  margin-top: 2rem;
  counter-reset: list-number;
  text-align: right;
  font-size: 1rem;
}
div.list div:before {
  counter-increment: list-number;
  content: counter(list-number);
  margin-right: 10px;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* background-color: var(--clr-primary-5); */
  background-color: var(--clr-light-blue);
  border-radius: 50%;
  color: white;
}
/* ===============
 Projects
  =============== */

.projects {
  background: var(--clr-primary-10);
}
.projects-text {
  width: 85vh;
  max-width: 20rem;
  margin: 0 auto;
}

.project {
  position: relative;
  background: var(--clr-primary-5);
  border-radius: var(--radius);
  margin-bottom: 2rem;
}

.project-info {
  text-align: center;
  color: var(--clr-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
  opacity: 0;
}
.project-info p,
h4 {
  text-transform: capitalize;
  color: var(--clr-white);
}
.project:hover .project-info {
  opacity: 1;
  color: var(--clr-primary-5);
}
.project-img {
  transition: var(--transition);
  border-radius: var(--radius);
  height: 15rem;
}
.project:hover .project-img {
  opacity: 0.7;
}
.project::after {
  /* content: ""; */
  border: 0.25rem solid var(--clr-white);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition);
  border-radius: var(--radius);
}
.project:hover::after {
  opacity: 1;
  transform: scale(0.8);
}
@media screen and (min-width: 676px) {
  .projects-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .projects-center {
    grid-template-columns: repeat(4, 1fr);
  }
  .projects-text {
    width: 85vh;
    max-width: 40rem;
    text-align: left;
  }
  div.list {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1170px) {
  .projects-center {
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    grid-template-rows: 200px 200px;
    grid-template-areas:
      "a b c"
      "a b d";
  }

  .project {
    height: 100%;
  }
  .project-img {
    height: 100%;
  }
  /* --------------- */
  .project-1 {
    grid-area: b;
  }
  .project-2 {
    grid-area: a;
  }
  .project-3 {
    grid-area: c;
  }
  .project-4 {
    grid-area: d;
  }
}
/* ==========
Cards Projects
============*/
.card {
  transition: var(--transition);
  background: #d1dae1;
  box-shadow: var(--light-shadow);
  margin-bottom: 2rem;
  border-radius: var(--radius);
  height: 500px;
  /* for image border radios */
  overflow: hidden;
}
#projects {
  /* background: var(--clr-primary-6); */
}
.card:hover {
  box-shadow: var(--dark-shadow);
  transform: scale(1.02);
}
.web-color {
  /* color: var(--clr-primary-3); */
  color: black;
}
.card-img-container {
  position: relative;
}
.card-img {
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--clr-primary-8);
  margin-bottom: 0;
  color: var(--clr-primary-1);
  text-transform: capitalize;
  padding: 0.25rem 0.5rem;
}
.card-info {
  padding: 1.25rem 1.5rem;
}
.card-info p {
  color: var(--clr-primary);
}
.card-btn {
  padding: 0.5rem 2rem;
  background: #edeeef;
  color: var(--clr-primary);
}
.card-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-title h4,
.card-title p {
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}
/* .card-title p {
  color: var(--clr-grey-7);
} */

.card-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.card-footer p {
  line-height: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--clr-primary-5);
}
.card-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .featured-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 2rem;
  }
  .card {
    flex: 0 0 calc(50% - 2rem);
  }
}

@media screen and (min-width: 1170px) {
  .card {
    flex: 0 0 calc(33.333% - 2rem);
  }
}

/*
=============== 
Featured Tours
===============
*/
.tour-card {
  transition: var(--transition);
  background: var(--clr-grey-10);

  box-shadow: var(--light-shadow);
  margin-bottom: 2rem;
}
.tour-card2 {
  background: #c9dce6;
}
.tour-card:hover {
  box-shadow: var(--dark-shadow);
  transform: scale(1.02);
}
.tour-img-container {
  position: relative;
}
.tour-img {
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.tour-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--clr-primary-8);
  margin-bottom: 0;
  color: var(--clr-primary-1);
  text-transform: capitalize;
  padding: 0.25rem 0.5rem;
}
.tour-info {
  padding: 1.25rem 1.5rem;
}
.tour-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour-title h4,
.tour-title p {
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}
.tour-title p {
  color: var(--clr-grey-7);
}

.tour-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.tour-footer p {
  line-height: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--clr-primary-5);
}
.tour-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .featured-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .tour-card {
    flex: 0 0 calc(50% - 2rem);
  }
}

@media screen and (min-width: 1170px) {
  .tour-card {
    flex: 0 0 calc(33.333% - 2rem);
  }
}

/*
=============== 
Connect
===============
*/
.icons {
  margin-top: 4rem;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .icons {
    display: flex;
    justify-content: space-evenly;
  }
}
.icons-img {
  width: 200px;
}
.icons-info h3,
h5 {
  text-align: center;
}
.connect {
  min-height: 40vh;
  position: relative;
  padding: 10rem 0 2rem 0;
  margin: 5rem 0;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.connect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-white);
  opacity: 0.7;
  z-index: -1;
}
.connect {
  display: grid;
  place-items: center;
}
.video-banner {
  background: var(--clr-primary-10);
  padding: 3rem 5rem 12rem 5rem;
  text-align: center;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    75% 100%,
    50% 75%,
    0% 75%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    75% 100%,
    50% 75%,
    0% 75%
  );
}
.video-banner .section-title {
  margin-bottom: 2rem;
}
.video-text {
  max-width: 30rem;
}

.btn-down {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.btn-down span {
  position: absolute;
  top: 20%;
  right: 0;
}
.btn-down2 {
  padding: 0.5rem 1rem;
}
.input-box {
  position: relative;
  margin-bottom: 0px;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .input-box {
    display: inline-block;
  }
  .input-box a {
    padding: 1rem 1rem 1rem 2.7rem;
  }
}
.input-box a {
  background: var(--clr-primary-5);
  width: 100%;
  padding: 1rem 1rem 1rem 2.7rem;
  border-radius: 10px;
  color: #222;
}

.input-box input:focus::placeholder {
  opacity: 0;
}

.input-box input:focus {
  outline: none;
}

.input-box i {
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translateY(-50%);
  color: #222;
  font-size: 1.2rem;
}
.costum-box i {
  top: 50%;
}
.connect {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 10%,
    100% 90%,
    50% 100%,
    0 90%,
    0 10%
  );
  clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

/*
=============== 
Gallery
===============
*/
.s-gallery {
  background: url(../images/transparentLogo2.png) center/cover no-repeat;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 50px;
}
.gallery img {
  transition: 1s;
  padding: 15px;
  width: 300px;
  height: 350px;
}
.gallery img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.contact-icon::before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: var(--clr-white);
  background: var(--clr-light-blue);
  /* font-size: 150px; */
  margin-bottom: 2rem;
}
.statistics-icon {
  color: var(--clr-light-blue);
  font-size: 150px;
}
.bank-img {
  width: 300px;
}
.bank-img2 {
  width: 250px;
  height: 80%;
}
.bank {
  display: grid;
  justify-content: center;
}
.bank p {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .bank {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.payment-contact {
  text-align: center;
  font-size: 1.5rem;
}
#contact {
  background: url(../images/bgislamc.png) center/cover no-repeat;
}
/*
=============== 
Clients
===============
*/
/* slider */
.client-img {
  /* width: 100px;
  height: 400px; */
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  margin-top: 3%;
}

.control {
  list-style: none;
}
.control li {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
}
.control li:hover {
  background: #000;
}
.control li.prev {
  left: 20px;
}
.control li.next {
  right: 20px;
}
.tns-nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tns-nav button {
  height: 13px;
  width: 8px;
  background-color: #a5a5a5;
  border: none;
  margin-left: 7px;
  border-radius: 50%;
}
.tns-nav .tns-nav-active {
  background-color: black;
}

.clients {
  /* background: url(./images/a44.jpg) center/cover no-repeat; */
  background: url(../images/bgislamc.png) center/cover no-repeat;

  /* background: #edeeef; */
}
.client-info {
  color: var(--clr-primary);
  text-align: center;
}
.client-imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
/*
=============== 
Footer
===============
*/
/* Whats Icon */
.icon-watss {
  position: fixed;
  bottom: 5%;
  left: 1%;
  background: transparent;
  font-size: 4rem;
  z-index: 2;
  border: transparent;
  cursor: pointer;
}
.walaa-img {
  padding-right: 8px;
  width: 20px;
}
.icon-watss span {
  color: rgb(17, 152, 17);
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
/*
=============== 
Footer
===============
*/
.footer-logo {
  width: 90px;
  height: 90px;
}
.footerP {
  color: var(--clr-white);
}
/* AS a tag */
footer {
  /* background: rgb(239, 239, 209); */
  background: var(--clr-light-blue);
  text-align: center;
}

/* As a class */
@media screen and (min-width: 992px) {
  .footer {
    display: flex;
    justify-content: space-evenly;
  }
}
.footer-links,
.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-link {
  color: var(--clr-white);
  text-transform: capitalize;
  font-size: 1rem;
  margin-right: 1rem;
  letter-spacing: var(--spacing);
  transition: var(--transition);
}
.footer-link:hover {
  color: var(--clr-primary-5);
}
.footer-icon {
  color: var(--clr-white);
  margin-right: 1rem;
  font-size: 1rem;
  transition: var(--transition);
}
.footer-icon:hover {
  color: rgb(71, 71, 79);
}
.copyright {
  text-transform: capitalize;
  color: #222;
  font-size: 1rem;
}
