@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Open Sans", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: "Bebas Neue", sans-serif;*/
/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  scroll-snap-type: y mandatory;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul.wp-block-list,
ol.wp-block-list {
    margin: 16px;
}

ul.wp-block-list li,
ol.wp-block-list li {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 30px;
  padding-left: 16px;
}

ul.wp-block-list li::marker,
ol.wp-block-list li::marker {
    color: #111;
    font-size: 24px;
    font-weight: 500;
}

/* Nested lists */
ul.wp-block-list ul,
ul.wp-block-list ol,
ol.wp-block-list ul,
ol.wp-block-list ol {
    margin-top: 16px;
    padding-left: 28px;
}

/* Unordered list markers */
ul.wp-block-list > li::marker {
    content: "• ";
}

ul.wp-block-list ul > li::marker {
    content: "◦ ";
}

/* Ordered list markers */
ol.wp-block-list {
    list-style-type: decimal;
}

ol.wp-block-list ol {
    list-style-type: lower-alpha;
}

ol.wp-block-list > li::marker {
    font-size: 24px;
    font-weight: 500;
}

ol.wp-block-list ol > li::marker {
    font-size: 20px;
    font-weight: 500;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
section {
  scroll-snap-align: start;
  position: relative;
}
/*End CSS RESET*/

/* Heading */
h1 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 184px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.2px;
  letter-spacing: -2px;
}
h2 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 168px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.2px;
  letter-spacing: -2px;
}
h3 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
}
h4 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
h5 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
h6 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
/* End Heading */

/*Header*/
header .nav {
  position: absolute;
  top: 60px;
  left: 24px;
  width: 100%;
  gap: 48px;
  padding: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
  opacity: 1;
  width: 100%;
  max-width: fit-content;
  z-index: 1000;
  transition: 0.4s;
}
header .nav.mega-open:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border: 1px solid #CACACA;
  background: rgba(238, 238, 238, 0.70); */
  background: rgba(0, 0, 0, 0.75);
  /* box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10) inset, 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(32px); */
  z-index: -1;
  /* height: 470px; */
  height: 100vh;
}
/* header.is-scrolled .nav {
  top: 60px;
  background: rgba(238, 238, 238, 0.70);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10) inset, 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}
header.is-scrolled .nav ul li > a {
  color: #111;
}
header.is-scrolled .nav-logo svg path {
  fill: #111;
}
header.is-scrolled .nav ul li > a:before {
  background: #111;
}
header.is-scrolled .nav ul li.contact_us > a:before {
  background: #111;
}
header.is-scrolled .nav ul li > a svg path {
  fill: #111;
} */
header .nav-logo {
  font-weight: 900;
  letter-spacing: 1px;
  margin-right: 24px;
  font-size: 18px;
}
header .nav-logo a svg {
  width: 100%;
  height: 20px;
}
header .nav ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .nav ul li {
  list-style: none;
}
header .nav ul li:last-child a:hover {
  padding-right: 0;
}
header .nav ul li > a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
  font-family: "Open Sans light", sans-serif;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  padding-right: 0;
  transition: 0.4s;
}
header .nav ul li > a:hover {
  color: #65DBB7!important;
  font-weight: 600;
}
header .nav ul li > a svg {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  display: none;
  transition: 0.4s;
}
header .nav ul li > a svg path {
  fill: #fff;
}
header .nav ul li > a:hover svg {
  opacity: 1;
}
/* header .nav ul li > a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
header .nav ul li > a:hover:before {
  width: 100%;
} */
/* header .nav ul li a.active:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
header .nav.mega-open ul li a.active:before {
  background: #111;
} */
header .mega_menu {
  position: absolute;
  top: 100%;
  left: -1px;
  --target-w: 948px;
  --target-h: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  z-index: 999;
  transition: width .4s cubic-bezier(0.4,0,0.2,1), height .4s cubic-bezier(0.4,0,0.2,1) .22s, opacity .4s ease;
  will-change: width, height, opacity;
}

header .mega_menu .mega_inner {
  padding: 24px 24px 24px 75px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mega-back {
  display: none;
} 
header .mega_menu.is-open {
  width: 100%;
  height: 100%;
  opacity: 1;
  max-height: 80vh;
  height: auto;
}
.other_page header .nav ul li > a svg path {
  fill: #111;
}
.other_page header .nav {
  box-shadow: none;
}
.other_page header .nav,
.other_page header.is-scrolled .nav {
  top: 0;
  left: 0;
  max-width: 100%;
  background: #fff;
  padding: 40px 48px;
}
.other_page header .nav ul li a {
  color: #111;
}
.other_page header .nav ul li > a:before {
  background: #111;
}
.other_page header .nav .nav-logo svg path {
  fill: #111;
}
header .nav.mega-open {
  border-bottom: 0;
  padding: 40px;
  top: 0;
  left: 0;
}
header .nav.mega-open ul li a {
  color: #ffffff;
}
/* header .nav.mega-open .nav-logo a svg path {
  fill: #111;
} */
header .nav.mega-open ul li > a.active svg path {
  fill: #111;
}
header .nav.mega-open ul li > a.active:hover:before {
  background: #111;
  width: 100%;
}
header .nav.mega-open ul li > a.active svg {
  opacity: 1;
  transform: rotate(180deg);
}
header .nav.mega-open:after {
  content: none;
}
header .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

header .mega-main-img {
  position: absolute;
  right: 24px;
  top: 0;
  width: 278px;
  height: 278px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10;
}

header .box:hover .mega-main-img {
  opacity: 1;
  transform: scale(1.02);
  display: none;
}

/* header .box:hover .mega-link {
  opacity: 0.5;
} */

header .mega-link {
  position: relative;
  z-index: 22;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Open Sans light", sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 27px;
  transition: 0.4s;
}

/* header .mega_inner:hover .mega-link {
    opacity: 0.5;
} */

header .mega_inner .box:hover .mega-link {
    /* opacity: 1; */
    color: #65DBB7;
}
header .mega_menu .left_side ul li a {
  position: relative;
  color: #111;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  transition: 0.4s;
}
header .mega_menu .left_side ul li a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
header .mega_menu .left_side ul li a:hover:before {
  width: 100%;
}
header .mega_menu .left_side ul li a:hover {
  padding-right: 0;
}
header .mega_menu .right_side .custom_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  cursor: pointer;
  padding: 4px;
  z-index: 22;
}
header .mega_menu .right_side .custom_btn a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}
header .mega_menu .right_side .custom_btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #65DBB7;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
header .mega_menu .right_side .custom_btn a:hover:before {
  opacity: 1;
  top: 10px;
  bottom: 10px;
  left: 17px;
  right: 16px; 
}
header .mega_menu .right_side .custom_btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .mega_menu .right_side .custom_btn svg path {
  transition: transform 0.4s ease-in-out;
}
header .mega_menu .right_side .custom_btn .corner-tl {
  transform: translate(-25px, 0);
}
header .mega_menu .right_side .custom_btn .corner-tr {
  transform: translate(25px, 0);
}
header .mega_menu .right_side .custom_btn .corner-bl {
  transform: translate(-25px, 0);
}
header .mega_menu .right_side .custom_btn .corner-br {
  transform: translate(25px, 0);
}
header .mega_menu .right_side .custom_btn:hover .corner-tl {
  transform: translate(-12px, 10px);
}
header .mega_menu .right_side .custom_btn:hover .corner-tr {
  transform: translate(12px, 10px);
}
header .mega_menu .right_side .custom_btn:hover .corner-bl {
  transform: translate(-12px, -10px);
}
header .mega_menu .right_side .custom_btn:hover .corner-br {
  transform: translate(12px, -10px);
}
header .mega_menu .view-all {
  position: relative;
  width: fit-content;
  margin-top: 120px;
}
header .mega_menu .view-all a {
  /* position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase; */
  font-family: "Open Sans light", sans-serif;
  font-size: 27px;
  font-weight: 600;
  transition: 0.4s;
}
/* header .mega_menu .view-all a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #65DBB7;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
} */
header .mega_menu .view-all a:hover:before {
  opacity: 1;
  top: 10px;
  bottom: 10px;
  left: 17px;
  right: 16px; 
}
header .mega_menu .view-all svg {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; */
  display: none;
}
header .mega_menu .view-all svg path {
  transition: transform 0.4s ease-in-out;
}
header .mega_menu .view-all:hover .corner-tl {
  transform: translate(10px, 10px);
}
header .mega_menu .view-all:hover .corner-tr {
  transform: translate(-10px, 10px);
}
header .mega_menu .view-all:hover .corner-bl {
  transform: translate(10px, -10px);
}
header .mega_menu .view-all:hover .corner-br {
  transform: translate(-10px, -10px);
}
header .mega_menu.is-open .mega_inner .down_menu {
  display: none!important;
}
header .mega_menu.is-open .mega_inner .down_menu .wrap .left_side ul li a {
  padding-right: 0!important;
}
header .down_menu {
  display: none;
  margin-top: 80px;
}
header .down_menu .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0;
  width: 100%;
  border-top: 2px solid #111;
}
.mobile_btn {
  display: none;
  width: 24px;
  height: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.mobile_btn span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile_btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 0px);
}

.mobile_btn.active span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -5px);
}
header .down_menu_mobile {
  display: none;
}

/* New */
header .nav.mega-open ul li > a {
  text-transform: uppercase;
  font-family: "Open Sans light", sans-serif;
  font-weight: 500;
}
header .mega_menu.is-open .view-all:hover a{
  color: #ffffff;
}
header .nav.mega-open ul li > a:before {
  content: none;
}
header .nav.mega-open ul > li:hover > a {
  color: #65DBB7;
}
header .nav.mega-open ul li > a.active:hover,
header .nav.mega-open ul li > a:hover {
  padding-right: 0!important;
}
header .nav ul li > a.active {
    padding-right: 0px !important;
}
header .nav.mega-open ul li > a.active svg {
    opacity: 0;
}
header .nav.mega-open ul li .view-all a {
  color: #65DBB7;
}


/*End Header*/

/* gallery */
.gallery {
  position: relative;
  padding: 120px 0 80px 24px;
  background: #c4c4c4;
}
.gallery .mySwiperProgressBar {
  position: relative;
  height: 700px;
  padding-bottom: 24px;
}
.gallery .mySwiperProgressBar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery .mySwiperProgressBar video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery .mySwiperProgressBar .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery .mySwiperProgressBar .play_btn.is-hidden {
  opacity: 0;
}
.gallery .mySwiperProgressBar .play_btn button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 32px 20px 40px;
  border: 1px solid #FFF;
  background: #525550;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

/* End gallery */

/*About Project*/
.about_project {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.about_project .wrap {
  padding: 0 0 0 24px;
  display: flex;
  width: 100%;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden; 
}
.about_project .left_side {
  flex-shrink: 0;
  width: 40%;
  flex-basis: 40%;
  min-height: 600px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: width, opacity, transform;
}

.about_project .right_side {
  flex-grow: 1;
  width: 55%;
  flex-basis: 55%;
  background: #111;
  min-width: 0;
  padding: 16px 44px 40px 24px;
  will-change: width, flex-basis;
}
.about_project .left_side .top_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.about_project .left_side .top_info img {
  width: 100px;
  height: 66px;
  aspect-ratio: 50/33;
  display: block;
  object-fit: cover;
}
.about_project .left_side .top_info h1 {
  color: #111;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_project .left_side .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.about_project .left_side .list .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about_project .left_side .list .box p {
  color: #767676;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.about_project .left_side .list .box h4 {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
}
.about_project .left_side .down_txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 531px; 
}
.about_project .left_side .down_txt h2 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  text-transform: uppercase;
}
.about_project .left_side .down_txt p {
  color: #767676;
  font-size: 18px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 20px;
}
.about_project .right_side .gallery {
  width: 100%;
  height: 700px;
  background: transparent;
  padding: 0;
}
.about_project .right_side .gallery .gallery__columns {
  gap: 24px;
  height: 100%;
}
.about_project .right_side .img_box {
  width: 100%;
}
.about_project .right_side .img_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about_project .right_side .two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  padding: 80px 16px;
}
.about_project .right_side .two-column .left_side {
  flex: 1 30%;
  margin-top: 0;
  min-height: auto;
}
.about_project .right_side .two-column .left_side h3,
.about_project .right_side .two-column .left_side h2 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  text-transform: uppercase;
}
.about_project .right_side .two-column .right_side {
  padding-top: 0;
}
.about_project .right_side .two-column .right_side p {
  color: #CACACA;
  font-size: 20px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
}
.about_project .right_side .two-column .right_side .metrics-block {
  flex: 1 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: flex-end;
  gap: 12px;
}
.about_project .right_side .two-column .right_side .metrics-block .boxes {
  flex: 0 40%;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
.about_project .right_side .two-column .right_side .metrics-block .boxes h3 {
  color: #65DBB7;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
}
.about_project .right_side .two-column .right_side .metrics-block .boxes p {
  color: #65DBB7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px;
}
.about_project .right_side .two-column .right_side .wp-block-list {
  width: 100%;
  max-width: 480px;
  float: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about_project .right_side .two-column .right_side .wp-block-list li {
  list-style-type: disc;
  color: #CACACA;
  font-size: 18px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 23.4px;
}
.about_project .right_side .video_box {
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.about_project .right_side .video_box:hover {
  transform: scale(0.95);
}
.about_project .right_side .video_box video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about_project .right_side .video_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about_project .right_side .video_box .play_btn button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 32px 20px 40px;
  border: 1px solid #FFF;
  background: #525550;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}
.about_project .right_side .big_title {
  padding: 40px 16px;
  /* background: #65DBB7; */
  margin: 24px 0;
}
.about_project .right_side .big_title h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
}
.about_project .right_side .gallery .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}

.about_project .right_side .gallery .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: grab;
}

.about_project .right_side .gallery .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: inherit;
  bottom: 0;
  top: auto!important;
  background: #525550;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff!important;
}
.about_project .right_side .testimonial {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 32px;
  padding: 80px 64px;
}
.about_project .right_side .testimonial > p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 33.6px;
}
.about_project .right_side .testimonial .user,
.about_project .right_side .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_project .right_side .testimonial .user img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 50%;
}
.about_project .right_side .testimonial .user h4 {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.about_project .right_side .testimonial .user p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
.service_hero {
  padding: 204px 24px 176px;
}
.service_hero h1 {
  width: 100%;
  max-width: 1392px;
  color: #000;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 86.4px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
/*End About Project*/

/* Related cases */
.want_to_see_more {
  position: relative;
  padding: 80px 24px;
}
.want_to_see_more .wrap h2 {
  color: #111;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  margin-bottom: 16px;
}
.want_to_see_more .wrap .flex_wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.want_to_see_more .wrap .flex_wrap .box {
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.want_to_see_more .wrap .flex_wrap .box img {
  width: 100%;
  height: 331px;
  display: block;
  object-fit: cover;
}
.want_to_see_more .wrap .flex_wrap .box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  gap: 20px;
  opacity: 0;
  transition: 0.4s;
}
.want_to_see_more .wrap .flex_wrap .box .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.want_to_see_more .wrap .flex_wrap .box:hover .txt {
  opacity: 1;
}
.want_to_see_more .wrap .flex_wrap .box .txt h3 {
  position: relative;
  width: 100%;
  max-width: 323px;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.want_to_see_more .wrap .flex_wrap .box .txt p {
  position: relative;
  color: #65DBB7;
  font-size: 10.25px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: 10.25px;
}
/* End Related cases*/

/*Collaborate*/
.collaborate{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  background: #fff;
  color: #000;
  overflow: hidden;
  padding: 60px 24px;
}

.collaborate .collaborate__inner{
  text-align: center;
  position: relative;
}

.collaborate .collaborate__kicker{
  color: #00dfc9;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collaborate .collaborate__title {
  color: #111;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 32px 0 0;
  letter-spacing: -2px;
}

.collaborate .collaborate__line {
  position: relative;
  z-index: 22;
  display: block;
}

.collaborate .collaborate__media {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.collaborate .collaborate__cube {
 display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
   mix-blend-mode: multiply; 
}

.collaborate .custom_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: auto;
  cursor: pointer;
  will-change: transform, opacity;
}
.collaborate .custom_btn a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}
.collaborate .custom_btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.collaborate .custom_btn svg path {
  transition: transform 0.4s ease-in-out;
}
.collaborate .custom_btn .corner-tl {
  transform: translate(-20px, 0);
}
.collaborate .custom_btn .corner-tr {
  transform: translate(20px, 0);
}
.collaborate .custom_btn .corner-bl {
  transform: translate(-20px, 0);
}
.collaborate .custom_btn .corner-br {
  transform: translate(20px, 0);
}
.collaborate .custom_btn:hover .corner-tl {
  transform: translate(-5px, 15px);
}
.collaborate .custom_btn:hover .corner-tr {
  transform: translate(5px, 15px);
}
.collaborate .custom_btn:hover .corner-bl {
  transform: translate(-5px, -15px);
}
.collaborate .custom_btn:hover .corner-br {
  transform: translate(5px, -15px);
}
/*End Collaborate*/

/*top-body-scrolling-text*/
.top-body-scrolling-text {
  overflow: hidden;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #000;
  padding: 4px 0;
  margin-bottom: 0;
}
.top-body-scrolling-text .rail {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  width: max-content;
}
.top-body-scrolling-text .rail h4 {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.25px;
}
/*End top-body-scrolling-text*/

/* Two-column */
.two-column {
  position: relative;
  padding: 80px 24px;
}
.two-column .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.two-column .wrap .left_side,
.two-column .wrap .right_side {
  flex: 1 45%;
}
.contact_us {
  position: relative;
  padding: 100px 48px;
}
body.other_page:has(.two-column.contact_us) .collaborate {
    display: none;
    margin-top: -300px;
}
body.other_page:has(.two-column.contact_us.has_collaborate) .collaborate {
display: block;
}

.contact_us .wrap {
  gap: 32px;
  position: relative;
}
.contact_us .right_side > p {
  position: absolute;
  top: 15%;
  left: 0;
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
  width: 100%;
  max-width: 30%;
}
.contact_us .fluentform label {
  font-family: "Open Sans", sans-serif;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact_us .fluentform input {
  border-radius: 4px;
  border: 1px solid #707070;
  background: #FFF;
  padding: 6px 0 6px 16px;
  color: #707070;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.4s;
}
.contact_us .fluentform .ff-el-input--content {
   padding: 2px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border-color 0.4s ease;
}
.contact_us .fluentform .ff-el-group .ff-el-input--content:focus-within {
  border-color: #111 !important;
}
.ff-default {
  height: 100%;
  min-height: 600px;
}
.ff-default .ff-el-group  .ff-el-form-control:focus {
  border-color: #111 !important;
}
.contact_us .fluentform .ff-el-group:has(.ff-el-form-check) .ff-el-input--content:focus-within {
    border-color: transparent !important;
    box-shadow: none !important;
}

.contact_us .fluentform .ff-el-group:has(.ff-el-form-check) .ff-el-form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.fluentform input[type="checkbox"].ff-el-form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #111;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.fluentform input[type="checkbox"].ff-el-form-check-input:checked {
    background: transparent;
    border: 1px solid #111;
}

.fluentform input[type="checkbox"].ff-el-form-check-input:checked::after {
    content: "✔";
    color: #000;
    background: #65DBB7;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    width: 18px;
    height: 20px;
    bottom: 0;
    right: 0;
    text-align: center;
    top: -4px;
}
.contact_us .frm-fluent-form .ff-t-container {
  gap: 16px;
}
.contact_us .ff-el-form-check span {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact_us .ff-el-input--label {
  margin-bottom: 8px!important;
}
.contact_us .ff-el-form-check-input {
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #111;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  opacity: 0.5;
}
.contact_us .fluentform .ff-el-form-check {
  margin-bottom: 12px;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: red!important;
}
.contact_us .ff-el-input--content textarea {
  resize: none;
  border-radius: 4px;
  border: 1px solid #707070;
  background: #FFF;
  padding: 16px;
  height: 128px;
}
.contact_us .ff_t_c p {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contact_us .ff_t_c p > a {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #707070;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}
.contact_us button.ff-btn {
  position: relative;
  color: #111!important;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  border: 0;
  background-color: transparent !important;
  transition: 0.4s;
}

.contact_us button.ff-btn:hover {
  color: #00dfc9!important;
}
/* End Two-column */

/*Footer*/
.main-footer {
  position: relative;
  background: #111;
  padding: 12px 48px;
}
.main-footer .footer-content {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.main-footer .footer-content .footer-top .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
}
.main-footer .footer-content .footer-top .wrap .custom_btn {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  will-change: transform, opacity;
}
.main-footer .footer-content .footer-top .wrap .custom_btn a {
  position: relative;
  z-index: 2;
  opacity: 1!important;
  transform: translate(0)!important;
  display: flex;
  align-items: center;
  color: #65DBB7;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}
/* .main-footer .footer-content .footer-top .wrap .custom_btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #65DBB7;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.main-footer .footer-content .footer-top .wrap .custom_btn a:hover:before {
  opacity: 1;
  top: 10px;   
  bottom: 10px;
  left: 13px;   
  right: 13px;  
}
.main-footer .footer-content .footer-top .wrap .custom_btn a:hover {
  color: #111;
}
.main-footer .footer-content .footer-top .wrap .custom_btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-footer .footer-content .footer-top .wrap .custom_btn svg path {
  transition: transform 0.4s ease-in-out;
}
.main-footer .footer-content .footer-top .wrap .custom_btn .corner-tl {
  transform: translate(-20px, 0);
}
.main-footer .footer-content .footer-top .wrap .custom_btn .corner-tr {
  transform: translate(20px, 0);
}
.main-footer .footer-content .footer-top .wrap .custom_btn .corner-bl {
  transform: translate(-20px, 0);
}
.main-footer .footer-content .footer-top .wrap .custom_btn .corner-br {
  transform: translate(20px, 0);
}
.main-footer .footer-content .footer-top .wrap .custom_btn:hover .corner-tl {
  transform: translate(-5px, 10px);
}
.main-footer .footer-content .footer-top .wrap .custom_btn:hover .corner-tr {
  transform: translate(5px, 10px);
}
.main-footer .footer-content .footer-top .wrap .custom_btn:hover .corner-bl {
  transform: translate(-5px, -10px);
}
.main-footer .footer-content .footer-top .wrap .custom_btn:hover .corner-br {
  transform: translate(5px, -10px);
} */
.main-footer .footer-content .footer-top .wrap .col:first-child {
  width: 100%;
  max-width: 420px;
}
.main-footer .footer-content .footer-top .wrap .col h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.main-footer .footer-content .footer-top .wrap .col:last-child {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
.main-footer .footer-content .footer-top .wrap .col .box h3 {
  color: #FFF;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.main-footer .footer-content .footer-top .wrap .col .box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 254px;
  padding-left: 0;
}
.main-footer .footer-content .footer-top .wrap .col .box ul li a {
  position: relative;
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
.main-footer .footer-content .footer-top .wrap .col .box h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  width: 100%;
  max-width: 212px;
  height: auto;
}
.main-footer .footer-content .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .footer-content .footer-bottom .left_side a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.main-footer .footer-content .footer-bottom .right_side ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.main-footer .footer-content .footer-bottom .right_side ul li {
  padding: 0 8px;
}
.main-footer .footer-content .footer-bottom .right_side ul a {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  transition: 0.4s;
}
/* End Footer */
@media only screen and (max-width: 1380px) {
  .contact_us .right_side > p {
    top: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_us h2 {
    font-size: 128px;
  }
  header .nav {
    top: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .ff-default {
    min-height: auto;
  }
  header .nav-logo a svg {
    height: 18px;
  }
  .want_to_see_more .wrap .flex_wrap .box img {
    height: auto;
  }
  .want_to_see_more .wrap .flex_wrap .box .txt {
    opacity: 1;
  }
  .contact_us {
    padding: 100px 16px 40px;
  }
  .contact_us .wrap {
    flex-direction: column;
    gap: 0;
  }
  .contact_us h2 {
    margin-bottom: 8px;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.6px;
    letter-spacing: -2px;
  }
  .contact_us .right_side > p {
    position: relative;
    top: 0;
    left: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
  }
  .two-column.contact_us .wrap .left_side,
  .two-column.contact_us .wrap .right_side {
    flex: 1 100%;
    width: 100%;
  }
  .contact_us .fluentform {
    margin-top: 40px;
  }
  .contact_us .frm-fluent-form .ff-t-container {
    flex-direction: column;
  }
  .contact_us .fluentform .ff-el-group {
    margin-bottom: 12px;
  }
  .mobile_btn {
    display: flex!important;
    position: absolute;
    right: 16px;
  }
  .mobile_btn.active {
    height: 14px;
  }
  header .nav-logo a {
    padding-left: 16px;
  }
  header .nav {
    top: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 100%!important;
    padding: 24px 0!important;
    background: #fff!important;
    left: 0!important;
  }
  header .nav.mega-open {
      padding: 24px 0;
  }
  header .nav.mega-open:before {
    content: none;
  }
  header.is-scrolled .nav {
    top: 0;
  }
  .mega-back {
    display: block;
  }
  header .nav-logo a svg path {
    fill: #000;
  }
  header .nav ul {
    flex-direction: column;
  }
  header:has(.mega_menu.is-open.open) .down_menu_mobile.active {
    z-index: -1;
  }
  .services {
    z-index: 99;
  }
  header .nav > ul.show > li:not(:has(.mega_menu)) > a::before {
    content: none;
  }
  header .down_menu_mobile.active .wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  header .down_menu_mobile.active .left_side ul.about_link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
  }
  header .down_menu_mobile.active .left_side ul.about_link li a {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  header .down_menu_mobile.active .left_side ul.social_link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
  }
  header .down_menu_mobile.active .left_side ul.social_link li a {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  header .down_menu_mobile.active .right_side {
    display: flex;
    justify-content: center;
  }
  header .down_menu_mobile.active .right_side .custom_btn {
    position: relative;
    width: 100%;
  }
  header .down_menu_mobile.active .right_side .custom_btn a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    transition: 0.4s;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  header .down_menu_mobile.active .right_side .custom_btn a:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='344' height='54' viewBox='0 0 344 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 44.5V53.5H9.5' stroke='%23111111'/%3E%3Cpath d='M334.5 53.5L343.5 53.5L343.5 44.5' stroke='%23111111'/%3E%3Cpath d='M9.5 0.5L0.5 0.5L0.5 9.5' stroke='%23111111'/%3E%3Cpath d='M334.5 0.5L343.5 0.5L343.5 9.5' stroke='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  header .down_menu_mobile.active .right_side .custom_btn svg {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  header .mega_menu.is-open .mega_inner .down_menu {
    display: none;
  }
  header .nav ul.show {
    display: flex;
    background: #cacaca;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 16px 24px;
    height: 100vh;
  }
  header .nav > ul {
    display: none;
  }

  header .nav > ul.show {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 18px 0;
    height: calc(100vh - 60px);
    z-index: 100;
    gap: 0;
  }

  header .nav > ul.show > li {
    width: 100%;
    position: static;
  }
  header .nav .mega_menu .down_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 200px;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  header .nav > ul.show > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    padding: 16px 0 0px 16px;
  }
header .nav ul.show li > a:before {
    content: "";
    position: absolute;
    left: 86%;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('assets/images/arrow.png') no-repeat center center;
}
header .nav.mega-open ul li a.active:before {
  background: transparent;
}
  header .nav .mega_menu {
    display: block !important;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 110;
    max-height: 100%;
    transition: transform 0.35s ease;
    transform: translateX(0);
    overflow-y: auto;
    padding: 18px 20px 28px;
    box-sizing: border-box;
  }

  header .nav .mega_menu.open {
    transform: translateX(-100%);
  }
  header .down_menu.active {
    display: flex;
    position: fixed;
    bottom: 40px;
    left: 16px;
    right: 16px;
    z-index: 888;
    margin-top: 0;
  }

  header .nav .mega_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    min-height: 100%;
    position: relative;
  }

  .mega-back,
  .mega-close {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #111;
  }

  .mega-back {
    position: relative;
    padding-left: 26px;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }
  .mega-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(assets/images/arrow.png) no-repeat center center;
    transform: rotate(180deg);
  }

  .mega-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 1;
  }

  header .nav .mega_menu .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  header .nav .mega_menu .mega-link {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
  }

  header .nav .mega_menu .left_side img,
  header .nav .mega_menu .mega-main-img {
    display: none;
  }

  header .down_menu .wrap {
    flex-direction: column;
  }

  header .nav .mega_menu .view-all a {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 12px;
  }
  header .nav .mega_menu a {
    text-decoration: none;
  }

  header .nav .mega_menu ul,
  header .nav .mega_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  header .nav .mega_menu .box a:not(.mega-link) {
    font-size: 34px;
    line-height: 0.95;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
  }
  .featured_client {
    margin-bottom: 40px;
  }
  .featured_client .featured_top_title span {
    font-size: 16px;
    line-height: normal;
  }
  .featured_client .featured_top_title {
    justify-content: center;
    flex-direction: column;
  }
  .featured_client .featured_top_title h3 {
    display: none;
  }
  .featured_client .draggable_btn_option .prev_next_btn{
    display: none;
  }
 .featured_client .draggable-marquee__item {
  margin-right: 8px;
 }
  .intro {
      padding: 40px 16px 64px;
  }
  .intro .text_animation {
    max-width: 100%;
    padding: 0;
    gap: 40px;
  }
  .intro .text_animation h2 {
    width: 95%;
    font-size: 32px;
    font-style: normal;
    line-height: 35.2px;
  }
  .our_work {
    padding: 64px 16px;
    margin: 64px 0;
  }
  .our_work .our_work__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.6px;
    text-transform: uppercase;
  }
  .our_work .our_work__grid,
  .our_work .our_work__col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .our_work .work_card {
    min-height: auto;
    margin-bottom: 0;
  }
  .our_work .work_card__media {
    height: 500px!important;
  }
  .our_work .flex_txt {
    opacity: 1;
  }
  .our_work .our_work__col--right .work_card:nth-child(1) {
    margin-top: 0;
  }
  .our_work .our_work__kicker {
    display: none;
  }
  .our_work .our_work__cta .our_work_wrap {
    position: relative;
  }
  .our_work .our_work__cta {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .collaborate {
    padding: 64px 16px;
  }
  .collaborate .collaborate__kicker {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .collaborate .collaborate__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.6px;
    letter-spacing: -2px;
    text-transform: uppercase;
  }
  .main-footer {
    padding: 40px 16px;
  }
  .main-footer .footer-content .footer-top .wrap {
    margin-top: 0;
    flex-direction: column;
  }
  .main-footer .footer-content .footer-top .wrap .col:last-child {
    flex-direction: column;
    gap: 40px;
  }
  .main-footer .footer-content .footer-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .about_project .wrap {
    flex-direction: column;
    padding-left: 0;
  }
  .about_project .left_side {
    width: 100%;
    flex-basis: 100%;
    gap: 40px;
    padding: 0 16px;
    margin-top: 100px;
    min-height: auto;
  }
  .about_project .left_side .top_info h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }
  .about_project .left_side .down_txt h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
  }
  .about_project .left_side .down_txt p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .about_project .left_side .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
  }
  .about_project .left_side .list .box {
    flex: 1 40%;
  }
  .about_project .left_side .list .box p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
  .about_project .left_side .list .box h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
  .about_project .right_side {
    width: 100%;
    flex-basis: 100%;
    padding: 40px 0;
  }
  .about_project .right_side .gallery {
    margin: 32px 0;
    height: auto;
  }
  .about_project .right_side .gallery .gallery__columns {
    padding: 0 16px;
    height: auto;
  }
  .about_project .right_side .img_box {
    height: auto;
  }
  .about_project .right_side .two-column .right_side {
    padding-left: 0;
  }
  .about_project .right_side .two-column .left_side {
    margin-bottom: 0;
    flex: 1 100%;
  }
  .about_project .wrap {
    gap: 16px;
  }
  .about_project .right_side .two-column .left_side h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    text-transform: uppercase;
  }
  .about_project .right_side .two-column .right_side .metrics-block .boxes h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
  }
  .about_project .right_side .two-column .right_side .metrics-block .boxes p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .about_project .right_side .two-column {
    padding: 32px 0;
  }
  .about_project .right_side .two-column .right_side p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .gallery__columns {
    flex-direction: column;
  }
  .other_page header.is-scrolled .nav {
    left: 0;
    top: 0;
  }
  .about_project .right_side .two-column .right_side .wp-block-list {
    float: none;
    margin-left: 34px;
    max-width: 90%;
  }
  .about_project .right_side .two-column .right_side .wp-block-list li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .about_project .right_side .big_title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
  }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto!important;
  }
  .want_to_see_more {
    padding: 40px 16px;
  }
  .want_to_see_more .wrap h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .want_to_see_more .wrap .flex_wrap {
    flex-direction: column;
  }
  .want_to_see_more .wrap .flex_wrap .box .txt h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
  .want_to_see_more .wrap .flex_wrap .box .txt p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
  }
  .about_project .right_side .testimonial {
    padding: 80px 0 40px;
  }
  .about_project .right_side .testimonial > p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 16px;
  }
  .about_project .right_side .testimonial .user h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .about_project .right_side .testimonial .user p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 72px;
    line-height: normal;
  }
  h2 {
    font-size: 64px;
    line-height: normal;
  }
  h3 {
    line-height: normal;
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
    font-style: normal;
  }
  h5 {
    font-size: 18px;
    font-style: normal;
  }
  h6 {
    font-size: 16px;
    font-style: normal;
  }
  ul.wp-block-list li,
  ol.wp-block-list li {
    font-size: 16px;
    line-height: normal;
  }
  .two-column {
    padding: 40px 16px;
  }
  p {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (max-width: 450px) {
  header .nav-logo a svg {
    height: 18px;
  }
   .intro .video-modal video {
      height: 192px;
    }
  .intro .text_animation .intro-btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 64px;
    display: flex;
    align-items: center;
  }
    .intro .text_animation .intro-btn a {
    position: absolute;
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }

  .intro .text_animation .intro-btn > svg {
    position: relative;
    width: 100%;
  }
  .intro .text_animation .intro-btn .corner-bl {
     transform: translate(-25%);
  }
  .intro .text_animation .intro-btn .corner-tl {
    transform: translate(-25%);
  }
  .intro .text_animation .intro-btn .corner-br {
    transform: translate(25%);
  }
  .intro .text_animation .intro-btn .corner-tr {
    transform: translate(25%);
  }
  .intro .text_animation .intro-btn a:before {
    content: none;
  }
  .draggable_btn_option {
    display: flex!important;
  }
  .draggable-marquee__list {
    gap: 8px!important;
  }
  .featured_client .draggable_btn_option .prev_next_btn {
    display: none;
  }
  .featured_client .draggable-marquee__item.is--round {
    margin-right: 0!important;
  }
  .featured_client .featured_top_title h3,
  .featured_client .featured_top_title span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 420px) {
   .intro .text_animation .intro-btn .corner-bl {
     transform: translate(-15%);
  }
  .intro .text_animation .intro-btn .corner-tl {
    transform: translate(-15%);
  }
  .intro .text_animation .intro-btn .corner-br {
    transform: translate(15%);
  }
  .intro .text_animation .intro-btn .corner-tr {
    transform: translate(15%);
  }
}
@media only screen and (max-width: 380px) {
   .intro .text_animation .intro-btn .corner-bl {
     transform: translate(-5%);
  }
  .intro .text_animation .intro-btn .corner-tl {
    transform: translate(-5%);
  }
  .intro .text_animation .intro-btn .corner-br {
    transform: translate(5%);
  }
  .intro .text_animation .intro-btn .corner-tr {
    transform: translate(5%);
  }
}