@import url(https://fonts.googleapis.com/css2?family=Cairo:slnt,wght@-11..11,200..1000&display=swap);
.special.heading,
h1.title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.about-us .gradient::before,
.scroll {
  background-image: linear-gradient(
    to left,
    var(--secondColor),
    var(--mainColor)
  );
}
.Services .srvContent .srv,
.about-service,
.about-us .info,
.features .container,
.features .feat,
.footer,
.landing .text,
.special.heading,
.srvContent .col .image,
.unique .boxes .box,
h1.title {
  text-align: center;
}
:root {
  --mainColor: #2b2c78;
  --secondColor: #bf2030;
  --mainPadding: 80px;
  --secondryColor: #2c4755;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Cairo, serif;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.scroll {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.scroll i {
  font-size: 32px;
  color: #fff;
}
.special.heading {
  font-size: 100px;
  color: #888;
  font-weight: 800;
  letter-spacing: -3px;
}
.special.heading::after,
h1.title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 60%;
  left: 50%;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
h1.title {
  color: var(--secondColor);
  font-size: 26px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.contact,
.features,
.header .links-menu ul {
  background-color: #f6f6f6;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
img.logo {
  width: 80px;
  height: 80px;
}
.header .links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header .links li {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.header .links a {
  text-decoration: none;
  color: var(--mainColor);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .links li:hover a,
.landing .text h1,
.landing .text p.title,
.unique .boxes .box:first-of-type h3,
.unique .boxes .box:first-of-type span i,
.unique .boxes .box:nth-of-type(4) h3,
.unique .boxes .box:nth-of-type(4) span i {
  color: var(--secondColor);
}
.header .links-menu {
  position: relative;
  cursor: pointer;
  display: none;
}
.header .links-menu .icon span:first-child,
.header .links-menu .icon span:last-child,
.header .links-menu:hover .icon span:nth-child(2) {
  width: 100%;
}
.header .links-menu .icon {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 30px;
}
.header .links-menu .icon span {
  height: 2px;
  background-color: #333;
  margin-bottom: 5px;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .links-menu .icon span:nth-child(2) {
  width: 60%;
}
.header .links-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -328%;
  top: calc(100% + 15px);
  min-width: 210px;
  display: none;
  z-index: 1;
}
.header .links-menu ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  border: 10px solid #f6f6f6;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header .links-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .links-menu ul li:not(:last-child) {
  border-bottom: 2px solid #ddd;
}
.header .links-menu ul li a:hover {
  margin-left: 10px;
}
.btns button {
  cursor: pointer;
  border: none;
  background-color: var(--mainColor);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btns button:hover {
  background-color: var(--secondColor);
}
@media (max-width: 991px) {
  .header .links {
    display: none;
  }
  .header .links-menu {
    display: block;
  }
}
.Services .srvContent,
.features .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.landing {
  width: 100%;
  background-image: url(../images/landing.jpg);
  background-size: cover;
  height: calc(150vh);
  position: relative;
  top: -250px;
  background-repeat: no-repeat;
  z-index: -10;
}
.landing::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.landing-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing .text {
  padding: 20px 10px;
  width: 70%;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.landing .text h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}
.landing .text p.title {
  font-size: 26px;
  font-weight: 700;
}
.landing .text p {
  line-height: 1.8;
  font-size: 19px;
  color: #fff;
}
.features .feat h3,
.features .feat i,
.unique .boxes .box:nth-of-type(2) h3,
.unique .boxes .box:nth-of-type(2) span i {
  color: var(--mainColor);
}
.features {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  margin-top: -150px;
  margin-bottom: 50px;
}
.features .container {
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.features .feat {
  padding: 20px;
}
.features .feat h3 {
  font-weight: 800;
  margin: 30px 0;
}
.features .feat p {
  line-height: 1.8;
  color: #777;
}
.Services {
  padding-bottom: 60px;
}
.About,
.contact {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
}
.Services .srvContent {
  grid-gap: 30px;
  padding-top: var(--mainPadding);
  margin-top: 0;
}
.srvContent .srv img {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.about-service h2,
.unique p.text {
  width: fit-content;
  color: var(--secondColor);
}
.srvContent .srv .text {
  flex: 1;
  width: 100%;
}
.srvContent .srv .text h3 {
  margin: 25px 0 20px;
  color: var(--secondColor);
}
.srvContent .srv .text p {
  color: var(--mainColor);
  line-height: 1.6;
  font-weight: 500;
}
.srvContent .col .image {
  position: relative;
}
.srvContent .col .image img {
  width: 260px;
}
.srvContent .col .image::before {
  content: "";
  background-color: #2c4755;
  width: 100px;
  height: calc(100% + 100px);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1119px) {
  .image-column {
    display: none;
  }
}
.About .aboutContent {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.About .aboutContent .image {
  position: relative;
}
.About .aboutContent .image::before {
  content: "";
  position: absolute;
  height: calc(100% + 60px);
  width: 80px;
  background-color: #ebebeb;
  top: -30px;
  left: -40px;
  z-index: -1;
}
.About .aboutContent .image::after {
  content: "";
  position: absolute;
  height: 300px;
  width: 120px;
  border-left: 80px solid var(--mainColor);
  border-bottom: 80px solid var(--mainColor);
  top: -30px;
  z-index: -1;
  right: -150px;
}
.About .aboutContent .image img {
  width: 250px;
}
.About .aboutContent .text {
  flex-basis: calc(100% - 500px);
}
.About .aboutContent .text p {
  line-height: 1.8;
}
.About .aboutContent .text p:first-child {
  margin-bottom: 80px;
  font-weight: 700;
}
.About .aboutContent .text p:last-child {
  color: #777;
  position: relative;
}
.About .aboutContent .text p:last-child::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: var(--mainColor);
  top: -30px;
  left: 0;
}
@media (max-width: 768px) {
  .landing .text {
    width: 80%;
  }
  .Services .srvContent .col .srv {
    flex-direction: column;
    text-align: center;
  }
  .About .aboutContent {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .About .aboutContent .image {
    position: relative;
    margin: 0 auto 100px;
  }
  .About .aboutContent .image::before {
    content: "";
    position: absolute;
    height: calc(90% + 60px);
    width: 80px;
    background-color: #ebebeb;
    top: -15px;
    left: -40px;
    z-index: -1;
  }
  .About .aboutContent .image::after {
    content: "";
    position: absolute;
    height: 300px;
    width: 120px;
    border-left: 80px solid var(--mainColor);
    border-bottom: 80px solid var(--mainColor);
    top: -30px;
    z-index: -1;
    right: -150px;
  }
}
@media (max-width: 567px) {
  .special.heading {
    font-size: 60px;
  }
  .About .aboutContent .image {
    margin: 0 auto 40px;
  }
  .About .aboutContent .image::after,
  .About .aboutContent .image::before {
    height: 0;
    width: 0;
    border-width: 0;
  }
}
.contact .content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.contact .content form {
  flex-basis: 70%;
}
.contact .content form .main-input {
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  outline: 0;
}
.contact .content form textarea.main-input {
  height: 200px;
  outline: 0;
}
.contact .content form button.submit {
  background-color: var(--secondColor);
  padding: 15px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  outline: 0;
}
.contact .content form button.submit:hover {
  background-color: #df4d5c;
}
.contact .content .info {
  flex-basis: 25%;
}
.contact .content .info h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact .content .info .phone {
  display: block;
  color: #777;
  margin-bottom: 10px;
}
.contact .content .info h4:nth-of-type(2) {
  margin-top: 90px;
}
.contact .content .info .address {
  line-height: 2;
  color: #777;
  margin-top: 10px;
}
.footer {
  background-color: var(--mainColor);
  color: #fff;
  padding: 28px;
  font-size: 18px;
}
.footer span a {
  text-decoration: none;
  color: var(--secondColor);
  font-weight: 700;
}
.about-service {
  width: 80%;
  margin: -140px auto 80px;
}
.about-service h2 {
  border: 2px solid var(--mainColor);
  padding: 10px 20px;
  margin: 0 auto 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.about-service p {
  line-height: 1.7;
  color: var(--mainColor);
  font-size: 18px;
  text-align: justify;
}
.unique {
  padding-top: var(--mainPadding);
  padding-bottom: var(--mainPadding);
  padding: 20px 10px;
  background-color: #eee;
}
.unique p.text {
  margin: 0 auto 15px;
  font-size: 28px;
}
.unique .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
.unique .boxes .box:first-of-type,
.unique .boxes .box:nth-of-type(4) {
  border-top: 3px solid var(--secondColor);
}
.unique .boxes .box:nth-of-type(2) {
  border-top: 3px solid var(--mainColor);
}
.unique .boxes .box:nth-of-type(3) {
  border-top: 3px solid #f0b429;
}
.unique .boxes .box {
  padding: 15px 20px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.unique .boxes .box .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.unique .boxes .box .icon i {
  font-size: 38px;
}
.unique .boxes .box:first-of-type span,
.unique .boxes .box:nth-of-type(4) span {
  background-color: #ebafb5;
}
.unique .boxes .box:nth-of-type(3) h3,
.unique .boxes .box:nth-of-type(3) span i {
  color: #f0b429;
}
.unique .boxes .box:nth-of-type(3) span {
  background-color: #fff3c4;
}
.unique .boxes .box:nth-of-type(2) span {
  background-color: #cccccd;
}
.unique .boxes .box h3 {
  font-size: 24px;
}
.unique .boxes .box p {
  line-height: 1.7;
  color: #777;
}
.unique .boxes .box:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.about-us {
  padding: 0 15px;
}
.about-us .info {
  max-width: 90%;
  margin: -180px auto 50px;
}
.about-us .info h2 {
  color: var(--secondColor);
  font-size: 28px;
}
.about-us .info p {
  color: var(--mainColor);
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
.about-us .our-message {
  width: 100%;
  padding: 15px;
  padding-inline: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  background-color: #eee;
  position: relative;
}
.about-us .gradient::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 3px;
}
.about-us .our-message .image,
.about-us .our-message .text {
  flex-basis: 45%;
}
.about-us .our-message .text h2 {
  font-size: 34px;
  color: var(--secondColor);
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}
.about-us .our-message .text p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  color: #777;
}
.about-us .our-message .text ul.lists li {
  margin-bottom: 10px;
  color: #777;
  font-size: 18px;
}
.about-us .our-message .image img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 768px) {
  .about-us .our-message,
  .contact .content {
    flex-direction: column;
  }
  .contact .content .info {
    order: -1;
    text-align: center;
  }
  .contact .content .info h4:nth-of-type(2) {
    margin-top: 40px;
  }
  .contact .content .info address {
    margin-bottom: 40px;
  }
  .about-us .our-message .text {
    order: 2;
  }
  .about-us .our-message .image {
    order: 1;
  }
}
.flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
