/* Base CSS */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700&display=swap");

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #3e3b6d;
  font-family: "Inter", sans-serif;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: "Fancyou";
}

body,
html {
  overflow-x: hidden;
}

body {
  color: #737fc7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-family: "Fancyou";
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 25px;
  background: #010303;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouLight.woff2") format("woff2"),
    url("../fonts/FancyouLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou Extra";
  src: url("../fonts/FancyouExtraLight.woff2") format("woff2"),
    url("../fonts/FancyouExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouMedium.woff2") format("woff2"),
    url("../fonts/FancyouMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouBold.woff2") format("woff2"),
    url("../fonts/FancyouBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouRegular.woff2") format("woff2"),
    url("../fonts/FancyouRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouSemibold.woff2") format("woff2"),
    url("../fonts/FancyouSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou";
  src: url("../fonts/FancyouBlack.woff2") format("woff2"),
    url("../fonts/FancyouBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Fancyou Extra";
  src: url("../fonts/FancyouExtraBold.woff2") format("woff2"),
    url("../fonts/FancyouExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}

.container {
  max-width: 1675px;
  margin: auto;
}

/*header--aera--style--start*/

.header__menu ul li {
  display: inline-block;
  width: 147px;
  text-align: center;
  margin: 0 40px;
}

.header__menu ul li a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 40px 0;
  transition: 0.3s;
  opacity: 0.8;
}

.header__social a {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 16px;
  transition: 0.3s;
}
.header__social a:hover {
  background: #149cc8;
}

.header__social {
  display: flex;
  align-items: center;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu ul li a:before {
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  margin: auto;
}

.header__menu ul li:hover a::before {
  width: 100%;
}

.header__menu ul li:hover a {
  color: #fff;
  opacity: 1;
}

/*header--aera--style--end*/

/*contact--page--style--start*/

.contact__wrap {
  max-width: 1570px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.contact__lf {
  width: 38.9%;
}

.contact__ri {
  width: 39%;
}

.contact__area {
  padding-bottom: 100px;
  padding-top: 160px;
  position: relative;
}

.contact__lf span {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 30.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: block;
}

.contact__lf h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 151.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.974px;
  letter-spacing: -14.293px;
  margin-bottom: 50px;
}

.contact__lf p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.955px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #606c6f;
}

.mail__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail__icon img {
  width: 100%;
  height: 100%;
}

.contact__mail__ct {
  max-width: 306px;
  margin-left: 24px;
}

.contact__mail__ct h5 {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 12px;
}

.contact__mail__ct p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact__mail__ct a {
  color: #149cc8;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
}

.contact__mail__ct a img {
  margin-top: 6px;
}

.contact__mail {
  display: flex;
  align-items: start;
}

.contact_box {
  border-radius: 12.289px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4.91566276550293px 73.73493957519531px 0px rgba(0, 0, 0, 0.08);
  padding: 45px 45px 60px 45px;
}

.contact_box h4 {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Fancyou;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.012px;
  margin-bottom: 60px;
}

.contact__single__form label {
  display: block;
  color: #fff;
  font-family: Inter;
  font-size: 17.205px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.578px;
  margin-bottom: 14px;
}

.contact__single__form input {
  width: 100%;
  height: 61px;
  border-radius: 100px;
  border: 1.229px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  padding: 0 22px;
  color: #fff;
  font-family: Inter;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.494px;
}

.contact__single__form input::placeholder {
  opacity: 1;
}

.contact__single__form textarea::placeholder {
  opacity: 1;
}

.contact__single__form textarea {
  width: 100%;
  border-radius: 25px;
  border: 1.229px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  height: 138px;
  padding: 15px 22px;
  color: #fff;
  font-family: Inter;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.494px;
}

.contact__single__form {
  margin-bottom: 20px;
}

.contact__single__form:nth-child(3) {
  margin-bottom: 55px;
}

.contact__bt a {
  width: 100%;
  border-radius: 100px;
  background: #149cc8;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.494px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.contact__bt a:hover {
  background: transparent;
  border: 2px solid #149cc8;
  color: #149cc8;
}

.contact__bt a img {
  margin-left: 11px;
}

textarea,
focus {
  outline: none;
}

input,
focus {
  outline: none;
}

.ctsp1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
}

.ctsp2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 940px;
}

/*contact--page--style--end*/

/*faq--page-style--start*/

.faq__area {
  padding-top: 100px;
  position: relative;
  padding-bottom: 240px;
}

.faq__wrap {
  max-width: 1450px;
  margin: auto;
  position: relative;
  z-index: 99;
  text-align: center;
}

.faq__top span {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 30.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
}

.faq__top h1 {
  color: #fff;
  text-align: center;
  font-family: Fancyou;
  font-style: normal;
  font-weight: 600;
  line-height: 139.974px;
  letter-spacing: -14.293px;
  margin-bottom: 90px;
  font-size: 151.061px;
}

.faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  padding: 0;
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Fancyou;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-left: 56px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-item {
  border-radius: 12.289px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4.91566276550293px 73.73493957519531px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-bottom: 20px;
}

.faq-header {
  margin: 0;
}

.accordion-body p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.955px;
  margin: 0;
  max-width: 1236px;
  text-align: left;
}

.accordion-body {
  padding: 0px 35px 50px 56px;
}

.faq-button[aria-expanded="true"] span img {
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq-button[aria-expanded="false"] span img {
  transform: rotate(0deg);
  transition: 0.3s;
}

.faq-button[aria-expanded="true"] {
  padding-bottom: 20px;
}

.faqsp1 {
  position: absolute;
  top: -31%;
  right: 0;
}

.faqsp2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 940px;
}

/*faq--page-style--end*/

/*footer--area--style--start*/

.header__menu.footer__menu ul li a::before {
  top: 0;
  bottom: auto;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__area {
  border-top: 2px solid #808080;
}

.header__menu.footer__menu ul li a {
  padding: 90px 0;
}

/*footer--area--style--end*/

/*===========================================================portfolio----page--style--start==============================================================*/

.Portfolio__ri {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 546px;
}

.Portfolio__lf {
  width: 37%;
}

.Portfolio__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  flex-wrap: wrap;
}

.Portfolio__sm {
  width: 48.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.Portfolio__big {
  width: 47%;
  height: 100%;
}

.single__sm {
  width: 100%;
  height: 250px;
}

.single__sm img {
  width: 100%;
  height: 100%;
}

.Portfolio__big img {
  width: 100%;
  height: 100%;
}

.Portfolio__lf span {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 30.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}

.Portfolio__lf h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 151.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.974px;
  letter-spacing: -14.293px;
  margin-bottom: 40px;
}

.Portfolio__lf p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.955px;
  margin: 0;
}

.Portfolio__area {
  padding-top: 240px;
  padding-bottom: 120px;
  position: relative;
}

/*project--aera--style--start*/

.project_top h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.974px;
  letter-spacing: -5.793px;
  margin: 0;
}
.project-link {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background: transparent;
  border: 0;
  padding: 8px 16px;
  position: relative;
  margin-left: 30px;
  opacity: 0.8;
  border-bottom: 2px solid transparent;
  padding-bottom: 14px;
}
.project-link.active {
  opacity: 1;
  border-bottom: 2px solid #fff;
}
.project_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.wsp1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
}

.project__wrap {
  position: relative;
  z-index: 9999;
}
.project__sm {
  width: 40.8%;
}
.project__big {
  width: 57.6%;
}
.project__fx {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project__sm__img {
  width: 100%;
}
.project__sm__img img {
  width: 100%;
}
.project_big__img {
  width: 100%;
}
.project_big__img img {
  width: 100%;
}
.project__sm p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Fancyou;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-top: 30px;
}
.project__big p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Fancyou;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-top: 30px;
}
.project__single__box {
  margin-bottom: 80px;
}
.project__area {
  padding-bottom: 100px;
  position: relative;
}

.project__sp1 {
  max-width: 873px;
  position: absolute;
  bottom: -44px;
  left: 0;
}
/*project--aera--style--end*/

/*===========================================================portfolio----page--style--end==============================================================*/

/*===========================================================wprk----page--style--start==============================================================*/

.work__area {
  padding-top: 240px;
  padding-bottom: 130px;
  position: relative;
}
.work__area::before {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #404141;
  content: "";
  left: 0;
  bottom: 0;
}
.work__wrap {
  max-width: 1780px;
  margin-left: auto;
  padding-right: 30px;
}
.work__lf {
  width: 38.5%;
}
.work__ri {
  width: 41.3%;
  margin-left: 80px;
}
.work__fx {
  display: flex;
  align-items: center;
}
.lf_img {
  width: 44.5%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}
.ro-img {
  width: 49%;
  height: 100%;
}
.work_lf__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 497px;
}
.single__lf_img img {
  width: 100%;
}
.single__lf_img.lf-img2 img {
  width: 100%;
}
.ro-img img {
  width: 100%;
  height: 100%;
}
.work__content span {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 30.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: block;
}
.work__content h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 151.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.974px;
  letter-spacing: -14.293px;
  margin-bottom: 50px;
}
.work__content p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.955px;
  max-width: 495px;
  margin-bottom: 40px;
}
.work__content a {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
}
.work__content a img {
  max-width: 60px;
  margin-left: 15px;
}

.work__btm__img {
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.work_btm__img__top {
  width: 288px;
  margin-bottom: 40px;
  margin-left: 14%;
}
.unde__single__img {
  width: 37%;
}
.unde__single__img.undr-sec {
  width: 57.9%;
}
.work__img__undr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work__wrap {
  position: relative;
}
.ws2 {
  position: absolute;
  max-width: 700px;
  top: 0;
  right: 0;
  z-index: -1;
}
.ws1 {
  max-width: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.graphy__lf {
  width: 56.7%;
}
.graphy__ri {
  width: 40.4%;
}
.graphy__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graphy__lf__img {
  width: 29.7%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grapgy__mid {
  width: 33.5%;
  height: 100%;
}
.grapgy__mid a {
  width: 100%;
  display: flex;
  height: 100%;
}
.grapgy__mid a img {
  width: 100%;
  height: 100%;
}
.graphy_img__fx {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lf__single {
  display: flex;
  justify-content: end;
}
.lf__single a img {
  width: 100%;
}
.lf__single a {
  width: 100%;
  display: flex;
}

.lf__single.gp-fst {
  width: 184px;
  margin-left: auto;
}
.lf__single.grp-fst {
  margin: 0;
}

.graphy__area {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.graphy__area:before {
  width: 50%;
  height: 2px;
  background: #606567;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
.grp-sp {
  max-width: 950px;
  position: absolute;
  top: -169px;
  right: 0;
  z-index: -1;
}
.work__ri.work-risec {
  width: 55%;
}
.work__area.work-area-sec.work-last::before {
  display: none;
}
.work__area.work-area-sec.work-last .work__content h1 {
  margin-bottom: 30px;
}

.service_wrap {
  width: 100%;
  border-radius: 12.289px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4.91566276550293px 73.73493957519531px 0px rgba(0, 0, 0, 0.08);
  height: 614px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service_wrap h1 {
  color: #fff;
  text-align: center;
  font-family: Fancyou;
  font-size: 151.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 127.474px;
  letter-spacing: -14.293px;
  margin-bottom: 65px;
  position: relative;
}
.service_wrap a {
  width: 272px;
  height: 74px;
  border-radius: 100px;
  background: #149cc8;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.494px;
  border: 2px solid transparent;
  transition: 0.3s;
  position: relative;
}
.service_wrap {
}
.service_wrap a img {
  margin-left: 11px;
}
.service_wrap a:hover {
  border: 2px solid #149cc8;
  background: transparent;
  color: #149cc8;
}

.service_sp1 {
  position: absolute;
  max-width: 500px;
  top: 0;
  left: 0;
}
.service_sp3 {
  position: absolute;
  max-width: 882px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.service_sp2 {
  position: absolute;
  max-width: 500px;
  top: 0;
  right: 0;
}
.service__area {
  margin-bottom: 130px;
}
.lf__single.grp-fst {
  margin-left: 0 !important;
}
/*===========================================================work----page--style--end==============================================================*/

/*offcanva--area--style--start*/

.header__bar a {
  width: 35px;
  height: 35px;
  background: #149cc8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.header__bar {
  display: none;
}

.offcanva {
  position: fixed;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 999999999999;
  left: -100%;
  top: 0;
  transition: 0.3s;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #4b4a4a;
  z-index: 99999999;
  left: -100%;
  top: 0;
  transition: 0.3s;
  opacity: 0.9;
}
.offcanva__menu ul li a {
  padding: 12px 20px;
  display: block;
  border-bottom: 1px solid #000;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #000;
}
.offcanva__menu {
  margin-top: 80px;
}
.cross a {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  color: #000;
}
.overlay.active {
  left: 0;
}
.offcanva.active {
  left: 0;
}
/*offcanva--area--style--end*/

/*landing---page--style--start*/

#myVideo {
  width: 100%;
  height: 100vh;
}
.header__area.landing__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 999999;
}
/*landing---page--style--end*/

.landing--over video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.overlay__img img {
  width: 100%;
  height: 100%;
}

.video--wrap {
  max-width: 1630px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.video__text h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 151.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 143px;
  letter-spacing: -14.293px;
  padding-bottom: 60px;
  margin-bottom: 50px;
  position: relative;
}
.video__text {
  position: relative;
  z-index: 999999;
}
.video__text p {
  margin: 0;
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 42.455px;
  max-width: 853px;
  opacity: 0.7;
}
.scrl__tx p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
.scroll__icon {
  width: 150px;
  height: 150px;
  display: flex;
  margin: auto;
}
.scroll__icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.video__scroll {
  max-width: 160px;
  position: relative;
  z-index: 999999;
}

/* .landing--zoom {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
} */

.video-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 780px;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
}
.header__area.landing__header {
  /* border-bottom: 1px solid #2b2c2c; */
  border-bottom: 1px solid rgba(43, 44, 44, 0.5);
}

/* .landing--zoom video {
  width: 540px;
  height: 540px;
  display: flex;
  object-fit: cover;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
} */

.video-sp img {
  width: 100%;
  height: 100%;
}

.drone__area {
  width: 100%;
}
.drone__content h4 {
  color: #fff;
  font-family: Fancyou;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
.drone__content h1 {
  color: #fff;
  font-family: Fancyou;
  font-size: 180px;
  font-style: normal;
  font-weight: 600;
  line-height: 147.939px;
  letter-spacing: -18.884px;
  margin-bottom: 50px;
}
.drone__content {
  max-width: 1620px;
  margin: auto;
  position: relative;
  z-index: 9999;
  padding-top: 110px;
}

.video__graphyq h1 {
  margin: 0;
  color: #fff;
  font-family: Fancyou;
  font-size: 180px;
  font-style: normal;
  font-weight: 600;
  line-height: 147.939px;
  letter-spacing: -18.884px;
  /* position: absolute;
  bottom: 115px;
  right: 9%;
  z-index: 99999999999; */
}

.video-sp1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 764px;
}
.video-sp2 {
  position: absolute;
  right: 0;
  max-width: 774px;
  bottom: 0;
}
