:root {
  --dark-color: 53, 67, 77;
  --light-color: 255, 255, 255;
  --clr-1: 96, 59, 165;
  --clr-2: 1, 135, 137;
  --trans-timing: cubic-bezier(0.65,0,0.35,1);
}

html {
  font-family: "Degular Display";
  font-weight: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: "Degular Display";
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer,
section,
.counter {
  overflow-x: hidden;
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.8s;
  position: relative;
}

a:active,
a:focus {
  color: #f7f7f7;
  outline: 0 !important;
  text-decoration: none;
}

a:hover {
    color: #b4b4b4;
    outline: 0 !important;
    text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

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

h5 {
  font-size: 24px;
}

h4 {
  font-size: 30px;
}

h3 {
  font-size: 40px;
}

h2 {
  font-size: 70px;
}

h1 {
  font-size: 118px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Degular Display";
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: bold;
}

.clr-1 {
  color: #d90000;
}

.clr-2 {
  color: #ffffff;
}

.clr-3 {
  color: #ffa31a;
}

.lh-27 {
  line-height: 27px;
}
.text-black {
  color: #020203;
}
.form-control,
input,
select {
  background: #202020;
  color: #676767;
  padding: 16px 8px 16px 24px;
  transition: 0.3s linear;
  height: auto;
  border-radius: 50px;
  font-size: 16px !important;
  box-shadow: unset;
  width: 100%;
  font-weight: 300;
  border: 1px solid #393939;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: unset;
  background: #202020;
  color: #676767;
  border: 1px solid #393939;
  outline: unset;
}

.form-control:focus::placeholder,
input:focus::placeholder {
  color: #676767;
  font-weight: 300;
}

.form-control::placeholder,
input::placeholder {
  color: #676767;
  font-weight: 300;
  font-size: 16px;
  opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
}
.btn,
button {
  padding: 3px;
  border-radius: 50px;
  background: rgb(255 255 255 / 16%);
}
.dark_btn .span-main {
    color: #fff !important;
}
.btn .span-main, button .span-main {
    background: #ffffff;
    padding: 14px 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #000000;
    color: #000;
    transition: 0.5s linear;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
}
.btn-2 .span-main, button .span-main {
    background: #d90000;
    border: 1px solid #ffffff;
}
.btn-3 .span-main, button .span-main {
    background: #ffffff;
    border: 1px solid #d90000;
}
.dark_btn .span-main span img {
    filter: brightness(10);
}
.dark_btn .span-main:hover img{
    filter: brightness(0) !important;
}
.dark_btn .span-main img{
    transition: 0.5s linear;
}
.btn:active .span-main, .btn:focus .span-main, .btn:hover .span-main, button:active .span-main, button:focus .span-main, button:hover .span-main {
    background: #d90000;
    border: 1px solid #d90000;
    color: #fff;
}
.btn:hover .span-main span img{
    filter: brightness(10);
}
.btn .span-main span img{
    transition: 0.5s linear;
}
.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
  background: #ffffff57;
}
.btn-2:active .span-main, .btn-2:focus .span-main, .btn-2:hover .span-main {
    background: #ffffff;
    border: 1px solid #d90000;
    color: #000 !important;
}
.btn-3:active .span-main, .btn-3:focus .span-main, .btn-3:hover .span-main {
    background: #000000;
    border: 1px solid #d90000;
}
.text-gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(100deg, rgb(217 0 0) 0%, rgb(255 255 255) 100%);
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    animation: movinggradient ease-in-out 2s infinite alternate;
}
@keyframes movinggradient {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.invisible-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f500;
  border-radius: 0;
}
.invisible-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f500;
}
.invisible-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ee307300;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  padding-top: 30px;
}
.header-menu-main-ul .li-header-ul-list-main {
  transition: 0.3s linear;
}
.header-menu-main-ul .li-header-ul-list-main ul li a {
  color: white;
  font-size: 14px;
}
.header-menu-main-ul .li-header-ul-list-main ul li a:hover {
    color: #b4b4b4;
}
.header-menu-main-ul .li-header-ul-list-main ul {
  gap: 40px;
  width: auto;
  transition: 0.3s linear;
}
.header-menu-main-ul .li-header-ul-list-main.open {
  display: none !important;
}
.menu-toggle {
  width: 20px;
  height: 10px;
  display: block;
  position: relative;
}
.menu-toggle .menu-toggle-bar {
  width: 100%;
  height: 1px;
  background: #6b6b6b;
}
.menu-toggle .menu-toggle-bar-one {
  position: absolute;
  right: 0;
  top: 4px;
  left: 0;
  transition: 0.2s linear;
  transform: translate(0, 0) rotate(45deg);
}
.menu-toggle .menu-toggle-bar-two {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  transition: 0.2s linear;
  transform: translate(0, 0) rotate(-45deg);
}
.header-menu-main-ul .three {
  margin-left: 30px;
}
.menu-toggle.active .menu-toggle-bar-one {
  transform: translate(0, 0) rotate(0deg);
  top: 0;
}
.menu-toggle.active .menu-toggle-bar-two {
  transform: translate(0, 0) rotate(0deg);
  bottom: 0;
}
.header-menu-main-ul .one {
  padding-right: 25px;
}
.header-menu-main-ul .one::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #525252;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.header-menu-main-ul .two {
  padding-left: 32px;
}
.header-menu-main-ul {
  background: linear-gradient(
    180deg,
    rgba(24, 24, 24, 1) 0%,
    rgba(56, 56, 56, 1) 100%
  );
  border: 1px solid #393939;
  border-radius: 50px;
  padding: 15px 23px;
  transition: 0.3s linear;
}
.text-stroke {
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: #ffffff00;
  fill: unset;
}
.index-wrap-1 h1 {
  line-height: 92px;
}
.index-wrap-1 {
  padding: 200px 0px 258px;
}
.index-wrap-1 video {
  position: absolute;
  right: 2%;
  top: 0;
  height: 100%;
}
.banner-circle-1 {
  position: absolute;
  left: -5%;
  bottom: -18%;
}
.banner-triangle-1 {
  position: absolute;
  left: 20%;
  bottom: 3%;
}
.banner-circle-2 {
    position: absolute;
    left: 0;
    right: -145px;
    bottom: -36%;
    margin: 0 auto;
    filter: hue-rotate(-100deg);
}
.banner-triangle-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 582px;
}
.index-wrap-2 {
  padding: 114px 0px 80px;
  clip-path: ellipse(75% 100% at 50% 110%);
  margin-top: -7%;
  background: black;
}
.social-ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
  margin-bottom: 10px;
}
.social-ul li a img {
  filter: brightness(0) invert(1);
}
.social-ul li a:hover {
  background: #d90000;
  border: 1px solid #ffffff;
  transform: scale(1.2);
}
.social-ul li a:hover img {
  filter: brightness(10);
}
.social-ul {
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 21%;
  z-index: 9;
}
.wrpa-1-item-img {
  position: absolute;
  right: 10%;
  top: 34%;
  z-index: 9;
}
.wrap-1-circle-text-main {
  position: absolute;
  right: 0;
  left: 0;
  top: -95px;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 9;
}
.mouse-div {
  width: 25px;
  height: 43px;
  border: 3px solid white;
  border-radius: 20px;
  position: relative;
  padding: 3px 0px;
}
.mouse-div::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d90000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: mouse-div 2s ease-in-out infinite;
  transition: 0.3s linear;
}
@keyframes mouse-div {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-24px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.mouse-div-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-table;
}
.wrap-1-circle-text-main-img {
  animation: 15s linear infinite asteroid;
}
@keyframes asteroid {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
.index-wrap-3 {
  background: #171717;
  padding: 40px 0px;
}
.index-wrap-4 h2 {
  font-size: 70px;
}
.index-wrap-4 .p-head {
  font-size: 27px;
}
.index-wrap-4 ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #212121;
  width: 100%;
  height: 85%;
  border-radius: 50px;
}
.index-wrap-4 ul li {
  color: #5e5e5e;
  cursor: pointer;
  background: linear-gradient(
    100deg,
    rgba(32, 237, 192, 0) 0%,
    rgba(255, 217, 120, 0) 100%
  );
  font-size: 23px;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 40px;
  box-shadow: 0px 0px 4px #20edc000;
  transition: 0.3s linear;
  position: relative;
}
.index-wrap-4 ul li.current {
    background: linear-gradient(100deg, rgb(217 0 0) 0%, rgb(0 0 0) 100%);
    box-shadow: 0px 0px 26px #ffffffb0;
    color: #ffffff;
}
.index-wrap-4 ul {
  gap: 30px;
}
.index-wrap-4 h6 {
  font-size: 27px;
}
.index-wrap-4 h3 {
  font-size: 50px;
}
.span-style {
  padding: 0px 10px;
  border-radius: 17px;
  display: inline-block;
  border: 2px solid white;
  transform: rotate(358deg);
  margin-left: 8px;
}
.index-wrap-4 .my-tabs p {
  font-size: 25px;
  line-height: 39px;
}
.index-wrap-4 .my-tabs {
  padding-top: 60px;
}
.index-wrap-4 {
  padding: 70px 0px 70px;
}
.service-section-item {
  position: absolute;
  right: 0;
  bottom: -8%;
}
.index-wrap-4 .service-img-main {
  transition: 0.2s linear;
}
.index-wrap-4 .service-img-main:hover {
  filter: drop-shadow(0px 0px 50px #20edc06b);
}
.wrap-4-item-img {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 9%;
  margin: 0 auto;
}
.index-wrap-5 h6 {
  font-size: 27px;
}
.p-head {
  font-size: 25px;
  font-weight: 500;
}
.index-wrap-5-item-img {
  width: 550px;
  height: 550px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-wrap-5-item-main .portfolio-catogrie-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0);
  transition: 0.4s linear;
}
.index-wrap-5-item-img-main {
  z-index: 1;
}
.index-wrap-5-item-main.active .portfolio-catogrie-shape-1 {
  transform: scale(1);
}
.index-wrap-5 {
  background: white;
  padding: 70px 0px;
}
.index-wrap-5-item-main .index-wrap-5-item-content h3 {
  font-size: 45px;
}
.index-wrap-5-item-main .index-wrap-5-item-content p {
  font-size: 25px;
}
.index-wrap-6 {
  padding: 80px 0px;
  background: linear-gradient(89deg, #20edc1 38%, #ffd878 100%);
}
.index-wrap-6 h2 {
  font-size: 90px;
  line-height: 90px;
  padding-bottom: 35px;
}
.index-wrap-6 h2 .span-style {
  padding: 0px 10px;
  border-radius: 17px;
  display: inline-block;
  border: 2px solid white;
  transform: rotate(358deg);
  margin-top: 8px;
  margin-left: 0px;
}
.wrap-6-shapes {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrap-6-item-img {
  position: absolute;
  right: 16%;
  top: -15px;
}
.wrap-6-item-2 {
  position: absolute;
  left: 0;
  right: 11%;
  top: 0;
  bottom: 22%;
  margin: auto;
}
.index-wrap-7-main-item {
  background: #1b1b1b;
  border-radius: 28px;
  padding: 55px 50px 65px;
}
.index-wrap-7 .tabs-pkg-parent {
  gap: 22px;
}
.index-wrap-7 .tabs-pkg-parent::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #212121;
  width: 100%;
  height: 85%;
  border-radius: 50px;
}
.index-wrap-7 .tabs-pkg-parent li {
  color: #5e5e5e;
  cursor: pointer;
  background: linear-gradient(
    100deg,
    rgba(32, 237, 192, 0) 0%,
    rgba(255, 217, 120, 0) 100%
  );
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 18px 41px;
  box-shadow: 0px 0px 4px #20edc000;
  transition: 0.3s linear;
  position: relative;
}
.index-wrap-7 .tabs-pkg-parent li.current {
    background: linear-gradient(100deg, rgb(217 0 0) 0%, rgb(0 0 0) 100%);
    box-shadow: 0px 0px 26px #20edc1b0;
    color: #ffffff;
}
.index-wrap-7 .my-tabs h3 {
  font-size: 35px;
}
.index-wrap-7 .my-tabs .p-head {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
}
.index-wrap-7 .span-style {
  padding: 0px 6px;
  border-radius: 11px;
  display: inline-block;
  border: 1px solid white;
  transform: rotate(358deg);
  margin-left: 5px;
}
.index-wrap-7 .pkg-name-main h4 {
  font-size: 29px;
}
.index-wrap-7 .pkg-name-main h5 {
  font-size: 64px;
}
.index-wrap-7 .pkg-name-main h5 span {
  font-size: 31px;
  font-weight: 300;
}
.index-wrap-7 .pkg-name-main h5 del {
  font-size: 16px;
  font-weight: 300;
}
.index-wrap-7 .pkg-name-main p {
  font-size: 16px;
  font-weight: 500;
}
.index-wrap-7 .pkg-name-main {
  background: linear-gradient(89deg, #20edc1 8%, #ffd878 100%);
  border-radius: 25px;
  padding: 20px 35px;
  height: 350px;
  display: inline-flex;
  align-items: center;
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
  width: 100%;
}
.index-wrap-7 .pkg-list-main {
  border-radius: 25px;
  padding: 20px 28px;
  display: inline-flex;
  align-items: center;
  height: 350px;
  background: #232323;
  width: 100%;
}
.index-wrap-7 .pkg-list-main ul li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 21px;
  position: relative;
}
.index-wrap-7 .pkg-list-main ul {
  height: 265px;
  overflow-y: scroll;
}
.index-wrap-7 .pkg-list-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url("../images/icons/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  filter: invert(1);
}
.index-wrap-7-item-1 {
  position: absolute;
  right: 19%;
  top: 9%;
  transform: rotate(26deg);
}
.index-wrap-7 {
  padding: 80px 0px 110px;
}
.index-wrap-8 .p-head {
  font-size: 25px;
}
.index-wrap-8-item-1 {
  position: absolute;
  left: 10px;
  top: -39px;
}
.index-wrap-8 {
  padding: 80px 0px 150px;
  transition: 0.3s linear;
}
.index-wrap-8.in-viewport {
  background: white;
}
.process-item .process-item-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 34px;
  overflow: hidden;
}
.process-item .process-item-img-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s linear;
  transform: scale(0) rotate(100deg);
  opacity: 0;
}
.process-item:hover .process-item-img-shape {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.process-item .process-h-one {
  height: 550px;
}
.process-item .process-h-two {
  height: 380px;
}
.process-item .process-item-content h3 {
  font-size: 33px;
}
.process-item .process-item-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.process-item .process-item-content {
  padding-top: 22px;
}
.process-item .process-item-content .process-item-content-parah {
  height: auto;
  overflow-y: scroll;
}
.margin-top-custom {
  margin-top: -1%;
}
.process-slider .slick-list {
  padding-top: 80px;
}
#progress-cursor {
  position: relative;
  cursor: none;
}

#custom-cursor {
  display: none;
  width: 125px;
  height: 125px;
  position: absolute;
  background: url("../images/cursor.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
}
.index-wrap-8-item-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-wrap-8-item-3 {
  position: absolute;
  left: 0;
  top: 25px;
}
.index-wrap-9 h2 {
  font-size: 90px;
  padding-bottom: 35px;
}
.wrap-9-span-style {
  padding: 5px 15px;
  border-radius: 9px;
  display: inline-block;
  border: 2px solid white;
  margin-left: 23px;
  font-size: 40px;
  transform: translate(2px, -22px) rotate(354deg);
}
.index-wrap-9 {
  padding: 50px 0px 60px;
  background: #1f1f1f;
}
.index-wrap-9-shapes {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-wrap-10 .p-head {
  font-size: 25px;
}
.index-wrap-10-item-one {
  position: absolute;
  left: -29px;
  top: -96px;
  transform: rotate(199deg);
}
.index-wrap-10 {
  padding: 90px 0px 120px;
}
.review-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-content {
  background: linear-gradient(89deg, #20edc1 8%, #ffd878 100%);
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
  padding: 40px 38px 38px 38px;
}
.review-content .content p {
  line-height: 29px;
  color: #000000;
}
.review-content .content {
  max-height: 115px;
  overflow-y: scroll;
  margin-top: 12px;
}
.review-name h3 {
  font-size: 46px;
}
.review-name .review-name-p {
  font-size: 22px;
}
.review-name {
  padding: 0px 0px 40px 40px;
}
.review-product-img {
  position: absolute;
  left: -9%;
  bottom: -3%;
  z-index: 1;
}
.review-slider .slick-next,
.review-slider .slick-prev {
  width: 90px;
  height: 90px;
  background: #202020;
  border-radius: unset;
}
.review-slider .slick-next:hover, .review-slider .slick-prev:hover {
    background: #ffffff;
}
.review-slider .slick-next::before,
.review-slider .slick-prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 31px;
  height: 23px;
  filter: brightness(0) invert(1);
}
.review-slider .slick-next:hover::before,
.review-slider .slick-prev:hover::before {
  filter: unset;
}
.review-slider .slick-next:focus,
.review-slider .slick-prev:focus {
  background: #f8c951;
}
.review-slider .slick-next:focus::before,
.review-slider .slick-prev:focus::before {
  filter: unset;
}
.review-slider .slick-next::before {
  background: url("../images/icons/arrow-right.png");
}
.review-slider .slick-prev::before {
  background: url("../images/icons/arrow-left.png");
}
.review-slider .slick-next {
  right: 28px;
  top: auto;
  bottom: 0;
  transform: unset;
}
.review-slider .slick-prev {
  left: auto;
  right: 118px;
  top: auto;
  bottom: 0;
  transform: unset;
}
.index-wrap-10-item-two {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.review-img-bg-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
  bottom: 0;
}
.index-wrap-11 h2 {
  font-size: 90px;
  line-height: 91px;
  padding-bottom: 95px;
}
.index-wrap-11 {
  padding: 100px 0px 120px;
  background: linear-gradient(89deg, #20edc1 8%, #ffd878 100%);
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
}
.index-wrap-11 .span-style {
  padding: 0px 10px;
  border-radius: 12px;
  margin-left: 0px;
  margin-top: 13px;
}
.index-wrap-11-item {
  position: absolute;
  left: 0;
  right: 149px;
  bottom: 0;
  margin: 0 auto;
}
.index-wrap-11 .accordion-list h3 {
  font-size: 30px;
  margin-bottom: unset;
  transition: 0.2s linear;
}
.index-wrap-11 .accordion-list p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: unset;
}
.index-wrap-11 .accordion-list {
  width: 90%;
  float: right;
}
.index-wrap-11 .accordion-list li {
  padding: 35px 0px;
  border-bottom: 1px solid black;
  cursor: pointer;
}
.index-wrap-11 .accordion-list li.active h3 {
  padding-bottom: 20px;
}
.index-wrap-11 .accordion-list li h3 span {
  transition: 0.2s linear;
}

.index-wrap-11 .accordion-list li.active h3 span {
  transform: rotate(45deg);
}
.wrap-11-item-shapes {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .ul-footer-list li a {
  font-size: 25px;
}
footer .ul-footer-list {
  line-height: 50px;
}
footer .social-ul-footer li a span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    background: #d90000;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 41%) inset;
    margin-right: 10px;
    transition: 0.3s linear;
    padding: 16px;
}
footer .social-ul-footer li a span img {
    filter: brightness(10);
}
footer .social-ul-footer li a {
  font-size: 20px;
  font-weight: 600;
}
footer .social-ul-footer li a:hover {
    color: #d90000;
}
footer .social-ul-footer li a:hover span {
    border: 1px solid #ffffff;
    background: #000000;
}
footer h2 {
  line-height: 68px;
  font-size: 66px;
  padding-bottom: 25px;
}
footer .form-group {
  margin-bottom: 25px;
}
.footer-item-img {
  position: absolute;
  right: -26px;
  top: 165px;
}
footer {
  padding-top: 80px;
}
.footer-copyright {
  margin-top: 80px;
  padding: 25px 0px;
  border-top: 1px solid #5c5c5c;
}
.my-tabs {
  display: none;
}
.my-tabs.current {
  display: block;
}
.nav-bar {
  position: fixed;
  background: linear-gradient(
    180deg,
    rgba(24, 24, 24, 1) 0%,
    rgba(56, 56, 56, 1) 100%
  );
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: -10px 0 16px #11141126;
  height: 100vh;
  transform: translateX(-100vw);
  transition-duration: 0.8s;
  color: #b0b0b0;
  padding: 30px;
  font-weight: 600;
}
.nav-bar.active {
  transform: translateX(0);
}
.nav-bar ul li {
  margin-bottom: 15px;
}
.inner-tabs-ul li {
  cursor: pointer;
  padding: 14px 40px;
  background: #2d2d2d;
  border-radius: 50px;
  box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
  border: 1px solid #212121;
}
.inner-tabs-ul li.current {
    background: #fff;
    border: 1px solid #c40000;
    color: #000000;
}
.inner-tabs-ul {
  flex-wrap: wrap;
  gap: 25px;
}
.service-wrap-1 {
  padding: 165px 0px 52px;
}
.service-wrap-1 h1 {
  font-size: 90px;
  line-height: 90px;
}
.service-wrap-1 p {
  font-size: 25px;
}
.service-wrap-1-item-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-wrap-1-item-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.service-wrap-1-item-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service-wrap-1 .service-wrap-1-img-list-ul li {
  width: 220px;
  height: 310px;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.3s linear;
}
.service-wrap-1 .service-wrap-1-img-list-ul li:hover {
  box-shadow: 0px 0px 50px #20edc185;
}
.service-wrap-1 .service-wrap-1-img-list-ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
}
.service-wrap-1 .service-wrap-1-img-list-ul li:hover img {
  transform: scale(1.2);
}
.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(1) {
  transform: rotate(345deg);
  margin-bottom: -16%;
}
.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(2) {
  transform: rotate(-11deg);
  margin-bottom: -5%;
}
.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(4) {
  transform: rotate(11deg);
  margin-bottom: -5%;
}
.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(5) {
  transform: rotate(23deg);
  margin-bottom: -16%;
}
.circle-cta {
  position: absolute;
  right: -80px;
  bottom: 40px;
}
.service-wrap-1-item-4 {
  position: absolute;
  left: -120px;
  top: -75px;
}
.service-wrap-2 {
  padding: 105px 0px 55px;
  clip-path: ellipse(75% 100% at 50% 110%);
  margin-top: -7%;
  background: black;
}
.service-wrap-3 h2 {
  font-size: 57px;
  padding-bottom: 40px;
}
.service-wrap-3 p {
  line-height: 26px;
}
.service-wrap-3 {
  padding: 30px 0px 100px;
}
.service-wrap-4 .service-wrap-4-ul-list li {
  cursor: pointer;
  flex: 0 0 50%;
  /* width: 30%; */
}
.service-wrap-4 .service-wrap-4-ul-list li .btn {
  visibility: hidden;
  transition: 0.2s linear;
  opacity: 0;
}
.service-wrap-4 .service-wrap-4-ul-list li.current .btn {
  visibility: visible;
  opacity: 1;
}
.service-wrap-4 .service-wrap-4-ul-list li h3 {
  font-size: 30px;
  padding-bottom: 5px;
}
.service-wrap-4 .service-wrap-4-ul-list li p {
  font-size: 17px;
  line-height: 29px;
}
.service-wrap-4 .service-wrap-4-ul-list li .content {
  height: 87px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.service-wrap-4 .service-wrap-4-ul-list li:nth-child(1) {
  margin-bottom: 20px;
}
.service-wrap-4 .service-wrap-4-ul-list li.current h3 {
  color: #e9c24d;
}
.service-wrap-4-tabs-content-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  filter: drop-shadow(2px 4px 14px black);
}
.service-wrap-4-ul-list-2 {
  padding-left: 35px;
}
.service-wrap-4 .service-wrap-4-ul-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-count: 2;
  margin-top: 60px;
}
.service-wrap-4-ul-list-inner-content {
  width: 60%;
}
.content-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  width: fit-content;
}
.service-wrap-4-tabs-content {
  width: 430px;
  height: 430px;
  overflow: hidden;
}
.service-wrap-4 {
  padding: 100px 0px;
}
.service-wrap-4-item-1 {
  position: absolute;
  right: 16%;
  top: 8%;
}
.service-wrap-4-item-2 {
  position: absolute;
  left: 0;
  top: 10%;
}
.service-wrap-5 .service-wrap-5-item-long {
  height: 300px;
  width: 100%;
}
.service-wrap-5 .service-wrap-5-item h3 {
  font-size: 40px;
  font-weight: 700;
}
.service-wrap-5 .service-wrap-5-item p {
  line-height: 24px;
}
.service-wrap-5-item-long .content {
  height: 96px;
  overflow-y: scroll;
}
.service-wrap-5-item.one {
  background: linear-gradient(
    63deg,
    rgba(5, 115, 169, 1) 35%,
    rgba(132, 250, 176, 1) 100%
  );
}
.service-wrap-5 .service-wrap-5-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 33px;
  margin-bottom: 25px;
}
.industrie-img-1-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service-wrap-5 .service-wrap-5-item-short {
  height: 390px;
  width: 100%;
}
.service-wrap-5-item.two {
  background: linear-gradient(
    176deg,
    rgba(162, 88, 255, 1) 0%,
    rgba(128, 175, 255, 1) 100%
  );
}
.service-wrap-5-item-short .content {
  height: 74px;
  overflow-y: scroll;
}
.service-wrap-5-item.three {
  background: linear-gradient(176deg, #ff8f42 0%, #ff5151 100%);
}
.industrie-img-2-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.industrie-img-3-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.service-wrap-5-item.four {
  background: linear-gradient(147deg, #ff7d60 0%, #de33e5 100%);
}
.industrie-img-4-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.service-wrap-5-item.five {
  background: linear-gradient(147deg, #57c36f 0%, #d7db20 100%);
}
.industrie-img-5-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.service-wrap-5-item.six {
  background: linear-gradient(147deg, #0077e5 0%, #71ffee 100%);
}
.industrie-img-6-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.service-wrap-5-item-1 {
  position: absolute;
  left: 0;
  top: -43px;
}
.service-wrap-5-item-2 {
  position: absolute;
  left: 0;
  top: 5%;
}
.service-wrap-5 {
  padding: 80px 0px;
  background: white;
}
.about-wrap-1 {
  padding: 165px 0px 169px;
}
.about-wrap-1 h1 {
  font-size: 90px;
  line-height: 90px;
}
.about-wrap-1 p {
  font-size: 25px;
}
.about-wrap-1-item-1 {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: -20%;
  margin: auto 0;
}
.about-wrap-1-item-2 {
  position: absolute;
  right: 3%;
  bottom: 22%;
}
.about-wrap-2 {
  background: white;
  padding: 100px 0px;
  overflow-x: unset;
  overflow-y: unset;
}
.about-wrap-2-item {
  width: 495px;
  height: 415px;
  overflow: hidden;
}
.about-wrap-2-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-wrap-2-ul {
  gap: 25px;
}
.about-wrap-2-ul li:nth-child(1) {
  position: absolute;
  left: 200px;
  top: 0;
}
.about-wrap-2-ul li:nth-child(2) {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.342));
}
.about-wrap-2-ul li:nth-child(3) {
  position: absolute;
  right: 200px;
  top: 0;
}
.scrollX_Custom {
  transform: perspective(1200px) translateX(0px) translateY(-40px) scale(1.2)
    rotate(0deg) rotateX(30deg) rotateY(0deg) translateZ(0px);
}
.about-wrap-2 .about-wrap-2-container {
  position: relative;
  margin-top: -9%;
}
.about-wrap-3,
.about-wrap-4 {
  background: white;
}
.about-wrap-4 h2 {
  font-size: 57px;
}
.about-wrap-4 .span-style {
  border: 2px solid rgb(14, 14, 14);
}
.about-wrap-4 {
  padding: 100px 0px 200px;
}
.about-wrap-4 video {
  position: absolute;
  right: 2%;
  bottom: 0;
}
.about-wrap-4-item-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrap-4-item-1 {
  position: absolute;
  bottom: 0;
  left: 10%;
}
.about-wrap-5 {
  padding: 90px 0px;
}
.about-wrap-5 h2 {
  font-size: 57px;
}
.about-wrap-5-item.custom-clr-1 {
  background: linear-gradient(89deg, #20edc1 8%, #ffd878 100%);
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
}
.about-wrap-5-item.custom-clr-2 {
  background: linear-gradient(89deg, #8230b5 8%, #ff29d0 100%);
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
}
.about-wrap-5-item.custom-clr-3 {
  background: linear-gradient(89deg, #ff0404 8%, #00ff2a 100%);
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
}
.about-wrap-5-item {
  border-radius: 20px;
  height: 340px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  margin-bottom: 20px;
}

.about-wrap-5-item h3 {
  font-size: 57px;
  line-height: 55px;
  padding-bottom: 5px;
  padding-top: 15px;
}
.about-wrap-5-item .content {
  max-height: 48px;
  overflow-y: scroll;
}
.custom-relative {
  position: relative;
}
.pricing-wrap-1 {
  padding: 180px 0px 150px;
}
.pricing-wrap-1 h1 {
  font-size: 90px;
  line-height: 90px;
}
.pricing-wrap-1 p {
  font-size: 25px;
}
.pricing-wrap-1-shade-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-wrap-1-shade-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pricing-wrap-1-item-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pricing-wrap-2 {
  padding: 35px 0px;
  background: #171717;
}
.port-page-ul {
  background: #eeeeee;
  border-radius: 50px;
  cursor: pointer;
}
.port-page-ul li {
  border-radius: 50px;
  padding: 14px 40px;
  color: #5e5e5e;
  font-size: 19px;
  font-weight: 600;
  background: linear-gradient(
    100deg,
    rgba(32, 237, 192, 0) 0%,
    rgba(255, 217, 120, 0) 100%
  );
}
.port-page-ul li.current {
  background: linear-gradient(
    100deg,
    rgba(32, 237, 193, 1) 0%,
    rgba(255, 216, 120, 1) 100%
  );
}

/* ---------------------------------------- */

.head {
  height: 100vh;
}

.content-box {
  position: relative;
}

.heading {
  opacity: 0;
  position: absolute;
  top: 0rem;
}

.scroll-img {
  width: 30vw;
  display: none;
  opacity: 1;
  position: absolute;
  top: 5em;
}

.active {
  opacity: 1;
  display: block;
}

.about-wrap-5-item .content p {
  font-size: 16px !important;
}

.testimonial-wrap-1 {
  padding: 200px 0px 130px;
}
.testimonial-wrap-1 h1 {
  font-size: 90px;
  line-height: 90px;
}
.testimonial-wrap-1-item-1 {
  position: absolute;
  left: 0;
  bottom: 7%;
}
.testimonial-wrap-1-item-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial-wrap-2 {
  background: white;
  padding: 90px 0px 170px;
}
.testimonial-wrap-2 h2 {
  font-size: 70px;
}
.testimonial-wrap-2 .testimonial-item {
  border-radius: 20px;
  padding: 35px 45px;
  margin-bottom: 25px;
  overflow: hidden;
}
.testimonial-wrap-2 .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 18px;
}
.testimonial-wrap-2 .testimonial-item .testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-wrap-2 .testimonial-item .testimonial-content h3 {
  font-size: 40px;
  padding-bottom: 10px;
}
.testimonial-wrap-2 .testimonial-item .testimonial-content p {
  line-height: 26px;
  font-size: 16px;
}
.testimonial-wrap-2 .testimonial-item .testimonial-content {
  height: 135px;
  overflow-y: scroll;
}
.t-clr-1 {
  background: linear-gradient(312deg, #84fab0 -6%, #0573a9 100%);
}
.t-clr-2 {
  background: linear-gradient(145deg, #ff7d61 24%, #dd2fec 100%);
}
.t-clr-3 {
  background: linear-gradient(185deg, #57c36f -6%, #d7db20 100%);
}
.t-clr-4 {
  background: linear-gradient(201deg, #a258ff -6%, #80afff 100%);
}
.t-clr-5 {
  background: linear-gradient(142deg, #ff9142 -6%, #ff5151 100%);
}
.t-clr-6 {
  background: linear-gradient(148deg, #0077e5 -6%, #71ffee 100%);
}
.t-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.t-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
}
.t-shape-3 {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-wrap-2-item-img {
  position: absolute;
  left: -15%;
  top: 0;
}
.testimonial-wrap-2-item-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.loadservice {
  display: none;
}
.loadservice-2 {
  display: none;
}
.loadservice-3 {
  display: none;
}
.loadservice-4 {
  display: none;
}
.contact-wrap-1 {
  padding: 230px 0px 250px;
}
.contact-wrap-1 h1 {
  font-size: 90px;
  line-height: 90px;
}
.contact-wrap-1 p {
  font-size: 25px;
}
.contact-wrap-1-item-1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.contact-wrap-1-item-2 {
  position: absolute;
  right: 0;
  bottom: 35%;
}
.dropdown-cont {
  width: 200px !important;
  height: auto;
  transition: all 0.5s ease-in-out;
  z-index: 9999999999999999999;
  transform-origin: left top;
  transform: scaleY(0);
  font-size: 13px;
  border-bottom: 3px solid #000000;
  left: 0;
  padding: 0px 0px 0px;
  box-shadow: 0px 8px 16px #0000001f;
  background: #000000;
}
.dropdown-cont li {
    border-bottom: 1px solid rgb(0 0 0);
    padding: 14px 12px;
    position: relative;
    box-shadow: 0px 8px 11px rgb(0 0 0 / 25%) inset;
    background: #d90000;
}
.dropdown-cont li a {
  font-weight: 600;
  color: #fff !important;
  font-size: 16px !important;
}
.dropdown:hover .dropdown-cont {
  transform: scaleY(1);
}
.nav-bar .accordion-list h3{
  font-size: 16px;
  font-weight: 600;
  color: #b0b0b0;
}
.mobile-dropdown-ul li a {
    font-size: 14px;
    color: #a8a8a8;
    padding-left: 8px;
}
.mobile-dropdown-ul li {
  margin-bottom: 5px !important;
}
.terms-wrap-3 .term-ul{
  padding-left: 1rem;
}
.terms-wrap-3{
  padding: 80px 0px;
  background: white;
}

.overlayS {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: 2s ease;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #2b2b2b;
}

.overlayS.hide {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.cube {
    position: absolute;
    width: 1em;
    height: 1em;
    background: #d90000;
    animation: move 3s ease-in-out infinite;
    transform-style: preserve-3d;
    box-shadow: 4em 4em 0.3em 0.1em #00000014;
}

.cube::before,
.cube::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cube::before {
  background-color: #b91717;
  transform-origin: 100% 100%;
  transform: rotateY(-90deg);
}

.cube::after {
  background-color: #ac1111;
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.cube:nth-of-type(1) {
  animation-delay: -11.25s;
}

.cube:nth-of-type(2) {
  animation-delay: -10.5s;
}

.cube:nth-of-type(3) {
  animation-delay: -9.75s;
}

.cube:nth-of-type(4) {
  animation-delay: -9s;
}

@keyframes move {

  0%,
  87.5%,
  100% {
      transform: translate(1em, 0em);
  }

  12.5% {
      transform: translate(2em, 0em);
  }

  25% {
      transform: translate(2em, 1em);
  }

  37.5%,
  50% {
      transform: translate(1em, 1em);
  }

  62.5% {
      transform: translate(0em, 1em);
  }

  75% {
      transform: translate(0em, 0em);
  }
}

.box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 2em;
  margin: 39vmin auto;
  font-size: 50px;
  transform-style: preserve-3d;
  transform: rotateX(60deg) rotateZ(45deg);
}

.box:hover * {
  animation-play-state: paused;
}

.box:active * {
  animation-play-state: running;
}
.header-menu-main-ul .one img {
    max-width: 110px;
}
.banner-circle-1 {
    filter: brightness(10);
}
.btn_dark1:hover .span-main span img {
    filter: brightness(0);
}