* {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  zoom: 98%;
}
header {
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
}
nav.navbar .navbar-nav li a.nav-link {
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  transition: 0.3s all ease;
}
nav.navbar .navbar-nav li a.nav-link:hover,
nav.navbar .navbar-nav li a.nav-link.active {
  color: #0575e6;
  background: #fff;
}
/* .noTransparent           scroll  */
nav.navbar.noTransparent {
  background: #fff;
  border-bottom: 1px solid #eee;
}
nav.navbar.noTransparent .navbar-nav li a.nav-link {
  color: #0575e6;
}
nav.navbar.noTransparent .navbar-nav li a.nav-link:hover,
nav.navbar.noTransparent .navbar-nav li a.nav-link.active {
  color: #fff;
  background-color: #0575e6;
}
/* ========================================================== */
header {
  padding-top: 100px;
}
header .col-md-9 {
  margin: 0 auto;
  background-color: rgba(8, 111, 213, 0.9);
  border-radius: 20px;
}
header .Me img {
  border-radius: 50%;
  border: 5px solid #73ade7;
  margin-top: 40px;
  transform: scale(1.1);
}
header .Me h1.name {
  margin-top: 20px;
  color: #fff;
}

header .Me h1.name span {
  color: #c0c0c0;
  font-size: 24px;
}
header .Me ul {
  margin: 20px auto;
  list-style: none;
  display: flex;
}
header .Me ul li {
  margin: 0 13px;
  transform: scale(1.9);
}
header .Me .Social {
  margin: 0 auto;
}
header .Me ul li i {
  color: #021b79;
  transition: 0.2s all ease-in;
}
header .Me ul li i:hover {
  color: rgb(0, 0, 0);
}
header .Me h6 {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
}

header .Me hr {
  border: 2px solid #fff;
  color: #fff;
  width: 10%;
  margin: 0 auto;
  margin-top: 25px;
}
header .Me p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
header .Me a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
/* ================================================== */
/* ================================================== */
/* ================================================== */
section.licence {
  padding: 200px 0 80px;
  background-color: #f6fbff;
}
section.licence .licence-titel {
  padding-bottom: 20px;
  position: relative;
}
section.licence .licence-titel h2 {
  font-size: 30px;
  line-height: 50px;
  color: #196dd1;
}
section.licence .licence-titel h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #196dd1;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
section.licence .licence-titel h2 i {
  display: block;
}
section.licence ul.timeline {
  list-style: none;
  padding-right: 0;
  padding-top: 45px;
  position: relative;
}
section.licence ul.timeline::before {
  content: "";
  width: 2px;
  height: 75%;
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #196dd1;
  transform: translateX(50%);
}
section.licence ul.timeline li .timebox {
  background: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 10px;
  padding: 20px 25px;
  width: 48%;
}
section.licence ul.timeline li .timebox h4 {
  font-size: 18px;
  line-height: 30px;
  color: #555;
}
section.licence ul.timeline li .timebox span {
  color: white;
  background-color: #0575e6;
  padding: 0 5px;
  margin-left: 25px;
  border-radius: 4px;
}
section.licence ul.timeline li .timebox p {
  font-size: 15px;
  line-height: 22px;
  color: #b1b1b1;
}
/* ============================================== */
section.licence ul.timeline li {
  position: relative;
  margin-bottom: -50px;
}
section.licence ul.timeline li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #196dd1;
  position: absolute;
  top: 10%;
  right: 50%;
  transform: translateX(50%);
}
section.licence ul.timeline li:nth-child(even) {
  direction: ltr;
  text-align: left;
}
section.licence ul.timeline li:nth-child(even) .timebox h4 span {
  float: left;
  margin-left: 0;
  margin-right: 25px;
}

section.licence ul.timeline li:nth-child(odd) .timebox h4 span {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
/* ============================================================= */
section.skills {
  background-image: url(../img/bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.skills .overly {
  background: linear-gradient(rgba(0, 60, 255, 0.5), rgba(0, 60, 255, 0.5));
  padding: 150px 0;
}
section.skills .overly p {
  font-size: 24px;
  line-height: 40px;
  color: white;
  margin-top: 30px;
  font-family: sans-serif;
}
section.skills .overly .circle canvas {
  background: #eef6ff;
  padding: 10%;
  border-radius: 50%;
}
section.skills .overly .circle {
  position: relative;
}
section.skills .overly .circle span {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*  */
section.gallery {
  padding: 75px 0 90px;
}
section.gallery .gallery_titel {
  margin-bottom: 25px;
}
section.gallery .gallery_titel h2 {
  font-size: 30px;
  line-height: 50px;
  color: #0575e6;
}
section.gallery .gallery_titel i {
  font-size: 2.7rem;
}
section.gallery .gallery-work label {
  font-size: 18px;
  line-height: 35px;
  padding: 10px 30px;
  margin: 0px 10px 10px;
  color: #8f9899;
  background-color: #fff;
  border: 2px solid #e4eeee;
  border-radius: 15px;
}
section.gallery .gallery-work label:hover {
  color: #000000;
  background-color: #0575e6;
  transition: 0.2s;
  transform: scale(0.92);
}
section.gallery .gallery-work label:active {
  color: #000000;
  background-color: #0de605;
  transition: 0.2s;
  transform: scale(0.8);
}

.items div {
  transform: scale(0.9);
  gap: 20px;
}
section.gallery .gallery-work input.item-type-1:checked ~ label.label-type-1,
section.gallery .gallery-work input.item-type-2:checked ~ label.label-type-2,
section.gallery .gallery-work input.item-type-3:checked ~ label.label-type-3,
section.gallery
  .gallery-work
  input.item-type-all:checked
  ~ label.label-type-all {
  color: #fff;
  background-color: #0575e6;
  border: 2px solid #0575e6;
}
section.gallery .gallery-work input.item-type-1:checked ~ .items .item-type-1,
section.gallery .gallery-work input.item-type-2:checked ~ .items .item-type-2,
section.gallery .gallery-work input.item-type-3:checked ~ .items .item-type-3 {
  transform: scale(1.05);
  transition: all 0.5s ease;
  opacity: 1;
}
section.gallery
  .gallery-work
  input.item-type-1:checked
  ~ .items
  .item:not(.item-type-1),
section.gallery
  .gallery-work
  input.item-type-2:checked
  ~ .items
  .item:not(.item-type-2),
section.gallery
  .gallery-work
  input.item-type-3:checked
  ~ .items
  .item:not(.item-type-3) {
  transform: scale(0.8);
  opacity: 0.5;
}
.disable {
  pointer-events: none;
  opacity: 0.3;
}
/* هون رح نبلش ب اخر قسم قسم اراء العملاء و تواصل معنى  */
section.contacts {
  background-image: url(../img/bg-3.jpg);
  background-position: center;
  background-size: cover;
}

section.contacts .overlay {
  background-color: rgba(0, 0, 0, 0.603);
  padding: 30px;
}
section.contacts h2 {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  background-color: #0575e6;
  border-radius: 30px;
}
section.contacts .overly .testimoials .slider {
  width: 65%;
  margin: 0 auto 80px;
}

section.contacts .overly .testimoials .slider .carousel-item {
  min-height: 350px;
}
section.contacts .carousel-item {
  background-color: #b4b4b4;
  width: 100%;
  padding: 80px 70px 35px;
  right: 0;
  border-radius: 20px;
}
section.contacts .carousel-item img {
  width: 100px;
  height: 100px;
  top: 0;
  transform: translate(50%, -50%);
}
section.contacts .carousel-item span {
  font-size: 16px;
  color: #414141;
}
section.contacts .carousel-item h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
section.contacts h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #555;
}
section.contacts .overly .testimoials h4 span {
  font-size: 15px;
  color: #9c9c9c;
}
section.contacts .overly .testimoials .slider p {
  font-size: 15px;
  line-height: 22px;
  color: #b1b1b1;
  margin-bottom: 25px;
}
section.contacts li a {
  font-size: 24px;
  color: #2793ff;
  transition: all 0.5s ease;
}
section.contacts li a:hover {
  color: #021b79;
}
section.contacts .carousel-indicators button {
  width: 15px;
  height: 15px;
  border: 1px solid #021b79;
  background-color: #fff;
}
section.contacts button.active {
  background-color: #0575e6;
}
section.contacts .overly .testimoials .slider .carousel-indicators {
  bottom: -50px;
}
section.contacts .carousel-control-next i,
section.contacts .carousel-control-prev i {
  padding: 10px 20px;
  background-color: #55aaff;
  border-radius: 45%;
}
section.contacts .carousel-control-next {
  transform: translate(-50%);
}
section.contacts .carousel-control-prev {
  transform: translate(50%);
}
/*  */
.contact-info {
  margin-top: 50px;
  background-color: #acacac;
  padding: 20px;
  position: relative;
  border-radius: 17px;
}
.contact-info h3 {
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.collme-info {
  position: absolute;
  top: 20px;
}
.collme-info a {
  color: #2793ff;
  text-decoration: none;
}
.collme-info ul li {
  background-color: #9bc8f5;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.submit {
  margin-top: 20px;
  background-color: #1481ff;
  border-radius: 10px;
  margin: 0 auto;
}
.copyrigth {
  color: #fff;
  font-size: 18px;
  line-height: 77px;
  text-align: center;
}
@media (max-width: 992px) {
  .collme-info {
    position: relative;
    top: 20px;
  }
  .items div.item {
    zoom: 80%;
  }
}
@media (max-width: 576px) {
  * {
    zoom: 97%;
  }
  .items div.item {
    zoom: 65%;
  }
}
@media (max-width: 440px) {
  .items div.item {
  }
}
