@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-family: "URW-DIN-Arabic", sans-serif;
}

@font-face {
  font-family: "URW-DIN-Arabic";
  src: url('/public/css/alfont_com_AlFont_com_URW-DIN-Arabic.ttf') format("truetype");
}
/*start header section*/
.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-section .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #fff;
}
.header-section .navbar .navbar-collapse {
  justify-content: center;
}
.header-section .navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-section .navbar .navbar-nav .nav-link:hover {
  color: #E05D24;
}
.header-section .navbar .navbar-nav .nav-link.active {
  color: #E05D24;
}
.header-section .navbar .dropdown {
  background-color: rgb(126, 126, 126);
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100px;
  margin-right: 150px;
}
.header-section .navbar .dropdown a.dropdown-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
.header-section .two-sqrs {
  position: absolute;
  top: 0;
  right: 0;
}
.header-section .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.header-section .two-sqrs div:last-child {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
}

.header-section.nav-scroll {
  background-color: rgba(224, 92, 36, 0.7333333333);
}
.header-section.nav-scroll .navbar {
  border: none;
}
.header-section.nav-scroll .dropdown {
  background-color: #E05D24;
}

.header-section.sub {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.header-section.sub .navbar {
  border-bottom: 3px solid #E05D24;
}
.header-section.sub .navbar .navbar-nav .nav-link {
  color: #2D2D2D;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-section.sub .navbar .navbar-nav .nav-link:hover {
  color: #E05D24;
}
.header-section.sub .navbar .navbar-nav .nav-link.active {
  color: #E05D24;
}
.header-section.sub .two-sqrs div {
  background-color: #A3206C;
}

@media (max-width: 991.5px) {
  .header-section {
    background-color: rgba(224, 92, 36, 0.7333333333);
      position: unset;
  }
  .header-section .navbar {
    border: none;
  }
}
/*end header section*/
/*start main section*/
.main {
  /*background: url(../imgs/main-bg.png) no-repeat center fixed;*/
  background-image: url(../imgs/main-bg.png);
  background-size: cover;
  height: 80vh;
  position: relative;
}
.main .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.main .container .content h2 {
  font-weight: bold;
}
.main .container .content p {
  margin: 30px 0;
  letter-spacing: 1.3px;
}
.main .container .main-footer-arrow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  text-align: center;
  padding: 10px;
  display: none;
  z-index: 2;
}
.main .container .main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.main .container .main-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  direction: ltr;
  margin: 0;
}
.main .container .main-footer ul a {
  text-decoration: none;
  color: #cecece;
  display: inline-block;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.main .container .main-footer ul a img {
  margin: 0 5px;
}
.main .container .main-footer ul a i {
  font-size: 11px;
}
.main .container .main-footer ul a i:first-of-type {
  margin-left: 7px;
}
.main .container .main-footer ul a:hover {
  background-color: rgba(0, 0, 0, 0.429);
}
.main .container .main-footer ul a.active {
  background-color: rgba(0, 0, 0, 0.429);
}
.main .two-sqrs {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.main .two-sqrs div {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.main .two-sqrs div:first-child {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}
.main .three-sqrs {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.main .three-sqrs div {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.main .three-sqrs div:nth-child(2) {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.6);
}

/*end main section*/
/*start about section*/
.about {
  padding: 100px;
  background: linear-gradient(45deg, rgba(163, 32, 108, 0.1), rgba(255, 255, 255, 0.1));
}
.about .content h6 {
  color: #E05D24;
  margin: 20px 0;
}
.about .content h2 {
  font-weight: bold;
}
.about .content p {
  color: #808080;
  margin: 30px 0;
}
.about .content .video_btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.about .content .video_btn h5 {
  font-weight: bold;
  margin: 0 10px;
}
.about .image {
  position: relative;
  text-align: left;
}
.about .image img:first-child {
  position: absolute;
  bottom: -25px;
  right: 30%;
  z-index: 2;
  width: 150px;
}
.about .image img:last-child {
  filter: drop-shadow(50px -13px 0px rgba(232, 232, 232, 0.9));
  -webkit-filter: drop-shadow(50px -13px 0px rgba(232, 232, 232, 0.9));
}
.about .two-sqrs {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: -1;
}
.about .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #EFEEEE;
}
.about .two-sqrs div:first-child {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}
.about .modal .modal-dialog .modal-content {
  border: none;
}
.about .modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  z-index: 2;
}
.about .modal .modal-dialog .modal-content .modal-header button {
  padding: 0;
  color: #fff;
}
.about .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.about .modal .modal-dialog .modal-content .modal-body .video {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../imgs/video_cover.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.about .modal .modal-dialog .modal-content .modal-body .video img {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .about .image img:first-child {
    right: 0;
  }
}
/*end about section*/
/*start gallery section*/
.gallery {
  padding: 100px;
}
.gallery h6 {
  color: #E05D24;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.gallery h6:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #E05D24;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gallery h2 {
  font-weight: bold;
  text-align: center;
}
.gallery .description {
  color:#888;
  font-size: 20px;
}

.gallery .project_card {
  background-color: #26B4B4;
  border-radius: 20px;
  color:#fff;
  padding: 42px 32px 0;
  margin-bottom: 28px;
  width:100%;
}
.gallery .project_card:nth-of-type(2n) {
  background-color: #1c1291;
}
.gallery .project_card:last-of-type {
  margin-bottom: 0;
}

.gallery .project_card:hover {
  box-shadow: -2px 2px 4px 1px #bbb;
}

.gallery .project_card * {
  color:#fff;
}

.gallery .project_card a {
  text-decoration: none;
}

.gallery .project_card .title {
  border-bottom: 4px solid #fff;
  border-radius: 2px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 2rem;
  padding-bottom: 1.2rem;
}
.gallery .project_card .description {
  font-size: 16px;
  margin-top: 2.2rem;
  padding-left: 6rem;
  max-height: 122px;
  overflow: hidden;
}

.gallery .project_card img {
  height: 274px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767px) {
  .gallery .project_card {
    padding: 18px 28px 0;
    text-align: center;
  }
  .gallery .description {
    font-size: 18px;
  }

  .gallery .project_card .title {
    border-bottom: 3px solid #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0 8px 10px;
  }
  .gallery .project_card .description {
    font-size: 15px;
    margin-top: 1.6rem;
    padding-left: 0;
    max-height: 122px;
    overflow: hidden;
  }
  .gallery .project_card img {
    height: 200px;
   object-fit: fill;
  }
}
/*
.gallery ul.head {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid rgb(243, 243, 243);
}
.gallery ul.head li {
  padding: 30px 60px;
  font-weight: bold;
  cursor: pointer;
}
.gallery ul.head li.active {
  color: #A3206C;
  border-bottom: 4px solid #A3206C;
}

.gallery .image {
  position: relative;
  //margin: 20px 0;
  overflow: hidden;
}
.gallery .image .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.7019607843) 20%, rgba(255, 255, 255, 0) 80%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gallery .image .overlay h5 {
  color: #fff;
}
.gallery .image .overlay a {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  width: 90px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gallery .image .overlay a:hover {
  background-color: #E05D24;
  color: #fff;
}
.gallery .image:hover .overlay {
  top: 0;
}*/

/*end gallery section*/
/*start work-team section*/
.work-team {
  padding: 100px;
  background: linear-gradient(45deg, rgba(224, 92, 36, 0.1), rgba(255, 255, 255, 0.1));
}
.work-team .content h6 {
  color: #E05D24;
  margin: 20px 0;
}
.work-team .content h2 {
  font-weight: bold;
}
.work-team .content p {
  color: #808080;
  margin: 30px 0;
}
.work-team .content .team-mem {
  display: flex;
  align-items: center;
}
.work-team .content .team-mem ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.work-team .content .team-mem ul li {
  margin: 0 -5px;
}
.work-team .content .team-mem span {
  margin: 0 20px;
}
.work-team .images {
  position: relative;
  width: 100%;
  height: 400px;
}
.work-team .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-team .images img:last-child {
  transform: translate(-10px, 10px);
  z-index: -1;
}
.work-team .two-sqrs {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: -1;
}
.work-team .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #EFEEEE;
}
.work-team .two-sqrs div:first-child {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

/*end work-team section*/
/*start why-us section*/
.why-us {
  padding: 100px;
}
.why-us .content h6 {
  color: #E05D24;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.why-us .content h6:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #E05D24;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.why-us .content h2 {
  font-weight: bold;
}
.why-us .content p {
  color: #808080;
  margin: 30px 0;
}
.why-us .content .stat {
  background-color: #E05D24;
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  border-radius: 10px 30px 30px 30px;
  -webkit-border-radius: 10px 30px 30px 30px;
  -moz-border-radius: 10px 30px 30px 30px;
  -ms-border-radius: 10px 30px 30px 30px;
  -o-border-radius: 10px 30px 30px 30px;
  box-shadow: 18px 11px 4px 1px #e8e8e8;
}
.why-us .content .stat ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
}
.why-us .content .stat ul li {
  border-left: 1px solid rgba(183, 183, 183, 0.752);
  margin: 10px 0;
}
.why-us .content .stat ul li:last-child {
  border: none;
}
.why-us .content .stat span {
  margin: 0 20px;
}
.why-us .image img {
  filter: drop-shadow(-20px 20px 0px #A3206C);
  -webkit-filter: drop-shadow(-20px 20px 0px #A3206C);
}

/*end why-us section*/
/*start services section*/
.services {
  padding: 100px;
}
.services h6 {
  color: #A3206C;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.services h6:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #A3206C;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.services h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.services .card {
  border: none;
  padding: 20px;
  margin: 30px 0;
  min-height: 380px;
  background: linear-gradient(130deg, #eaae94, transparent);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.services .card .image {
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.services .card h5 {
  color: #E05D24;
  margin: 20px 0;
}
.services .card p {
  letter-spacing: 1.1px;
}
.services .c-card {
  background: linear-gradient(130deg, #ce77aa, transparent) !important;
}
.services .c-card h5 {
  color: #A3206C !important;
}

/*end services section*/
/*start contact section*/
.contact {
  padding: 100px;
  background: linear-gradient(45deg, rgba(224, 92, 36, 0.1), rgba(255, 255, 255, 0.1));
}
.contact .row {
  align-items: center;
}
.contact .form h6 {
  color: #E05D24;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.contact .form button {
  all: unset;
  display: inline-block;
  background-color: #E05D24;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact .form button:hover {
  background-color: #A3206C;
  color: #fff;
}
.contact .two-sqrs {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: -1;
}
.contact .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #EFEEEE;
}
.contact .two-sqrs div:first-child {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}
.contact .image {
  text-align: center;
}
.contact .image img:first-child {
  filter: drop-shadow(-40px -60px 0px rgba(224, 92, 36, 0.35));
  -webkit-filter: drop-shadow(-30px -50px 0px rgba(224, 92, 36, 0.35));
}
.contact .image img:last-child {
  position: absolute;
  top: -140px;
  left: 140px;
  width: 150px;
}

/*end contact section*/
/*start testimonials section*/
.testimonials {
  padding: 100px;
}
.testimonials h6 {
  color: #A3206C;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.testimonials h6:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #A3206C;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.testimonials p {
  color: #808080;
  text-align: center;
}
.testimonials .swiper {
  width: 100%;
  height: 100%;
  padding: 60px;
}
.testimonials .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testimonials .swiper .swiper-slide .card {
  padding: 30px;
  border: none;
  box-shadow: 0px 0px 15px 3px rgba(163, 32, 108, 0.13);
}
.testimonials .swiper .swiper-slide .card .info {
  display: flex;
}
.testimonials .swiper .swiper-slide .card .info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonials .swiper .swiper-slide .card .info div {
  margin: 0 20px;
}
.testimonials .swiper .swiper-slide .card .info div span {
  color: #808080;
}
.testimonials .swiper .swiper-slide .card .message p {
  margin: 20px 0;
  text-align: right;
  font-size: 16px;
}
.testimonials .swiper .swiper-slide .card .stars {
  text-align: left;
}
.testimonials .swiper .swiper-slide .card .stars i {
  color: #FFC300;
}
.testimonials .swiper .swiper-button-prev:after {
  content: url(../imgs/arrow-right.png);
  width: 30px;
}
.testimonials .swiper .swiper-button-next:after {
  content: url(../imgs/arrow-left.png);
}

/*end testimonials section*/
/*start subscripe section*/
.subscripe {
  padding: 20px 0;
  background: linear-gradient(45deg, rgba(224, 92, 36, 0.1), rgba(255, 255, 255, 0.1));
}
.subscripe h6 {
  color: #E05D24;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.subscripe h6:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #E05D24;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.subscripe .form-group {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 70%;
}
.subscripe .form-group input {
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 70%;
}
.subscripe .form-group button {
  all: unset;
  display: inline-block;
  background-color: #E05D24;
  color: #fff;
  padding: 15px 40px;
  margin-inline: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.subscripe .form-group button:hover {
  background-color: #A3206C;
  color: #fff;
  cursor: pointer;
}


.your_project {
    all: unset;
    display: inline-block;
    background-color: #E05D24;
    color: #fff;
    padding: 15px 40px;
    margin-inline: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.your_project:hover {
    background-color: #A3206C;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767.5px) {
  .subscripe .form-group input {
    width: 100%;
  }
}
/*end subscripe section*/
/*start footer section*/
.footer {
  padding: 50px;
  border-top: 1px solid rgb(242, 242, 242);
}
.footer .links {
  height: 100%;
}
.footer .links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.footer .links ul li {
  margin: 10px 20px;
}
.footer .links ul li a {
  text-decoration: none;
  color: #2D2D2D;
}
.footer .footer-media p img {
  width: 36px;
}
.footer .footer-media ul {
  display: flex;
  align-items: center;
}
.footer .footer-media ul img {
  width: 50px;
  height: 50px;
}

/*end footer section*/
/*start copyright section*/
.copyright {
  background-color: #2D2D2D;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.copyright p {
  margin: 0;
}
.copyright p a {
  text-decoration: none;
  color: #E05D24;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.copyright p a:hover {
  color: #A3206C;
}

/*end copyright section*/
/*start mf-pages page*/
.mf-d1 {
  padding: 100px;
  background: linear-gradient(45deg, rgba(224, 92, 36, 0.1), rgba(255, 255, 255, 0.1));
}
.mf-d1 .content h6 {
  color: #E05D24;
  margin: 20px 0;
  display: inline-block;
}
.mf-d1 .content ul li {
  margin: 10px 0;
  padding: 0 10px;
  color: #2D2D2D;
}
.mf-d1 .content ul li::before {
  content: "•";
  color: #E05D24;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 0 -15px 0 5px;
}
.mf-d1 .image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.mf-d1 .two-sqrs {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: -1;
}
.mf-d1 .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #EFEEEE;
}
.mf-d1 .two-sqrs div:first-child {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

.mf-d2 {
  padding: 100px;
  background: linear-gradient(45deg, rgba(163, 32, 108, 0.1), rgba(255, 255, 255, 0.1));
}
.mf-d2 .content h6 {
  color: #A3206C;
  margin: 20px 0;
  display: inline-block;
}
.mf-d2 .content ul li {
  margin: 10px 0;
  padding: 0 10px;
  color: #2D2D2D;
}
.mf-d2 .content ul li::before {
  content: "•";
  color: #A3206C;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 0 -15px 0 5px;
}
.mf-d2 .image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.mf-d2 .two-sqrs {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: -1;
}
.mf-d2 .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #EFEEEE;
}
.mf-d2 .two-sqrs div:first-child {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

/*end mf-pages page*/
/*start sites_apps page*/
.sites_apps {
  padding: 70px 100px;
  background: linear-gradient(45deg, rgba(224, 92, 36, 0.1), rgba(255, 255, 255, 0.1));
  position: relative;
}

.sites_apps .app-details {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
.sites_apps .app-details .app-header {
  background: linear-gradient(225deg, #a24a7d, #d38361);
  border-radius: 20px;
  color: #fff;
  padding: 34px;
}

.sites_apps .app-details .app-content {
  padding: 20px;
}
.sites_apps .app-content ul li {
  padding: 0 16px;
  color: #2D2D2D;
  font-size: 18px;
  font-weight:bold;
}
.sites_apps .app-content ul li::before {
  content: "•";
  color: #a24a7d;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 0 -15px 0 8px;
}
.sites_apps .app-content .about-app p {
  color: #888;
  font-size: 16px;
  padding: 0 16px;
}

.sites_apps .main-screens img {
  border-radius: 10px;
  width: 100%;
  height: 420px;
}

.sites_apps .client-review {
  padding: 0 12px;
}
.sites_apps .client-review .review {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 18px;
}
.sites_apps .client-review .review img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.sites_apps .client-review .review .review-content {
  padding: 0 24px;
}
.sites_apps .client-review .review .review-content .header {
  align-items: end;
}
.sites_apps .client-review .review .review-content h6 {
  font-weight: bold;
  font-size: 19px;
}
.sites_apps .client-review .review .review-content p {
  color: #888;
}
.sites_apps .client-review .review .stars {
  display: inline-block;
  font-size: 1.5rem;
  color: #ddd;
}
.sites_apps .client-review .review .star {
  cursor: pointer;
  color: #ff9800;
}
.sites_apps .client-review .review .star.active {
  color: #ffc107;
}

@media (max-width: 767px) {
  .sites_apps .app-details {
    padding: 16px;
  }
  .sites_apps .app-details .app-header {
    padding: 28px;
  }
  .sites_apps .app-details .app-content {
    padding: 4px;
  }
  .sites_apps .main-screens img {
    height: 480px;
  }
  .sites_apps .main-screens .site-image {
    height: 280px;
  }
  .sites_apps .client-review {
    padding: 0;
  }
  .sites_apps .client-review .review {
    padding: 10px;
  }
  .sites_apps .client-review .review img {
    width: 30px;
    height: 30px;
  }
  .sites_apps .client-review .review .review-content {
    padding: 0 12px;
  }
  .sites_apps .client-review .review .review-content .header {
    align-items: start;
  }
  .sites_apps .client-review .review .review-content h6 {
    font-size: 16px;
  }
  .sites_apps .client-review .review .review-content h6 {
    font-size: 16px;
  }
  .sites_apps .client-review .review .stars {
    font-size: 1rem;
  }

}


/*
.sites_apps .content h6 {
  color: #E05D24;
  margin: 20px 0;
  display: inline-block;
}
.sites_apps .content span {
  color: #2D2D2D;
  display: block;
  font-weight: 600;
}
.sites_apps .content ul li {
  margin: 10px 0;
  padding: 0 10px;
  color: #2D2D2D;
}
.sites_apps .content ul li::before {
  content: "•";
  color: #E05D24;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 0 -15px 0 5px;
}
.sites_apps .image {
  display: flex;
  justify-content: center;
}
.sites_apps .image img {
  max-height: 800px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
*/

.sites_apps .two-sqrs {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
.sites_apps .two-sqrs div {
  width: 30px;
  height: 30px;
  background-color: #e7c6d8;
}
.sites_apps .two-sqrs div:first-child {
  background-color: #edd2be;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

/*end sites_apps page*/

/*start whatsapp section*/
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.whatsapp img {
  width: 70px;
  height: 70px;
}
.whatsapp .msg {
  position: absolute;
  top: -35px;
  left: -180px;
}
.whatsapp .msg div {
  background-color: #3FA858;
  color: #fff;
  width: 200px;
  padding: 10px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.whatsapp .msg span {
  width: 15px;
  height: 15px;
  background-color: #3FA858;
  position: absolute;
  bottom: -5px;
  right: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}

/*end whatsapp section*/
/*start to-top section*/
.btn-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #E05D24;
  width: 45px;
  height: 45px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-top:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #E05D24;
  border: 1px solid #E05D24;
  cursor: pointer;
}
.btn-top img {
  width: 15px;
  height: 15px;
}

/*end to-top section*/
@media (max-width: 767px) {
  section:not(.header-section, .main, .whatsapp, .btn-top, .copyright) {
    padding: 100px 10px !important;
  }
}
@media (max-width: 520px) {
  .main {
    height: 110vh;
    background-image: url(../imgs/main-bg-mob.png);
  }
  .main .main-footer ul li {
    width: 50%;
  }
  .main .main-footer ul li a {
    padding: 7px !important;
    flex-direction: column;
  }

  .gallery ul.head li {
    padding: 20px;
  }

  .contact .image img:last-child {
    left: 40px !important;
    margin-top: 70px !important;
  }
  
  .contact .image img:first-child {
    margin-top: 70px !important;
  }

  .testimonials .swiper {
    padding: 15px;
  }

  h2 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
