:root {
  /* --------------------------------- colors --------------------------------- */
  --primary-color-black: #343434;
  --primary-color-grey: #565656;
  --primary-color-green: #65bc47;
  --primary-color-White: #ffffff;

  --Secondary--color-grey: #8d8d8d;
  --Secondary--color-light-grey: #f1f1f1;

  --tertiary-grey-light: #f8f8f8;
  --tertiary-black: #231f20;

  /* ---------------------------------- sizes --------------------------------- */
  --rem-6: 0.375rem;
  --rem-8: 0.5rem;
  --rem-10: 0.625rem;
  --rem-12: 0.75rem;
  --rem-14: 0.875rem;
  --rem-base: 1rem;
  --rem-18: 1.125rem;
  --rem-20: 1.25rem;
  --rem-22: 1.375rem;
  --rem-24: 1.5rem;
  --rem-26: 1.625rem;
  --rem-28: 1.75rem;
  --rem-30: 1.875rem;
  --rem-32: 2rem;
  --rem-34: 2.125rem;
  --rem-36: 2.25rem;
  --rem-38: 2.375rem;
  --rem-40: 2.5rem;
  --rem-42: 2.625rem;
  --rem-44: 2.75rem;
  --rem-46: 2.875rem;
  --rem-48: 3rem;
  --rem-50: 3.125rem;
  --rem-52: 3.25rem;
  --rem-54: 3.375rem;
  --rem-56: 3.5rem;
  --rem-58: 3.625rem;
  --rem-60: 3.75rem;
  --rem-62: 3.875rem;
  --rem-64: 4rem;
  --rem-66: 4.125rem;
  --rem-68: 4.25rem;
  --rem-70: 4.375rem;
  --rem-72: 4.5rem;
  --rem-74: 4.625rem;
  --rem-76: 4.75rem;
  --rem-78: 4.875rem;
  --rem-80: 5rem;
  --rem-82: 5.125rem;
  --rem-84: 5.25rem;
  --rem-86: 5.375rem;
  --rem-88: 5.5rem;
  --rem-90: 5.625rem;
  --rem-92: 5.75rem;
  --rem-94: 5.875rem;
  --rem-96: 6rem;
  --rem-98: 6.125rem;
  --rem-100: 6.25rem;
  --rem-102: 6.375rem;
  --rem-104: 6.5rem;
  --rem-108: 6.75rem;
  --rem-110: 6.875rem;
  --rem-112: 7rem;
  --rem-114: 7.125rem;
  --rem-116: 7.25rem;
  --rem-118: 7.375rem;
  --rem-120: 7.5rem;
  --rem-122: 7.625rem;
  --rem-124: 7.75rem;

  /* ---------------------------------- fonts --------------------------------- */

  --Source-Sans-Pro: "Source Sans Pro";
  --Roboto: "Roboto";
}

/* -------------------------------------------------------------------------- */
/*                                   mobile                                   */
/* -------------------------------------------------------------------------- */

/* ---------------------------------- hero ---------------------------------- */
.hero {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--tertiary-grey-light);
  /* height: 33.063rem; */
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/Banner_BG_Mobile.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  /* height: 33.063rem; */
  height: 100%;
  z-index: -1;
}

.hero_container {
  display: flex;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
  gap: var(--rem-18);
}
.hero_title {
  font-size: var(--rem-32);
  line-height: var(--rem-34);
  max-width: 73.5rem;
  color: var(--primary-color-black);
}

.hero_content {
  display: flex;
  flex-direction: column;
  gap: var(--rem-22);
}
.hero_descrip {
  max-width: 39.125rem;
  font-size: var(--rem-14);
  line-height: var(--rem-20);
  color: var(--primary-color-black);
}

.cursor_down_btn {
  position: absolute;
  height: var(--rem-26);
  width: 1rem;
  border-radius: 10px;
  border: 2px solid var(--primary-color-black);
  bottom: 5%;
  left: 50%;
  cursor: pointer;
}
.cursor_down_btn::after {
  content: "";
  height: 0.313rem;
  width: 0.313rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--primary-color-green);
  -webkit-animation: UpAndDown 3s infinite;
  animation: UpAndDown 3s infinite;
}

/* -------------------------------- ourAgency ------------------------------- */

.ourAgency_container {
  position: relative;
  padding-top: var(--rem-36);
  padding-bottom: var(--rem-36);
}
.ourAgenc_right {
  margin-top: var(--rem-20);
}
.ourAgenc_righ_span {
  line-height: var(--rem-30);
  display: block;
  text-transform: capitalize;
  color: var(--Secondary--color-grey);
}

.ourAgency_title {
  font-size: var(--rem-30);
  line-height: var(--rem-34);
  margin-top: var(--rem-6);
  color: var(--primary-color-black);
}
.ourAgency_des {
  line-height: var(--rem-20);
  margin-top: 1rem;
  font-size: var(--rem-14);
}

.green_dash {
  display: block;
  height: 0.125rem;
  width: var(--rem-36);
  background-color: var(--primary-color-green);
  margin-top: var(--rem-20);
}

.ourAgenc_left_img {
  border-top-left-radius: var(--rem-10);
  border-top-right-radius: var(--rem-10);
}
/* -------------------------------- services -------------------------------- */

.services {
  background: url(../img/Services_bg_Mobile.png);
  height: 70.375rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.services_container {
  padding-top: var(--rem-90);
  padding-bottom: var(--rem-90);
  overflow: hidden;
}
.services_super_txt {
  display: block;
  font-size: 1rem;
  line-height: var(--rem-30);
  color: var(--primary-color-White);
}
.services_title {
  font-size: var(--rem-30);
  line-height: var(--rem-36);
  max-width: 26.125rem;
}
.services_btn_wraper {
  margin-top: var(--rem-20);
}
.services_right {
  display: flex;
  flex-direction: column;
  margin-top: var(--rem-22);
  align-items: center;
  gap: var(--rem-22);
  position: relative;
}
.services_right_img_wraper img {
  filter: drop-shadow(0px 0px 10px rgba(101, 188, 71, 0.13));
  border-radius: var(--rem-10);
  width: 11.438rem;
}
.services_right_img_wraper:nth-of-type(1),
.services_right_img_wraper:nth-of-type(3) {
  transform: translateX(-40%);
}
.services_right_img_wraper:nth-of-type(2),
.services_right_img_wraper:nth-of-type(4) {
  transform: translateX(40%);
}
/* ----------------------------- awesomeclients ----------------------------- */
.awesomeclients_container {
  padding-top: var(--rem-40);
  padding-bottom: var(--rem-40);
}
.awesomeclients_container span {
  display: block;
  font-size: 1rem;
  line-height: var(--rem-30);
  text-transform: capitalize;
  color: var(--Secondary--color-grey);
}
.awesomeclients_title {
  font-size: var(--rem-30);
  line-height: var(--rem-36);
  color: var(--primary-color-black);
}
.awesomeclients_grid_wrap {
  margin-top: var(--rem-40);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  grid-auto-rows: 1fr;
}
.awesomeclients_grid_item {
  display: grid;
  place-items: center;
}
.awesomeclients_grid_item {
  padding: var(--rem-40) var(--rem-24);
}

.awesomeclients_grid_item:nth-of-type(2n) {
  border-left: 1px solid var(--Secondary--color-light-grey);
}
.awesomeclients_grid_item:not(:last-child) {
  border-bottom: 1px solid var(--Secondary--color-light-grey);
}

/* ------------------------------- somthinCool ------------------------------ */

.somthinCool {
  position: relative;
  z-index: 1;
  background: url(../img/Lets_discuss_BGMobile.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 26.938rem;
}
.somthinCool_container {
  padding-top: var(--rem-20);
  padding-bottom: var(--rem-20);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.somthinCool_title {
  font-size: var(--rem-30);
  line-height: var(--rem-36);
  /* margin-top: var(--rem-100); */
  max-width: 50.813rem;
  margin-left: auto;
  margin-right: auto;
}
.somthinCool_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--rem-32);
}
.cs_shape_1,
.cs_shape_2,
.cs_shape_3,
.cs_shape_4 {
  position: absolute;
  width: var(--rem-12);
  height: var(--rem-12);
}
.cs_shape_1 {
  top: 15%;
  left: 20%;
  animation: rectRoteOne 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation: rectRoteOne 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs_shape_2 {
  right: 10%;
  top: 25%;
  animation: rectRoteTow 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation: rectRoteTow 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs_shape_3 {
  right: 20%;
  bottom: 30%;
  animation: rectRoteThree 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation: rectRoteThree 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_shape_4 {
  left: 13%;
  bottom: 20%;
  animation: rectRotefour 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation: rectRotefour 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
/* -------------------------------------------------------------------------- */
/*                                media queries                               */
/* -------------------------------------------------------------------------- */

/* ? -------------------------------------------------------------------------- */
/* ?                              media query 640px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 40em) {
}

/* ? -------------------------------------------------------------------------- */
/* ?                              media query 768px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 48em) {
  /* ---------------------------------- hero ---------------------------------- */

  .hero::after {
    background: url(../img/Banner_BG_Desktop.png);
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
    height: 100%;
  }
  .hero_container {
    padding-top: 13.375rem;
    padding-bottom: 10.125rem;
  }
  .hero_title {
    font-size: var(--rem-80);
    line-height: 100%;
  }
  .hero_descrip {
    font-size: var(--rem-18);
    line-height: var(--rem-30);
  }
  /* -------------------------------- ourAgency ------------------------------- */

  .ourAgency_container {
    padding-top: var(--rem-60);
    padding-bottom: var(--rem-60);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--rem-30);
  }

  .ourAgency_title {
    font-size: var(--rem-50);
    line-height: var(--rem-60);
  }
  .ourAgency_des {
    margin-top: var(--rem-22);
    font-size: 1rem;
    line-height: var(--rem-24);
  }
  .ourAgenc_left {
    flex: 0.5;
  }
  .ourAgenc_right {
    flex: 0.5;
    margin-top: 0;
    align-self: center;
  }
  /* -------------------------------- services -------------------------------- */
  .services {
    background: url(../img/Service_BG_Desktop.png);
    height: 45rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .services_super_txt {
    font-size: var(--rem-18);
  }
  .services_title {
    font-size: var(--rem-50);
    line-height: var(--rem-60);
  }

  .services_right {
    flex-direction: row;
    margin-top: var(--rem-60);
    gap: var(--rem-40);
  }
  .services_right_img_wraper:nth-of-type(1),
  .services_right_img_wraper:nth-of-type(3) {
    transform: translateX(0%);
    transform: translateY(70%);
  }
  .services_right_img_wraper:nth-of-type(2),
  .services_right_img_wraper:nth-of-type(4) {
    transform: translateX(0%);
  }

  /* ----------------------------- awesomeclients ----------------------------- */

  .awesomeclients_container {
    padding-top: var(--rem-60);
    padding-bottom: var(--rem-60);
  }
  .awesomeclients_container span {
    font-size: var(--rem-18);
  }
  .awesomeclients_title {
    font-size: var(--rem-50);
    line-height: var(--rem-60);
  }
  .awesomeclients_grid_wrap {
    margin-top: var(--rem-90);
    grid-template-columns: repeat(2, 360px);
  }

  /* ------------------------------- somthinCool ------------------------------ */
  .somthinCool {
    background: url(../img/Lets_Discuss_BGDesktop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .somthinCool_container {
    padding-top: var(--rem-60);
    padding-bottom: var(--rem-60);
  }
  .somthinCool_title {
    font-size: var(--rem-50);
    line-height: var(--rem-60);
  }
  .somthinCool_btn_wrap {
    margin-top: var(--rem-44);
  }
}

/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1024px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 64em) {
  /* -------------------------------- ourAgency ------------------------------- */

  .ourAgency_container {
    display: flex;
    gap: var(--rem-30);
    flex-direction: row;
  }
  .ourAgenc_left {
    flex: 0.5;
  }
  .ourAgenc_right {
    flex: 0.5;
    margin-top: 0;
    align-self: center;
  }
}

/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1280px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 80em) {
  /* ---------------------------------- hero ---------------------------------- */

  .hero_content {
    flex-direction: row;
    justify-content: space-between;
    margin-top: var(--rem-112);
    width: 100%;
  }
  .hero_descrip {
    order: 2;
  }
  .hero_btn_wrap {
    align-self: center;
    order: 1;
  }
  /* -------------------------------- ourAgency ------------------------------- */
  .ourAgency_container {
    gap: var(--rem-120);
  }
  .ourAgenc_left img {
    min-width: 37.75rem;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  .ourAgenc_right {
    align-self: center;
  }
  .ourAgenc_righ_span {
    font-size: var(--rem-18);
  }

  /* -------------------------------- services -------------------------------- */

  .services_left {
    margin-top: 7.5rem;
  }
  .services_right {
    transform: translate(26%, -80%);
  }
  .services_right_img_wraper:nth-of-type(2),
  .services_right_img_wraper:nth-of-type(4) {
    transform: translateY(-60%);
  }
  /* ----------------------------- awesomeclients ----------------------------- */

  .awesomeclients_grid_wrap {
    margin-top: var(--rem-90);
    grid-template-columns: repeat(3, 360px);
  }
  .awesomeclients_grid_item:nth-of-type(2n) {
    border-left: unset;
  }
  .awesomeclients_grid_item:not(:last-child) {
    border-bottom: unset;
  }
  .awesomeclients_grid_item:nth-of-type(2),
  .awesomeclients_grid_item:nth-of-type(5) {
    border-left: 1px solid var(--Secondary--color-light-grey);
    border-right: 1px solid var(--Secondary--color-light-grey);
    border-bottom: 1px solid var(--Secondary--color-light-grey);
  }

  .awesomeclients_grid_item:nth-of-type(8) {
    border-left: 1px solid var(--Secondary--color-light-grey);
    border-right: 1px solid var(--Secondary--color-light-grey);
  }
  .awesomeclients_grid_item:nth-of-type(1),
  .awesomeclients_grid_item:nth-of-type(3),
  .awesomeclients_grid_item:nth-of-type(4),
  .awesomeclients_grid_item:nth-of-type(6) {
    border-bottom: 1px solid var(--Secondary--color-light-grey);
  }
  /* ------------------------------- somthinCool ------------------------------ */
  .cs_shape_1,
  .cs_shape_3 {
    width: var(--rem-28);
    height: var(--rem-28);
  }
  .cs_shape_2,
  .cs_shape_4 {
    width: var(--rem-18);
    height: var(--rem-18);
  }
}

/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1440px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 89em) {
  .services_right {
    transform: translate(33%, -80%);
  }

  .ourAgenc_left {
    flex: 0.5;
  }
}

/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1536px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 96em) {
  /* -------------------------------- services -------------------------------- */

  .services {
    background-position: unset;
  }
  /* .services_container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  } */
}

@media (min-width: 126em) {
  /* ---------------------------------- hero ---------------------------------- */
}

/* -------------------------------- animation ------------------------------- */

@keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes rectRoteOne {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes rectRoteTow {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-25px) rotate(-53deg);
  }
}

@keyframes rectRoteThree {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-25px) rotate(-53deg);
  }
}

@keyframes rectRotefour {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(16px) rotate(53deg);
  }
}
