*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-drag: none;
}

::-moz-selection {
  color: #000;
  background: orange;
}

::selection {
  color: #000;
  background: #1dd881;
}

::-webkit-scrollbar {
  width: 0.6rem;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  width: 0rem;
  background: #51ffae;
  border-radius: 1rem;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  cursor: default;
  overflow-x: hidden;
  background: #723d69e3;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Alternates", sans-serif;
}

h2 {
  position: relative;
  font-size: 2.5rem;
}

h2::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 0.3rem;
  border-radius: 0.5rem;
  background:#ef0fc9;
  display: block;
  top: 155%;
  left: 50%;
  transform: translate(-55%, -100%);
}

a {
  color: #ffffff;
  text-decoration: none;
}

p {
  line-height: 1.7;
}

.row {
  width: 100rem;
  margin: auto;
}

.btn, .btn-header,
.btn-mixer,
.btn-project,
.btn-project-github,
.btn-show-projects {
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem 2rem;
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
  border: 0.2rem solid transparent;
  border-radius: 0.4rem;
  background: transparent;
  font-size: 1.5rem;
  color: #000;
  transition: all 0.3s;
}
.btn:hover, .btn-header:hover,
.btn-mixer:hover,
.btn-project:hover,
.btn-project-github:hover,
.btn-show-projects:hover {
  color: #ffffff;
}

.navigation-section {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #723d69e3;
  box-shadow: 0 0.3rem 2rem 0 rgba(25, 38, 38, 0.4);
}
.navigation-section .row {
  position: relative;
}
.navigation-section .desktop-navigation-items-container {
  display: grid;
  grid-template: auto/1fr 2fr;
}
.navigation-section .desktop-navigation-items-container .navigation-logo a img {
  max-width: 40%;
}
.navigation-section .desktop-navigation-items-container .navigation-pages {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-section .desktop-navigation-items-container .navigation-pages ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  gap: 2rem;
}
.navigation-section .desktop-navigation-items-container .navigation-pages ul li a {
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  transition: all 0.3s;
  text-transform: capitalize;
}
.navigation-section .desktop-navigation-items-container .navigation-pages ul li a:hover {
  color:#FFB12A;
}
.navigation-section .desktop-navigation-items-container .navigation-pages ul li .active-navigation {
  color: #FFB12A;
}
.navigation-section .mobile-navigation-items-container {
  display: none;
  grid-template: auto/repeat(2, 1fr);
}
.navigation-section .mobile-navigation-items-container .navigation-logo a img {
  max-width: 60%;
}
.navigation-section .mobile-navigation-items-container .navigation-hamburger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-section .mobile-navigation-items-container .navigation-hamburger i {
  font-size: 1.9rem;
  margin-right: 2rem;
  cursor: pointer;
  font-size: 1.9rem;
  margin-right: 2rem;
  cursor: pointer;
  background: #FFB12A;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.navigation-section .mobile-navigation-items-container .navigation-pages {
  width: 100%;
  height: 0;
  position: absolute;
  top: 130%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 0.5rem;
  background: #913B73;
  transition: all 0.3s;
}
.navigation-section .mobile-navigation-items-container .navigation-pages ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
}
.navigation-section .mobile-navigation-items-container .navigation-pages ul li a {
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  transition: all 0.3s;
  text-transform: capitalize;
}
.navigation-section .mobile-navigation-items-container .navigation-pages ul li a:hover {
  color: #FFB12A;
}
.navigation-section .mobile-navigation-items-container .navigation-pages ul li .active-navigation {
  color: #FFB12A;
}
.navigation-section .mobile-navigation-items-container .expand-navigation-pages {
  height: 28rem;
  padding: 1.5rem 0;
}

.header-section {
  width: 100%;
  min-height: 20rem;
  padding: 10rem 0 5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: linear-gradient(rgba(129, 82, 121, 0.5), rgba(129, 82, 121, 0.5)), url("../img/hero-Abuzar.jpg");
  background-size:cover;
}
.header-section .header-content-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-template-rows: auto;
}
.header-section .header-content-container .header-text {
  padding-top: 6rem;
}
.header-section .header-content-container .header-text h1 {
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.7;
}
.header-section .header-content-container .header-text h1 span {
  font-size: 3.9rem;;
  font-weight: 600;
  color: #FFB12A;
}
.header-section .header-content-container .header-text p {
  font-size: 2rem;
  padding: 1rem 0;
  text-transform: capitalize;
}
.header-section .header-content-container .header-text .btn-header {
  border-color: #FFB12A;
  background: #FFB12A;
}
.header-section .header-content-container .header-text .btn-header:hover {
  background: transparent;
}
.header-section .header-content-container .header-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-section .header-content-container .header-image img {
  max-width: 70%;
}

.about-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.about-section .about-heading {
  padding: 1rem 0 5rem 0;
  text-align: center;
}
.about-section .about-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.about-section .about-container {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-template-rows: auto;
}
.about-section .about-container .about-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-section .about-container .about-image .about-image-wrapper {
  width: 25rem;
  height: 25rem;
  border: 0.2rem solid #51ffae;
  border-radius: 50%;
  overflow: hidden;
}
.about-section .about-container .about-image .about-image-wrapper img {
  max-width: 100%;
}
.about-section .about-container .about-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 3rem;
}
.about-section .about-container .about-text .about-text-social-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 2rem;
  list-style: none;
}
.about-section .about-container .about-text .about-text-social-links ul li a i {
  width: 4rem;
  height: 4rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #FFB12A;
  border: 0.2rem solid #FFB12A;
  transition: all 0.3s;
}
.about-section .about-container .about-text .about-text-social-links ul li a i:hover {
  color: #ffffff;
  background: transparent;
}

.service-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.service-section .service-heading {
  padding: 1rem 0;
  text-align: center;
}
.service-section .service-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.service-section .service-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 2rem;
  padding: 4rem 0;
}
.service-section .service-container .service-item {
  padding: 2rem;
  border-radius: 0.4rem;
  text-align: center;
  background: #723d69e3;
  transition: all 0.3s;
}
.service-section .service-container .service-item:hover {
  background: #da85cbe3;
  color:#ffffff;
}
.service-section .service-container .service-item .service-image img {
  max-width: 30%;
}
.service-section .service-container .service-item .service-text {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.service-section .service-container .service-item .service-text h3 {
  font-weight: 600;
}

.skill-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.skill-section .skill-heading {
  padding: 2rem 0;
  text-align: center;
}
.skill-section .skill-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.skill-section .skill-container {
  padding: 2rem 0;
}
.skill-section .skill-container .skill-items-controller {
  width: 40%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.skill-section .skill-container .skill-items-controller .btn-mixer {
  color: #ffffff;
  background: #723d69e3;
}
.skill-section .skill-container .skill-items-controller .btn-mixer:hover {
  color: #000;
  background: #f798e8e3;
}
.skill-section .skill-container .skill-items-controller .active-skills {
  color: #ffffff;
  background: #FFB12A;
}
.skill-section .skill-container .skill-items-container {
  width: 50%;
  margin: auto;
  padding: 2rem 0;
}
.skill-section .skill-container .skill-items-container .skill-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
  margin: 4rem 0;
}
.skill-section .skill-container .skill-items-container .skill-item .skill-item-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-section .skill-container .skill-items-container .skill-item .skill-item-loader {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.8rem;
  background: #ffb12a;
}
.skill-section .skill-container .skill-items-container .skill-item .skill-item-loader .loader {
  width: 0%;
  height: 0.5rem;
  border-radius: 0.8rem;
  background: #ffb12a;
  transition: all 1s ease-in-out;
}

.project-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.project-section .project-heading {
  padding: 2rem 0;
  text-align: center;
}
.project-section .project-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.project-section .project-item-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 4rem;
  align-items: center;
  padding: 4rem 0;
}
.project-section .project-item-container .project-details {
  padding: 4rem 3rem;
  border-radius: 0.8rem;
  background: #1a5555;
}
.project-section .project-item-container .project-details h3 {
  text-transform: capitalize;
}
.project-section .project-item-container .project-details p {
  font-size: 1.4rem;
  padding: 2rem 0;
  text-transform: capitalize;
}
.project-section .project-item-container .project-details p a {
  color: #51ffae;
}
.project-section .project-item-container .project-details .project-item-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-section .project-item-container .project-details .project-item-features .project-item-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.project-section .project-item-container .project-details .project-item-features .project-item-buttons .btn-project {
  border-color: #1dd881;
  background: #1dd881;
}
.project-section .project-item-container .project-details .project-item-features .project-item-buttons .btn-project:hover {
  background: transparent;
}
.project-section .project-item-container .project-details .project-item-features .project-item-buttons .btn-project-github {
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #1dd881;
  background: #1dd881;
  border-radius: 50%;
}
.project-section .project-item-container .project-details .project-item-features .project-item-buttons .btn-project-github:hover {
  background: transparent;
}
.project-section .project-item-container .project-details .project-item-features .project-languages ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  list-style: none;
}
.project-section .project-item-container .project-details .project-item-features .project-languages ul li i {
  font-size: 2.4rem;
  color: #51ffae;
}
.project-section .project-item-container .project-image img {
  padding: 3rem;
  border-radius: 0.8rem;
  background: #733f6a;
  max-width: 100%;
}
.project-section .project-button-container {
  text-align: center;
}
.project-section .project-button-container .btn-show-projects {
  border-color: #ffb12a;
  background: #ffb12a;
}
.project-section .project-button-container .btn-show-projects:hover {
  background: transparent;
}

.testimonial-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.testimonial-section .testimonial-heading {
  padding: 2rem 0;
  text-align: center;
}
.testimonial-section .testimonial-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.testimonial-section .testimonial-container {
  padding: 4rem 0;
}
.testimonial-section .testimonial-container #testimonial .owl-stage {
  display: flex;
}
.testimonial-section .testimonial-container #testimonial .item {
  display: flex;
  height: 100%;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item {
  width: 100%;
  margin: 0 1rem;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background: #733f6a;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-details p {
  text-transform: capitalize;
  font-style: italic;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-rate i {
  color: #ffb12a;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-profile {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 2rem;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-profile .testimonial-image img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-profile .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-profile .testimonial-author h5 {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color:#ffb12a;
}
.testimonial-section .testimonial-container #testimonial .item .testimonial-item .testimonial-profile .testimonial-author h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-section .row .owl-theme .owl-dots {
  padding: 2rem 0;
}
.testimonial-section .row .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.testimonial-section .row .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 0.2rem solid #ffb12a;
  transition: all 0.3s;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  outline: none;
}
.testimonial-section .row .owl-theme .owl-dots .active span,
.testimonial-section .row .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffb12a !important;
  border: 0.2rem solid #ffb12a;
  outline: none;
}

.contact-section {
  width: 100%;
  height: auto;
  padding: 6rem 0;
}
.contact-section .contact-heading {
  padding: 2rem 0;
  text-align: center;
}
.contact-section .contact-heading h2 {
  text-transform: capitalize;
  color:#ffb12a;
}
.contact-section .contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-template-rows: auto;
  padding: 4rem 0;
}
.contact-section .contact-container .contact-phone,
.contact-section .contact-container .contact-address,
.contact-section .contact-container .contact-email {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.contact-section .contact-container .contact-phone .contact-phone-icon i,
.contact-section .contact-container .contact-phone .contact-address-icon i,
.contact-section .contact-container .contact-phone .contact-email-icon i,
.contact-section .contact-container .contact-address .contact-phone-icon i,
.contact-section .contact-container .contact-address .contact-address-icon i,
.contact-section .contact-container .contact-address .contact-email-icon i,
.contact-section .contact-container .contact-email .contact-phone-icon i,
.contact-section .contact-container .contact-email .contact-address-icon i,
.contact-section .contact-container .contact-email .contact-email-icon i {
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #ffb12a;
  border-radius: 50%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb12a;
  transition: all 0.3s;
  font-size: 2.2rem;
}
.contact-section .contact-container .contact-phone .contact-phone-icon i:hover,
.contact-section .contact-container .contact-phone .contact-address-icon i:hover,
.contact-section .contact-container .contact-phone .contact-email-icon i:hover,
.contact-section .contact-container .contact-address .contact-phone-icon i:hover,
.contact-section .contact-container .contact-address .contact-address-icon i:hover,
.contact-section .contact-container .contact-address .contact-email-icon i:hover,
.contact-section .contact-container .contact-email .contact-phone-icon i:hover,
.contact-section .contact-container .contact-email .contact-address-icon i:hover,
.contact-section .contact-container .contact-email .contact-email-icon i:hover {
  color: #000;
  background: #ec87db;
}
.footer-section {
  padding: 2rem 0;
  background: #d16fc1;
}
.footer-section .row {
  text-align: center;
}
.footer-section .row p {
  text-transform: capitalize;
}