:root {
  --color-title: #333333;
  --color-lorem: #898989;
  --color-third: #ebd061;
  --color-fourth: #d9d9d9;
  --color-white: #fff;
  --color-black: #000;
  --linear-primary-right: linear-gradient(to right, #b50009 -50%, transparent);
  --linear-primary-top: linear-gradient(to top, #b50009, transparent);
  --linear-second: linear-gradient(to left, #bd833b, #f1d08e);
  --linear-primary-image: linear-gradient(to right, #bd833b, #f1d08e) 1;
  --bg-main: #1a1a1a;
  --bg-second: #f2edeb;
}
* {
  line-height: normal;
  /* font-weight: 400; */
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
p {
  margin: 0;
}
/* settings-hover-start */
.hover-text-p:hover {
  color: var(--color-primary);
}
/* settings-hover-end */
/* container-boxbox */
.boxbox {
  width: 100%;
}
/* animation-pulse */
.animation-pulse {
  animation: pulse 1s linear infinite;
}
/* setting font family */
.averta-cy {
  font-family: "Averta Std CY";
}
/* settings-font-size-start */
.f-12 {
  font-size: 0.75rem;
}
.f-13 {
  font-size: 0.75rem;
}
.f-14 {
  font-size: 0.875rem;
}
.f-15 {
  font-size: 0.9375rem;
}
.f-16 {
  font-size: 1rem;
}
.f-17 {
  font-size: 1.0625rem;
}
.f-18 {
  font-size: 1.125rem;
}
.f-19 {
  font-size: 1.1875rem;
}
.f-20 {
  font-size: 1.25rem;
}
.f-21 {
  font-size: 1.3125rem;
}
.f-news {
  font-size: 1.4rem;
}
.f-22 {
  font-size: 1.375rem;
}
.f-23 {
  font-size: 1.4375rem;
}
.f-24 {
  font-size: 1.5rem;
}
.f-25 {
  font-size: 1.5625rem;
}
.f-26 {
  font-size: 1.625rem;
}
.f-27 {
  font-size: 1.6875rem;
}
.f-28 {
  font-size: 1.75rem;
}
.f-32 {
  font-size: 2rem;
}
.f-36 {
  font-size: 2.25rem;
}
.f-40 {
  font-size: 2.5rem;
}
.f-48 {
  font-size: 3rem;
}
.f-50 {
  font-size: 3.125rem;
}
.f-64 {
  font-size: 4rem;
}
.f-96 {
  font-size: 6rem;
}
/* settings-font-size-end */
/* settings-fill */
.fill-p {
  fill: var(--color-primary);
}
/* settings-line-height-start */
.lh-25 {
  line-height: 25px;
}
.lh-20 {
  line-height: 20px;
}
.lh-23 {
  line-height: 23px;
}
.lh-27 {
  line-height: 27px;
}
.lh-30 {
  line-height: 30px;
}
.lh-50 {
  line-height: 50px;
}
/* settings-line-height-end */
.pointer {
  cursor: pointer;
}
.trans-dot-1s {
  transition: all 0.1s ease;
}
.trans-dot-2s {
  transition: all 0.2s ease;
}
.trans-dot-3s {
  transition: all 0.3s ease-in-out !important;
}
.trans-dot-4s {
  transition: all 0.4s ease-in-out;
}
.trans-dot-5s {
  transition: all 0.5s ease-in-out;
}
/* setting limit line text start */
/* ---------------- */
/* setttings-flex-box-start */
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.flex-as {
  display: flex;
  align-items: start;
}
.flex-b {
  display: flex;
  justify-content: space-between;
  gap: 156px;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-sc {
  display: flex;
  justify-self: center;
}
.flex-r-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-d-c {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex-c-c-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.flex-fc-ac {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.j-s-c {
  justify-self: center;
}
.j-e {
  justify-content: end;
}
.flex-d-c {
  flex-direction: column;
}
.a-i-s {
  align-items: start;
}
/* setttings-flex-box-end */
.line-clamp-1 {
  @supports (-webkit-line-clamp: 1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-2 {
  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-3 {
  @supports (-webkit-line-clamp: 3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-4 {
  @supports (-webkit-line-clamp: 4) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-5 {
  @supports (-webkit-line-clamp: 5) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-6 {
  @supports (-webkit-line-clamp: 6) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-7 {
  @supports (-webkit-line-clamp: 7) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-8 {
  @supports (-webkit-line-clamp: 8) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
/* setting limit line text end */
/* ---------------- */
/* line staic new cusom */
.static1-line {
  width: 85px;
  height: 5px;
  background-color: var(--color-primary);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.static1-line::before {
  position: absolute;
  width: 5px;
  height: 7px;
  content: "";
  background-color: #fff;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  animation: static1-line 2s linear infinite;
  z-index: 2;
}
@keyframes static1-line {
  0% {
    right: calc(100% + 5px);
  }
  100% {
    right: -5px;
  }
}
/* overflow hidden and position relative */
.pos-over {
  position: relative;
  overflow: hidden;
}
/* overflow hidden */
.over {
  overflow: hidden;
}
/* setting perspective */
.pers {
  perspective: 1000px;
}
/* animation rotateY 3d */
.animate-rotate-3d {
  animation: rotateAnimation 3s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/* animation-shake */
.animation-shake-custom {
  --fa-animation-duration: 2s;
  -webkit-animation-name: fa-shake-custom;
  animation-name: fa-shake-custom;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
@keyframes fa-shake-custom {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  4% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
  }

  16% {
    -webkit-transform: rotate(-27deg);
    transform: rotate(-27deg);
  }

  20% {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
  }

  32% {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }

  36% {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* settings-end */
/* ------------ */
/* setting-grid-start */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* setting-grid-end */

/* settings-text-transform-start */
.t-u {
  text-transform: uppercase;
}
.t-c {
  text-transform: capitalize;
}
.t-un {
  text-decoration: underline;
}
.t-i {
  font-style: italic;
}
.t-u-c {
  text-decoration-color: var(--color-primary);
}
/* settings-text-transform-end */

/* settings-with-div-start */
.w-50 {
  width: 50%;
}
/* settings-with-div-end */

/* settings-font-weight-start */
.f-100 {
  font-weight: 100;
}
.f-200 {
  font-weight: 200;
}
.f-300 {
  font-weight: 300;
}
.f-400 {
  font-family: var(--bs-font-sans-serif);
}
.f-500 {
  font-weight: 500;
}
.f-600 {
  font-family: "Averta-Semibold";
}
.f-700 {
  font-family: "Averta-Bold";
}
.f-800 {
  font-weight: 800;
}
.f-900 {
  font-weight: 900;
}
/* settings-font-weight-end */

/* settings-color-text-start */
.color-primary {
  color: var(--color-primary);
}
.color-second {
  color: var(--color-second);
}
.color-fourth {
  color: var(--color-fourth);
}
.color-lorem {
  color: var(--color-lorem);
}
.color-title {
  color: var(--color-title);
}
/* settings-color-text-start */

/* setting-default */

.w-h-100-c {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-start {
  text-align: start;
}
.wrap-content {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}
.o-co {
  object-fit: cover;
}
.o-ca {
  object-fit: contain;
}
.h-f {
  height: fit-content;
}
.w-h-1-1 {
  width: 100%;
  height: 100%;
}
.border-1-r {
  border: 1px solid red;
}
.border-1-b {
  border: 1px solid blue;
}
.border-1-primary {
  border: 1px solid var(--color-primary);
}
.border-1-second {
  border: 1px solid var(--color-second);
}
.border-1-w {
  border: 1px solid #fff;
}
.border-15-w {
  border: 1.5px solid #fff;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.t-0-l-0 {
  top: 0;
  left: 0;
}
.t-s-0-4-4-25-b {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.b-s-0-4-4-25-b {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.b-s-0-0-15-15-b {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.b-s-0-0-15-10-b {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.b-s-0-0-10-10-b {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.b-s-4-4-10-50-b {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.border-1-w {
  border: 1px solid #fff;
}
.setting-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.setting-image-c {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg-w {
  background-color: #fff;
}
.bg-p {
  background-color: var(--color-primary);
}
.bg-t {
  background-color: var(--color-title);
}
.fc {
  width: fit-content;
}
/* setttings-position */
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.setting-wh {
  width: 100%;
  height: 100%;
}
/* border-radius-start */
.br-5 {
  border-radius: 5px;
}
.br-50 {
  border-radius: 50%;
}
/* border-radius-end */

/* letter-spacing-start */
.lt-16-10 {
  letter-spacing: 1.6px;
}
/* letter-spacing-end */

/* z-index-start */
.z-d-1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
/* z-index-end */

/* setting-position-start */
.pos-c-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* setting-position-end */

/* header-start */
.header-box-contact-icon {
  background-color: var(--color-primary);
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  margin-right: 14px;
  min-width: 45px;
  min-height: 45px;
}

.haeder-box-contact {
  display: flex;
  align-items: center;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 61%;
}
/* header-end */

/* menu-start */
.menu-scroll {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  animation: menu-scroll 0.2s linear;
}
@keyframes menu-scroll {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
.menu-toggle {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  background-color: var(--color-primary);
}
.menu ul li a {
  color: var(--color-title);
  font-size: 16px;
  font-weight: 700;
}
.menu ul li a.active {
  padding-left: 28px;
  position: relative;
}

.menu ul li a.active::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  background-image: url("../images/icon-home.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* menu-end */

/* us-start */
.us-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.us-box {
  width: 100%;
  height: 200px;
  background-color: var(--bg-second);
  border-radius: 5px;
}
.us-box-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 25px 0px 45px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.us-title {
  width: 75%;
}
.us-button {
  padding: 10px 35px;
  border: 1px solid var(--color-fourth);
  width: fit-content;
  height: fit-content;
}
.us-button:hover {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.us-button:hover span {
  color: #fff;
}
.us-title-space {
  margin-bottom: 73px;
}
.us {
  padding: 50px 0;
}
/* us-end */

/* about-start */
.dk-button {
  padding: 19px 49px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-primary);
  overflow: hidden;
  position: relative;
}
.dk-button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 100%;
  top: 100%;
  z-index: 1;
  background-color: var(--color-primary);
  transition: all 0.4s ease;
  border-radius: 50%;
}
.dk-button:hover span {
  color: #fff;
}
.dk-button:hover svg {
  transform: rotate(45deg);
}
.dk-button:hover svg path {
  fill: #fff;
}
.dk-button span {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.dk-button svg {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.dk-button svg path {
  transition: all 0.4s ease;
}
.dk-button:hover:before {
  top: -90px;
  right: -60px;
  width: 300px;
  height: 300px;
}
.dk-button svg path {
  fill: var(--color-primary);
}
.about-text-space {
  margin-right: 7px;
}
.about-lorem {
  margin-top: 28px;
  margin-bottom: 68px;
}
.dk-line-cirle {
  position: relative;
  width: 71px;
  height: 2px;
  background-color: var(--color-primary);
}
.dk-line-cirle::before {
  position: absolute;
  content: "";
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dk-line-cirle::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 15px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-line-space {
  margin-top: 14px;
  margin-bottom: 37px;
}
.dk-icon {
  width: 11px;
  height: 11px;
}
.about-container {
  display: flex;
  justify-content: space-between;
}
.about-left {
  width: 550px;
  height: 607px;
  position: relative;
}
.about-left::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 40%;
  background-image: url("../images/about-airplane.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: -15%;
  top: 0;
}
.about-left::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 60%;
  background-image: url("../images/about-dots.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  right: 28px;
  bottom: 20px;
}
.about-right {
  width: calc(100% - 550px - 59px);
}
.about-exp {
  position: absolute;
  padding: 8px 33px 14px 33px;
  border-left: 4px solid var(--color-primary);
  bottom: 77px;
  right: 74px;
  background: #fff;
  z-index: 3;
}
.about-exp::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: -5px;
}
.about-image-1 {
  width: 415px;
  height: 465px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.about-image-2 {
  width: 415px;
  height: 355px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-image-all:hover img {
  scale: 1.1;
}
.about {
  padding-top: 50px;
  padding-bottom: 46px;
}
.about-lorem p {
  font-size: 16px;
  line-height: 25px;
  color: var(--color-lorem);
  text-transform: capitalize;
  font-family: var(--bs-font-sans-serif);
}
/* about-end */

/* has-start */
.has-container {
  width: 100%;
  /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px; */
}

.has-box {
  width: 100%;
  height: 100%;
}
.has-default {
  width: 100%;
  height: 50%;
  padding: 31px 26px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, var(--color-primary), transparent);
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.has-box:hover .has-default {
  opacity: 0;
  visibility: hidden;
}
.has-box:hover .has-cover {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.has-cover {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  top: 100%;
  left: 0;
  padding: 31px 26px;
  transition: all 0.4s ease;
  background-color: rgba(181, 0, 9, 0.8);
  height: 100%;
  width: 100%;
}
.has-title-space {
  margin-bottom: 19px;
}
.has-box:hover {
  transform: translateY(8px);
}
p.dk-lorem {
  width: 63%;
  display: flex;
  justify-self: center;
  margin-top: 24px;
  margin-bottom: 42px;
  font-family: var(--bs-font-sans-serif);
  text-transform: capitalize;
}
.has-arrow-left {
  position: absolute;
  top: 50%;
  right: calc(100% + 24px);
  transform: translateY(-50%);
}
.has-arrow-right {
  position: absolute;
  top: 50%;
  left: calc(100% + 24px);
  transform: translateY(-50%);
}
.has-wrap .slick-slide {
  margin: 0 10px;
}
.has {
  padding-top: 34px;
  padding-bottom: 46px;
}
.has-bg::before {
  content: "";
  width: 273px;
  height: 212px;
  position: absolute;
  top: 21px;
  right: -109px;
  z-index: -1;
  background-image: url("../images/has-bg-right.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.has::before {
  content: "";
  width: 352px;
  height: 193px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/has-bg-left.png");
  background-size: auto;
  background-repeat: no-repeat;
}
/* has-end */

/* offer-start */
.offer-title-text {
  margin-left: 8px;
}
.offer-title-space {
  margin-bottom: 16px;
}
.offer-content {
  padding: 56px 22px 32px 22px;
}
.offer-na {
  margin-bottom: 10px;
}
.offer-box {
  width: 282px;
}
.offer-box:hover {
  transform: translateY(-10px);
}
.offer-images {
  padding: 7px;
  position: relative;
}
.offer-image-big {
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 181px;
}
.offer-image-small {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 2;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.offer-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.offer-boxes-space {
  margin-top: 53px;
}
.offer {
  width: 100%;
  background-image: url("../images/offer-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 36px;
}
.offer-na:hover {
  color: var(--color-primary);
}
/* offer-end */

/* projects-start */
.projects-box-image,
.projects-box-content {
  height: 400px;
}
.projects-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 55px;
}
.projects-order {
  order: 1;
}
.projects-box-content-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.projects-box-content-title {
  margin-top: 17px;
  margin-bottom: 20px;
}
.projects-view-more {
  margin-top: 23px;
}
.projects-view-text {
  margin-right: 8px;
}
.projects-box-content {
  padding: 50px;
}
.projects {
  padding-top: 30px;
}
.projects-box .projects-box-content:hover {
  background-color: var(--color-title);
}
.projects-box:nth-child(3) .projects-box-content:hover {
  background-color: var(--color-primary);
}
.projects-box:last-child .projects-box-content:hover {
  background-color: var(--color-primary);
}
/* projects-end */

/* process-start */
.process {
  padding-top: 47px;
  padding-bottom: 38px;
}
.process-wrap {
  max-width: 1682px;
  margin: 0 auto;
  background-image: url("../images/process-banner.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.process-box {
  width: calc(100% / 3);
}
.process-box-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  place-self: center;
  margin-bottom: 25px;
  border: 2px dashed var(--color-primary);
  background-color: #fff;
}

.process-box-img {
  width: 74px;
  height: 74px;
}

.process-box-content {
  padding: 17px 40px 22px 40px;
  position: relative;
  background: none;
}

p.process-box-step {
  margin-bottom: 13px;
}
.process-box-content::before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 5;
  background: #fff;
  transition: all 0.3s ease;
}

.process-box:hover .process-box-content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.process-box:hover .process-box-content::before {
  opacity: 1;
  visibility: visible;
}
.process-boxes-1 {
  background-image: url("../images/bg-process-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
svg.process-d-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20%);
}

.process-boxes .process-box:last-child svg {
  display: none;
}
.process-wrap-content {
  padding-top: 97px;
}
.process-boxes-2 {
  margin-top: 45px;
}
.process-boxes-2 {
  background-image: url("../images/process-banner-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row-reverse;
}
.process-boxes-2 .process-d-arrow {
  transform: rotate(180deg) translateY(50%);
}
.process-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(39%) saturate(2%)
    hue-rotate(59deg) brightness(111%) contrast(101%);
}
.process-box:hover .process-box-image {
  border-style: solid;
  background-color: var(--color-primary);
}
.process-boxes-2 .process-box:last-child svg {
  display: block;
}

.process-boxes-2 .process-box:first-child svg {
  display: none;
}
/* process-end */

/* team-start */
.team-line {
  display: flex;
  justify-self: center;
}
.team-image {
  width: 100%;
  height: 375px;
}
.team-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to top, var(--color-primary), transparent);
  transition: all 0.3s ease;
  z-index: 1;
}
.team-image:hover:before {
  opacity: 1;
  visibility: visible;
}

.team-content {
  padding: 33px 24px 22px 24px;
}

p.team-pos {
  margin-bottom: 12px;
}
.team-share-box {
  width: 42px;
  height: 42px;
  background-color: #111111;
  transition: all 0.3s ease;
}
.team-share-box svg path {
  fill: #fff;
  transition: all 0.3s ease;
}
.team-share-box-active {
  background-color: #fff;
}
.team-share-box-active svg path {
  fill: var(--color-title);
}
.team-view {
  position: absolute;
  right: 16px;
  top: 100%;
  background-color: var(--color-primary);
  z-index: 2;
}
.team-wrap {
  position: absolute;
  right: 16px;
  bottom: 0;
  display: flex;
  z-index: 2;
}
.team-wrap-boxes {
  position: absolute;
  right: 100%;
  height: 100%;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  background-color: var(--color-title);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.team-wrap-boxes-active {
  opacity: 1;
  visibility: visible;
}

.team-wrap-box {
  margin-right: 18px;
}

.team-wrap-box:last-child {
  margin-right: 0;
}
.team-box {
  background-color: #fff;
  margin: 0 14.5px;
}
.team-boxes {
  margin-top: 53px;
}
.team-box img:hover {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}
.team {
  padding-top: 35px;
  padding-bottom: 47px;
}
/* team-end */

/* member-start */
.member-input {
  padding: 15px 50px 15px 18px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid var(--color-fourth);
  outline: none;
  color: var(--color-lorem);
}
.member-label {
  position: absolute;
  padding: 0 8px;
  background-color: #fff;
  left: 18px;
  top: -9px;
}
.member-group-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.member-group:nth-child(3) {
  margin-top: 0;
  margin-bottom: 32px;
}
.member-group {
  margin-top: 32px;
}
.member-d-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.member-submit {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  border: none;
  margin-top: 24px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
}
.member-submit:hover p {
  color: #fff;
}
.member-submit:hover svg path {
  fill: #fff;
}
.member-submit::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}
.member-submit:hover:before {
  right: -1px;
}
.member-submit-text {
  margin-right: 9px;
}
.member-main {
  width: 100%;
  display: flex;
  justify-self: end;
  padding: 40px;
  border-top: 3px solid var(--color-primary);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.member-title {
  margin-bottom: 43px;
}
.member-main::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 217px;
  top: 0;
  right: 0;
  background-image: url("../images/member-dots-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.member-main::after {
  content: "";
  position: absolute;
  width: 345px;
  height: 354px;
  bottom: 0;
  left: 0;
  background-image: url("../images/member-dots-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.member-video {
  width: 580px;
  height: 420px;
  position: absolute;
  top: -54px;
  left: 0;
  z-index: 1;
  border-right: 3px solid var(--color-primary);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.member-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.member {
  padding-top: 107px;
}
.member-video-circle {
  width: 92px;
  height: 92px;
  position: relative;
  z-index: 5;
}
.member-circle::before {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -14%;
  left: -13%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member {
  background-image: url("../images/member-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 63px;
}
.member::before {
  content: "";
  position: absolute;
  background-image: url("../images/member-airplane.png");
  background-size: auto;
  background-repeat: no-repeat;
  width: 671px;
  height: 416px;
  bottom: 0;
  left: 32px;
}
.member::after {
  content: "";
  position: absolute;
  background-image: url("../images/member-human-left.png");
  background-size: auto;
  background-repeat: no-repeat;
  width: 277px;
  height: 521px;
  bottom: 0;
  left: 11%;
  z-index: 2;
}
.member-human-right {
  position: absolute;
  width: 262px;
  height: 343px;
  background-image: url("../images/member-human-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 100%;
  top: -57px;
}
.member-container {
  width: 60%;
  display: flex;
  justify-self: end;
}
/* member-end */

/* ques-start */
.ques {
  padding-top: 59px;
  padding-bottom: 54px;
}
.ques-lorem {
  margin-top: 22px;
}
.ques-main {
  width: 55%;
}

.ques-box-collapse {
  width: 100%;
  padding: 19px 0;
  border-bottom: 1px solid #e9e9e9;
}

.ques-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.ques-box-collapse:last-child {
  border-bottom: none;
}
.ques-icon {
  width: 72px;
  height: 72px;
  min-height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--color-primary);
  margin-right: 23px;
  min-width: 72px;
}

.ques-icon-more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.ques-icon-more svg path,
.ques-icon-more svg {
  transition: all 0.3s ease;
}
.ques-icon-more-active svg {
  transform: rotate(90deg);
}
.ques-icon-more-active svg path {
  fill: var(--color-primary);
}
.ques-icon-more:hover svg path {
  fill: var(--color-primary);
}
.ques-box-collapse .card-body {
  padding: 1rem;
  padding-bottom: 0;
  color: var(--color-lorem);
}

.ques-box-collapse .card {
  border: none;
}
.ques-second {
  width: 45%;
  max-height: 530px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.ques-container {
  width: 100%;
  display: flex;
}

.ques-img {
  width: 263px;
  height: 530px;
  position: relative;
}
.ques-img::before {
  position: absolute;
  content: "";
  width: 391px;
  height: 422px;
  border-radius: 500px;
  background-color: rgba(181, 0, 9, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ques-img::after {
  position: absolute;
  width: 171px;
  height: 220px;
  content: "";
  bottom: 45px;
  right: -165px;
  background-image: url("../images/ques-image-bottom-right.png");
  background-size: auto;
  background-repeat: no-repeat;
}

.ques-image {
  width: fit-content;
  height: fit-content;
  position: relative;
}

.ques-image::before {
  position: absolute;
  content: "";
  width: 61px;
  height: 102px;
  top: 17px;
  right: calc(100% + 24px);
  background-image: url("../images/ques-image-top-left.png");
  background-size: auto;
  background-repeat: no-repeat;
}

.ques-image::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 86px;
  top: 68px;
  left: calc(100% + 64px);
  background-image: url("../images/ques-image-top-right.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.ques-button-space {
  margin-top: 25px;
  justify-self: center;
}
p.ques-box-text {
    padding-right: 50px;
}
/* ques-end */

/* newsindex-start */
.newsindex-boxes {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  margin-top: 49px;
}
.newsindex-box {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.newsindex-image img {
  transition: all 0.3s ease;
}
.newsindex-image:hover img {
  scale: 1.1;
}
.newsindex-img {
  width: 375px;
  height: 265px;
  overflow: hidden;
}

.newsindex-content {
  padding: 24px;
}

.newsindex-top-left {
  padding: 9px 25px;
  border-radius: 5px;
  background-color: rgba(181, 0, 9, 0.1);
  width: fit-content;
  margin-right: 29px;
  height: fit-content;
}

.newsindex-top-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: grid;
  place-items: center;
  margin-right: 13px;
}

.newsindex-top {
  display: flex;
  align-items: center;
}

.newsindex-top-right {
  display: flex;
  align-items: center;
}

p.newsindex-title {
  margin-top: 15px;
  margin-bottom: 25px;
}

.newsindex-title:hover {
  color: var(--color-primary);
}

.newsindex-bottom-right svg:hover path {
  fill: var(--color-primary);
}
.newsindex-bottom-right svg:hover {
  transform: rotate(45deg);
}

.newsindex-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--color-fourth);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsindex-bottom-left {
  display: flex;
  align-items: center;
}

p.newsindex-date {
  margin-left: 8px;
}
/* newsindex-end */

/* partner-coop-start */
.partner-coop-boxes {
  margin-top: 43px;
}

.partner-coop-box {
  height: auto;
  width: 100%;
}
.partner-coop-box:hover img {
  scale: 1.1;
  filter: grayscale(0);
}
.partner-coop {
  margin-top: 84px;
  margin-bottom: 62px;
}
.partner-title-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.partner-title-box {
  width: 100%;
  margin-top: 17px;
  position: relative;
  margin-bottom: 47px;
}
p.partner-title {
  width: fit-content;
  background-color: #fff;
}
.partner-title-padding {
  padding: 0 26px;
}
.partner-controll {
  position: absolute;
  border: 1px solid var(--color-fourth);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.partner-icon-left {
  right: calc(100% + 23px);
}
.partner-icon-right {
  left: calc(100% + 23px);
}
.partner-wrap {
  width: 100%;
  position: relative;
  height: fit-content;
}
.partner-coop .slick-slide {
  margin: 0 10.5px;
}
.partner-coop-box img {
  filter: grayscale(100%);
}
/* partner-coop-end */

/* feedback-start */
.feedbback-title-text {
  margin: 0 8px;
}
.feedback-name {
  margin: 18px 0;
}
.feedback-content {
  padding: 22px 15px 37px 15px;
  border: 4px solid var(--color-primary);
  border-top: none;
}
.feedback-boxes {
  max-width: 630px;
  position: relative;
}
.feedback-box-wrap {
  width: 320px;
  background-color: #fbf2f2;
}
.feedback-image {
  padding: 21px 27px 0px 27px;
}
.feedback-img {
  width: 267px;
  height: 279px;
  overflow: hidden;
}
.feedback-img:hover img,
.feedback-image-small:hover img {
  scale: 1.2;
}
.feedback-box-lorem {
  margin-top: 36px;
  width: 90%;
}
.feedback-wrap {
  margin-top: 75px;
}
.feedback {
  background-image: url("../images/feedback-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 94px;
}
.feedback-controll {
  position: absolute;
  top: 38%;
}
.feedback-controll-left {
  right: 100%;
}
.feedback-controll-right {
  left: 100%;
}
.feedback .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-color: #d7d7d7;
}
.feedback .slick-dots li.slick-active button:before {
  background-color: var(--color-primary);
  scale: 1.5;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.feedback .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.feedback .slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.feedback-image-small {
  width: 89px;
  height: 97px;
  position: absolute;
}
.feedback-image-small::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 66px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fbf2f2;
  right: -24px;
  bottom: 0;
}
.feedback-image-small-1 {
  top: 0;
  left: 164px;
}
.feedback-image-small-2 {
  top: 0;
  right: 164px;
}
.feedback-image-small-3 {
  bottom: 140px;
  right: 26px;
}
.feedback-image-small-4 {
  bottom: 140px;
  left: 0;
}
/* feedback-end */

/* contact-start */
.contactindex-main {
  width: 100%;
  display: flex;
  position: relative;
  background-color: rgba(181, 0, 9, 0.8);
}

.contactindex-wrap {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  justify-self: end;
  padding-left: 188px;
}
a.contact-button {
  border-radius: 5px;
}

.contact-button:hover svg{
  transform: rotate(45deg);
}

.contact-button-space {
  padding: 18px 42px;
}

.contact-button > svg {
  margin-right: 13px;
}

p.contactindex-left {
  height: fit-content;
}
.contactindex-main::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  background-image: url("../images/contact-banner-left.png");
  background-size: cover;
}
.contact {
  background-image: url("../images/contact-banner-right.png");
  background-size: contain;
  background-position: right;
}
/* contact-end */

/* footer-start */
.footer {
    background-image: url('../images/bg-footer.png');
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-left-lorem {
  margin-top: 24px;
  margin-bottom: 27px;
}
.footer-icon-call {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  margin-right: 16px;
}
.footer-button-space {
  padding: 6px;
  padding-right: 23px;
}
.footer-ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  border-top: 2px solid var(--color-lorem);
  border-right: 2px solid var(--color-lorem);
  width: 5px;
  height: 5px;
  border-radius: 1px;
}
.footer-latest-article-box-image {
  margin-right: 15px;
}
.footer-latest-article-box-img {
  width: 80px;
  height: 80px;
  border-radius: 2px;
}
.latest-artical-bottom-left {
  margin-bottom: 7px;
}
.footer-latest-article-box {
  margin-bottom: 25px;
}
.footer-latest-article-box:last-child {
  margin-bottom: 0;
}
.footer-powered-box {
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 12px;
}
.footer-powered-box:first-child {
  margin-left: 0;
}
.footer-powered-box a {
  padding: 0 !important;
  margin: 0 !important;
}
.footer-latest-article-box-lorem:hover {
  color: var(--color-primary);
}
.footer-latest-article-box-img:hover img {
  scale: 1.1;
}
.footer-wrap-content {
  padding: 52px 0;
}
/* footer-end */
