* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
}

body {
  font-family: "Rubik", sans-serif;
}

#gradient-canvas {
  width: 200%;
  height: 100%;
  position: absolute;

  /* transform: rotate(-8deg); */
  left: -50%;
  /* top: -20%; */
  top: 0%;
  z-index: -1;
  --gradient-color-1: #ef008f;
  --gradient-color-2: #6ec3f4;
  --gradient-color-3: #7038ff;
  --gradient-color-4: #ffba27;

}

.wavy-svg {
  width: 100%;
  position: absolute;
  bottom: -15%;
  z-index: -1;
}

.wavy-svg svg {
  width: 100%;
}





.lastest-project {
  background-color: #1e1e1e;
}


.container {
  max-width: 110rem;
  margin: 0 auto;
  padding: 1.6rem 3.2rem;
}

.first-grid-card {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  
}

.grid {
  display: grid;
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.protrait-pic {
  width: 100%;
  border-radius: 12px;
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.4rem #ffba27;
}

.interest {
  background-color: black;
}

.highlight {
  color: #ffba27;
}

.interest-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12.8rem;
  width: 55%;
  margin: 0 auto;
  color: #eeeeee;
}

.interest-heading {
  color: #eeeeee;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
}

.interest-p {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.highlight-btn {
  padding: 1.6rem 3.2rem;
  background-color: #ffba27;
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  transition: all 0.3s;
}

.highlight-btn:hover,
.highlight-btn:active {
  background-color: #ffaa27;
}

/*=======================================
          HEADER
  +++++++++++++++++++++++++++++++++++++++
  */
.landing-head {
  font-size: 5rem;
  color: white;
  letter-spacing: -0.75px;
}

.header-description {
  font-size: 1.9rem;
  color: white;
}

.top-bar {
  background-color: black;
  color: white;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  padding: 1.6rem 3.2rem;
}

.first {
  display: flex;
  gap: 1.4rem;
}

.card {
  padding-bottom: 9.6rem;
  gap: 6.4rem;
  align-items: center;
}

.form-grid {
  gap: 2.4rem;
  row-gap: 2.4rem;
  align-items: center;
}
.form {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3.2rem;
  border-radius: 12px;
}

.block {
  display: block;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 1.2rem;
}

.input {
  display: flex;
  flex-direction: column;
}

.form-grid input {
  padding: 1.4rem 1rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
}

.form-grid select {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.4rem;
  border: none;
  color: white;
  width: 100%;
}

.form-grid input::placeholder {
  color: #bbbbbb;
}

.form-button {
  grid-column: 1/-1;
  justify-self: center;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  border-radius: 9px;
  border: none;
  background-color: #ffba27;
  color: white;
  font-size: 1.8rem;
  transition: all 0.3s;
  cursor: pointer;
}

.form-button:hover,
.form-button:active {
  background-color: #ffaa27;
}

.language-btn {
  padding: 1rem 2rem;
  background-color: #e67822;
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  transition: all 0.3s;
}

.language-btn:hover,
.language-btn:active {
  background-color: #cf711f;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-card {
  text-align: center;
  padding-bottom: 9.6rem;
}

.client-testi-head {
  color: #eeeeee;
  font-size: 6rem;
}


.testimonial-grid {
  gap: 2.4rem;
  row-gap: 3.2rem;
  overflow: hidden;
  margin-bottom: 4.8rem;
}

.grid-heading {
  margin: 4.8rem 0;
  font-size: 3.2rem;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}

.logo {
  filter: invert(1) brightness(0.2);
  width: 100%;
}

.heading-description {
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  margin: 0 auto;
}

.grid-2-heading {
  margin: 2.8rem 0;
  font-size: 2rem;
  text-align: center;
  color: #333;
}

.section-1-heading {
  font-size: 2.2rem;
  margin: 4.8rem 0;
  color: #333;
}

.empty {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
}

.section-1-grid {
  gap: 6.2rem;
  margin: 9.6rem 0;
  align-items: center;
}

.section-1-text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.white {
  color: #eeeeee;
}

.section-2 {
  background-color: #e67822;
}

.section-2-grid {
  gap: 2.4rem;
  overflow: hidden;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

.section-2-logo {
  width: 30rem;
  height: 30rem;
}

.text h3 {
  font-size: 2rem;
  color: #333;
  margin-top: 4.8rem;
}

.text p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.grid-img-item {
  width: 40%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.2);
}

.section-3-grid {
  gap: 6.6rem;
  align-items: center;
  margin-bottom: 9.6rem;
}

.flex-display {
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4.8rem;
}
.text {
  width: 50%;
}

.team-desciii {
  line-height: 1.5;
}

.flip {
  flex-direction: row-reverse;
}

.card-img {
  width: 100%;
  border-radius: 12px;
}

.card-head {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.card-text {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.card-section-2 {
  background-color: #cf711f;
  padding: 2.4rem;
  border-radius: 12px;
  transition: all 0.3s;
  box-shadow: 0 0 5px 0.4rem rgba(0, 0, 0, 0.1);
}

.card-section-2:hover,
.card:active {
  transform: translateY(-4%);
}

/*
=========================================
              Section #6
=========================================
*/

.general-faq-section {
  background-color: #fff;
}

.general-faq-heading {
  width: 50%;
  font-size: 3rem;
  margin-top: 3.2rem;
  padding: 6.4rem 0;
  color: black;
  text-align: center;
  margin: 0 auto;
}

.general-faq-flex {
  display: flex;
  flex-direction: column;
  background-color: #e67822;
  padding: 2.4rem;
  border-radius: 12px;
  gap: 2.4rem;
  margin-bottom: 3.6rem;
}


.general-FAQ-SECTION {
  background-color: #e67822;
}

.general-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

.general-faq-heading {
  text-align: center;
  color: #333;
}

.general-faq-grid {
  margin-top: 3.2rem;
  gap: 3.2rem;
}

iframe {
  border-radius: 12px;
}

.general-faq-question {
  font-size: 2.4rem;
  width: 100%;
  border: none;
  color: #eeeeee;
  background-color: #cf711f;
  padding: 2.4rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.general-faq-card {
  border-radius: 12px;
  overflow: hidden;
}

.general-faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #cf711f;
  color: #eeeeee;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
  font-size: 1.8rem;
}

.general-faq-answer.active {
  max-height: 300px;
  padding: 2.4rem;
}

.general-btn-faq {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.general-btn-faq.rotate {
  transform: translate(50%, -50%) rotate(270deg);
}

/*
======================================
NAVBAR
======================================
*/

.nav {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  align-items: center;
  max-width: 130rem;
  margin: 0 auto;
  /* margin-bottom: 9.6rem; */
}

.logo-class {
  width: 12rem;
}

.nav-li {
  position: relative;
}
.nav-links {
  display: flex;
  color: white;
  gap: 2.4rem;
  list-style: none;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  border-bottom: 3px solid #e67822;
}

.service-list {
  display: flex;
  position: absolute;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.8rem;
  width: 100%;
  gap: 1rem;
  border-radius: 12px;
  list-style: none;
  left: 0;
  top: 100%;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.css-header {
  position: relative;
  overflow: hidden;
  background-color: #1e1e1e;
  z-index: 0;
}

.nav-links li a {
  text-decoration: none;
  font-size: 1.8rem;
  color: white;
  font-weight: 500;
}

.service-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid transparent;
}

.service-icon {
  transform: rotate(90deg);
}

.nav-li:hover .service-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.service-list a {
  transition: all 0.3s;
}

.service-list a:hover {
  transform: translateX(20%);
  color: #bbbbbb;
}

.first-card-grid {
  gap: 3.2rem;
  margin-bottom: 9.6rem;
  align-items: center;
}

/*=======================================
          FOOTER
  +++++++++++++++++++++++++++++++++++++++
  */
.footer {
  background-color: #222222;
}

.foot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 6.4rem 0;
}

.foot-heading {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}

.foot-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.foot-link {
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.foot-link:hover,
.foot-link:active {
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
}

.foot-logo {
  width: 12rem;
}

.foot-address {
  font-size: 1.4rem;
  color: #dddddd;
  line-height: 1.5;
}

.foot-flex {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.4rem;
}

.footer-copyright {
  color: #aaaaaa;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 3.6rem;
}

.social-media-icon {
  width: 3rem;
  height: 3rem;
  color: white;
}

.social-media {
  margin-top: 3.2rem;
  display: flex;
  gap: 1.6rem;
}

.hamburger {
  display: none;
  cursor: pointer;
  z-index: 4;
}

.bar1,
.bar2,
.bar3 {
  background-color: #dddddd;
  height: 4px;
  width: 36px;
  margin: 3px;
  border-radius: 10px;
}

.mobilelink {
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
  border-bottom: 2px solid transparent;
}

.mobilelink:hover,
.mobilelink:active {
  border-bottom: 2px solid white;
}

.mobilenav {
  width: 20rem;
  background-color: #333;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  top: 0;
  right: -240px;
  padding: 16px;
  transition: all 1s;
}
.openDrawer {
  transform: translateX(-240px);
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  transition: all 0.5s;
  margin-left: 2.4rem;
}
.mobile-nav-list-2 {
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  /* margin-top: 1.4rem; */
  margin-left: 1rem;
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 1s;
}

.mobile-activate {
  max-height: 100%;
  opacity: 1;
  margin-top: 1.4rem;
}

.rotate {
  transform: rotate(90deg);
}

.mobilelink-2 {
  color: #dddddd;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.mobilelink-2:hover,
.mobilelink-2:active {
  border-bottom: 2px solid #dddddd;
}

.mobile-logo {
  position: absolute;
  top: 10%;
}

.mobile-social {
  position: absolute;
  bottom: 10%;
}

.animateBar1 {
  animation: flipbar1 1s forwards;
}
.animateBar2 {
  animation: fadeBar2 1s forwards;
}
.animateBar3 {
  animation: flipbar3 1s forwards;
}

.service-mobile-button {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.first-section-img {
  width: 100%;
  border-radius: 12px;
}

.logo {
  width: 10rem;
}

.client-grid {
  align-items: center;
  justify-items: center;
  margin: 6.4rem 0;
  gap: 3.2rem;
}

.whatsapp-container {
  position: fixed;
  bottom: 5%;
  right: 2.5%;
  transition: all 0.3s;
  z-index: 9999;
}

.whatsapp-img {
  width: 6rem;
  height: 6rem;
}

.whatsapp-container:hover {
  transform: translateY(-5%);
}

.highlight-ceo {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 2.4rem;
  color: #ffba27;
}

@keyframes flipbar1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg) translate(4px, 10px);
  }
}

@keyframes fadeBar2 {
  from {
    transform: scaleX(1);
    opacity: 1;
  }
  to {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes flipbar3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg) translate(4px, -10px);
  }
}

.foot-address {
  width: 80%;
}

@media only screen and (max-width: 1280px) {
  .landing-head {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .landing-head {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 768px) {

  .grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
  }
  .testimonial-slide {
    padding: 2.6rem;
  }
  .top-bar {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .interest-flex {
    padding: 5rem;
  }
  .interest-heading {
    font-size: 3.2rem;
  }
  .flex-display {
    flex-direction: column;
  }
  .text {
    width: 100%;
  }
  .grid-img-item {
    width: 50%;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 3.6rem;
  }
  .navbar .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .landing-head {
    font-size: 4.8rem;
  }
  .header-description {
    font-size: 1.6rem;
  }
  .btn-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .moeed {
    width: 80%;
  }
  .grid-img-item {
    width: 100%;
 }
}
