:root {
  scroll-behavior: inherit;
  --as-font-1: "Inter", sans-serif;
  --as-font-2: "Geist Mono", monospace;
  --as-font-3: "Mona Sans", sans-serif;
  --as-clr-pr-1: #fd3f00;
  --as-clr-pr-3: #fb0d1f;
  --as-clr-h-1: #0a0a0a;
  --as-clr-h-2: #000000;
  --as-clr-p-1: #3E3E3E;
  --as-clr-p-2: #515151;
  --as-clr-gd-3: linear-gradient(130deg, var(--as-clr-pr-3) 21%, var(--as-clr-pr-1) 58%, var(--as-clr-pr-3) 100%);
  --as-cube-1: cubic-bezier(0.23, 1, 0.32, 1);
  --as-cube-2: all .3s cubic-bezier(.44,0,.56,1)0s;
}

body {
  font-family: var(--as-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-feature-settings: "liga" off, "clig" off;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  line-height: inherit;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input, textarea {
  outline: none;
}
input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--as-clr-pr-1);
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/*
    global-css-end
*/
/*
    02. utility
*/
/*
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*
    margin-&-padding_variable-end
*/
.wa-fix {
  overflow: hidden;
}

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

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-video-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

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

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

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

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

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

.wa_parallax_img {
  will-change: object-position;
}

.wa_parallax_bg {
  will-change: background-position;
}

.wa-split-up .split-line div {
  transform-origin: 86% 76%;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1800px) {
  .container.as-container-1 {
    max-width: 1759px;
  }
}
@media (min-width: 1400px) {
  .container.as-container-2 {
    max-width: 1350px;
  }
}
/*
    custom-container-end
*/
/*
    03. typography
*/
/*
    typography-start
*/
.as-p-1 {
  font-family: var(--as-font-1);
  line-height: 1.625;
  letter-spacing: -0.04em;
  font-size: 16px;
  font-weight: 500;
  color: var(--as-clr-p-1);
  margin-bottom: 0;
}

.as-p-2 {
  font-family: var(--as-font-1);
  line-height: 1.555;
  font-size: 18px;
  font-weight: 400;
  color: var(--as-clr-p-2);
  margin-bottom: 0;
}

.as-h-1 {
  font-family: var(--as-font-1);
  line-height: 1.1111;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: var(--as-clr-h-1);
  margin-bottom: 0;
}

.as-h-2 {
  font-family: var(--as-font-3);
  line-height: 1.272;
  font-weight: 500;
  color: var(--as-clr-h-2);
  margin-bottom: 0;
}

.as-subtitle-1 {
  display: inline-block;
  font-family: var(--as-font-2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.as-subtitle-1 .icon {
  display: inline-flex;
  align-items: center;
}
.as-subtitle-1 .icon i {
  font-size: 10px;
  color: var(--as-clr-pr-1);
  animation: flash 3s linear infinite;
  margin-top: -2px;
}

.as-subtitle-2 {
  font-family: var(--as-font-3);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  color: var(--as-clr-h-2);
  margin-bottom: 16px;
  background: #fff;
  padding: 2px 20px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.as-subtitle-2::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 9px;
}
.as-subtitle-2::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 9px;
}

.as-subtitle-3 {
  font-family: var(--as-font-1);
  font-weight: 700;
  font-size: 18px;
  color: #151515;
  letter-spacing: -0.025em;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.as-subtitle-3::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--as-clr-pr-3);
  position: absolute;
  top: 5px;
  left: 0;
  animation: flash 3s linear infinite;
}

.as-subtitle-4-wrap {
  flex: 0 0 auto;
  max-width: 235px;
  background: #fff;
  border-radius: 100px;
  padding: 13px 0;
  overflow: hidden;
  display: inline-block;
}
.as-subtitle-4-wrap::after {
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 20%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px 0 0 100px;
}
.as-subtitle-4-wrap::before {
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(-90deg, #ffffff 20%, transparent);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 0 100px 100px 0;
}
.as-subtitle-4-wrap .wa_marquee_left_nopause {
  margin-bottom: -8px;
}
.as-subtitle-4-text {
  display: flex;
  gap: 22px;
  margin-right: 22px;
}

.as-subtitle-4 {
  font-family: var(--as-font-1);
  color: var(--as-clr-h-1);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.025em;
  display: inline-block;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-bottom: 0;
  padding-right: 27px;
}
.as-subtitle-4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--as-clr-pr-1);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-subtitle-4 {
    font-size: 20px;
  }
}

.as-sec-title-1 {
  font-family: var(--as-font-1);
  line-height: 1.1111;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: var(--as-clr-h-1);
  margin-bottom: 0;
  font-size: 54px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-sec-title-1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-sec-title-1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-sec-title-1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-sec-title-1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-sec-title-1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-sec-title-1 {
    font-size: 35px;
  }
}

.as-sec-title-2 {
  font-family: var(--as-font-3);
  font-weight: 500;
  color: var(--as-clr-h-2);
  line-height: 1.083;
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-sec-title-2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-sec-title-2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-sec-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-sec-title-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-sec-title-2 {
    font-size: 36px;
  }
}
.as-sec-title-2:is(.wa_bg_position) div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, var(--nm-clr-h-4) 50%, rgba(104, 104, 104, 0.7) 50%);
  padding-bottom: 7px;
}

/*
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--as-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-family: var(--as-font-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.wa-cursor:is(.-text):before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque) {
  mix-blend-mode: multiply;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*
    05. button
*/
/*
    button-start
*/
.sr-offcanvas-btn-1 {
  width: 42px;
  height: 42px;
  border: 1px solid var(--as-clr-h-1);
  border-radius: 6px;
  background: transparent;
  color: var(--as-clr-h-1);
  font-size: 20px;
  transition: all 0.5s var(--as-cube-1);
}
.sr-offcanvas-btn-1:hover {
  border-color: var(--as-clr-pr-1);
  color: var(--as-clr-pr-1);
}

.sr-offcanvas-btn-2 {
  font-family: var(--as-font-3);
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.4s var(--as-cube-1);
}
.sr-offcanvas-btn-2 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.sr-offcanvas-btn-2:hover {
  background: #fff;
  color: #000;
}

.as-pr-btn-1 {
  font-family: var(--as-font-1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--as-clr-h-1);
  border-radius: 8px;
  padding: 3px;
  padding-left: 20px;
  color: #fff;
  transition: all 0.5s var(--as-cube-1);
}
.as-pr-btn-1 .icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  transition: all 0.5s var(--as-cube-1);
  color: #000;
  font-size: 26px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.as-pr-btn-1 .icon i {
  transition: all 0.5s var(--as-cube-1);
}
.as-pr-btn-1 .icon i:nth-child(2) {
  position: absolute;
  transform: translateX(-30px);
}
.as-pr-btn-1 .icon .icon-fix {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.as-pr-btn-1 .text {
  transition: all 0.5s var(--as-cube-1);
  overflow: hidden;
}
.as-pr-btn-1:hover {
  color: #fff;
  background: var(--as-clr-pr-1);
}
.as-pr-btn-1:hover .icon i:nth-child(1) {
  transform: translateX(30px);
}
.as-pr-btn-1:hover .icon i:nth-child(2) {
  position: absolute;
  transform: translateX(0px);
}

.as-pr-btn-1-v2 {
  font-family: var(--as-font-1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--as-clr-h-1);
  border-radius: 8px;
  color: #fff;
  transition: all 0.5s var(--as-cube-1);
  position: relative;
  z-index: 1;
  padding: 6px 18px;
  padding-right: 8px;
}
.as-pr-btn-1-v2 .icon svg {
  width: 28px;
  height: 32px;
}
.as-pr-btn-1-v2 .icon svg circle {
  fill: #AFAFAF;
  transition: all var(--as-cube-1);
}
.as-pr-btn-1-v2::after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  right: 4px;
  top: 3px;
  background: #fff;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.4s var(--as-cube-1);
}
.as-pr-btn-1-v2:hover::after {
  width: calc(100% - 8px);
}
.as-pr-btn-1-v2:hover .icon svg circle {
  fill: var(--as-clr-pr-1);
}
.as-pr-btn-1-v2:hover .icon svg circle:nth-child(even) {
  transition-delay: 0.2s;
}
.as-pr-btn-1-v2:hover .icon svg circle:nth-child(odd) {
  transition-delay: 0.4s;
}

.as-pr-btn-2 {
  font-family: var(--as-font-3);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  padding: 10px 24px;
  padding-left: 57px;
  transition: all 0.6s var(--as-cube-1);
  position: relative;
  z-index: 1;
}
.as-pr-btn-2 .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: calc(3% - 0px);
  transform: translateY(-50%);
  will-change: transform;
  z-index: 1;
}
.as-pr-btn-2 .text {
  will-change: transform;
}
.as-pr-btn-2:hover {
  color: #fff;
}

.as-pr-btn-3 {
  font-family: var(--as-font-1);
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 15px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  background: #0a0a0a;
  border-radius: 100px;
  color: #fff;
  padding: 11px 31px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.as-pr-btn-3 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.as-pr-btn-3 .icon i {
  transform: rotate(-45deg);
  transition: var(--as-cube-2);
}
.as-pr-btn-3 .icon i:nth-child(2) {
  position: absolute;
  transform: rotate(-45deg) translate(-20px, 0px);
}
.as-pr-btn-3 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.as-pr-btn-3 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: var(--as-cube-2);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.as-pr-btn-3 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: var(--as-cube-2);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.as-pr-btn-3::after {
  content: "";
  background-image: linear-gradient(90deg, #0a0a0a, var(--as-clr-pr-3) 50%, #0a0a0a);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
  z-index: -1;
}
.as-pr-btn-3:hover {
  color: #fff;
}
.as-pr-btn-3:hover::after {
  animation: asBtn3kf 1s;
}
.as-pr-btn-3:hover .icon i:nth-child(1) {
  transform: rotate(-45deg) translate(20px, 0px);
}
.as-pr-btn-3:hover .icon i:nth-child(2) {
  transform: rotate(-45deg) translate(0px, 0px);
}
.as-pr-btn-3:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.as-pr-btn-3:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes asBtn3kf {
  to {
    transform: translateX(100%);
  }
}
.as-search-btn-2 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  transition: var(--as-cube-2);
  background: transparent;
  border: none;
  padding: 0;
}
.as-search-btn-2:hover {
  color: var(--as-clr-pr-3);
}

/*
    button-end
*/
/*
    06. offcanvas
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--as-font-1);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--as-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--as-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    form-1-start
*/
/*
    form-1-end
*/
/*
    08. search
*/
/*
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/*
    search-box-css-end
*/
/*
    09. preloader
*/
/*
	preloader-css-start
*/
.as-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.as-preloader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
}
.as-preloader-wrap .loader {
  color: #000;
  transition: 0.5s;
}
.as-preloader-wrap .loader_letter {
  text-transform: uppercase;
  padding: 0 0.2em;
  font-size: 2em;
  line-height: 1;
  position: relative;
  display: inline-block;
  animation: bounce 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}
.as-preloader-wrap .loader_letter:nth-child(1) {
  animation-delay: 0s;
}
.as-preloader-wrap .loader_letter:nth-child(2) {
  animation-delay: 0.05s;
}
.as-preloader-wrap .loader_letter:nth-child(3) {
  animation-delay: 0.1s;
}
.as-preloader-wrap .loader_letter:nth-child(4) {
  animation-delay: 0.15s;
}
.as-preloader-wrap .loader_letter:nth-child(5) {
  animation-delay: 0.2s;
}
.as-preloader-wrap .loader_letter:nth-child(6) {
  animation-delay: 0.25s;
}
.as-preloader-wrap .loader_letter:nth-child(7) {
  animation-delay: 0.3s;
}
.as-preloader-wrap .loader_letter:nth-child(8) {
  animation-delay: 0.35s;
}
.as-preloader-wrap .loader_letter:nth-child(9) {
  animation-delay: 0.4s;
}
.as-preloader-wrap .loader_letter:nth-child(10) {
  animation-delay: 0.45s;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-1em);
  }
}
.as-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.as-preloader.loaded .loader {
  transform: translateY(-100px);
}

/*
	preloader-css-end
*/
/*
    11. wow-plus
*/
/*
    wow-plus-start
*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wa-rotated-minus {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0px);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--pg-cube-1);
}

@keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox2 {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@-webkit-keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY2 {
  -webkit-animation-name: shakeY2;
  animation-name: shakeY2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@-webkit-keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp2 {
  -webkit-animation-name: backInUp2;
  animation-name: backInUp2;
  animation-duration: 800ms;
  animation-timing-function: var(--as-cube-1);
}

@-webkit-keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight2 {
  -webkit-animation-name: slideInRight2;
  animation-name: slideInRight2;
}

@keyframes rotateInDown {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg) translateY(-100%);
    -ms-transform: rotate(-200deg) translateY(-100%);
    transform: rotate(-200deg) translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0) translateY(0%);
    -ms-transform: rotate(0) translateY(0%);
    transform: rotate(0) translateY(0%);
    opacity: 1;
  }
}
.rotateInDown {
  -webkit-animation-name: rotateInDown;
  animation-name: rotateInDown;
}

@-webkit-keyframes jello2 {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello2 {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello2 {
  -webkit-animation-name: jello2;
  animation-name: jello2;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
.as-author-1 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0px 40px;
}
.as-author-1 .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: -18px;
  animation: h3partnerLeaf 3s linear infinite;
  animation-delay: 2s;
}
.as-author-1 .bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: -19px;
  animation: h3partnerLeaf 3s linear infinite;
}
.as-author-1-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.as-author-1-img:not(:first-child) {
  margin-left: -10px;
}

.as-rating-1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.as-rating-1 .icon {
  font-size: 16px;
  color: var(--as-clr-pr-1);
}
.as-rating-1 .text {
  font-size: 24px;
  font-weight: 600;
}

.wa_magnetic_1_trigger img {
  transform: scale(1.05);
}

.as-phone-btn-1 {
  color: #fff;
  font-size: 16px;
  display: flex;
  gap: 10px;
  transition: all 0.4s var(--as-cube-1);
}
.as-phone-btn-1 span {
  font-weight: 500;
  opacity: 0.7;
}
.as-phone-btn-1:hover {
  color: #fff;
  transform: translateX(3px);
}

/*
    elements-end
*/
/*
    13. back-to-top
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(253, 63, 0, 0.1);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(253, 63, 0, 0.1);
  background-color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--sr-clr-pr-1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  transform: scale(0.9);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0);
  color: var(--as-clr-pr-1);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.as-header-1-area {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.as-header-1-logo {
  position: absolute;
  top: -16px;
  left: 12px;
  z-index: 2;
  display: inline-block;
  padding: 10px;
  padding-right: 60px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-header-1-logo {
    top: -27px;
    left: 0px;
  }
}
.as-header-1-logo .bg-shape {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.as-header-1-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding-right: 8px;
  padding-left: 30px;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-header-1-wrap {
    padding: 5px 10px;
  }
}
.as-header-1-action-link .as-pr-btn-1 {
  padding: 7px 15px;
  background: var(--as-clr-pr-1);
}
.as-header-1-action-link .as-pr-btn-1:hover {
  background: #000;
}
.as-header-1-menu {
  margin-left: -30px;
  transition: all 0.5s var(--as-cube-1);
  width: 0px;
  overflow: hidden;
}
.as-header-1-menu div > ul {
  transform: translateX(10px);
  opacity: 0;
  transition: all 0.5s var(--as-cube-1);
  flex-wrap: nowrap;
  transition-delay: 0s;
  visibility: hidden;
}
.as-header-1-menu:is(.show) {
  overflow: visible;
  margin-left: 0px;
  width: 450px;
}
.as-header-1-menu:is(.show) div > ul {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
}
.as-header-1-menu-toggle-btn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.as-header-1-menu-toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: var(--as-clr-h-1);
  transition: all 0.5s var(--as-cube-1);
}
.as-header-1-menu-toggle-btn:hover span {
  background: var(--as-clr-pr-1);
}
.as-header-1-menu-toggle-btn:is(.active) span:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.as-header-1-menu-toggle-btn:is(.active) span:nth-child(2) {
  transform: rotate(-45deg) translateY(-4px) translateX(3px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-header-1-menu-toggle-btn {
    display: none;
  }
}

.as-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 55px;
}
.as-main-navigation .navbar-nav li {
  flex: 0 0 auto;
}
.as-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--as-font-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--as-clr-h-1);
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s var(--as-cube-1);
}
.as-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.as-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f103";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.as-main-navigation .navbar-nav li:hover > a {
  color: var(--as-clr-pr-1);
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li {
  animation: fadeInDown 0.3s var(--as-cube-1) backwards;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(1) {
  animation-delay: 70ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(2) {
  animation-delay: 140ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(3) {
  animation-delay: 210ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(4) {
  animation-delay: 280ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(5) {
  animation-delay: 350ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(6) {
  animation-delay: 420ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(7) {
  animation-delay: 490ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(8) {
  animation-delay: 560ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(9) {
  animation-delay: 630ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(10) {
  animation-delay: 700ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(11) {
  animation-delay: 770ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(12) {
  animation-delay: 840ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(13) {
  animation-delay: 910ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(14) {
  animation-delay: 980ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(15) {
  animation-delay: 1050ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(16) {
  animation-delay: 1120ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(17) {
  animation-delay: 1190ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(18) {
  animation-delay: 1260ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(19) {
  animation-delay: 1330ms;
}
.as-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(20) {
  animation-delay: 1400ms;
}
.as-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 15px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border-radius: 8px;
  position: absolute;
  background: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s var(--as-cube-1);
}
.as-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.as-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.as-main-navigation .navbar-nav li .dropdown-menu li a {
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
}
.as-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.as-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.as-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.as-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.as-header-2-area {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.as-header-2-container {
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.as-header-2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.as-header-2-logo {
  max-width: 160px;
}
.as-header-2-action-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .as-header-2-action-link .as-phone-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-header-2-action-link .as-phone-btn-1 {
    display: inline-flex;
  }
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.as-header-3-area {
  position: fixed;
  left: 0;
  bottom: calc(100% - 865px);
  width: 100%;
  z-index: 3;
  transition: var(--as-cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-header-3-area {
    bottom: calc(100% - 805px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-header-3-area {
    bottom: calc(100% - 740px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-header-3-area {
    bottom: calc(100% - 710px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-header-3-area {
    bottom: calc(100% - 650px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-header-3-area {
    bottom: calc(100% - 700px);
  }
}
@media (max-width: 767px) {
  .as-header-3-area {
    bottom: calc(100% - 700px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-header-3-area {
    bottom: calc(100% - 700px);
  }
}
.as-header-3-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 15px 20px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: var(--as-cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-header-3-wrap {
    gap: 30px;
  }
}
.as-header-3-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 20, 76, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  transition: var(--as-cube-2);
}
.as-header-3-logo {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.as-header-3-action-link {
  gap: 30px;
  display: flex;
  align-items: center;
}
.as-header-3-action-link .as-pr-btn-3 {
  padding: 17px 49px;
}
@media (max-width: 767px) {
  .as-header-3-action-link .as-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-header-3-action-link .as-pr-btn-3 {
    display: inline-flex;
  }
}
.as-header-3-action-link .sr-offcanvas-btn-1 {
  border-radius: 50%;
  color: #fff;
  border-color: #fff;
}
.as-header-3-action-link .sr-offcanvas-btn-1:hover {
  color: var(--as-clr-pr-3);
  border-color: var(--as-clr-pr-3);
}

.as-main-navigation:is(.as-header-3-menu) .navbar-nav {
  gap: 0;
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li a {
  color: #fff;
  padding: 12px 32px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-main-navigation:is(.as-header-3-menu) .navbar-nav li a {
    padding: 10px 15px;
  }
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li a::before {
  display: none !important;
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #000000);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--as-cube-2);
  opacity: 0;
  transform: translateX(5px);
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li a:is(.active)::after {
  opacity: 1;
  transform: translateX(0px);
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li:hover > a::after {
  opacity: 1;
  transform: translateX(0px);
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li .dropdown-menu {
  top: unset;
  bottom: 100%;
  transform-origin: bottom;
  background-color: rgb(1, 20, 76);
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li .dropdown-menu li:hover > a {
  transform: unset;
}
.as-main-navigation:is(.as-header-3-menu) .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: unset;
  bottom: 0%;
}

.as-header-3-area:is(.has-sticky) {
  bottom: 30px;
}
.as-header-3-area:is(.has-sticky) .as-header-3-wrap {
  box-shadow: -1.394px 15.939px 71.54px 1.46px rgba(0, 0, 0, 0.33);
}
.as-header-3-area:is(.has-sticky) .as-header-3-wrap::after {
  background-color: rgba(220, 220, 220, 0.8);
}
.as-header-3-area:is(.has-sticky) .as-main-navigation:is(.as-header-3-menu) .navbar-nav li a {
  color: #000;
}
.as-header-3-area:is(.has-sticky) .as-main-navigation:is(.as-header-3-menu) .navbar-nav li a::after {
  background-image: linear-gradient(90deg, rgb(197, 197, 197) 0%, rgb(240, 240, 240) 100%);
}
.as-header-3-area:is(.has-sticky) .as-main-navigation:is(.as-header-3-menu) .navbar-nav li .dropdown-menu {
  background-color: rgb(220, 220, 220);
  box-shadow: 0px -5.061px 11.54px 1.46px rgba(0, 0, 0, 0.1);
}

/*
    header-3-end
*/
/*
    header-4-start
*/
.as-home-4-side-menu {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-home-4-side-menu {
    display: none;
  }
}

.as-main-navigation:is(.as-header-4-menu) {
  background: rgba(94, 92, 93, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  padding: 11px 10px;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav {
  flex-direction: column;
  gap: 16px;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li {
  flex: 0 0 auto;
  position: relative;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li a {
  flex: 0 0 auto;
  color: #fff;
  padding: 0;
  font-size: 20px;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li a::before {
  display: none;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li:hover > a {
  background: rgba(255, 255, 255, 0.2);
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li .dropdown-menu {
  left: unset;
  top: 10px;
  right: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px 0 0 100px;
  text-align: right;
  padding: 0;
  min-width: auto;
  width: max-content;
  transform-origin: right;
  transition: 0.2s;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li .dropdown-menu li {
  width: 100%;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li .dropdown-menu li a {
  width: 100%;
  font-size: 16px;
  background: transparent;
  height: auto;
  padding: 4px 15px;
  padding-left: 23px;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li .dropdown-menu li:hover > a {
  transform: unset;
  color: var(--as-clr-pr-3);
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li:nth-child(1) .dropdown-menu {
  border-radius: 10px 0 0 10px;
  padding: 5px 0;
}

.as-header-4-area {
  background: #000;
  padding-top: 30px;
}
.as-header-4-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.as-header-4-wrap .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.as-header-4-wrap .sr-offcanvas-btn-1 {
  color: #fff;
  border-color: #fff;
}
.as-header-4-wrap .sr-offcanvas-btn-1:hover {
  color: var(--as-clr-pr-3);
  border-color: var(--as-clr-pr-3);
}
@media (max-width: 767px) {
  .as-header-4-wrap .as-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-header-4-wrap .as-pr-btn-3 {
    display: inline-flex;
  }
}

/*
    header-4-end
*/
/*
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.sr-header-1-area) {
  top: 24px;
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show) .sr-header-1-wrap {
  background-color: #fff;
  box-shadow: 1px 10px 11px rgba(0, 0, 0, 0.04);
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show):is(.has-header-2) .sr-header-1-wrap {
  background-color: #000;
  box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.as-hero-1-area {
  border-radius: 0 0 150px 150px;
  border: 12px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-1-area {
    border-radius: 0 0 50px 50px;
    border: 4px solid #fff;
  }
}
.as-hero-1-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 177, 102) 0%, rgb(255, 169, 82) 100%);
  z-index: -3;
}
.as-hero-1-active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  padding: 13px 63px;
}
@media (max-width: 767px) {
  .as-hero-1-active {
    display: none;
  }
}
.as-hero-1-active .bg-shape {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.as-hero-1-active .active-text {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.as-hero-1-active .active-text i {
  font-size: 12px;
  color: #13ea1d;
  animation: flash 2.5s linear infinite;
}
.as-hero-1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 95px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-1-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .as-hero-1-wrap {
    margin-left: 0px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.as-hero-1-left {
  display: flex;
}
@media (max-width: 767px) {
  .as-hero-1-left {
    display: none;
  }
}
.as-hero-1-copyright {
  font-size: 107px;
  writing-mode: vertical-rl;
  color: #fff;
  margin: 0;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1;
}
.as-hero-1-copyright-bg {
  background: rgba(99, 99, 99, 0.8);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  mix-blend-mode: soft-light;
}
.as-hero-1-copyright-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.as-hero-1-marquee {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  height: 800px;
}
.as-hero-1-marquee-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.as-hero-1-marquee-wrap .text-elm {
  writing-mode: tb-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.as-hero-1-marquee-wrap .text-elm span {
  margin-left: -9px;
  color: var(--as-clr-pr-1);
}
.as-hero-1-right {
  margin-top: 50px;
  max-width: 810px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-1-right {
    max-width: 630px;
  }
}
.as-hero-1-content {
  text-align: right;
}
.as-hero-1-content .hero-disc {
  font-size: 21px;
  max-width: 360px;
  text-align: left;
  color: #151515;
  margin-left: auto;
  margin-bottom: 26px;
}
.as-hero-1-content .hero-title {
  font-size: 150px;
  font-weight: 600;
  line-height: 1.066;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-hero-1-content .hero-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-hero-1-content .hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-1-content .hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-1-content .hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-1-content .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .as-hero-1-content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-1-content .hero-title {
    font-size: 60px;
  }
}
.as-hero-1-content-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  margin-top: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-1-content-inner {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-1-content-inner {
    margin-top: 40px;
    justify-content: end;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.as-hero-1-content-inner .guaranteed {
  display: flex;
  gap: 10px;
  font-style: italic;
  color: #fff;
  font-size: 49px;
  margin-top: 85px;
  align-items: center;
}
.as-hero-1-content-inner .guaranteed i {
  color: var(--as-clr-pr-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-1-content-inner .guaranteed {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-1-content-inner .guaranteed {
    font-size: 35px;
    margin-top: 0px;
  }
}
.as-hero-1-content-box {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding: 30px 20px;
  border-radius: 30px;
  border: 8px solid #ffbd8a;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 355px;
  width: 100%;
}
.as-hero-1-content-box .box-title {
  font-size: 21px;
  line-height: 1.3;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.as-hero-1-content-box::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0064ed;
  filter: blur(51px);
  position: absolute;
  top: 23%;
  right: -5%;
  opacity: 0.9;
  z-index: -1;
  animation: shakeY2 6s linear infinite;
  animation-delay: 2s;
}
.as-hero-1-content-box::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--as-clr-pr-1);
  filter: blur(51px);
  position: absolute;
  bottom: 2%;
  left: 1%;
  opacity: 0.9;
  z-index: -1;
  animation: shakeY2 6s linear infinite;
}
.as-hero-1-content-box .box-address {
  color: #7D7D7D;
  line-height: 1;
}
.as-hero-1-content-box .box-address a {
  color: var(--as-clr-h-1);
  font-weight: 700;
}
.as-hero-1-img {
  position: absolute;
  top: 0;
  left: -6%;
  width: 46%;
  z-index: -1;
  height: 100%;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.as-hero-1-img > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-1-img {
    left: -16%;
    width: 700px;
  }
}

#wa_liquid_img {
  width: 100%;
  height: 100%;
  position: relative;
}

#wa_liquid_img canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

#wa_cursor_noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
}

/*
    hero-1-end
*/
/*
    hero-2-start
*/
.as-hero-2-area {
  padding-bottom: 10px;
}
.as-hero-2-bg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.as-hero-2-bg-border img {
  width: 100%;
  height: 100%;
}
.as-hero-2-masking {
  mask-image: url("../img/hero/h2-masking-img.png");
  -webkit-mask-image: url("../img/hero/h2-masking-img.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.as-hero-2-content {
  max-width: 600px;
}
.as-hero-2-content .hero-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-2-content .hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-2-content .hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-2-content .hero-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .as-hero-2-content .hero-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-2-content .hero-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.as-hero-2-content .hero-disc {
  color: #fff;
  max-width: 400px;
  margin-bottom: 35px;
}
.as-hero-2-slider-item {
  padding-top: 195px;
  padding-bottom: 116px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-2-slider-item {
    padding-bottom: 356px;
  }
}
.as-hero-2-slider-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.as-hero-2-slider .swiper-slide .as-hero-2-content .hero-title .split-line {
  overflow: hidden;
}
.as-hero-2-slider .swiper-slide .as-hero-2-content .hero-title .split-line > div {
  transform: translateY(100%);
  transition: all 0.8s var(--as-cube-1);
  transition-delay: 0s;
}
.as-hero-2-slider .swiper-slide .as-hero-2-content .hero-btn, .as-hero-2-slider .swiper-slide .as-hero-2-content .hero-disc {
  transform: translateY(100%);
  transition: all 0.8s var(--as-cube-1);
  transition-delay: 0s;
  opacity: 0;
}
.as-hero-2-slider .swiper-slide:is(.swiper-slide-active) .as-hero-2-content .hero-title .split-line > div {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.as-hero-2-slider .swiper-slide:is(.swiper-slide-active) .as-hero-2-content .hero-btn {
  transform: translateY(0%);
  transition-delay: 1s;
  opacity: 1;
}
.as-hero-2-slider .swiper-slide:is(.swiper-slide-active) .as-hero-2-content .hero-disc {
  transform: translateY(0%);
  transition-delay: 0.7s;
  opacity: 1;
}
.as-hero-2-video {
  max-width: 342px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  position: absolute;
  bottom: 13%;
  right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-2-video {
    bottom: 3%;
    right: 3%;
  }
}
.as-hero-2-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(45deg, rgba(199, 255, 73, 0) 60%, rgb(255, 255, 255) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.7;
}
.as-hero-2-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(205deg, rgba(199, 255, 73, 0) 60%, rgb(255, 255, 255) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.7;
}
.as-hero-2-video .video-elm {
  height: 180px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.as-hero-2-video .title {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s var(--as-cube-1);
}
.as-hero-2-video .title .icon {
  width: 28px;
  height: 28px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  flex: 0 0 auto;
  transform: rotate(-45deg);
  transition: all 0.5s var(--as-cube-1);
}
.as-hero-2-video .title:hover {
  color: var(--as-clr-pr-1);
}
.as-hero-2-video .title:hover .icon {
  transform: rotate(0);
  color: var(--as-clr-pr-1);
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.as-hero-3-area {
  background-color: #01112B;
  padding-top: 32px;
}
.as-hero-3-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 140px;
}
.as-hero-3-top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.as-hero-3-contact .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.as-hero-3-contact .link-elm {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  transition: var(--as-cube-2);
}
.as-hero-3-contact .link-elm:hover {
  color: var(--as-clr-pr-3);
}
.as-hero-3-active.as-hero-1-active {
  background: #000;
  border-radius: 100px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: unset;
  transform: translateX(130px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-3-active.as-hero-1-active {
    transform: translateX(0px);
  }
}
.as-hero-3-active.as-hero-1-active .active-text {
  font-size: 16px;
}
.as-hero-3-social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-3-social {
    display: none;
  }
}
.as-hero-3-social .link-elm {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 3px 15px;
  opacity: 0.5;
  transition: var(--as-cube-2);
  font-weight: 300;
}
.as-hero-3-social .link-elm:hover {
  border-color: var(--as-clr-pr-3);
  opacity: 1;
}
.as-hero-3-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-3-content {
    margin-bottom: 100px;
  }
}
.as-hero-3-content .title {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.as-hero-3-content .disc {
  font-size: 24px;
  color: #EEEEEE;
  font-weight: 400;
  max-width: 380px;
}
.as-hero-3-big-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 600px;
  line-height: 1;
  margin-bottom: -50px;
  background: linear-gradient(90deg, #fbffff, transparent);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-hero-3-big-title {
    font-size: 420px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-hero-3-big-title {
    font-size: 380px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-3-big-title {
    font-size: 340px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-3-big-title {
    font-size: 300px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-3-big-title {
    font-size: 240px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .as-hero-3-big-title {
    font-size: 100px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-3-big-title {
    font-size: 160px;
    margin-bottom: 0px;
  }
}
.as-hero-3-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  text-align: center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
}
.as-hero-3-img-1 img {
  will-change: transform;
}
.as-hero-3-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  text-align: center;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%);
}
.as-hero-3-img-2 img {
  will-change: transform;
}
.as-hero-3-overly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  perspective: 2000px;
  transform-style: preserve-3d;
  animation: rotateGradient 10s linear infinite;
}
.as-hero-3-overly .overly-1 {
  width: 50%;
  height: 290px;
  background-image: var(--as-clr-gd-3);
  background-size: 300% 100%;
  display: block;
  filter: blur(41px);
  transform: rotate(17deg) translate(-100px, 200px);
}
.as-hero-3-overly .overly-2 {
  width: 50%;
  height: 290px;
  background-image: var(--as-clr-gd-3);
  background-size: 300% 100%;
  display: block;
  filter: blur(41px);
  transform: rotate(-7deg) translate(20px, 220px);
}

@keyframes rotateGradient {
  0% {
    transform: rotateZ(0deg) scale3d(1, 1, 1) skewX(0deg);
  }
  10% {
    transform: rotateZ(2deg) scale3d(1.03, 0.97, 1) skewX(-2deg);
  }
  20% {
    transform: rotateZ(4deg) scale3d(1.05, 0.94, 1) skewX(-4deg);
  }
  30% {
    transform: rotateZ(3deg) scale3d(1.04, 0.96, 1) skewX(-3deg);
  }
  40% {
    transform: rotateZ(1deg) scale3d(1.02, 0.98, 1) skewX(-1deg);
  }
  50% {
    transform: rotateZ(0deg) scale3d(1, 1, 1) skewX(0deg);
  }
  60% {
    transform: rotateZ(-2deg) scale3d(1.06, 0.95, 1) skewX(3deg);
  }
  70% {
    transform: rotateZ(-3deg) scale3d(1.08, 0.92, 1) skewX(4deg);
  }
  80% {
    transform: rotateZ(-1deg) scale3d(1.04, 0.97, 1) skewX(2deg);
  }
  90% {
    transform: rotateZ(0deg) scale3d(1.02, 0.99, 1) skewX(1deg);
  }
  100% {
    transform: rotateZ(0deg) scale3d(1, 1, 1) skewX(0deg);
  }
}
.as-hero-3-height {
  background-color: #DCDCDC;
  height: 2000px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-3-height {
    height: 1800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-3-height {
    height: auto;
  }
}

/*
    hero-3-end
*/
/*
    hero-4-start
*/
.as-hero-4-area {
  padding-top: 60px;
  padding-bottom: 538px;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-4-area {
    padding-bottom: 100px;
  }
}
.as-hero-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.as-hero-4-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1119px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-4-wrap {
    flex-wrap: wrap;
  }
}
.as-hero-4-circle-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -88px;
  left: -92px;
  max-width: 186px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-hero-4-circle-text {
    top: -48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-4-circle-text {
    display: none;
  }
}
.as-hero-4-circle-text .icon {
  position: absolute;
  width: 135px;
  height: 135px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-hero-4-circle-text .icon img {
  max-width: 80px;
}
.as-hero-4-img {
  max-width: 445px;
  height: 340px;
  border-radius: 10px;
}
.as-hero-4-content .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
.as-hero-4-content .subtitle i {
  color: var(--as-clr-pr-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-4-content .subtitle {
    font-size: 28px;
  }
}
.as-hero-4-content .title {
  font-size: 100px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-4-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-4-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-4-content .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .as-hero-4-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-hero-4-content .title {
    font-size: 50px;
  }
}
.as-hero-4-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.as-hero-4-author .author-img {
  display: flex;
}
.as-hero-4-author .author-img-elm {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.as-hero-4-author .author-img-elm:not(:first-child) {
  margin-left: -10px;
}
.as-hero-4-author .author-btn {
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.as-hero-4-author .author-btn i {
  transition: var(--as-cube-2);
}
.as-hero-4-author .author-btn:hover {
  background: var(--as-clr-pr-1);
  border-color: transparent;
}
.as-hero-4-author .author-btn:hover i {
  transform: rotate(-45deg);
}
.as-hero-4-social {
  position: absolute;
  top: 44%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-hero-4-social {
    display: none;
  }
}
.as-hero-4-social .social-elm {
  color: #fff;
  writing-mode: sideways-lr;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--as-cube-2);
}
.as-hero-4-social .social-elm:hover {
  color: var(--as-clr-pr-1);
  transform: translateY(4px);
}

.as-home-4-logo-fixed {
  position: fixed;
  top: 440px;
  z-index: 3;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: exclusion;
}
.as-home-4-logo-fixed .logo-text {
  font-size: 510px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.075em;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-home-4-logo-fixed .logo-text {
    font-size: 380px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-home-4-logo-fixed .logo-text {
    font-size: 370px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-home-4-logo-fixed .logo-text {
    font-size: 310px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-home-4-logo-fixed .logo-text {
    display: none;
  }
}

/*
    hero-4-end
*/
/*
    about-1-start
*/
.as-about-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.39fr 1fr 1fr;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-about-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-about-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-about-1-content .as-sec-title-1 {
  margin-bottom: 30px;
}
.as-about-1-content .hr-line {
  height: 2px;
  width: 100%;
  background: #bbbbbb;
  margin-bottom: 31px;
}
.as-about-1-content .sec-disc {
  margin-bottom: 50px;
}
.as-about-1-testimonial {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.as-about-1-testimonial .as-rating-1 {
  margin-bottom: 8px;
}
.as-about-1-middle .middle-title {
  font-size: 34px;
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-1-middle .middle-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-1-right {
    display: none;
  }
}
.as-about-1-right .right-title {
  font-size: 34px;
  margin-bottom: 21px;
}
.as-about-1-features {
  background-color: #b8b8b8;
  border-radius: 10px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.as-about-1-features-single {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
}
.as-about-1-features-single .item-title {
  width: 100%;
  font-size: 24px;
  text-align: left;
  margin-bottom: 12px;
  transition: all 0.4s var(--as-cube-1);
}
.as-about-1-features-single .item-title:hover {
  color: var(--as-clr-pr-1);
}
@media (max-width: 767px) {
  .as-about-1-features-single .item-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-about-1-features-single .item-title {
    font-size: 24px;
  }
}
.as-about-1-features-single .item-disc {
  color: #646464;
}

@keyframes h3partnerLeaf {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(5deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-5deg);
  }
}
/*
    about-1-start
*/
/*
    about-2-start
*/
.as-about-2-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
}
@media (max-width: 767px) {
  .as-about-2-sec-title {
    flex-wrap: wrap;
  }
}
.as-about-2-sec-title .as-sec-title-2 {
  max-width: 840px;
}
.as-about-2-sec-title .as-subtitle-1 {
  flex: 0 0 auto;
}
.as-about-2-wrap {
  margin-left: -80px;
  margin-right: -80px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1.5fr 1.25fr;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-about-2-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-about-2-wrap {
    grid-template-columns: 1fr 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .as-about-2-wrap {
    grid-template-columns: 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.as-about-2-left {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
}
.as-about-2-video {
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.as-about-2-counter {
  padding: 25px 25px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-counter {
    padding: 25px 0px;
  }
}
.as-about-2-counter .number-x-title {
  display: flex;
  align-items: end;
  gap: 13px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-counter .number-x-title {
    flex-wrap: wrap;
  }
}
.as-about-2-counter .number {
  font-size: 108px;
  flex: 0 0 auto;
  line-height: 0.7;
  color: #CECECE;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-counter .number {
    font-size: 80px;
  }
}
.as-about-2-counter .number .odometer {
  color: #000;
}
.as-about-2-counter .title {
  color: #000;
  font-size: 17px;
}
.as-about-2-rating {
  display: flex;
  flex-direction: column;
  background-color: #000;
  border-radius: 12px;
  padding: 30px 36px;
  gap: 57px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-rating {
    padding: 30px 21px;
  }
}
.as-about-2-rating .disc {
  color: #fff;
  letter-spacing: -0.01em;
  max-width: 300px;
}
.as-about-2-rating .content-wrap {
  align-self: end;
  text-align: right;
}
.as-about-2-rating .title {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-rating .title {
    font-size: 40px;
  }
}
.as-about-2-rating .rating-icon {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: rgba(102, 102, 102, 0.48);
  border-radius: 100px;
  padding: 3px 13px;
  margin-bottom: 15px;
}
.as-about-2-rating .logo-elm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  opacity: 0.2;
}
.as-about-2-support {
  text-align: center;
  background: #F5F5F5;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 24px 20px;
}
.as-about-2-support .icon {
  width: 60px;
  height: 60px;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: inline-flex;
  margin-bottom: 22px;
  transform-origin: center center;
}
.as-about-2-support .title {
  font-size: 24px;
  margin-bottom: 6px;
}
.as-about-2-support .disc {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.as-about-2-middle .inner-div {
  background-color: #fff;
  border-radius: 12px;
  display: grid;
  gap: 18px;
  grid-template-columns: 2.51fr 1fr;
  padding: 4px;
  padding-left: 15px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-middle .inner-div {
    grid-template-columns: 1fr;
  }
}
.as-about-2-progress {
  overflow: hidden;
}
.as-about-2-progress-single {
  height: 48px;
  background: rgba(10, 10, 10, 0.04);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--nm-clr-h-4);
}
.as-about-2-progress-single:not(:first-child) {
  margin-top: -7px;
}
.as-about-2-progress-single:nth-child(2) {
  background: #E5E4E4;
}
.as-about-2-progress-single:nth-child(3) {
  background: #000;
  color: white;
}
.as-about-2-progress-single:nth-child(4) {
  background: #E7E7E7;
}
.as-about-2-process {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-2-process {
    padding: 40px 20px;
  }
}
.as-about-2-process::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0A0A0A;
  opacity: 32%;
  z-index: -1;
}
.as-about-2-process .title {
  font-size: 28px;
  font-weight: 700;
  max-width: 300px;
  color: #fff;
}
.as-about-2-process .disc {
  color: #fff;
  align-self: end;
  text-align: right;
  font-weight: 500;
  max-width: 310px;
}

/*
    about-2-end
*/
/*
    about-3-start
*/
.as-about-3-area {
  padding-top: 60px;
  background-color: #DCDCDC;
}
.as-about-3-wrap {
  display: grid;
  grid-template-columns: 1fr auto 2.9fr;
  gap: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-about-3-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-about-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr auto 2.5fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.as-about-3-middle-line {
  width: 1px;
  height: 100%;
  background: #c6c6c6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-3-middle-line {
    display: none;
  }
}
.as-about-3-left .as-subtitle-3 {
  margin-bottom: 73px;
}
.as-about-3-disc {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.as-about-3-disc b {
  color: #000;
}
.as-about-3-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.as-about-3-author-img {
  display: flex;
  align-items: center;
}
.as-about-3-author-img .main-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.as-about-3-author-img .img-shape-3 {
  width: 80px;
  height: 80px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -49px;
  transform: translateX(31px);
  transition: var(--as-cube-2);
  opacity: 0;
}
.as-about-3-author-img .img-shape-2 {
  width: 70px;
  height: 70px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -50px;
  transform: translateX(52px);
  transition: var(--as-cube-2);
  opacity: 0;
}
.as-about-3-author-img .img-shape-1 {
  width: 62px;
  height: 62px;
  background: #535e64;
  border-radius: 50%;
  clip-path: polygon(0 0, 24% 0, 24% 100%, 0% 100%);
  flex: 0 0 auto;
  margin-right: -48px;
  transform: translateX(66px);
  transition: var(--as-cube-2);
  opacity: 0;
}
.as-about-3-author-img:is(.active) .img-shape-1, .as-about-3-author-img:is(.active) .img-shape-2, .as-about-3-author-img:is(.active) .img-shape-3 {
  transform: translateX(0);
  opacity: 1;
}
.as-about-3-author-img:is(.active) .img-shape-1 {
  transition-delay: 0.6s;
}
.as-about-3-author-img:is(.active) .img-shape-2 {
  transition-delay: 0.5s;
}
.as-about-3-author-img:is(.active) .img-shape-2 {
  transition-delay: 0.4s;
}
.as-about-3-author-content .author-name {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
  transition: var(--as-cube-2);
}
.as-about-3-author-content .author-name:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-about-3-author-content .author-dg {
  font-size: 14px;
}
.as-about-3-author-content .author-social {
  display: flex;
  gap: 10px;
  font-size: 16px;
}
.as-about-3-author-content .author-social .link-elm {
  transition: var(--as-cube-2);
  color: #000;
}
.as-about-3-author-content .author-social .link-elm:hover {
  color: var(--as-clr-pr-3);
}
.as-about-3-sec-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-about-3-sec-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-about-3-sec-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-about-3-sec-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-about-3-sec-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-about-3-sec-title {
    font-size: 35px;
  }
}
.as-about-3-right .btn-wrap {
  margin-bottom: 55px;
}
.as-about-3-card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 767px) {
  .as-about-3-card-wrap {
    grid-template-columns: 1fr;
  }
}
.as-about-3-card {
  background-color: #fff;
  border-radius: 40px;
  padding: 35px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-3-card {
    padding: 35px 20px;
  }
}
.as-about-3-card .title-x-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.as-about-3-card .title {
  font-size: 18px;
  font-weight: 700;
  transition: var(--as-cube-2);
}
.as-about-3-card .title:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-about-3-card .disc {
  font-weight: 400;
}
.as-about-3-card:hover .icon {
  animation: rubberBand 1s;
}
.as-about-3-bg-illus-1 {
  width: 53%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.as-about-3-bg-illus-2 {
  width: 30%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*
    about-3-end
*/
/*
    about-4-start
*/
.as-about-4-sec-title {
  display: flex;
  gap: 30px 100px;
  max-width: 1400px;
  align-items: start;
}
@media (max-width: 767px) {
  .as-about-4-sec-title {
    flex-wrap: wrap;
  }
}
.as-about-4-sec-title .section-title {
  font-weight: 600;
  font-size: 90px;
  line-height: 1.125;
}
.as-about-4-sec-title .section-title span {
  opacity: 0.5;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-about-4-sec-title .section-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-about-4-sec-title .section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-about-4-sec-title .section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-about-4-sec-title .section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-about-4-sec-title .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-about-4-sec-title .section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-about-4-sec-title .section-title {
    font-size: 30px;
  }
}
.as-about-4-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.85fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-wrap {
    grid-template-columns: 1fr;
  }
}
.as-about-4-disc {
  background-color: #dfdfdf;
  border-radius: 20px 0 0 0;
  padding: 45px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-disc {
    padding: 45px 30px;
  }
}
.as-about-4-disc .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.as-about-4-disc .disc {
  font-size: 30px;
  line-height: 1.333;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-disc .disc {
    font-size: 20px;
  }
}
.as-about-4-disc .inner-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
@media (max-width: 767px) {
  .as-about-4-disc .inner-div {
    flex-wrap: wrap;
  }
}
.as-about-4-disc .inner-div-line {
  width: 1px;
  height: 116px;
  background: #3e3e3e;
  opacity: 21%;
}
@media (max-width: 767px) {
  .as-about-4-disc .inner-div-line {
    display: none;
  }
}
.as-about-4-disc .author-img {
  display: flex;
}
@media (max-width: 767px) {
  .as-about-4-disc .author-img {
    flex-wrap: wrap;
  }
}
.as-about-4-disc .author-img-single {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.as-about-4-disc .author-img-single:not(:first-child) {
  margin-left: -30px;
}
.as-about-4-disc .author-rating .icon {
  color: var(--as-clr-pr-1);
  display: flex;
  font-size: 28px;
  gap: 3px;
  margin-bottom: 13px;
}
.as-about-4-disc .author-rating .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-disc .author-rating .title {
    font-size: 20px;
  }
}
.as-about-4-experience {
  border-radius: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 35px 40px;
  position: relative;
  z-index: 1;
  gap: 30px;
}
.as-about-4-experience::after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 40%, transparent);
  z-index: -1;
}
.as-about-4-experience .title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-experience .title {
    font-size: 35px;
  }
}
.as-about-4-experience .disc {
  color: #b2b1b1;
  font-size: 18px;
  max-width: 430px;
}
.as-about-4-wrap-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1.85fr;
  margin-top: 20px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.as-about-4-growth {
  background-color: #1f1f1f;
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  height: 386px;
  overflow: hidden;
  border-radius: 0 0 0 20px;
}
.as-about-4-growth .title {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-growth .title {
    font-size: 30px;
  }
}
.as-about-4-growth .disc {
  font-size: 18px;
  color: #b4b4b4;
  max-width: 380px;
}
.as-about-4-growth .img-elm {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 2s var(--as-cube-1);
}
.as-about-4-growth .img-elm img {
  height: 100%;
}
.as-about-4-growth .img-elm:is(.active) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.as-about-4-growth::after {
  content: "";
  width: 100px;
  height: 130px;
  position: absolute;
  bottom: -30px;
  left: -50px;
  background: #fff;
  filter: blur(61px);
}
.as-about-4-marquee {
  background-color: #e0e0e0;
  padding: 20px;
  border-radius: 0 0 20px 0;
  overflow: hidden;
}
.as-about-4-marquee-item {
  display: flex;
  gap: 16px;
  margin-right: 16px;
}
.as-about-4-marquee-item .single-elm {
  height: 200px;
  width: 255px;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.as-about-4-marquee-item .single-elm .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as-about-4-marquee-item .single-elm::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black, transparent);
}
.as-about-4-marquee-item .single-elm .logo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  max-width: 100px;
}
.as-about-4-marquee .marquee-bg {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 12px;
}
.as-about-4-marquee-content {
  padding-top: 26px;
  padding-bottom: 7px;
}
.as-about-4-marquee-content .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-about-4-marquee-content .title {
    font-size: 28px;
  }
}
.as-about-4-marquee-bg-line {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  opacity: 9%;
}
.as-about-4-marquee-bg-line .line {
  width: 1px;
  height: 100%;
  background: #000;
}

/*
    about-4-end
*/
/*
    our-story-2-start
*/
.as-our-story-2-sec-title {
  display: flex;
  align-items: start;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .as-our-story-2-sec-title {
    flex-wrap: wrap;
  }
}
.as-our-story-2-sec-title .as-sec-title-2 {
  max-width: 1000px;
}
.as-our-story-2-sec-title .as-subtitle-2 {
  flex: 0 0 auto;
}
.as-our-story-2-wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.59fr 1fr;
}
@media (max-width: 767px) {
  .as-our-story-2-wrap {
    grid-template-columns: 1fr;
  }
}
.as-our-story-2-img {
  height: 600px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .as-our-story-2-img {
    height: 350px;
  }
}
.as-our-story-2-img-2 {
  border-radius: 12px;
  height: 256px;
  margin-bottom: 35px;
}
.as-our-story-2-right .right-disc {
  margin-bottom: 35px;
}
.as-our-story-2-right .as-pr-btn-2 {
  background: #fff;
  color: #000;
}
.as-our-story-2-right .as-pr-btn-2 .icon {
  background-color: #000;
  color: #fff;
}

/*
    our-story-2-end
*/
/*
    team-1-start
*/
.as-team-1-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.as-team-1-wrap {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.as-team-1-member-ani {
  position: relative;
  will-change: transform;
}
.as-team-1-member-ani:nth-child(2) {
  z-index: -1;
}
.as-team-1-member-ani:nth-child(3) {
  z-index: -2;
}
.as-team-1-member-ani:nth-child(4) {
  z-index: -3;
}
.as-team-1-member {
  border-radius: 10px;
  border: 6px solid transparent;
  transition: all 0.5s var(--as-cube-1);
}
.as-team-1-member .member-img {
  height: 606px;
  border-radius: 10px 10px 10px 10px;
  border-bottom: 6px solid transparent;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-team-1-member .member-img {
    height: 458px;
  }
}
.as-team-1-member .member-img::after {
  content: "";
  width: 75%;
  height: 50%;
  background: var(--as-clr-pr-1);
  position: absolute;
  bottom: -73%;
  left: 39%;
  border-radius: 20px;
  transform: rotate(45deg) translateX(-50%);
  transition: all 0.5s var(--as-cube-1);
  opacity: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-team-1-member .member-img::after {
    height: 60%;
    left: 20%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-team-1-member .member-img::after {
    display: none;
  }
}
.as-team-1-member .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  transition: all 0.5s var(--as-cube-1);
  opacity: 0;
  transform: translateY(100%);
}
.as-team-1-member .member-name {
  font-size: 26px;
  color: #fff;
  margin-bottom: 5px;
}
.as-team-1-member .member-dg {
  color: #fff;
  margin-bottom: 11px;
}
.as-team-1-member .member-social {
  display: flex;
  justify-content: space-evenly;
  padding-top: 6px;
  padding-bottom: 9px;
  transition: all 0.5s var(--as-cube-1);
  transform: translateY(-100%);
  opacity: 0;
}
.as-team-1-member .member-social .link-elm {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(23, 25, 27, 0.13);
  border-radius: 50%;
  color: #000;
  transition: all 0.5s var(--as-cube-1);
}
.as-team-1-member .member-social .link-elm:hover {
  background: var(--as-clr-pr-1);
  color: #fff;
}
.as-team-1-member:is(.is_active):hover {
  border-color: #fff;
}
.as-team-1-member:is(.is_active):hover .member-img {
  border-color: #fff;
  border-radius: 10px 10px 4px 4px;
}
.as-team-1-member:is(.is_active):hover .member-img::after {
  opacity: 1;
  bottom: -53%;
}
.as-team-1-member:is(.is_active):hover .content-wrap {
  transform: translateY(0);
  opacity: 1;
}
.as-team-1-member:is(.is_active):hover .member-social {
  opacity: 1;
  transform: translateY(0);
}

/*
    team-1-end
*/
/*
    team-3-start
*/
.as-team-3-sec-title {
  text-align: center;
  font-weight: 600;
  font-size: 150px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-team-3-sec-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-team-3-sec-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-team-3-sec-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-team-3-sec-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-team-3-sec-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .as-team-3-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-team-3-sec-title {
    font-size: 60px;
  }
}
.as-team-3-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.as-team-3-title {
  font-size: 150px;
  font-weight: 600;
  flex: 0 0 auto;
  opacity: 0;
  will-change: transform, opacity;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-team-3-title {
    display: none;
  }
}
.as-team-3-members {
  display: flex;
  gap: 10px;
  perspective: 1000px;
  transform-style: preserve-3d;
  flex: 0 0 auto;
  transform: translateX(38px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-team-3-members {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    transform: translateX(0px);
  }
}
.as-team-3-item {
  width: 195px;
  height: 235px;
  border-radius: 20px;
  position: relative;
  flex: 0 0 auto;
  will-change: transform, opacity;
}
.as-team-3-item::after {
  content: "";
  width: 100px;
  height: 100px;
  background: var(--as-clr-pr-3);
  position: absolute;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: 1;
  border-radius: 50%;
  filter: blur(19px);
  transition: var(--as-cube-2);
  transition-delay: 0s;
}
.as-team-3-item::before {
  content: "";
  width: 100px;
  height: 100px;
  background: var(--as-clr-pr-3);
  position: absolute;
  bottom: -80px;
  left: -80px;
  opacity: 0;
  z-index: 2;
  border-radius: 50%;
  filter: blur(19px);
  transition: var(--as-cube-2);
  transition-delay: 0s;
}
.as-team-3-item .name {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  transition: var(--as-cube-2);
}
.as-team-3-item .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  transition: var(--as-cube-2);
  opacity: 0;
  transform: translateY(30%);
}
.as-team-3-item .name-2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  transition: var(--as-cube-2);
}
.as-team-3-item .name-2:hover {
  color: var(--as-clr-pr-3);
  transform: translateY(3px);
}
.as-team-3-item .disc {
  color: #b7b7b7;
}
.as-team-3-item .author-social {
  display: inline-flex;
  gap: 15px;
}
.as-team-3-item .author-social .link-elm {
  color: #fff;
  font-size: 16px;
  transition: var(--as-cube-2);
}
.as-team-3-item .author-social .link-elm:hover {
  color: var(--as-clr-pr-3);
}
.as-team-3-item:hover .content-wrap {
  opacity: 1;
  transform: translateY(0);
}
.as-team-3-item:hover::after {
  top: -50px;
  right: -50px;
  opacity: 1;
  transition-delay: 0.2s;
}
.as-team-3-item:hover::before {
  bottom: -50px;
  left: -50px;
  opacity: 1;
  transition-delay: 0.2s;
}

/*
    team-3-end
*/
/*
    marquee-text-1-start
*/
.as-marquee-text-1-area {
  padding: 80px 0;
}
.as-marquee-text-1-wrap-1 {
  background: #000;
  transform: rotate(4deg);
  overflow: hidden;
  padding: 10px 0;
  transform-origin: 25% 50%;
  margin-left: -10px;
  margin-right: -10px;
}
.as-marquee-text-1-wrap-2 {
  background: var(--as-clr-pr-1);
  transform: rotate(-4deg);
  overflow: hidden;
  padding: 15px 0;
  transform-origin: 25% 50%;
  margin-left: -10px;
  margin-right: -10px;
}
.as-marquee-text-1-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
.as-marquee-text-1-content .text-elm {
  color: #fff;
  font-size: 36px;
  flex: 0 0 auto;
}
.as-marquee-text-1-content img {
  flex: 0 0 auto;
}

/*
    marquee-text-1-end
*/
/*
    marquee-text-2-start
*/
.as-marquee-text-2-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
.as-marquee-text-2-text {
  font-size: 140px;
  font-weight: 700;
  color: #E7E7E7;
  flex: 0 0 auto;
  line-height: 1;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-2-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-2-text {
    font-size: 50px;
  }
}
.as-marquee-text-2-text i {
  font-size: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-2-text i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-2-text i {
    font-size: 30px;
  }
}

/*
    marquee-text-2-end
*/
/*
    marquee-text-3-start
*/
.as-marquee-text-3-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.as-marquee-text-3-wrap .text-elm {
  font-size: 130px;
  font-weight: 600;
  color: #000;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-marquee-text-3-wrap .text-elm {
    font-size: 70px;
  }
}
.as-marquee-text-3-wrap .img-elm {
  border-radius: 20px;
  width: 190px;
  height: 130px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-3-wrap .img-elm {
    width: 160px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-3-wrap .img-elm {
    width: 120px;
    height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-marquee-text-3-wrap .img-elm {
    width: 140px;
    height: 110px;
  }
}

/*
    marquee-text-3-end
*/
/*
    marquee-text-4-start
*/
.as-marquee-text-4-area {
  margin-top: -180px;
  background-color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-marquee-text-4-area {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-marquee-text-4-area {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-4-area {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-4-area {
    margin-top: 0px;
  }
}
.as-marquee-text-4-area .wa_marquee_left_nopause {
  margin-top: -110px;
}
.as-marquee-text-4-area::after {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}
.as-marquee-text-4-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
.as-marquee-text-4-text .text-elm {
  flex: 0 0 auto;
  color: #fff;
  font-size: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-marquee-text-4-text .text-elm {
    font-size: 60px;
  }
}
.as-marquee-text-4-text i {
  color: var(--as-clr-pr-1);
  font-size: 50px;
  flex: 0 0 auto;
}

/*
    marquee-text-4-end
*/
/*
    marquee-text-5-start
*/
.as-marquee-5-area {
  background: linear-gradient(-92deg, rgb(0, 0, 0) 0%, rgb(16, 16, 16) 100%);
}
.as-marquee-5-active {
  margin-bottom: -8px;
}
.as-marquee-5-counter-wrap {
  display: flex;
}
.as-marquee-5-counter {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
  padding: 16px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .as-marquee-5-counter {
    padding: 16px 30px;
  }
}
.as-marquee-5-counter::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.as-marquee-5-counter .number {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #D0D0D0;
}
.as-marquee-5-counter .disc {
  max-width: 100px;
  color: #808080;
  line-height: 1.3;
}

/*
    marquee-text-5-end
*/
/*
    features-1-start
*/
.as-features-1-sec-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.as-features-1-sec-title .sec-disc {
  margin-top: 20px;
}
.as-features-1-wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 0.85fr 1fr;
  background: #fff;
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-features-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-features-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-features-1-wrap-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.as-features-1-quality {
  background-color: var(--as-clr-pr-1);
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-quality {
    padding: 40px 20px;
  }
}
.as-features-1-quality .img-elm {
  width: 37%;
  position: absolute;
  bottom: 0px;
  left: 40px;
}
.as-features-1-quality .title {
  color: #fff;
  font-size: 38px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-quality .title {
    font-size: 30px;
  }
}
.as-features-1-quality .disc {
  color: #fff;
  max-width: 220px;
  text-align: right;
  margin-left: auto;
}
.as-features-1-rating {
  text-align: center;
  background: #e3e3e3;
  padding: 50px 20px;
}
.as-features-1-rating .rating-icon {
  font-size: 24px;
  display: inline-flex;
  gap: 2px;
  color: var(--as-clr-pr-1);
  margin-bottom: 17px;
}
.as-features-1-rating .rating-counter {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.as-features-1-rating .rating-number {
  font-size: 72px;
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-rating .rating-number {
    font-size: 50px;
  }
}
.as-features-1-rating .rating-number .odometer-formatting-mark {
  display: none;
}
.as-features-1-rating .rating-disc {
  font-size: 30px;
  color: #5f5f61;
}
.as-features-1-rating .rating-author {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.as-features-1-rating .rating-author-img {
  display: flex;
}
.as-features-1-rating .rating-author-img .img-elm {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.as-features-1-rating .rating-author-img .img-elm:not(:first-child) {
  margin-left: -10px;
}
.as-features-1-rating .rating-author-disc {
  max-width: 131px;
  text-align: left;
}
.as-features-1-creative {
  text-align: right;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-creative {
    padding: 40px 20px;
  }
}
.as-features-1-creative::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(203deg, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0) 60%);
  z-index: -1;
}
.as-features-1-creative .title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-creative .title {
    font-size: 30px;
  }
}
.as-features-1-creative .disc {
  color: #c2c2c2;
  margin-bottom: 28px;
}
.as-features-1-result {
  padding: 40px 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-features-1-result {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-result {
    padding: 40px 20px;
    height: 400px;
  }
}
.as-features-1-result .title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-features-1-result .title {
    font-size: 30px;
  }
}
.as-features-1-result .disc {
  color: #c2c2c2;
  margin-bottom: 28px;
}

/*
    features-1-end
*/
/*
    partner-1-start
*/
.as-partner-1-sec-title {
  max-width: 630px;
}
.as-partner-1-wrap {
  gap: 30px;
  display: grid;
  grid-template-columns: 2.67fr 1fr;
  margin-right: -50px;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-partner-1-wrap {
    grid-template-columns: 2.5fr 1fr;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-partner-1-wrap {
    grid-template-columns: 1fr;
    margin-right: 0;
  }
}
.as-partner-1-circle-text {
  position: absolute;
  right: 23%;
  top: -37%;
  background-color: #1f1f1f;
  border-radius: 50%;
  padding: 16px;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-partner-1-circle-text {
    display: none;
  }
}
.as-partner-1-circle-text .illus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.as-partner-1-circle-text .circle-text {
  animation: wa-rotated 20s linear infinite;
}
.as-partner-1-logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .as-partner-1-logo {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-partner-1-logo {
    grid-template-columns: 1fr 1fr;
  }
}
.as-partner-1-logo-single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 165px;
  border: 1px solid #C4C4C4;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s var(--as-cube-1);
}
.as-partner-1-logo-single .number {
  font-family: var(--as-font-2);
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.5;
  transition: all 0.5s var(--as-cube-1);
}
.as-partner-1-logo-single img {
  transition: all 0.5s var(--as-cube-1);
}
.as-partner-1-logo-single::after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3F8CC7;
  filter: blur(41px);
  position: absolute;
  top: 19%;
  right: -15%;
  opacity: 1;
  z-index: -1;
  transition: all 0.5s var(--as-cube-1);
  opacity: 0;
}
.as-partner-1-logo-single::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--as-clr-pr-1);
  filter: blur(41px);
  position: absolute;
  bottom: -17%;
  left: -13%;
  opacity: 0.7;
  z-index: -1;
  transition: all 0.5s var(--as-cube-1);
  opacity: 0;
}
.as-partner-1-logo-single:hover {
  background-color: #fff;
  border-color: #000;
  z-index: 2;
}
.as-partner-1-logo-single:hover::after {
  top: 9%;
  right: -5%;
  opacity: 1;
}
.as-partner-1-logo-single:hover::before {
  bottom: -7%;
  left: -3%;
  opacity: 1;
}
.as-partner-1-logo-single:hover .number {
  opacity: 1;
}
.as-partner-1-logo-single:hover img {
  filter: sepia(1) saturate(600%) hue-rotate(195deg) brightness(0.95) contrast(1);
}
.as-partner-1-cloud {
  max-width: 478px;
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
}
.as-partner-1-cloud .cloud-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
}
.as-partner-1-cloud .cloud-2 {
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}
.as-partner-1-cloud .rocket {
  position: absolute;
  left: 33%;
  bottom: 77%;
  will-change: transform;
}
.as-partner-1-boost {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.as-partner-1-boost .arrow {
  position: absolute;
  left: -33px;
  top: -53px;
}
.as-partner-1-boost .title {
  font-size: 24px;
  font-style: italic;
  background: #fff;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-partner-1-right {
    display: none;
  }
}

/*
    partner-1-end
*/
/*
    partner-2-start
*/
.as-partner-2-area {
  margin-bottom: -8px;
}
.as-partner-2-wrap {
  border-top: 1px solid rgba(10, 10, 10, 0.16);
  border-bottom: 1px solid rgba(10, 10, 10, 0.16);
  display: flex;
}
.as-partner-2-item {
  border-right: 1px solid rgba(10, 10, 10, 0.16);
  padding: 24px 24px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-partner-2-item {
    padding: 8px 8px;
  }
}
.as-partner-2-item .logo-elm {
  border-radius: 12px;
  height: 132px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s var(--as-cube-1);
  padding: 10px;
}
.as-partner-2-item .logo-elm img {
  transition: all 0.5s var(--as-cube-1);
}
@media (max-width: 767px) {
  .as-partner-2-item .logo-elm {
    height: 110px;
    width: 234px;
  }
}
.as-partner-2-item .logo-elm svg * {
  fill: #787D7F;
  transition: all 0.5s var(--as-cube-1);
}
.as-partner-2-item:hover .logo-elm {
  background-color: #000;
}
.as-partner-2-item:hover .logo-elm img {
  filter: brightness(0) invert(1) saturate(1000%) contrast(1000%);
  mix-blend-mode: screen;
}
.as-partner-2-item:hover .logo-elm svg * {
  fill: #fff;
  opacity: 1;
}

/*
    partner-2-end
*/
/*
    partner-3-start
*/
.as-partner-3-area {
  background-color: #000;
}
.as-partner-3-logo {
  display: flex;
  gap: 8px;
  margin-right: 8px;
}
.as-partner-3-logo .single-logo {
  width: 315px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-partner-3-logo .single-logo {
    width: 245px;
    height: 132px;
  }
}
.as-partner-3-logo .single-logo:hover img {
  animation: hinge 1s forwards;
}
.as-partner-3-logo .single-logo:nth-child(odd) {
  border-radius: 120px;
}
.as-partner-3-big-title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 260px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-partner-3-big-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-partner-3-big-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-partner-3-big-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-partner-3-big-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-partner-3-big-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .as-partner-3-big-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-partner-3-big-title {
    font-size: 80px;
  }
}
.as-partner-3-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

/*
    partner-3-end
*/
/*
    partner-4-start
*/
.as-partner-4-area::after {
  content: "";
  width: 260px;
  background: linear-gradient(90deg, #161616, transparent);
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-partner-4-area::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .as-partner-4-area::after {
    width: 50px;
  }
}
.as-partner-4-area::before {
  content: "";
  width: 260px;
  background: linear-gradient(-90deg, #161616, transparent);
  height: 100%;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-partner-4-area::before {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .as-partner-4-area::before {
    width: 50px;
  }
}

.as-partner-4-area .as-partner-3-logo .single-logo:hover img {
  animation: jello2 1s;
}

/*
    partner-4-end
*/
/*
    services-1-start
*/
.as-services-1-area {
  background-color: #fff;
}
.as-services-1-container {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
}
.as-services-1-sec-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-1-sec-title {
    flex-wrap: wrap;
  }
}
.as-services-1-sec-title .left {
  max-width: 550px;
}
.as-services-1-sec-title .img-elm {
  margin-right: auto;
  width: 74px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  align-self: center;
}
.as-services-1-sec-title .right {
  max-width: 470px;
}
.as-services-1-sec-title .sec-disc {
  margin-bottom: 20px;
}
.as-services-1-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.as-services-1-item {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 16px 16px;
  padding-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr auto auto auto 3fr;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-1-item {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
}
.as-services-1-item .item-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.as-services-1-item .item-tags li {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 14px;
  color: var(--as-clr-h-1);
  padding: 7px 15px;
}
.as-services-1-item .icon-elm {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-1-item .icon-elm {
    display: none;
  }
}
.as-services-1-item .right-content {
  display: flex;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  padding: 21px 40px;
  transition: all 0.5s var(--as-cube-1);
  position: relative;
  z-index: 1;
}
.as-services-1-item .right-content-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s var(--as-cube-1);
}
.as-services-1-item .title {
  font-size: 48px;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-1-item .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-services-1-item .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .as-services-1-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-1-item .star-icon {
    display: none;
  }
}
.as-services-1-item .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.as-services-1-item .title-wrap .title:nth-child(2) {
  text-align: center;
  position: absolute;
  top: 150%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
}
.as-services-1-item .title-wrap .title:nth-child(2) a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.as-services-1-item .number {
  font-size: 18px;
  font-family: var(--as-font-2);
  color: #B8B8B8;
  flex: 0 0 auto;
  transition: all 0.5s var(--as-cube-1);
}
.as-services-1-item .number span {
  color: #5C5B5B;
  transition: all 0.5s var(--as-cube-1);
}
@media (max-width: 767px) {
  .as-services-1-item .number {
    display: none;
  }
}
.as-services-1-item:hover .right-content {
  background-color: var(--as-clr-h-1);
  border-radius: 100px;
}
.as-services-1-item:hover .right-content-bg-img {
  opacity: 0.2;
}
.as-services-1-item:hover .title-wrap .title:nth-child(1) {
  transform: translateY(-140%);
}
.as-services-1-item:hover .title-wrap .title:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.as-services-1-item:hover .number {
  color: var(--as-clr-pr-1);
}
.as-services-1-item:hover .number span {
  color: #fff;
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.as-services-2-area {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1584px;
  margin-left: auto;
  margin-right: auto;
}
.as-services-2-area .as-subtitle-2 {
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 50%, #F5F5F5 100%);
}
.as-services-2-area .as-sec-title-2 {
  font-size: 72px;
  font-weight: 700;
  max-width: 1000px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-services-2-area .as-sec-title-2 {
    font-size: 36px;
  }
}
.as-services-2-area .disc {
  max-width: 520px;
}
.as-services-2-wrap {
  max-width: 1065px;
  margin-left: auto;
}
.as-services-2-item {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  gap: 80px;
  border-bottom: 2px solid #D9D9D9;
  line-height: 1;
  align-items: start;
  padding: 25px 0px;
  opacity: 32%;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-services-2-item {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-services-2-item {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-services-2-item {
    font-size: 30px;
    gap: 40px;
    flex-wrap: wrap;
  }
}
.as-services-2-item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.5s var(--as-cube-1);
}
.as-services-2-item .number {
  font-size: 22px;
  margin-top: 5px;
  font-weight: 500;
}
.as-services-2-item .item-img {
  width: 268px;
  height: 318px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-2-item .item-img {
    display: none;
  }
}
.as-services-2-item:hover {
  opacity: 1;
}
.as-services-2-item:hover::after {
  transform: scaleX(1);
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.as-services-3-area {
  background: #000;
}
.as-services-3-bg-text {
  font-size: 200px;
  color: #fff;
  font-weight: 700;
  opacity: 10%;
  position: absolute;
  top: 7%;
  left: -60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-services-3-bg-text {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-services-3-bg-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-3-bg-text {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-services-3-bg-text {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-services-3-bg-text {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .as-services-3-bg-text {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-services-3-bg-text {
    font-size: 100px;
  }
}
.as-services-3-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 2.1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
.as-services-3-left .as-subtitle-3 {
  color: #fff;
}
.as-services-3-illus {
  margin-left: -120px;
  margin-top: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-3-illus {
    margin-left: 0px;
  }
}
.as-services-3-accordion-item {
  border-bottom: 1px solid #333333;
}
.as-services-3-accordion-item .item-title {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 35px 0;
  gap: 30px;
  line-height: 1.2;
}
.as-services-3-accordion-item .item-title .number {
  font-size: 22px;
  font-family: var(--as-font-2);
  color: var(--as-clr-pr-3);
  font-weight: 400;
  align-self: flex-start;
  margin-top: 20px;
  flex: 0 0 auto;
}
.as-services-3-accordion-item .item-title .number .just-number {
  color: #fff;
}
.as-services-3-accordion-item .item-title .text {
  font-size: 100px;
  font-weight: 700;
  background: linear-gradient(90deg, #333333, transparent);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--as-cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-3-accordion-item .item-title .text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-services-3-accordion-item .item-title .text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-services-3-accordion-item .item-title .text {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-services-3-accordion-item .item-title .text {
    font-size: 30px;
  }
}
.as-services-3-accordion-item .item-title .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1.5px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 200;
  margin-left: auto;
  transition: var(--as-cube-2);
}
.as-services-3-accordion-item .item-title .icon span {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .as-services-3-accordion-item .item-title .icon {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-services-3-accordion-item .item-title .icon {
    display: inline-flex;
  }
}
.as-services-3-accordion-item .item-title:is(:not(.collapsed)) .text {
  -webkit-text-fill-color: #fff;
}
.as-services-3-accordion-item .item-title:is(:not(.collapsed)) .icon {
  transform: rotate(227deg);
}
.as-services-3-accordion-item .item-title:is(.collapsed):hover .icon {
  color: var(--as-clr-pr-3);
  border-color: var(--as-clr-pr-3);
}
.as-services-3-accordion-item .item-wrap {
  margin-left: auto;
  max-width: 990px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.45fr 1fr;
  align-items: center;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .as-services-3-accordion-item .item-wrap {
    grid-template-columns: 1fr;
  }
}
.as-services-3-accordion-item .item-wrap .item-img {
  border-radius: 40px;
  height: 225px;
}
.as-services-3-accordion-item .item-wrap .item-disc {
  font-size: 18px;
  color: #909090;
  margin-bottom: 45px;
}
.as-services-3-accordion-item .item-wrap .item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.as-services-3-accordion-item .item-wrap .item-tags .link-elm {
  color: #fff;
  font-weight: 400;
  border: 1px solid #909090;
  border-radius: 100px;
  padding: 5px 20px;
  transition: var(--as-cube-2);
}
.as-services-3-accordion-item .item-wrap .item-tags .link-elm:hover {
  background-color: var(--as-clr-pr-3);
  border-color: transparent;
}

/*
    services-3-end
*/
/*
    services-4-start
*/
.as-services-4-area {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #101212;
  overflow: hidden;
}
.as-services-4-bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -2;
  opacity: 0.08;
}
.as-services-4-bg-text {
  font-weight: 700;
  color: #333333;
  writing-mode: sideways-lr;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  font-size: 234px;
  opacity: 23%;
}
.as-services-4-bg-line {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  opacity: 5%;
}
.as-services-4-bg-line .line {
  width: 1px;
  height: 100%;
  background: #fff;
}
.as-services-4-wrap {
  margin-right: -35px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-4-wrap {
    margin-right: 0;
  }
}
.as-services-4-right {
  height: 800px;
  background: #000;
  overflow: hidden;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-4-right {
    height: auto;
    background: transparent;
    overflow: hidden;
    padding: 0;
  }
}
.as-services-4-item-img {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 0;
}
.as-services-4-item-img-single {
  max-width: 830px;
  height: 622px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-4-item-img-single {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-services-4-item-img-single {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-4-item-img-single {
    max-width: 100%;
    height: 400px;
  }
}
.as-services-4-item-img-single .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: #000;
  font-size: 24px;
  color: #fff;
  padding: 18px 10px;
  transition: var(--as-cube-2);
}
.as-services-4-item-img-single .item-title:hover {
  color: var(--as-clr-pr-3);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-4-item-img-single .item-title {
    display: none;
  }
}
.as-services-4-left {
  max-width: 670px;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 100px 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-4-left {
    width: auto;
    max-width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-services-4-left {
    display: none;
  }
}
.as-services-4-item-number-wrap {
  overflow: hidden;
  height: 133px;
}
.as-services-4-item-number .single-number {
  color: #333333;
  font-family: var(--as-font-2);
  font-size: 135px;
  font-weight: 700;
  line-height: 1;
}
.as-services-4-item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.as-services-4-item-list .single-item {
  color: #5c5c5c;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--as-cube-2);
}
.as-services-4-item-list .single-item .line {
  width: 8px;
  height: 2px;
  background: #5c5c5c;
  transition: var(--as-cube-2);
}
.as-services-4-item-list .single-item:is(.active) {
  color: #fff;
}
.as-services-4-item-list .single-item:is(.active) .line {
  background: var(--as-clr-pr-1);
  width: 15px;
}
.as-services-4-item-title-wrap {
  height: 65px;
  overflow: hidden;
  margin-top: auto;
}
.as-services-4-item-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.as-services-4-item-title .single-title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.as-services-4-item-disc-wrap {
  height: 65px;
  overflow: hidden;
  max-width: 510px;
}
.as-services-4-item-disc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.as-services-4-item-disc .single-disc {
  color: #8f8f8f;
  font-size: 20px;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-services-4-height {
    height: 3000px;
  }
}

/*
    services-4-end
*/
/*
    portfolio-1-start
*/
.as-portfolio-1-area {
  background-color: #fff;
}
.as-portfolio-1-sec-title .as-sec-title-1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.as-portfolio-1-sec-title .big-title {
  color: #e6e6e6;
  font-weight: 700;
  font-size: 240px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-portfolio-1-sec-title .big-title {
    font-size: 70px;
  }
}
.as-portfolio-1-wrap {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-portfolio-1-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-1-wrap {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.as-portfolio-1-wrap .left {
  display: flex;
  flex-direction: column;
  gap: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-1-wrap .left {
    gap: 50px;
  }
}
.as-portfolio-1-wrap .right {
  display: flex;
  flex-direction: column;
  gap: 170px;
  align-items: end;
  padding-top: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-1-wrap .right {
    gap: 50px;
    padding: 0;
  }
}
.as-portfolio-1-item {
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  border: 10px solid #fff;
  background-color: #fff;
}
.as-portfolio-1-item .item-img {
  height: 390px;
  border-radius: 8px;
  margin-bottom: 26px;
}
.as-portfolio-1-item .item-tags {
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.as-portfolio-1-item .item-tags .link-elm {
  background: rgba(255, 255, 255, 0.8);
  color: var(--as-clr-h-1);
  font-size: 14px;
  padding: 5px 11px;
  border-radius: 8px;
  transition: all 0.5s var(--as-cube-1);
}
.as-portfolio-1-item .item-tags .link-elm:hover {
  color: #fff;
  background: var(--as-clr-pr-1);
}
.as-portfolio-1-item .title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
  transition: all 0.4s var(--as-cube-1);
}
.as-portfolio-1-item .title:hover {
  color: var(--as-clr-pr-1);
}
.as-portfolio-1-item .content-wrap {
  padding: 0 20px;
  margin-bottom: 10px;
}
.as-portfolio-1-item:is(.has-v2) {
  max-width: 560px;
}
.as-portfolio-1-item:is(.has-v2) .item-tags {
  bottom: unset;
  top: 16px;
}
.as-portfolio-1-item:is(.has-v2) .item-img {
  height: 312px;
}
.as-portfolio-1-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 65px;
}
.as-portfolio-1-content-disc {
  max-width: 425px;
}
.as-portfolio-1-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.as-portfolio-1-counter .number {
  font-family: var(--as-font-2);
  font-size: 72px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
}
.as-portfolio-1-counter .title {
  font-size: 18px;
  color: #828282;
}
.as-portfolio-1-counter .title span {
  display: block;
  line-height: 0.7;
  font-size: 40px;
  color: var(--as-clr-pr-1);
  font-weight: 700;
}
.as-portfolio-1-counter::after {
  content: "}";
  font-size: 69px;
  font-family: var(--as-font-1);
  font-weight: 300;
  margin-top: -15px;
  margin-left: -10px;
  color: var(--as-clr-pr-1);
}
.as-portfolio-1-counter::before {
  content: "{";
  font-size: 69px;
  font-family: var(--as-font-1);
  font-weight: 300;
  margin-top: -15px;
  margin-right: -10px;
  color: var(--as-clr-pr-1);
}

/*
    portfolio-1-end
*/
/*
    portfolio-2-start
*/
.as-portfolio-2-bg-color {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: clip;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-bg-color {
    display: none;
  }
}
.as-portfolio-2-bg-color .circle {
  position: absolute;
  width: 0vh;
  height: 0vh;
  border-radius: 50%;
  background: #000;
  will-change: width, height, transform, border-radius;
}

.as-portfolio-2-area {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-area {
    padding-top: 140px;
  }
}
.as-portfolio-2-sec-title {
  display: flex;
  align-items: start;
  gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-sec-title {
    gap: 10px;
    flex-direction: column;
  }
}
.as-portfolio-2-sec-title .as-subtitle-2 {
  background: linear-gradient(90deg, #666666 0%, rgba(245, 245, 245, 0) 50%, #666666 100%);
  color: #fff;
}
.as-portfolio-2-sec-title .as-subtitle-2::after {
  background: #fff;
}
.as-portfolio-2-sec-title .as-subtitle-2::before {
  background: #fff;
}
.as-portfolio-2-sec-title .as-sec-title-2 {
  color: #333333;
  font-size: 192px;
  letter-spacing: -0.01em;
  line-height: 0.7;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-portfolio-2-sec-title .as-sec-title-2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-portfolio-2-sec-title .as-sec-title-2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-portfolio-2-sec-title .as-sec-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-portfolio-2-sec-title .as-sec-title-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-portfolio-2-sec-title .as-sec-title-2 {
    font-size: 36px;
  }
}
.as-portfolio-2-animation-title {
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 200px;
  letter-spacing: -0.01em;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0.7;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-portfolio-2-animation-title {
    font-size: 45px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-portfolio-2-animation-title {
    font-size: 42px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-portfolio-2-animation-title {
    font-size: 38px;
    display: block;
  }
}
@media (max-width: 767px) {
  .as-portfolio-2-animation-title {
    font-size: 32px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-portfolio-2-animation-title {
    font-size: 36px;
    display: block;
  }
}
.as-portfolio-2-height {
  height: 4000px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-height {
    height: auto;
  }
}
.as-portfolio-2-big-item {
  width: 100%;
  height: 840px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-big-item {
    height: auto;
  }
}
.as-portfolio-2-item {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-item {
    height: 350px;
    position: unset;
    margin-bottom: 30px;
  }
}
.as-portfolio-2-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0A0A0A;
  opacity: 36%;
  z-index: 1;
}
.as-portfolio-2-item-content {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .as-portfolio-2-item-content {
    flex-direction: column;
    gap: 20px;
  }
}
.as-portfolio-2-item-content .title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  max-width: 490px;
  line-height: 1;
  transition: all 0.4s var(--as-cube-1);
}
.as-portfolio-2-item-content .title:hover {
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-item-content .title {
    font-size: 24px;
  }
}
.as-portfolio-2-item-content .right-content {
  max-width: 390px;
}
.as-portfolio-2-item-content .disc {
  color: #fff;
  margin-bottom: 30px;
}
.as-portfolio-2-item-content .item-btn {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  transition: all 0.4s var(--as-cube-1);
}
.as-portfolio-2-item-content .item-btn:hover {
  background-color: #000;
  color: #fff;
}
.as-portfolio-2-item:nth-child(2) {
  z-index: -1;
}
.as-portfolio-2-item:nth-child(3) {
  z-index: -2;
}
.as-portfolio-2-sm-item {
  max-width: 508px;
  height: 488px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-sm-item {
    display: none;
  }
}
.as-portfolio-2-sm-item-scroll {
  display: grid;
}
.as-portfolio-2-item-img {
  max-width: 100%;
  height: 488px;
}
.as-portfolio-2-all-btn {
  margin-top: -120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-2-all-btn {
    margin-top: 0px;
  }
}
.as-portfolio-2-all-btn .as-pr-btn-2 {
  background-color: #3A3A3A;
  color: #fff;
}

/*
    portfolio-2-end
*/
/*
    portfolio-4-start
*/
.as-portfolio-4-area {
  z-index: 2;
  background-color: #000;
}
.as-portfolio-4-wrap {
  margin-left: -60px;
  margin-right: -60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-portfolio-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-portfolio-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-portfolio-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-portfolio-4-wrap {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
.as-portfolio-4-item {
  height: 490px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-4-item {
    height: 400px;
  }
}
.as-portfolio-4-item .item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-radius: 50%;
  font-size: 32px;
}
.as-portfolio-4-item .item-btn i {
  transition: var(--as-cube-2);
}
.as-portfolio-4-item .item-btn:hover {
  background: var(--as-clr-pr-1);
}
.as-portfolio-4-item .item-btn:hover i {
  transform: rotate(-45deg);
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-portfolio-4-item .item-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/*
    portfolio-4-end
*/
/*
    cta-1-start
*/
.as-cta-1-experi {
  background-color: #f0f0f0;
  border-radius: 20px;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 20px;
  text-align: center;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.as-cta-1-experi-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.as-cta-1-experi-title .number {
  font-family: var(--as-font-2);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  transform: translateY(3px);
  color: var(--as-clr-pr-1);
}
.as-cta-1-experi-title .number .odometer {
  color: var(--as-clr-h-1);
}
.as-cta-1-experi-services {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.as-cta-1-experi-services .link-elm {
  font-size: 20px;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 6px;
  padding: 8px 25px;
  transition: all 0.5s var(--as-cube-1);
}
.as-cta-1-experi-services .link-elm:hover {
  background: var(--as-clr-pr-1);
  color: #fff;
}
.as-cta-1-bg {
  background-color: #000;
  margin-top: -120px;
  padding-top: 200px;
  border-radius: 0 0 60px 60px;
}
.as-cta-1-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
.as-cta-1-social {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.as-cta-1-social .link-elm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 4px 20px;
  transition: all 0.5s var(--as-cube-1);
}
.as-cta-1-social .link-elm:hover {
  background: var(--as-clr-pr-1);
  border-color: transparent;
}
.as-cta-1-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  margin-top: 308px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-1-content {
    margin-top: 100px;
  }
}
.as-cta-1-content .title-1 {
  font-size: 189px;
  color: #fff;
  line-height: 1;
  will-change: transform;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-cta-1-content .title-1 {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-cta-1-content .title-1 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-cta-1-content .title-1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-cta-1-content .title-1 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-cta-1-content .title-1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .as-cta-1-content .title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-cta-1-content .title-1 {
    font-size: 80px;
  }
}
.as-cta-1-content .title-2 {
  font-size: 96px;
  color: var(--as-clr-pr-1);
  margin-bottom: 40px;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-cta-1-content .title-2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .as-cta-1-content .title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-cta-1-content .title-2 {
    font-size: 60px;
  }
}
.as-cta-1-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  will-change: transform;
}
.as-cta-1-content .as-pr-btn-1:nth-child(1) {
  background: #393939;
}
.as-cta-1-content .as-pr-btn-1:nth-child(1) .icon {
  color: #fff;
  background: #000;
}
.as-cta-1-content .as-pr-btn-1:nth-child(1):hover {
  background: var(--as-clr-pr-1);
}
.as-cta-1-content .as-pr-btn-1:nth-child(2) {
  background: transparent;
  color: #fff;
  padding: 0;
  gap: 8px;
}
.as-cta-1-content .as-pr-btn-1:nth-child(2) i {
  color: var(--as-clr-pr-1);
  transform: rotate(-45deg);
}
.as-cta-1-content .as-pr-btn-1:nth-child(2):hover {
  color: var(--as-clr-pr-1);
}
.as-cta-1-img-1 {
  width: 260px;
  height: 175px;
  border-radius: 10px;
  background: linear-gradient(106deg, #ffffff, transparent);
  padding: 4px;
  position: absolute;
  bottom: 53%;
  left: 11%;
  z-index: -2;
  will-change: transform;
}
.as-cta-1-img-1 img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-1-img-1 {
    display: none;
  }
}
.as-cta-1-img-2 {
  width: 260px;
  height: 175px;
  border-radius: 10px;
  background: linear-gradient(106deg, #ffffff, transparent);
  padding: 4px;
  position: absolute;
  top: 21%;
  right: 16%;
  z-index: -2;
  will-change: transform;
}
.as-cta-1-img-2 img {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-1-img-2 {
    display: none;
  }
}
.as-cta-1-hand-1 {
  width: 51%;
  position: absolute;
  top: 0;
  left: 50px;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-1-hand-1 {
    display: none;
  }
}
.as-cta-1-hand-2 {
  text-align: right;
  width: 49%;
  position: absolute;
  right: 0;
  bottom: 6%;
  z-index: -1;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-1-hand-2 {
    display: none;
  }
}
.as-cta-1-scroll-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.as-cta-1-scroll-btn .icon-elm {
  width: 30px;
  height: 50px;
  background: #000;
  border: 1px solid var(--as-clr-pr-1);
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--as-cube-1);
}
.as-cta-1-scroll-btn .icon-elm::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  animation: bounce2 2s linear infinite;
}
.as-cta-1-scroll-btn .text-elm {
  color: #fff;
  font-size: 14px;
}
.as-cta-1-scroll-btn:hover .icon-elm {
  background: var(--as-clr-pr-1);
}

/*
    cta-1-end
*/
/*
    cta-2-end
*/
.as-cta-2-wrap {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-cta-2-wrap {
    align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-wrap {
    align-items: start;
    grid-template-columns: 1fr;
  }
}
.as-cta-2-left-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #c4c4c4;
  border-radius: 20px;
  gap: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-left-top {
    grid-template-columns: 1fr;
  }
}
.as-cta-2-booking {
  background: #fff;
  border-radius: 16px;
  padding: 40px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-booking {
    padding: 40px 25px;
  }
}
.as-cta-2-booking .title {
  font-size: 36px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-booking .title {
    font-size: 26px;
  }
}
.as-cta-2-booking .disc {
  color: #8d8d8d;
  font-size: 20px;
  margin-bottom: 20px;
}
.as-cta-2-booking .btn-x-mail {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.as-cta-2-booking .mail a {
  color: #000;
  font-weight: 600;
  transition: all 0.4s var(--as-cube-1);
}
.as-cta-2-booking .mail a:hover {
  color: var(--as-clr-pr-1);
}
.as-cta-2-manager {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
}
.as-cta-2-manager .img-elm {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #ddd;
  display: inline-block;
  margin-bottom: 12px;
}
.as-cta-2-manager .text-elm {
  font-size: 24px;
}
.as-cta-2-manager .text-elm img {
  max-width: 30px;
  margin-top: -10px;
}
.as-cta-2-projects {
  border-radius: 20px;
  background: #000;
  padding: 40px 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-projects {
    padding: 40px 20px;
  }
}
.as-cta-2-projects::after {
  content: "";
  width: 400px;
  height: 400px;
  background: var(--as-clr-pr-1);
  position: absolute;
  bottom: -5%;
  left: -13%;
  border-radius: 50%;
  filter: blur(21px);
  opacity: 0.9;
  z-index: -1;
}
.as-cta-2-projects .title-x-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.as-cta-2-projects .title-x-btn .as-pr-btn-1-v2 {
  background-color: #323232;
}
.as-cta-2-projects .title {
  color: #fff;
  font-size: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-projects .title {
    font-size: 26px;
  }
}
.as-cta-2-projects-ss {
  display: flex;
  justify-content: center;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.as-cta-2-projects-ss .ss-elm {
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2901960784);
}
.as-cta-2-projects-ss .ss-elm img {
  width: 100%;
}
.as-cta-2-projects-ss .ss-elm:nth-child(1) {
  position: relative;
  z-index: 1;
}
.as-cta-2-projects-ss .ss-elm:nth-child(2) {
  margin-left: -40px;
}
.as-cta-2-projects-ss .ss-elm:nth-child(3) {
  transform: rotateY(-40deg) scale3d(1, 0.9, 1);
  margin-left: -30px;
}
.as-cta-2-projects-ss .ss-elm:nth-child(4) {
  transform: rotateY(-40deg) scale3d(1, 0.9, 1);
  margin-left: -40px;
}
.as-cta-2-form-wrap {
  background: #000;
  border-radius: 20px;
  padding: 90px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-form-wrap {
    padding: 50px 20px;
  }
}
.as-cta-2-form-content {
  margin-bottom: 36px;
}
.as-cta-2-form-content .subtitle {
  display: flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  margin-bottom: 12px;
}
.as-cta-2-form-content .subtitle .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--as-clr-pr-1);
  animation: flash 3s linear infinite;
}
.as-cta-2-form-content .title {
  font-size: 36px;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-cta-2-form-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-cta-2-form-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-cta-2-form-content .title {
    font-size: 24px;
  }
}
.as-cta-2-form .input-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .as-cta-2-form .input-box {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-cta-2-form .input-box {
    grid-template-columns: 1fr 1fr;
  }
}
.as-cta-2-form-input {
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #919191;
}
.as-cta-2-form-input:is(textarea) {
  height: 120px;
  padding-top: 11px;
}
.as-cta-2-form-input:focus-within {
  border-color: var(--as-clr-pr-1);
}
.as-cta-2-form-selector {
  font-family: var(--as-font-1);
  height: 50px;
  border-radius: 0;
  color: #919191;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  align-items: center;
  display: flex;
  background: transparent;
}
.as-cta-2-form-selector:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.as-cta-2-form-selector .list {
  width: 100%;
}
.as-cta-2-form-selector .list li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.as-cta-2-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 25px;
}
.as-cta-2-form .form-checkbox input[type=checkbox] {
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  isolation: isolate;
}
.as-cta-2-form .form-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.as-cta-2-form .form-checkbox input[type=checkbox]:checked {
  background-color: var(--as-clr-pr-1);
  opacity: 1;
}
.as-cta-2-form .form-checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.as-cta-2-form .form-checkbox .checkbox-label {
  color: #919191;
}
.as-cta-2-form .button-x-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.as-cta-2-form .author {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.as-cta-2-form .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.as-cta-2-form .author-name {
  font-size: 20px;
  color: #fff;
}
.as-cta-2-form .author-dg {
  font-size: 15px;
  color: #6a6a6a;
}
.as-cta-2-form .as-pr-btn-1 {
  background: #fff;
  color: #000;
}
.as-cta-2-form .as-pr-btn-1:hover {
  background: var(--as-clr-pr-1);
  color: #fff;
}

/*
    cta-2-end
*/
/*
    contact-3-start
*/
.as-contact-3-wrap {
  max-width: 1575px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-3-wrap {
    grid-template-columns: 1fr;
  }
}
.as-contact-3-img {
  border-radius: 30px;
  height: 715px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-contact-3-img {
    height: 615px;
  }
}
@media (max-width: 767px) {
  .as-contact-3-img {
    height: 415px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-3-content {
    padding: 30px 0;
  }
}
.as-contact-3-content .as-cta-2-form-wrap {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 45px 35px;
}
.as-contact-3-content .as-cta-2-form-content {
  margin-bottom: 46px;
}
.as-contact-3-content .as-cta-2-form-content .subtitle {
  color: #676767;
  font-size: 20px;
}
.as-contact-3-content .as-cta-2-form-content .subtitle span {
  color: #000;
  font-size: 13px;
}
.as-contact-3-content .as-cta-2-form-content .title {
  color: inherit;
  font-weight: 600;
}
.as-contact-3-content .as-cta-2-form-input {
  border-color: #DADADA;
}
.as-contact-3-content .as-cta-2-form .form-checkbox {
  margin-top: 5px;
  margin-bottom: 24px;
}
.as-contact-3-content .as-cta-2-form .form-checkbox .checkbox-label {
  color: #000;
}
.as-contact-3-content .as-cta-2-form .form-checkbox input[type=checkbox] {
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.as-contact-3-content .as-cta-2-form button {
  width: 100%;
  justify-content: center;
}
.as-contact-3-content .as-cta-2-form .button-x-author {
  margin-top: 50px;
}
.as-contact-3-content .as-cta-2-form .as-about-3-author-img {
  transform: scale(0.8);
  margin: -7px -14px;
}
.as-contact-3-content .as-cta-2-form .as-about-3-author-content .author-name {
  color: #000;
}
.as-contact-3-content .as-cta-2-form .form-rating-icon {
  font-size: 14px;
  display: flex;
  color: var(--as-clr-pr-3);
  margin-bottom: 5px;
}
.as-contact-3-content .as-cta-2-form .form-rating-text {
  color: #727272;
  font-size: 14px;
}

/*
    contact-3-end
*/
/*
    contact-4-start
*/
.as-contact-4-sec-title {
  display: flex;
  gap: 40px 60px;
  max-width: 1250px;
  align-items: start;
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .as-contact-4-sec-title {
    flex-wrap: wrap;
  }
}
.as-contact-4-sec-title .section-title {
  font-weight: 600;
  font-size: 90px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-contact-4-sec-title .section-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-contact-4-sec-title .section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-contact-4-sec-title .section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-contact-4-sec-title .section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-contact-4-sec-title .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-contact-4-sec-title .section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-contact-4-sec-title .section-title {
    font-size: 30x;
  }
}
.as-contact-4-sec-title .together {
  background: var(--as-clr-pr-1);
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  padding: 7px 40px;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  font-size: 35px;
}
@media (max-width: 767px) {
  .as-contact-4-sec-title .together {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-contact-4-sec-title .together {
    font-size: 30x;
  }
}
.as-contact-4-social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  max-width: 700px;
}
.as-contact-4-social .link-elm {
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
  transition: var(--as-cube-2);
  font-weight: 600;
}
.as-contact-4-social .link-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--as-clr-pr-1);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: var(--as-cube-2);
}
.as-contact-4-social .link-elm .icon {
  width: 36px;
  height: 36px;
  background: var(--as-clr-pr-1);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  transition: var(--as-cube-2);
}
.as-contact-4-social .link-elm:hover {
  color: #fff;
}
.as-contact-4-social .link-elm:hover::after {
  transform: scaleY(1);
}
.as-contact-4-social .link-elm:hover .icon {
  background: #000;
  color: #fff;
}
.as-contact-4-social .as-pr-btn-3 {
  border-radius: 10px;
  font-size: 20px;
  padding: 17px 20px;
}
.as-contact-4-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 60px;
  max-width: 630px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-contact-4-info {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-contact-4-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-contact-4-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-contact-4-info {
    gap: 30px 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-contact-4-info {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.as-contact-4-info-single .icon {
  width: 42px;
  height: 42px;
  background: #f2f2f2;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
  color: #000;
  transition: all 0.4s var(--as-cube-1);
}
.as-contact-4-info-single .title {
  font-size: 24px;
  margin-top: 17px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-4-info-single .title {
    font-size: 20px;
  }
}
.as-contact-4-info-single .disc {
  font-size: 15px;
  color: #666666;
  line-height: 2;
}
.as-contact-4-info-single .disc:nth-of-type(1) {
  margin-top: 8px;
}
.as-contact-4-info-single .disc b {
  color: #000;
}
.as-contact-4-info-single .disc a {
  transition: all 0.5s var(--nm-cube-1);
}
.as-contact-4-info-single .disc a:hover {
  color: var(--nm-clr-pr-1);
}
.as-contact-4-info-single:hover .icon {
  color: var(--as-clr-pr-1);
}
.as-contact-4-img {
  margin-top: -110px;
  margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-4-img {
    margin-top: 0;
    margin-left: 0;
  }
}
.as-contact-4-img::after {
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 90px;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
}
.as-contact-4-img-location {
  position: absolute;
  right: 40px;
  top: 19%;
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-contact-4-img-location {
    right: 210px;
    top: 41%;
  }
}
.as-contact-4-img-location .icon {
  width: 70px;
  height: 70px;
  background: var(--as-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.as-contact-4-img-location .dot-icon {
  width: 51px;
  height: 51px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  align-self: end;
  margin-right: -20px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
.as-contact-4-img-location .dot-icon::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--as-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 2.598px -1.5px 6px 0px rgba(0, 0, 0, 0.7);
  animation: nm-c1-l-icon-after 2s linear infinite;
}
.as-contact-4-wrap-2 {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: end;
  gap: 50px;
  margin-top: -210px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-contact-4-wrap-2 {
    margin-top: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-contact-4-wrap-2 {
    margin-top: 0;
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-4-wrap-2 {
    margin-top: 0;
    padding-right: 30px;
    padding-top: 50px;
    padding-left: 50px;
    flex-wrap: wrap;
  }
}
.as-contact-4-wrap-2::after {
  content: "";
  width: 100%;
  height: 270px;
  border-radius: 20px 20px 0 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-contact-4-wrap-2::after {
    height: 100%;
  }
}
.as-contact-4-wrap-2-right {
  margin-bottom: 50px;
}

@keyframes nm-c1-l-icon-after {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*
    contact-4-end
*/
/*
    trust-2-start
*/
.as-trust-2-area {
  margin: 0 24px;
  border-radius: 20px;
  padding-top: 140px;
}
.as-trust-2-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.as-trust-2-content {
  max-width: 450px;
  margin-bottom: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-trust-2-content {
    margin-bottom: 200px;
  }
}
.as-trust-2-comment {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 12px;
}
.as-trust-2-comment span {
  background-color: #fff;
  padding: 9px 18px;
}
.as-trust-2-comment span:first-child {
  border-radius: 8px 8px 0 0;
}
.as-trust-2-comment span:last-child {
  border-radius: 0 0 8px 8px;
}
.as-trust-2-comment span:nth-child(2) {
  display: block;
  border-radius: 0 0 8px 0;
}
.as-trust-2-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.as-trust-2-author .content-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}
.as-trust-2-author .img-elm {
  width: 54px;
  height: 60px;
  border-radius: 5px;
  flex: 0 0 auto;
  display: flex;
}
.as-trust-2-author .name {
  font-size: 20px;
}
.as-trust-2-author .bio {
  font-size: 15px;
}
.as-trust-2-marquee {
  margin-bottom: -34px;
}
.as-trust-2-marquee-wrap {
  display: flex;
  margin-right: 80px;
  gap: 80px;
}
.as-trust-2-marquee-wrap .text-elm {
  display: flex;
  align-items: center;
  font-size: 200px;
  color: #fff;
  flex: 0 0 auto;
  gap: 80px;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-weight: 600;
}
.as-trust-2-marquee-wrap .text-elm i {
  font-size: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-trust-2-marquee-wrap .text-elm {
    font-size: 100px;
  }
}

/*
    trust-2-end
*/
/*
    testimonial-1-start
*/
.as-testimonial-1-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.as-testimonial-1-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-testimonial-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-testimonial-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-testimonial-1-wrap .item-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.as-testimonial-1-wrap .item-col:nth-child(1) {
  padding-top: 70px;
}
.as-testimonial-1-wrap .item-col:nth-child(3) {
  padding-top: 70px;
}
.as-testimonial-1-item {
  border-radius: 10px;
  background: #fff;
  padding: 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-1-item {
    padding: 30px 20px;
  }
}
.as-testimonial-1-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.as-testimonial-1-item .comment {
  font-size: 20px;
  color: #6b6b6b;
  margin-bottom: 19px;
}
.as-testimonial-1-item .author-x-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.as-testimonial-1-item .item-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.as-testimonial-1-item .item-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.as-testimonial-1-item .item-author-content .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.as-testimonial-1-item .item-author-content .dg {
  font-size: 15px;
  color: #888888;
}
.as-testimonial-1-video {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.as-testimonial-1-video iframe {
  width: 100%;
  height: 100%;
}
.as-testimonial-1-marquee-wrap {
  display: flex;
  gap: 10px;
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.as-testimonial-2-sec-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.as-testimonial-2-sec-title .as-subtitle-2 {
  flex: 0 0 auto;
  gap: 0 40px;
}
.as-testimonial-2-sec-title .as-sec-title-2 {
  max-width: 870px;
}
.as-testimonial-2-wrap {
  display: grid;
  gap: 200px;
}
.as-testimonial-2-wrap .item-col {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .as-testimonial-2-wrap .item-col {
    flex-wrap: wrap;
  }
}
.as-testimonial-2-wrap .item-col:nth-child(2) {
  justify-content: end;
}
.as-testimonial-2-wrap-big-title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 230px;
  line-height: 1;
  font-weight: 700;
  opacity: 0.08;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-testimonial-2-wrap-big-title {
    font-size: 70px;
  }
}
.as-testimonial-2-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 45px 42px;
  background: #fff;
  outline: 7px solid #fff;
  box-shadow: 0px 0px 28px rgba(10, 10, 10, 0.16);
  max-width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-2-item {
    padding: 45px 20px;
  }
}
.as-testimonial-2-item .name-x-img {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 65px;
  justify-content: space-between;
}
.as-testimonial-2-item .icon-elm {
  font-size: 65px;
  line-height: 1;
  opacity: 20%;
  margin-bottom: 30px;
}
.as-testimonial-2-item .author-img {
  width: 96px;
  flex: 0 0 auto;
  height: 112px;
  border-radius: 8px;
}
.as-testimonial-2-item .name {
  font-size: 20px;
  margin-bottom: 6px;
}
.as-testimonial-2-item .bio {
  color: #515151;
}
.as-testimonial-2-item .comment {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-2-item .comment {
    font-size: 18px;
  }
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.as-testimonial-3-area {
  background-color: #fff;
  height: 2600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-3-area {
    height: auto;
  }
}
.as-testimonial-3-sec-title {
  z-index: 2;
}
.as-testimonial-3-sec-title .as-subtitle-3 {
  color: #111111;
  margin-bottom: 34px;
}
.as-testimonial-3-sec-title .as-subtitle-3::after {
  background: #111111;
}
.as-testimonial-3-sec-title .section-title {
  color: #111111;
  font-weight: 600;
  font-size: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-testimonial-3-sec-title .section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-testimonial-3-sec-title .section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-testimonial-3-sec-title .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-testimonial-3-sec-title .section-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-testimonial-3-sec-title .section-title {
    font-size: 35px;
  }
}
.as-testimonial-3-slider-main {
  z-index: 2;
}
@media (max-width: 767px) {
  .as-testimonial-3-slider-main {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-testimonial-3-slider-main {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.as-testimonial-3-slider-main-item {
  background: #FDF2F2;
  padding: 30px 25px;
  border-radius: 10px;
  opacity: 0.8;
}
.as-testimonial-3-slider-main-item .comment {
  color: #333333;
  font-size: 18px;
  margin-bottom: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.as-testimonial-3-slider-main-item .item-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.as-testimonial-3-slider-main-item .item-author-img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid var(--as-clr-pr-3);
}
.as-testimonial-3-slider-main-item .item-author-content .name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.as-testimonial-3-slider-main-item .item-author-content .disc {
  font-size: 14px;
}
.as-testimonial-3-slider-main .swiper-wrapper .swiper-slide {
  max-width: 420px;
}
.as-testimonial-3-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-3-slider-main-item {
  opacity: 1;
}
.as-testimonial-3-slider-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-3-slider-preview {
    display: none;
  }
}
.as-testimonial-3-slider-preview-item {
  background: #FDF2F2;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 185px;
  height: 185px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
}
.as-testimonial-3-slider-preview-item .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: var(--as-cube-1);
}
.as-testimonial-3-slider-preview-item .main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: circle(45% at 50% 50%);
}
.as-testimonial-3-slider-preview-item:nth-child(1) {
  transform: scale(0.5) translateX(380px);
}
.as-testimonial-3-slider-preview-item:nth-child(2) {
  transform: scale(0.7) translateX(145px);
}
.as-testimonial-3-slider-preview-item:nth-child(3) {
  transform: scale(0.9) translateX(45px);
}
.as-testimonial-3-slider-preview-item:nth-child(4) {
  z-index: 2;
}
.as-testimonial-3-slider-preview-item:nth-child(4) .circle-text {
  opacity: 1;
}
.as-testimonial-3-slider-preview-item:nth-child(4) .main-img {
  clip-path: circle(27% at 50% 50%);
}
.as-testimonial-3-slider-preview-item:nth-child(5) {
  transform: scale(0.9) translateX(-45px);
  z-index: -1;
}
.as-testimonial-3-slider-preview-item:nth-child(6) {
  transform: scale(0.7) translateX(-145px);
  z-index: -2;
}
.as-testimonial-3-slider-preview-item:nth-child(7) {
  transform: scale(0.5) translateX(-380px);
  z-index: -3;
}
.as-testimonial-3-slider-preview .swiper-wrapper .swiper-slide {
  text-align: center;
}
.as-testimonial-3-slider-preview .as_t3_prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.as-testimonial-3-slider-preview .as_t3_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.as-testimonial-3-bg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--as-clr-pr-3);
  width: 200px;
  height: 200px;
  z-index: 1;
  border-radius: 50%;
  will-change: transform, width, height;
}

.as-testimonial-3-slider-preview:is(.is_class_fade) .main-img {
  animation: fadeInRight 1s;
}

/*
    testimonial-3-end
*/
/*
    testimonial-4-start
*/
.as-testimonial-4-area .as-testimonial-3-slider-preview-item {
  border: 5px solid #fff;
  box-shadow: 0px 0px 33.54px 9.46px rgba(0, 0, 0, 0.1);
}
.as-testimonial-4-area .as-testimonial-3-slider-preview-item .main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: unset;
}

.as-testimonial-4-area .as-testimonial-3-slider-preview-item img {
  border-radius: 50%;
}
.as-testimonial-4-bg-circle {
  width: 1200px;
  height: 1200px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-4-bg-circle {
    display: none;
  }
}
.as-testimonial-4-big-title {
  font-weight: 700;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: -1;
  font-size: 230px;
  opacity: 30%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-testimonial-4-big-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-testimonial-4-big-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-testimonial-4-big-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-testimonial-4-big-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-testimonial-4-big-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .as-testimonial-4-big-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-testimonial-4-big-title {
    font-size: 90px;
  }
}
.as-testimonial-4-slider-main {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.as-testimonial-4-slider-main-item .author-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.as-testimonial-4-slider-main-item .author-dg {
  color: #817f7f;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.as-testimonial-4-slider-main-item .icon-elm {
  font-size: 60px;
  color: var(--as-clr-pr-1);
  margin-bottom: 15px;
}
.as-testimonial-4-slider-main-item .comment {
  line-height: 1.145;
  font-size: 48px;
}
.as-testimonial-4-slider-main-item .comment span {
  opacity: 0.4;
  display: inline;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-testimonial-4-slider-main-item .comment {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-testimonial-4-slider-main-item .comment {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-testimonial-4-slider-main-item .comment {
    font-size: 25px;
  }
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide .as-testimonial-4-slider-main-item .author-name, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide .as-testimonial-4-slider-main-item .author-dg, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide .as-testimonial-4-slider-main-item .icon-elm, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide .as-testimonial-4-slider-main-item .comment {
  transform: translateY(30px);
  opacity: 0;
  transition: var(--as-cube-2);
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .author-name, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .author-dg, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .icon-elm, .as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .comment {
  transform: translateY(0px);
  opacity: 1;
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .author-name {
  transition-delay: 0.3s;
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .author-dg {
  transition-delay: 0.4s;
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .icon-elm {
  transition-delay: 0.5s;
}
.as-testimonial-4-slider-main .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .as-testimonial-4-slider-main-item .comment {
  transition-delay: 0.6s;
}
.as-testimonial-4-slider-pagi {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.as-testimonial-4-slider-pagi::after {
  content: "";
  max-width: 420px;
  width: 100%;
  height: 1px;
  background: radial-gradient(#000000, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.as-testimonial-4-slider-pagi span {
  margin: 0 !important;
  width: 15px;
  height: 15px;
  background: var(--as-clr-h-1);
  opacity: 1;
}
.as-testimonial-4-slider-pagi span:is(.swiper-pagination-bullet-active) {
  outline: 2px solid #fff;
  background: var(--as-clr-pr-1);
}

/*
    testimonial-4-end
*/
/*
    price-1-start
*/
.as-price-1-area {
  padding-bottom: 30vh;
}
.as-price-1-sec-title .sec-disc {
  max-width: 409px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.as-price-1-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1.41fr;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-price-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-price-1-left {
  border-style: solid;
  border-width: 8px;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
  height: 565px;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-price-1-left {
    position: sticky;
    top: 100px;
  }
}
.as-price-1-ss {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.as-price-1-ss-single {
  height: 330px;
}
.as-price-1-card {
  background-color: #e9e9e9;
  border-radius: 10px;
  border: 8px solid #fff;
  padding: 40px 40px;
  transition: all 0.5s var(--as-cube-1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-price-1-card {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-price-1-card {
    padding: 40px 20px;
  }
}
.as-price-1-card .plan-name {
  font-size: 36px;
  color: #28100f;
  margin-bottom: 5px;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-price-1-card .plan-name {
    font-size: 28px;
  }
}
.as-price-1-card .plan-disc {
  font-size: 18px;
  color: #343434;
  margin-bottom: 16px;
  transition: all 0.5s var(--as-cube-1);
}
.as-price-1-card .plan-price {
  font-size: 40px;
  font-weight: 500;
  font-family: var(--as-font-2);
  margin-bottom: 23px;
  transition: all 0.5s var(--as-cube-1);
}
.as-price-1-card .plan-price span {
  font-size: 18px;
  opacity: 0.7;
}
.as-price-1-card .plan-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 33px;
}
.as-price-1-card .plan-list li {
  color: var(--as-clr-h-1);
  position: relative;
  z-index: 1;
  padding-left: 25px;
  transition: all 0.5s var(--as-cube-1);
}
.as-price-1-card .plan-list li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--as-clr-pr-1);
  border-radius: 50%;
}
.as-price-1-card .plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--as-clr-pr-1);
  color: #fff;
  border-radius: 8px;
  padding: 9px 15px;
  transition: all 0.5s var(--as-cube-1);
}
.as-price-1-card:hover {
  background: var(--as-clr-pr-1);
}
.as-price-1-card:hover .plan-name, .as-price-1-card:hover .plan-disc, .as-price-1-card:hover .plan-price, .as-price-1-card:hover .plan-list li {
  color: #fff;
}
.as-price-1-card:hover .plan-btn {
  background: #000;
}
.as-price-1-card:not(:last-child) {
  margin-bottom: 25px;
}

/*
    price-1-end
*/
/*
    process-1-start
*/
.as-process-1-area {
  background-color: var(--as-clr-h-1);
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-area {
    padding-bottom: 150px;
  }
}
.as-process-1-area:is(.p1_pin_elm_trigger) {
  height: 1600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-area:is(.p1_pin_elm_trigger) {
    height: auto;
  }
}
.as-process-1-sec-title {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.as-process-1-sec-title .as-subtitle-1 {
  color: var(--as-clr-pr-1);
}
.as-process-1-sec-title .as-sec-title-1 {
  color: #fff;
}
.as-process-1-sec-title .left {
  text-align: right;
  margin-top: 15px;
}
.as-process-1-sec-title .sec-disc {
  margin-top: 24px;
  color: #bcbbbb;
}
.as-process-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.57fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-process-1-right {
  margin-top: 60px;
  margin-right: -100px;
  display: flex;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-right {
    flex-direction: column;
    margin-right: 0px;
  }
}
.as-process-1-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  max-width: 510px;
  flex: 0 0 auto;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-card {
    height: auto;
  }
}
.as-process-1-card::before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--as-clr-pr-1);
  filter: blur(40px);
  position: absolute;
  top: -22%;
  left: -18%;
  z-index: -1;
  transition: all 0.5s var(--as-cube-1);
  opacity: 0;
}
.as-process-1-card .step-x-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .as-process-1-card .step-x-btn {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.as-process-1-card .step {
  color: #fff;
  font-size: 30px;
}
.as-process-1-card .step i {
  color: var(--as-clr-pr-1);
  font-size: 25px;
  margin-left: 10px;
  transform: translateY(-10px);
  display: inline-block;
}
.as-process-1-card .title {
  font-size: 44px;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-process-1-card .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-process-1-card .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-1-card .title {
    font-size: 26px;
  }
}
.as-process-1-card .disc {
  color: #7e7e7e;
  border-top: 1px solid rgba(220, 220, 220, 0.1);
  padding-top: 20px;
}
.as-process-1-card:hover::before {
  top: -12%;
  left: -8%;
  opacity: 1;
}
.as-process-1-card:nth-child(2) {
  background-color: #252525;
}
.as-process-1-card:nth-child(3) {
  background-color: #303030;
}
.as-process-1-big-title {
  font-weight: 700;
  font-size: 528px;
  color: var(--as-clr-pr-1);
  line-height: 1;
  position: absolute;
  bottom: -8%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-process-1-big-title {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-process-1-big-title {
    font-size: 410px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-process-1-big-title {
    font-size: 360px;
    bottom: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-process-1-big-title {
    font-size: 320px;
    bottom: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-process-1-big-title {
    font-size: 240px;
    bottom: -2%;
  }
}
@media (max-width: 767px) {
  .as-process-1-big-title {
    font-size: 120px;
    bottom: -2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-process-1-big-title {
    font-size: 150px;
    bottom: -2%;
  }
}

/*
    process-1-end
*/
/*
    process-2-start
*/
.as-process-2-sec-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.as-process-2-sec-title .as-subtitle-2 {
  flex: 0 0 auto;
  gap: 0 40px;
}
.as-process-2-sec-title .as-sec-title-2 {
  max-width: 870px;
}
.as-process-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-process-2-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-process-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-process-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.as-process-2-wrap::after {
  content: "";
  width: 120%;
  height: 1px;
  background-color: #C6C6C6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-process-2-wrap::after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-2-wrap::after {
    display: none;
  }
}
.as-process-2-item {
  padding: 44px 32px;
  padding-bottom: 55px;
  border-left: 1px solid #C6C6C6;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-process-2-item {
    padding: 44px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-process-2-item {
    padding: 44px 22px;
    border-bottom: 1px solid #C6C6C6;
  }
}
.as-process-2-item .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.as-process-2-item .icon {
  margin-bottom: 45px;
}
.as-process-2-item .icon .svg-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.as-process-2-item .disc {
  font-size: 16px;
}
.as-process-2-item .number {
  width: 52px;
  height: 52px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  bottom: -26px;
  left: -26px;
  z-index: 2;
}
.as-process-2-item .number::after {
  content: "";
  width: 64px;
  height: 64px;
  border: 1px solid #C6C6C6;
  position: absolute;
  border-radius: 50%;
}
.as-process-2-item:hover .icon img {
  animation: swing 1s;
}

/*
    process-2-end
*/
/*
    projects-3-start
*/
.as-projects-3-area {
  background-color: #000;
}
.as-projects-3-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.as-projects-3-bg-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.as-projects-3-sec-title {
  text-align: center;
  font-size: 150px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-projects-3-sec-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-projects-3-sec-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-projects-3-sec-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-projects-3-sec-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-projects-3-sec-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .as-projects-3-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-projects-3-sec-title {
    font-size: 60px;
  }
}
.as-projects-3-sec-title .title-2 {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.as-projects-3-sec-title .title-2 .title-img {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .as-projects-3-sec-title .title-2 .title-img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-projects-3-sec-title .title-2 .title-img {
    display: flex;
  }
}
.as-projects-3-sec-title .title-2 .title-img-elm {
  width: 105px;
  height: 105px;
  border-radius: 10px;
  flex: 0 0 auto;
  will-change: width, height;
}
.as-projects-3-sec-title .title-2 .title-img-elm img {
  vertical-align: top;
}
.as-projects-3-wrap {
  max-width: 1675px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-projects-3-wrap {
    grid-template-columns: 1fr;
  }
}
.as-projects-3-wrap .item-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-projects-3-wrap .item-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.as-projects-3-item {
  background-color: #171717;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1px;
  transition: var(--as-cube-2);
}
.as-projects-3-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(220deg, var(--as-clr-pr-3) 0%, rgba(125, 255, 88, 0) 30%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: var(--as-cube-2);
  opacity: 0;
}
.as-projects-3-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: -1px;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(45deg, var(--as-clr-pr-3) 0%, rgba(125, 255, 88, 0) 30%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: var(--as-cube-2);
  opacity: 0;
}
.as-projects-3-item .categories {
  color: var(--as-clr-pr-3);
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  background: #000;
  border-radius: 100px;
  padding: 3px 13px;
  font-size: 17px;
}
.as-projects-3-item .categories span {
  color: #fff;
  font-size: 15px;
}
.as-projects-3-item .item-img {
  height: 545px;
  border-radius: 30px 30px 0 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-projects-3-item .item-img {
    height: 410px;
  }
}
.as-projects-3-item .item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #171717;
  opacity: 83%;
  transition: var(--as-cube-2);
}
.as-projects-3-item .logo-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: var(--as-cube-2);
}
.as-projects-3-item .logo-img img {
  object-fit: contain;
  width: auto;
  height: auto !important;
}
.as-projects-3-item .title-x-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 29px 20px;
}
.as-projects-3-item .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  transition: var(--as-cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-projects-3-item .title {
    font-size: 20px;
  }
}
.as-projects-3-item .title:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-projects-3-item .date {
  font-size: 14px;
  color: #FEFEFE;
}
.as-projects-3-item:hover {
  border-color: transparent;
}
.as-projects-3-item:hover::after {
  opacity: 1;
}
.as-projects-3-item:hover::before {
  opacity: 1;
}
.as-projects-3-item:hover .item-img::after {
  opacity: 0;
}
.as-projects-3-item:hover .logo-img {
  transform: scale(0);
  opacity: 0;
}
.as-projects-3-item:is(.has-xs-size) .item-img {
  height: 410px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-projects-3-item:is(.has-xs-size) .item-img {
    height: 390px;
  }
}
.as-projects-3-item:is(.has-sm-size) .item-img {
  height: 715px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-projects-3-item:is(.has-sm-size) .item-img {
    height: 450px;
  }
}
.as-projects-3-all-btn .as-pr-btn-3 {
  background: #171717;
}

/*
    projects-3-end
*/
/*
    projects-4-start
*/
.as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
  font-weight: 600;
  font-size: 90px;
  max-width: 1100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-projects-4-area .as-portfolio-1-sec-title .as-sec-title-1 {
    font-size: 30x;
  }
}

/*
    projects-4-end
*/
/*
    success-2-start
*/
.as-success-2-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.as-success-2-sec-title {
  max-width: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-success-2-sec-title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-success-2-sec-title {
    max-width: 370px;
  }
}
.as-success-2-sec-title .as-sec-title-2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .as-success-2-sec-title .as-sec-title-2 {
    font-size: 32px;
  }
}
.as-success-2-experience {
  max-width: 650px;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-success-2-experience {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .as-success-2-experience {
    max-width: 560px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-success-2-experience {
    max-width: 560px;
    flex-wrap: nowrap;
  }
}
.as-success-2-experience .number {
  width: 230px;
  height: 230px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 100px;
}
.as-success-2-experience .number .icon {
  width: 56px;
  height: 56px;
  font-size: 24px;
  background: #E3E2E2;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.as-success-2-experience .title {
  font-size: 24px;
  margin-bottom: 24px;
}
.as-success-2-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-success-2-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-success-2-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.as-success-2-item {
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding-top: 20px;
  padding-left: 20px;
}
.as-success-2-item .number {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background-color: #000;
  border-radius: 0 4px 4px 4px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.as-success-2-item .number::after {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 0 3px 0 3px;
  background: #989898;
  position: absolute;
  top: -14px;
  left: -14px;
}
.as-success-2-item .number::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #BDBDBD;
  position: absolute;
  top: -20px;
  left: -20px;
}
.as-success-2-item .disc {
  color: var(--as-clr-h-2);
}

/*
    success-2-end
*/
/*
    faqs-1-start
*/
.as-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.as-accordion-item {
  background-color: #0f0f0f;
  border-radius: 20px;
  border: 1px solid transparent;
}
.as-accordion-item .item-title {
  font-size: 24px;
  background: transparent;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px 25px;
  text-align: left;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-accordion-item .item-title {
    font-size: 20px;
    gap: 10px;
  }
}
.as-accordion-item .item-title .text {
  opacity: 0.4;
  transition: all 0.5s var(--as-cube-1);
}
.as-accordion-item .item-title .icon {
  width: 38px;
  height: 38px;
  background: #3d3d3d;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  transition: all 0.5s var(--as-cube-1);
}
.as-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.as-accordion-item .item-title:is(:not(.collapsed)) {
  border-color: rgba(255, 255, 255, 0.1);
}
.as-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: var(--as-clr-pr-1);
  color: #000;
}
.as-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(135deg);
}
.as-accordion-item .item-title:is(.collapsed):hover .text {
  color: var(--as-clr-pr-1);
  opacity: 1;
}
.as-accordion-item .item-title:is(.collapsed):hover .icon {
  background: var(--as-clr-pr-1);
  color: #000;
}
.as-accordion-item .item-disc {
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 25px;
  color: #8c8a8a;
  max-width: 800px;
  padding-top: 25px;
  font-size: 17;
}
.as-accordion-item .item-disc a {
  color: #fff;
  transition: all 0.5s var(--as-cube-1);
}
.as-accordion-item .item-disc a:hover {
  color: var(--as-clr-pr-1);
}
.as-accordion-item:is(.active) {
  border-color: rgba(255, 255, 255, 0.1);
}

.as-faqs-1-area {
  background-color: var(--as-clr-h-1);
}
.as-faqs-1-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1.28fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-faqs-1-left-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.as-faqs-1-left-sec-title .as-subtitle-1 {
  color: #fff;
}
.as-faqs-1-left-sec-title .as-sec-title-1 {
  color: #fff;
}
.as-faqs-1-awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.as-faqs-1-awards .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
  animation: h3partnerLeaf 3s linear infinite;
  animation-delay: 2s;
}
.as-faqs-1-awards .bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: -1;
  animation: h3partnerLeaf 3s linear infinite;
}
.as-faqs-1-awards .bg-shape-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: asFaqsColor 5s linear infinite;
}
.as-faqs-1-awards-single {
  font-size: 18px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(248, 248, 248, 0.18);
  border-radius: 10px;
  background-color: rgba(125, 125, 125, 0.2);
  padding: 18px 29px;
}
.as-faqs-1-awards-single:nth-of-type(2) {
  font-size: 24px;
  padding: 18px 40px;
}
.as-faqs-1-right-sec-title .as-subtitle-1 {
  color: #fff;
}
.as-faqs-1-right-sec-title .as-sec-title-1 {
  color: #fff;
}
.as-faqs-1-tabs-btn {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .as-faqs-1-tabs-btn {
    flex-wrap: wrap;
  }
}
.as-faqs-1-tabs-btn-line {
  background: #494949;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.as-faqs-1-tabs-btn .nav-link {
  color: var(--as-clr-pr-1);
  background: transparent;
  font-size: 30px;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-1-tabs-btn .nav-link {
    font-size: 20px;
  }
}
.as-faqs-1-tabs-btn .nav-link::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--as-clr-pr-1);
  border-radius: 20px;
  transition: all 0.5s var(--as-cube-1);
  transform: scaleX(0);
}
.as-faqs-1-tabs-btn .nav-link:hover {
  color: var(--as-clr-pr-1);
}
.as-faqs-1-tabs-btn .nav-link:is(.active) {
  color: var(--as-clr-pr-1);
}
.as-faqs-1-tabs-btn .nav-link:is(.active)::after {
  transform: scaleX(1);
}

@keyframes asFaqsColor {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*
    faqs-1-end
*/
/*
    faqs-2-start
*/
.as-faqs-2-area {
  border-radius: 20px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-faqs-2-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-2-area {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 100px;
  }
}
.as-faqs-2-area::after {
  content: "";
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-2-area::after {
    height: 100%;
  }
}
.as-faqs-2-sec-title {
  max-width: 670px;
}
.as-faqs-2-sec-title .as-subtitle-2 {
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 50%, #F5F5F5 100%);
}
.as-faqs-2-wrap {
  margin-right: -156px;
  margin-left: -310px;
  gap: 90px;
  display: grid;
  grid-template-columns: 1.07fr 1fr;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-faqs-2-wrap {
    margin-right: 0;
    margin-left: 0;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-2-wrap {
    margin-right: 0;
    margin-left: 0;
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.as-faqs-2-img {
  border-radius: 20px;
  height: 780px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-faqs-2-img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-faqs-2-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .as-faqs-2-img {
    height: 400px;
  }
}
.as-faqs-2-accordion .as-accordion {
  gap: 0;
}
.as-faqs-2-accordion .as-accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.28);
  background: transparent;
}
.as-faqs-2-accordion .as-accordion-item .item-title {
  color: #000;
  font-size: 20px;
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 1;
  transition: all 0s var(--as-cube-1);
}
.as-faqs-2-accordion .as-accordion-item .item-title .icon {
  background: transparent;
  color: #000;
  width: auto;
  height: auto;
}
.as-faqs-2-accordion .as-accordion-item .item-title:is(.collapsed):hover .text {
  color: var(--as-clr-pr-1);
  opacity: 1;
}
.as-faqs-2-accordion .as-accordion-item .item-title:is(.collapsed):hover .icon {
  background: transparent;
}
.as-faqs-2-accordion .as-accordion-item .item-disc {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 16px 16px;
  max-width: 100%;
}
.as-faqs-2-accordion .as-accordion-item:is(.active) {
  background-color: #000;
  border-radius: 0 0 16px 16px;
}
.as-faqs-2-accordion .as-accordion-item:is(.active) .item-title {
  background: #F5F5F5;
}

/*
    faqs-2-end
*/
/*
    faqs-3-start
*/
.as-faqs-3-top {
  height: 995px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .as-faqs-3-top {
    height: 495px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-faqs-3-top {
    height: 595px;
  }
}
.as-faqs-3-top-content {
  max-width: 380px;
  margin-top: 90px;
}
.as-faqs-3-top-content .title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-faqs-3-top-content .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .as-faqs-3-top-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-faqs-3-top-content .title {
    font-size: 35px;
  }
}
.as-faqs-3-top-content .disc {
  color: #5c5c5c;
}
.as-faqs-3-top-bg-circle {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.as-faqs-3-top-bg-circle img {
  position: absolute;
}
.as-faqs-3-top-bg-circle .boll {
  transform: translateY(-100px);
}
.as-faqs-3-top-bg-circle .circle-1 {
  animation: wa-rotated 10s linear infinite;
}
.as-faqs-3-top-bg-circle .circle-2 {
  animation: wa-rotated-minus 10s linear infinite;
}
.as-faqs-3-top-bg-circle .circle-3 {
  animation: wa-rotated 10s linear infinite;
}
.as-faqs-3-top-img-1 {
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  width: 240px;
  height: 260px;
  will-change: transform, width, height;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-1 {
    display: none;
  }
}
.as-faqs-3-top-img-1 .inner-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: height;
}
.as-faqs-3-top-img-2 {
  position: absolute;
  border-radius: 30px;
  width: 165px;
  height: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-2 {
    display: none;
  }
}
.as-faqs-3-top-img-3 {
  position: absolute;
  border-radius: 30px;
  width: 150px;
  height: 210px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-3 {
    display: none;
  }
}
.as-faqs-3-top-img-4 {
  position: absolute;
  border-radius: 30px;
  width: 240px;
  height: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-4 {
    display: none;
  }
}
.as-faqs-3-top-img-5 {
  position: absolute;
  border-radius: 30px;
  width: 140px;
  height: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-5 {
    display: none;
  }
}
.as-faqs-3-top-img-6 {
  position: absolute;
  border-radius: 30px;
  width: 190px;
  height: 190px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-6 {
    display: none;
  }
}
.as-faqs-3-top-img-7 {
  position: absolute;
  border-radius: 30px;
  width: 180px;
  height: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-img-7 {
    display: none;
  }
}
.as-faqs-3-top-bg-dot {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-top-bg-dot {
    display: none;
  }
}
.as-faqs-3-bottom {
  max-width: 844px;
  margin-left: auto;
  margin-right: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-faqs-3-bottom {
    max-width: 724px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-3-bottom {
    max-width: 724px;
    margin-right: auto;
  }
}
.as-faqs-3-accordion {
  padding: 45px 20px;
  border-radius: 30px;
  background-color: #020202;
}
.as-faqs-3-accordion .as-accordion {
  gap: 35px;
}
.as-faqs-3-accordion .as-accordion-item {
  border-radius: 0;
  background: transparent;
  border-color: #2B2B2B;
}
.as-faqs-3-accordion .as-accordion-item .item-title {
  padding: 18px 20px;
  border: none;
}
.as-faqs-3-accordion .as-accordion-item .item-title .icon {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
}
.as-faqs-3-accordion .as-accordion-item .item-title:is(:not(.collapsed)) .icon {
  color: #fff;
}
.as-faqs-3-accordion .as-accordion-item .item-title:is(.collapsed):hover .icon {
  background: transparent;
  color: var(--as-clr-pr-3);
}
.as-faqs-3-accordion .as-accordion-item .item-disc {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-faqs-3-bottom-height {
    height: 1600px;
  }
}

/*
    faqs-3-end
*/
/*
    faqs-4-start
*/
.faqs-x-partner {
  background-color: #0f0f0f;
}
.faqs-x-partner-bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -2;
}
.faqs-x-partner-bg-line {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  opacity: 5%;
}
.faqs-x-partner-bg-line .line {
  width: 1px;
  height: 100%;
  background: #fff;
}

.as-faqs-4-area .as-faqs-1-wrap {
  gap: 75px;
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-4-area .as-faqs-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.as-faqs-4-area .as-faqs-1-left {
  position: sticky;
  top: 0;
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-subtitle-4 {
  color: #fff;
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-subtitle-4-wrap {
  background-color: #333333;
  margin-bottom: 25px;
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-subtitle-4-wrap::before {
  background: linear-gradient(-90deg, #171717 20%, transparent);
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-subtitle-4-wrap::after {
  background: linear-gradient(90deg, #171717 20%, transparent);
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 0;
}
.as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 span {
  opacity: 0.5;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-faqs-4-area .as-faqs-1-right-sec-title .as-sec-title-1 {
    font-size: 30x;
  }
}
.as-faqs-4-area .as-faqs-1-tabs-btn .nav-link {
  color: #393939;
}
.as-faqs-4-area .as-faqs-1-tabs-btn .nav-link:hover {
  color: var(--as-clr-pr-1);
}
.as-faqs-4-area .as-faqs-1-tabs-btn .nav-link:is(.active) {
  color: var(--as-clr-pr-1);
}
.as-faqs-4-area .as-cta-2-form-wrap {
  background: #000;
  border-radius: 20px;
  padding: 50px 45px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-faqs-4-area .as-cta-2-form-wrap {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-faqs-4-area .as-cta-2-form-wrap {
    padding: 50px 20px;
    margin-top: 0;
  }
}
.as-faqs-4-area .as-cta-2-form-input {
  color: #696969;
  border-bottom: 1px solid #494949;
}
.as-faqs-4-area .as-cta-2-form .form-checkbox {
  margin-top: 5px;
}
.as-faqs-4-area .as-cta-2-form .button-x-author {
  margin-top: 30px;
}

.as-faqs-4-left-icon {
  text-align: center;
  color: var(--as-clr-pr-1);
  font-size: 220px;
  margin-top: -70px;
}
.as-faqs-4-left-icon i {
  transform-origin: center;
  will-change: transform;
}

/*
    faqs-4-end
*/
/*
    blog-1-start
*/
.as-blog-1-sec-title {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .as-blog-1-sec-title {
    flex-wrap: wrap;
  }
}
.as-blog-1-sec-title .left {
  max-width: 630px;
}
.as-blog-1-sec-title .right {
  max-width: 540px;
}
.as-blog-1-sec-title .sec-disc {
  margin-bottom: 24px;
}
.as-blog-1-wrap {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.as-blog-1-left {
  background-color: #000;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 45px 45px;
  height: 665px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.as-blog-1-left .title {
  color: #fff;
  font-size: 48px;
  max-width: 500px;
}
.as-blog-1-left .title span {
  color: var(--as-clr-pr-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-blog-1-left .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-1-left .title {
    font-size: 30px;
  }
}
.as-blog-1-left .logo-elm {
  margin-left: auto;
}
.as-blog-1-left-bg-img {
  text-align: right;
  width: 73%;
  position: absolute;
  bottom: -20px;
  right: -130px;
  z-index: -1;
}
.as-blog-1-left-svg {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: -2;
}
.as-blog-1-item {
  border-radius: 20px;
  background: #fff;
  padding: 8px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .as-blog-1-item {
    grid-template-columns: 1fr;
    padding: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-blog-1-item {
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    padding-right: 20px;
  }
}
.as-blog-1-item .item-img {
  height: 305px;
  border-radius: 16px;
}
.as-blog-1-item .categories {
  display: inline-block;
  background: var(--as-clr-pr-1);
  color: #fff;
  padding: 4px 29px;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 20px;
}
.as-blog-1-item .title {
  font-size: 24px;
  margin-bottom: 16px;
  transition: all 0.4s var(--as-cube-1);
}
.as-blog-1-item .title:hover {
  color: var(--as-clr-pr-1);
}
.as-blog-1-item .disc {
  margin-bottom: 19px;
}
.as-blog-1-item:not(:last-child) {
  margin-bottom: 25px;
}

/*
    blog-1-end
*/
/*
    blog-2-start
*/
.as-blog-2-sec-title {
  display: grid;
  grid-template-columns: 1fr 2.3fr auto;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-2-sec-title {
    grid-template-columns: 1fr;
  }
}
.as-blog-2-sec-title .middle {
  max-width: 640px;
}
.as-blog-2-sec-title .as-subtitle-2 {
  justify-self: start;
}
.as-blog-2-sec-title .as-sec-title-2 {
  margin-bottom: 30px;
}
.as-blog-2-sec-title .btn-wrap {
  margin-top: 33px;
}
.as-blog-2-slider {
  margin-left: auto;
  max-width: 1280px;
  margin-right: -300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-2-slider {
    margin-right: 0px;
  }
}
.as-blog-2-slider .swiper-slide {
  max-width: 484px;
}
.as-blog-2-item .item-img {
  height: 304px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.as-blog-2-item .date-x-title {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .as-blog-2-item .date-x-title {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-blog-2-item .date-x-title {
    flex-wrap: nowrap;
  }
}
.as-blog-2-item .item-date {
  font-size: 16px;
  flex: 0 0 auto;
  color: #515151;
  font-weight: 400;
}
.as-blog-2-item .item-date span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-2-item .item-date span {
    font-size: 30px;
  }
}
.as-blog-2-item .title {
  font-size: 22px;
  margin-bottom: 12px;
  transition: all 0.5s var(--as-cube-1);
}
.as-blog-2-item .title:hover {
  color: var(--as-clr-pr-1);
}
.as-blog-2-item .item-btn {
  font-size: 15px;
  font-weight: 400;
  color: #515151;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 350px;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--as-cube-1);
}
.as-blog-2-item .item-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--as-clr-pr-1);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s var(--as-cube-1);
  transform: scaleX(0);
  transform-origin: left;
}
.as-blog-2-item .item-btn:hover {
  color: var(--as-clr-pr-1);
}
.as-blog-2-item .item-btn:hover::after {
  transform: scaleX(1);
}

/*
    blog-2-end
*/
/*
    blog-3-start
*/
.as-blog-3-area {
  background: #000;
}
.as-blog-3-container {
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
}
.as-blog-3-sec-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 43px;
}
.as-blog-3-sec-title .section-title {
  font-size: 150px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-blog-3-sec-title .section-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-blog-3-sec-title .section-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-blog-3-sec-title .section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-blog-3-sec-title .section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-blog-3-sec-title .section-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .as-blog-3-sec-title .section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-blog-3-sec-title .section-title {
    font-size: 60px;
  }
}
.as-blog-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.as-blog-3-wrap .inner-div {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .as-blog-3-wrap .inner-div {
    grid-template-columns: 1fr;
  }
}
.as-blog-3-item {
  height: 495px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.as-blog-3-item::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: blur(16px);
  transform: scaleY(1.5);
}
.as-blog-3-item .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 25px;
  z-index: 1;
}
.as-blog-3-item .item-date {
  font-size: 14px;
  color: #e0e0e0;
  margin-bottom: 14px;
}
.as-blog-3-item .title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  transition: var(--as-cube-2);
}
.as-blog-3-item .title:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-blog-3-item-2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 7px;
  padding-bottom: 0;
}
.as-blog-3-item-2 .item-img {
  height: 205px;
  border-radius: 5px;
}
.as-blog-3-item-2 .item-date {
  font-size: 14px;
  color: #E0E0E0;
  margin-bottom: 40px;
}
.as-blog-3-item-2 .title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: var(--as-cube-2);
  line-height: 1.363;
}
.as-blog-3-item-2 .title:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-blog-3-item-2 .disc {
  color: #7D7D7D;
}
.as-blog-3-item-2 .content-wrap {
  padding: 30px 16px;
}

/*
    blog-3-end
*/
/*
    breadcrumb-start
*/
.as-header-1-area:is(.has-inner-page) .as-header-1-logo {
  top: -27px;
  left: 0;
  height: 85px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-header-1-area:is(.has-inner-page) .as-header-1-logo .bg-shape {
  top: -5px;
}

.as-breadcrumb-area {
  padding-top: 220px;
  padding-bottom: 165px;
}
.as-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.as-breadcrumb-title {
  font-family: var(--as-font-1);
  font-size: 70px;
  line-height: 1.066;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .as-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-breadcrumb-title {
    font-size: 40px;
  }
}
.as-breadcrumb-list {
  display: flex;
  gap: 9px;
  align-items: center;
}
.as-breadcrumb-list a,
.as-breadcrumb-list a span,
.as-breadcrumb-list span {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--as-font-1);
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.as-breadcrumb-list a {
  padding-right: 18px;
  position: relative;
  transition: 300ms;
}
.as-breadcrumb-list a:hover {
  color: var(--as-clr-pr-1);
}
.as-breadcrumb-list a::after {
  content: "/";
  position: absolute;
  right: 0px;
  top: 14px;
  transform: translateY(-50%);
  font-size: 20px;
}
.as-breadcrumb-list span {
  color: var(--as-clr-pr-1);
}
.as-breadcrumb-list-shape {
  position: absolute;
  bottom: 220%;
  right: 113%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-breadcrumb-list-shape {
    display: none;
  }
}

/*
    breadcrumb-end
*/
/*
    not-found-start
*/
.as-not-found-area {
  padding-top: 160px;
  padding-bottom: 120px;
}
.as-not-found-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.as-not-found-img {
  margin-bottom: 50px;
}
.as-not-found-img img {
  width: 25%;
}
.as-not-found-big-title {
  font-family: var(--as-font-1);
  font-size: 400px;
  line-height: 1;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
  position: absolute;
  top: -21%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.05;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-not-found-big-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-not-found-big-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-not-found-big-title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-not-found-big-title {
    font-size: 200px;
    top: -18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-not-found-big-title {
    font-size: 150px;
    top: -15%;
  }
}
@media (max-width: 767px) {
  .as-not-found-big-title {
    font-size: 100px;
    top: -5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-not-found-big-title {
    font-size: 120px;
    top: -10%;
  }
}
.as-not-found-title {
  font-family: var(--as-font-1);
  font-size: 50px;
  line-height: 1.071;
  color: #000;
  font-weight: 800;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-not-found-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .as-not-found-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-not-found-title {
    font-size: 40px;
  }
}
.as-not-found-btn {
  display: inline-block;
  background: #262626;
  font-family: var(--as-font-1);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 16px 37px;
  border-radius: 100px;
  transition: 300ms;
}
.as-not-found-btn:hover {
  background-color: var(--as-clr-pr-1);
  color: #fff;
  transform: scale(97%);
}

/*
    not-found-end
*/
/*
    footer-1-start
*/
.as-footer-1-area {
  background-color: #000;
}
.as-footer-1-wrap {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.as-footer-1-widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.as-footer-1-widget:nth-child(1) {
  flex: 0 0 auto;
  max-width: 395px;
  width: 100%;
}
.as-footer-1-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.as-footer-1-menu a {
  color: #f2f2f2;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-1-menu a::after {
  content: "";
  width: 8px;
  height: 2px;
  background: var(--as-clr-pr-1);
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-1-menu a:hover {
  transform: translateX(16px);
  color: var(--as-clr-pr-1);
}
.as-footer-1-menu a:hover::after {
  transform: translateY(-50%) scaleX(1);
}
.as-footer-1-big-email {
  color: #fff;
  font-size: 48px;
  border-radius: 30px;
  padding: 11px 74px;
  transition: all 0.4s var(--as-cube-1);
  animation: f1bigEmail 2s linear infinite;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.as-footer-1-big-email::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--as-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-1-big-email:hover {
  color: #fff;
  transform: scale(0.95);
}
.as-footer-1-big-email:hover::after {
  width: 0%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-1-big-email {
    font-size: 28px;
    padding: 6px 34px;
  }
}
.as-footer-1-newsletter {
  width: 100%;
}
.as-footer-1-newsletter .title {
  color: #fff;
  display: flex;
  gap: 11px;
  font-size: 24px;
  margin-bottom: 5px;
}
.as-footer-1-newsletter .disc {
  color: #a6a6a6;
  margin-bottom: 16px;
}
.as-footer-1-newsletter-form-input {
  height: 60px;
  width: 100%;
  font-family: var(--as-font-1);
  border-radius: 20px;
  background: #000;
  border: 1px solid rgba(54, 54, 54, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-left: 20px;
  padding-right: 130px;
}
.as-footer-1-newsletter-form-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  padding: 10px 25px;
  background: var(--as-clr-pr-1);
  border-radius: 16px;
}
.as-footer-1-newsletter-form-btn:hover {
  background: #fff;
  color: var(--as-clr-h-1);
}
.as-footer-1-bottom {
  border-top: 1px solid rgba(95, 95, 95, 0.3);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 21px 0;
}
.as-footer-1-bottom-link .link-elm {
  color: #acacac;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-1-bottom-link .link-elm:hover {
  color: var(--as-clr-pr-1);
}
.as-footer-1-copyright {
  color: #acacac;
}
.as-footer-1-copyright span {
  color: #fff;
}
.as-footer-1-make {
  color: #acacac;
}
.as-footer-1-make i {
  color: var(--as-clr-pr-1);
}
.as-footer-1-make a {
  color: #fff;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-1-make a:hover {
  color: var(--as-clr-pr-1);
}

@keyframes f1bigEmail {
  0% {
    box-shadow: 0px 0px 0px 0px rgb(253, 63, 0);
  }
  50% {
    box-shadow: 0px 0px 27px 0px rgb(253, 63, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgb(253, 63, 0);
  }
}
/*
    footer-1-end
*/
/*
    footer-2-start
*/
.as-footer-2-area {
  background: #000;
  border-radius: 20px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-2-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.as-footer-2-big-title {
  font-size: 148px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-footer-2-big-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-footer-2-big-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-footer-2-big-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-footer-2-big-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-footer-2-big-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .as-footer-2-big-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-2-big-title {
    font-size: 50px;
  }
}
.as-footer-2-big-title i {
  font-size: 100px;
  color: var(--as-clr-pr-1);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-footer-2-big-title i {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-footer-2-big-title i {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-footer-2-big-title i {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .as-footer-2-big-title i {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-2-big-title i {
    font-size: 60px;
  }
}
.as-footer-2-big-title-wrap {
  margin-bottom: 30px;
}
.as-footer-2-big-title-wrap .as-footer-2-big-title {
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-2-big-title-wrap .as-footer-2-big-title:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(100%);
  color: var(--as-clr-pr-1);
}
.as-footer-2-big-title-wrap:hover .as-footer-2-big-title:nth-child(1) {
  transform: translateY(-100%);
}
.as-footer-2-big-title-wrap:hover .as-footer-2-big-title:nth-child(2) {
  transform: translateY(0%);
}
.as-footer-2-line {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 24%;
}
.as-footer-2-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  margin-right: -270px;
  display: grid;
  grid-template-columns: 1.61fr 1fr;
  gap: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-footer-2-wrap {
    gap: 50px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-2-wrap {
    gap: 50px;
    margin-right: 0;
    grid-template-columns: 1fr;
    border-right: none;
  }
}
.as-footer-2-left {
  margin-top: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-2-left {
    padding-bottom: 50px;
  }
}
.as-footer-2-left .inner-div {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .as-footer-2-left .inner-div {
    flex-wrap: wrap;
  }
}
.as-footer-2-left .inner-div-line {
  height: 2px;
  width: 100%;
  background: #454545;
}
.as-footer-2-logo {
  max-width: 200px;
  margin-bottom: 35px;
}
.as-footer-2-disc {
  color: #fff;
  opacity: 80%;
  max-width: 570px;
  margin-bottom: 130px;
}
.as-footer-2-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 740px;
  margin-bottom: 140px;
}
.as-footer-2-contact-item {
  max-width: 320px;
}
.as-footer-2-contact-item .item-disc {
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.as-footer-2-contact-item .item-disc i {
  color: var(--as-clr-pr-1);
}
.as-footer-2-contact-item .item-disc:is(a) {
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-2-contact-item .item-disc:is(a):hover {
  color: var(--as-clr-pr-1);
}
.as-footer-2-contact-item .item-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 22px;
}
.as-footer-2-contact-item .item-title i {
  color: var(--as-clr-pr-1);
}
.as-footer-2-copyright {
  flex: 0 0 auto;
}
.as-footer-2-copyright a {
  color: #fff;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-2-copyright a:hover {
  color: var(--as-clr-pr-1);
}
.as-footer-2-social {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}
.as-footer-2-social a {
  display: flex;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid #454545;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  align-items: center;
  justify-content: center;
  transition: all 0.5s var(--as-cube-1);
}
.as-footer-2-social a:hover {
  border-color: var(--as-clr-pr-1);
  color: var(--as-clr-pr-1);
}
.as-footer-2-menu {
  border-left: 1px solid #454545;
  position: relative;
  z-index: 1;
}
.as-footer-2-menu::after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #454545;
  position: absolute;
  left: -1px;
  top: 100%;
}
.as-footer-2-menu li {
  border-bottom: 1px solid #454545;
}
.as-footer-2-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  width: 100%;
  font-weight: 400;
  padding: 44px 48px;
  display: flex;
  transition: all 0.5s var(--as-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-2-menu a {
    padding: 24px 20px;
  }
}
.as-footer-2-menu a .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  margin-bottom: -2px;
}
.as-footer-2-menu a .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: all 0.5s var(--as-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.as-footer-2-menu a .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: all 0.5s var(--as-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.as-footer-2-menu a:hover {
  background-color: var(--as-clr-pr-1);
}
.as-footer-2-menu a:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.as-footer-2-menu a:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

/*
    footer-2-end
*/
/*
    footer-3-start
*/
.as-footer-3-area {
  background-color: #000;
}
.as-footer-3-bg-shape {
  width: 100%;
  height: 16px;
}
.as-footer-3-wrap {
  display: grid;
  grid-template-columns: 1fr 2.45fr 1fr;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .as-footer-3-wrap {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .as-footer-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.as-footer-3-circle-text {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-self: left;
}
.as-footer-3-circle-text .favicon {
  position: absolute;
}
.as-footer-3-circle-text .circle-text {
  animation: wa-rotated 20s linear infinite;
}
.as-footer-3-contact .title {
  color: #949393;
  margin-bottom: 22px;
}
.as-footer-3-contact .link-el-1 {
  font-size: 24px;
  color: #f1f1f1;
  opacity: 0.84;
  font-weight: 400;
  transition: var(--as-cube-2);
}
.as-footer-3-contact .link-el-1:hover {
  color: var(--as-clr-pr-3);
  transform: translateX(3px);
}
.as-footer-3-contact .link-el-2 {
  font-size: 55px;
  color: #fff;
  transition: var(--as-cube-2);
  display: inline-block;
  background: linear-gradient(90deg, var(--as-clr-pr-3) 50%, #fff 50%);
  background-size: 200%;
  background-position-x: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.as-footer-3-contact .link-el-2:hover {
  background-position-x: 0%;
  transform: translateX(3px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .as-footer-3-contact .link-el-2 {
    font-size: 35px;
  }
}
.as-footer-3-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.as-footer-3-menu li {
  overflow: hidden;
}
.as-footer-3-menu a {
  font-size: 30px;
  color: #f1f1f1;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: var(--as-cube-2);
}
.as-footer-3-menu a::after {
  content: "";
  width: 10px;
  height: 3px;
  background: var(--as-clr-pr-3);
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) scaleX(0);
  transition: var(--as-cube-2);
  transform-origin: left;
}
.as-footer-3-menu a:hover {
  transform: translateX(25px);
}
.as-footer-3-menu a:hover::after {
  transform: translateY(-50%) scaleX(1);
}
.as-footer-3-newsletter {
  max-width: 867px;
  margin-left: auto;
}
.as-footer-3-newsletter .title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  display: inline-flex;
  gap: 15px;
  margin-bottom: 12px;
}
.as-footer-3-newsletter .title i {
  color: var(--as-clr-pr-3);
}
.as-footer-3-newsletter .disc {
  color: #a6a6a6;
  margin-bottom: 22px;
}
.as-footer-3-newsletter-form {
  max-width: 400px;
  position: relative;
}
.as-footer-3-newsletter-form .form-input {
  width: 100%;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  border-radius: 100px;
  color: #fff;
  font-weight: 400;
  padding-left: 25px;
  font-size: 14px;
  padding-right: 130px;
}
.as-footer-3-newsletter-form .form-btn {
  position: absolute;
  right: 6px;
  top: 5px;
  background: var(--as-clr-pr-3);
}
.as-footer-3-newsletter-form .form-btn::after {
  background-image: linear-gradient(90deg, rgba(10, 10, 10, 0), #ffffff 50%, rgba(10, 10, 10, 0));
}
.as-footer-3-copyright {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.as-footer-3-copyright span {
  color: #fff;
}
.as-footer-3-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .as-footer-3-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.as-footer-3-big-text {
  display: flex;
  align-items: start;
  gap: 20px;
}
.as-footer-3-big-text img {
  width: 70px;
  transform: translateY(29px);
}
@media (max-width: 767px) {
  .as-footer-3-big-text img {
    transform: translateY(0px);
  }
}
.as-footer-3-big-text .title {
  font-weight: 600;
  font-size: 185px;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .as-footer-3-big-text .title {
    font-size: 175px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-footer-3-big-text .title {
    font-size: 165px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-footer-3-big-text .title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-footer-3-big-text .title {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-footer-3-big-text .title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .as-footer-3-big-text .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .as-footer-3-big-text .title {
    font-size: 55px;
  }
}
.as-footer-3-made {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 4px 19px;
  color: #949393;
  margin-bottom: 20px;
}
.as-footer-3-made a {
  color: #fff;
  transition: var(--as-cube-2);
  font-weight: 400;
}
.as-footer-3-made a:hover {
  color: var(--as-clr-pr-3);
}
.as-footer-3-made i {
  color: var(--as-clr-pr-3);
}
.as-footer-3-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.as-footer-3-bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  z-index: -1;
}
.as-footer-3-bg-line .line {
  width: 1px;
  height: 100%;
  background: #303030;
}

/*
    footer-3-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.as-home-1 {
  background-color: #dcdcdc;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-home-1::-webkit-scrollbar-thumb {
    background: var(--as-clr-pr-1);
  }
}
.as-home-1::after {
  content: "";
  height: 140px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  -webkit-mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-home-1::after {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-home-1::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .as-home-1::after {
    height: 60px;
  }
}

.as-home-2 {
  background-color: #F5F5F5;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-home-2::-webkit-scrollbar-thumb {
    background: #000;
  }
}
.as-home-2::after {
  content: "";
  height: 140px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  -webkit-mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-home-2::after {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-home-2::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .as-home-2::after {
    height: 60px;
  }
}

.as-home-3 {
  background-color: #F5F5F5;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-home-3::-webkit-scrollbar-thumb {
    background: #000;
  }
}

.as-home-4 {
  background-color: #f2f2f2;
}
.as-home-4::after {
  content: "";
  height: 140px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  -webkit-mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-home-4::after {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-home-4::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .as-home-4::after {
    height: 60px;
  }
}

/*
    home-css-end
*/
/*
    home-1-dark-start
*/
.has-dark:is(.as-preloader) {
  background-color: #000;
}
.has-dark:is(.as-preloader) .as-preloader-wrap .loader {
  color: #fff;
}
.has-dark:is(.as-home-1) {
  background-color: #050505;
}
.has-dark .as-sec-title-1 {
  color: #fff;
}
.has-dark .as-subtitle-1 {
  color: #cbcbcb;
}
.has-dark .as-p-1 {
  color: #898989;
}
.has-dark .as-pr-btn-1-v2 {
  background: #202020;
}
.has-dark .sr-offcanvas-btn-1 {
  color: #fff;
  border-color: #fff;
}
.has-dark .sr-offcanvas-btn-1:hover {
  color: var(--as-clr-pr-1);
  border-color: var(--as-clr-pr-1);
}
.has-dark:is(.as-header-1-area) .as-header-1-wrap {
  background: #000;
}
.has-dark:is(.as-header-1-area) .as-header-1-menu-toggle-btn span {
  background-color: #fff;
}
.has-dark:is(.as-header-1-area) .as-header-1-logo .bg-shape {
  filter: brightness(0) saturate(100%) invert(5%) sepia(4%) saturate(119%) hue-rotate(314deg) brightness(100%) contrast(93%);
}
.has-dark:is(.as-header-1-area) .as-main-navigation .navbar-nav li a {
  color: #fff;
}
.has-dark:is(.as-header-1-area) .as-main-navigation .navbar-nav li:hover > a {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-header-1-area) .as-main-navigation .navbar-nav li .dropdown-menu {
  background-color: #000;
}
.has-dark:is(.as-hero-1-area) {
  background-color: #050505;
  border-color: #050505;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content .hero-disc {
  color: #000;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content-box {
  background: #000;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content-box .box-title {
  color: #fff;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content-box .as-pr-btn-1-v2 {
  background: #434343;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content-box .box-address a {
  color: #fff;
}
.has-dark:is(.as-hero-1-area) .as-hero-1-content-box .box-address a:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-about-1-area) {
  background: #050505;
}
.has-dark:is(.as-about-1-area) .as-rating-1 .text {
  color: #fff;
}
.has-dark:is(.as-about-1-area) .as-about-1-content .hr-line {
  background: #202020;
}
.has-dark:is(.as-about-1-area) .as-about-1-features {
  background-color: #1D1D1D;
}
.has-dark:is(.as-about-1-area) .as-about-1-features-single {
  background-color: #070707;
}
.has-dark:is(.as-about-1-area) .as-about-1-features-single .item-title {
  color: #fff;
}
.has-dark:is(.as-about-1-area) .as-about-1-features-single .item-title:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-team-1-area) {
  background: #050505;
}
.has-dark:is(.as-team-1-area) .as-team-1-member .member-name:hover {
  color: #000;
}
.has-dark:is(.as-team-1-area) .as-team-1-member .member-dg {
  color: #fff;
}
.has-dark:is(.as-team-1-area) .as-team-1-member .member-social .link-elm {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}
.has-dark:is(.as-team-1-area) .as-team-1-member .member-social .link-elm:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-marquee-text-1-area) {
  background: #050505;
}
.has-dark:is(.as-marquee-text-1-area) .as-marquee-text-1-wrap-1 {
  background: #2B2B2B;
}
.has-dark:is(.as-features-1-area) {
  background: #050505;
}
.has-dark:is(.as-features-1-area) .as-features-1-wrap {
  background: #000000;
}
.has-dark:is(.as-features-1-area) .as-features-1-quality .disc {
  color: #fff;
}
.has-dark:is(.as-features-1-area) .as-features-1-rating {
  background: #202020;
}
.has-dark:is(.as-features-1-area) .as-features-1-rating .rating-number, .has-dark:is(.as-features-1-area) .as-features-1-rating .rating-disc {
  color: #fff;
}
.has-dark:is(.as-partner-1-area) {
  background: #050505;
}
.has-dark:is(.as-partner-1-area) .as-partner-1-logo-single {
  border: 1px solid #161616;
}
.has-dark:is(.as-partner-1-area) .as-partner-1-logo-single:hover {
  background-color: #212020;
}
.has-dark:is(.as-services-1-area) {
  background: #050505;
}
.has-dark:is(.as-services-1-area) .as-services-1-item {
  background-color: #000;
}
.has-dark:is(.as-services-1-area) .as-services-1-item .right-content {
  background-color: #1A1A1A;
}
.has-dark:is(.as-services-1-area) .as-services-1-item .title {
  color: #fff;
}
.has-dark:is(.as-services-1-area) .as-services-1-item .icon-elm {
  background-color: #232323;
}
.has-dark:is(.as-services-1-area) .as-services-1-item .item-tags li {
  background: #232323;
  color: #fff;
}
.has-dark:is(.as-portfolio-1-area) {
  background: #050505;
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-item {
  background-color: #000;
  border-color: #000;
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-item .title {
  color: #fff;
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-item .title:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-item .item-tags .link-elm {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-item .item-tags .link-elm:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-portfolio-1-area) .as-portfolio-1-counter .number {
  color: #fff;
}
.has-dark:is(.as-cta-1-area) {
  background: #050505;
}
.has-dark:is(.as-cta-1-area) .as-cta-1-experi {
  background-color: #202020;
}
.has-dark:is(.as-cta-1-area) .as-cta-1-experi-title {
  color: #898989;
}
.has-dark:is(.as-cta-1-area) .as-cta-1-experi-title .odometer {
  color: #fff;
}
.has-dark:is(.as-cta-1-area) .as-cta-1-experi-services .link-elm {
  background: #434343;
  color: #fff;
}
.has-dark:is(.as-cta-1-area) .as-cta-1-experi-services .link-elm:hover {
  color: #fff;
  background-color: var(--as-clr-pr-1);
}
.has-dark:is(.as-cta-1-area) .as-cta-1-social .link-elm {
  color: #fff;
}
.has-dark:is(.as-testimonial-1-area) {
  background: #050505;
}
.has-dark:is(.as-testimonial-1-area) .as-testimonial-1-item {
  background: #202020;
}
.has-dark:is(.as-testimonial-1-area) .as-testimonial-1-item .title {
  color: #fff;
}
.has-dark:is(.as-testimonial-1-area) .as-testimonial-1-item .item-author-content .name {
  color: #fff;
}
.has-dark:is(.as-testimonial-1-area) .as-testimonial-1-marquee-wrap img {
  filter: invert(1) sepia(0) saturate(0) brightness(10.13) contrast(1);
}
.has-dark:is(.as-price-1-area) {
  background: #050505;
}
.has-dark:is(.as-price-1-area) .as-price-1-left {
  border-color: #202020;
}
.has-dark:is(.as-price-1-area) .as-price-1-card {
  background-color: #000;
  border-color: #202020;
  background-image: none !important;
}
.has-dark:is(.as-price-1-area) .as-price-1-card .plan-name, .has-dark:is(.as-price-1-area) .as-price-1-card .plan-price {
  color: #fff;
}
.has-dark:is(.as-price-1-area) .as-price-1-card .plan-list li {
  color: #D6D6D6;
}
.has-dark:is(.as-price-1-area) .as-price-1-card .plan-btn {
  color: #fff;
}
.has-dark:is(.as-price-1-area) .as-price-1-card:hover {
  background: #D72800;
}
.has-dark:is(.as-cta-2-area) {
  background: #050505;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-left-top {
  background-color: #191919;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-booking {
  background: #000;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-booking .title {
  color: #fff;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-booking .mail {
  color: #fff;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-booking .mail a {
  color: #fff;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-booking .mail a:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-cta-2-area) .as-cta-2-manager {
  background: #000;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-manager .text-elm {
  color: #fff;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-manager .img-elm {
  border: 5px solid #666666;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-form .as-pr-btn-1 {
  background: #434343;
  color: #fff;
}
.has-dark:is(.as-cta-2-area) .as-cta-2-form .as-pr-btn-1:hover {
  background: var(--as-clr-pr-1);
}
.has-dark:is(.as-blog-1-area) {
  background: #050505;
}
.has-dark:is(.as-blog-1-area) .as-blog-1-item {
  background: #000;
}
.has-dark:is(.as-blog-1-area) .as-blog-1-item .categories {
  color: #fff;
}
.has-dark:is(.as-blog-1-area) .as-blog-1-item .title {
  color: #fff;
}
.has-dark:is(.as-blog-1-area) .as-blog-1-item .title:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.wa-offcanvas-area) {
  background-color: #1D1D1D;
}
.has-dark:is(.wa-offcanvas-area) .wa-offcanvas-close span {
  background: #fff;
}
.has-dark:is(.wa-offcanvas-area) .wa-offcanvas-gallery-title {
  color: #fff;
}
.has-dark:is(.wa-offcanvas-area) .wa-offcanvas-social-title {
  color: #fff;
}
.has-dark:is(.wa-offcanvas-area) .wa-offcanvas-social-link {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.has-dark:is(.wa-offcanvas-area) .wa-offcanvas-social-link:hover {
  border-color: transparent;
  background: var(--as-clr-pr-1);
}
.has-dark:is(.wa-offcanvas-area) .mobile-main-navigation ul li a {
  color: #fff;
}
.has-dark:is(.wa-offcanvas-area) .mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.has-dark:is(.wa-offcanvas-area) .mobile-main-navigation ul li .dropdown-btn {
  color: #fff;
}
.has-dark:is(.wa-offcanvas-area) .mobile-main-navigation ul li:hover > a {
  color: var(--as-clr-pr-1);
}

/*
    home-1-dark-end
*/
.has-dark .as-pr-btn-3 {
  background: #202020;
}
.has-dark .as-subtitle-3 {
  color: #fff;
}
.has-dark:is(.as-about-3-area) {
  background-color: #050505;
}
.has-dark:is(.as-about-3-area) .as-about-3-sec-title {
  color: #fff;
}
.has-dark:is(.as-about-3-area) .as-about-3-middle-line {
  opacity: 0.2;
}
.has-dark:is(.as-about-3-area) .as-about-3-disc b {
  color: #fff;
}
.has-dark:is(.as-about-3-area) .as-about-3-author-content .author-name {
  color: #fff;
}
.has-dark:is(.as-about-3-area) .as-about-3-author-content .author-name:hover {
  color: var(--as-clr-pr-3);
}
.has-dark:is(.as-about-3-area) .as-about-3-author-content .author-social .link-elm {
  color: #fff;
}
.has-dark:is(.as-about-3-area) .as-about-3-author-content .author-social .link-elm:hover {
  color: var(--as-clr-pr-3);
}
.has-dark:is(.as-about-3-area) .as-about-3-card {
  background-color: #1A1A1A;
}
.has-dark:is(.as-about-3-area) .as-about-3-card .title {
  color: #fff;
}
.has-dark:is(.as-about-3-area) .as-about-3-card .title:hover {
  color: var(--as-clr-pr-3);
}
.has-dark:is(.as-about-3-area) .as-about-3-bg-illus-2 {
  opacity: 0.21;
}
.has-dark:is(.as-faqs-3-area) {
  background-color: #050505;
}
.has-dark:is(.as-faqs-3-area) .as-faqs-3-top-content .title {
  color: #fff;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form-wrap {
  background-color: #1D1D1D;
  border-radius: 30px;
  padding: 45px 35px;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form-content .subtitle {
  color: #d8d8d8;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form-content .subtitle i {
  color: var(--as-clr-pr-3);
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form-content .title {
  color: #fff;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form .form-checkbox .checkbox-label {
  color: #fff;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form button {
  background: #000;
}
.has-dark:is(.as-faqs-3-area) .as-contact-3-content .as-cta-2-form .as-about-3-author-content .author-name {
  color: #fff;
}
.has-dark:is(.as-marquee-text-3-area) {
  background-color: #050505;
}
.has-dark:is(.as-marquee-text-3-area) .as-marquee-text-3-wrap .text-elm {
  color: #fff;
}
.has-dark:is(.as-team-3-area) {
  background-color: #050505;
}
.has-dark:is(.as-team-3-area) .as-team-3-sec-title {
  color: #fff;
}
.has-dark:is(.as-testimonial-3-area) {
  background-color: #050505;
}
.has-dark:is(.as-testimonial-3-area) .as-testimonial-3-sec-title .as-subtitle-3::after {
  background: #fff;
}
.has-dark:is(.as-testimonial-3-area) .as-testimonial-3-sec-title .section-title {
  color: #fff;
}
.has-dark:is(.wa-search-box) {
  background-color: #1D1D1D;
}
.has-dark:is(.wa-search-box) .wa-search-title {
  color: #fff;
}
.has-dark:is(.wa-search-box) .wa-search-tag-title {
  color: #fff;
}
.has-dark:is(.wa-search-box) .wa-search-tag-item {
  color: #fff;
  border: 1px solid #5d5d5d;
}
.has-dark:is(.wa-search-box) .wa-search-tag-item:hover {
  border-color: #000;
}
.has-dark:is(.wa-search-box) .wa-search-box-close {
  color: #fff;
}

/*
    home-3-dark-start
*/
.has-dark .as-subtitle-4-wrap {
  background: #1D1D1D;
}
.has-dark .as-subtitle-4-wrap::before {
  background: linear-gradient(-90deg, #1d1d1d 20%, transparent);
}
.has-dark .as-subtitle-4-wrap::after {
  background: linear-gradient(90deg, #1d1d1d 20%, transparent);
}
.has-dark .as-subtitle-4-wrap .as-subtitle-4 {
  color: #fff;
}
.has-dark:is(.as-about-4-area) {
  background-color: #050505;
}
.has-dark:is(.as-about-4-area) .as-about-4-sec-title .section-title {
  color: #fff;
}
.has-dark:is(.as-about-4-area) .as-about-4-disc {
  background-color: #1D1D1D;
}
.has-dark:is(.as-about-4-area) .as-about-4-disc .disc {
  color: #fff;
}
.has-dark:is(.as-about-4-area) .as-about-4-disc .inner-div-line {
  background: #fff;
}
.has-dark:is(.as-about-4-area) .as-about-4-disc .author-rating .title {
  color: #fff;
}
.has-dark:is(.as-about-4-area) .as-about-4-marquee {
  background-color: #1D1D1D;
}
.has-dark:is(.as-about-4-area) .as-about-4-marquee .marquee-bg {
  background-color: #000;
}
.has-dark:is(.as-about-4-area) .as-about-4-marquee-content .title {
  color: #fff;
}
.has-dark:is(.as-services-4-height) {
  background-color: #050505;
}
.has-dark:is(.as-projects-4-area) {
  background-color: #050505;
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-sec-title .big-title {
  opacity: 0.4;
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-item {
  background-color: #000;
  border-color: #000;
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-item .title {
  color: #fff;
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-item .title:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-item .item-tags .link-elm {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-item .item-tags .link-elm:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-projects-4-area) .as-portfolio-1-counter .number {
  color: #fff;
}
.has-dark:is(.as-testimonial-4-area) {
  background-color: #050505;
}
.has-dark:is(.as-testimonial-4-area) .as-testimonial-4-bg-circle {
  background: #1D1D1D;
}
.has-dark:is(.as-testimonial-4-area) .as-testimonial-4-big-title {
  opacity: 5%;
}
.has-dark:is(.as-testimonial-4-area) .as-testimonial-3-slider-preview-item {
  border-color: #000;
}
.has-dark:is(.as-testimonial-4-area) .as-testimonial-4-slider-main-item .comment, .has-dark:is(.as-testimonial-4-area) .as-testimonial-4-slider-main-item .author-name {
  color: #fff;
}
.has-dark:is(.as-contact-4-area) {
  background-color: #000;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-sec-title .section-title {
  color: #fff;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-social .link-elm {
  background: #1D1D1D;
  color: #fff;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-wrap-2::after {
  background: #000;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-info-single .icon {
  background: #1D1D1D;
  color: #fff;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-info-single .title {
  color: #fff;
}
.has-dark:is(.as-contact-4-area) .as-contact-4-info-single .disc a:hover {
  color: var(--as-clr-pr-3);
}

/*
    home-3-dark-end
*/
.has-dark:is(.as-home-2) {
  background-color: #050505;
}
.has-dark .as-subtitle-2 {
  color: #fff;
  background: #1D1D1D;
}
.has-dark .as-subtitle-2::after {
  background: #fff;
}
.has-dark .as-subtitle-2::before {
  background: #fff;
}
.has-dark .as-sec-title-2 {
  color: #fff;
}
.has-dark .as-p-2 {
  color: #898989;
}
.has-dark .as-pr-btn-2 {
  background: #202020;
  color: #fff;
}
.has-dark .as-phone-btn-1 {
  color: #fff;
}
.has-dark:is(.as-hero-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-hero-2-area) .as-hero-2-bg-border img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(4%) saturate(406%) hue-rotate(314deg) brightness(92%) contrast(89%);
}
.has-dark:is(.as-hero-2-area) .as-hero-2-content .hero-disc {
  color: #fff;
}
.has-dark:is(.as-hero-2-area) .as-hero-2-content .as-pr-btn-2 {
  background: #000;
}
.has-dark:is(.as-about-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-about-2-area) .as-about-2-left {
  background-color: #1D1D1D;
}
.has-dark:is(.as-about-2-area) .as-about-2-counter .number {
  color: #fff;
}
.has-dark:is(.as-about-2-area) .as-about-2-counter .number .odometer {
  color: #fff;
}
.has-dark:is(.as-about-2-area) .as-about-2-counter .title {
  color: #fff;
}
.has-dark:is(.as-about-2-area) .as-about-2-middle .inner-div {
  background-color: #1D1D1D;
}
.has-dark:is(.as-about-2-area) .as-about-2-progress-single {
  background: #000;
  color: #fff;
}
.has-dark:is(.as-about-2-area) .as-about-2-progress-single:nth-child(2) {
  background: #0f0f0f;
}
.has-dark:is(.as-about-2-area) .as-about-2-progress-single:nth-child(3) {
  background: #1b1b1b;
}
.has-dark:is(.as-about-2-area) .as-about-2-progress-single:nth-child(4) {
  background: #292929;
}
.has-dark:is(.as-about-2-area) .as-about-2-support {
  background: #000000;
}
.has-dark:is(.as-about-2-area) .as-about-2-support .icon {
  background: #202020;
}
.has-dark:is(.as-about-2-area) .as-about-2-support .title {
  color: #fff;
}
.has-dark:is(.as-about-2-area) .as-about-2-process .disc {
  color: #fff;
}
.has-dark:is(.as-partner-2-area) {
  background-color: #101010;
}
.has-dark:is(.as-partner-2-area) .as-partner-2-item {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.has-dark:is(.as-portfolio-2-bg-color) .circle {
  background: #252525;
}
.has-dark:is(.as-portfolio-2-area) {
  background: #252525;
}
.has-dark:is(.as-portfolio-2-area) .as-portfolio-2-item-content .right-content .disc {
  color: #fff;
}
.has-dark:is(.as-our-story-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-marquee-text-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-marquee-text-2-area) .as-marquee-text-2-text {
  opacity: 0.2;
}
.has-dark:is(.as-success-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-success-2-area) .as-success-2-experience .number {
  background: #1D1D1D;
}
.has-dark:is(.as-success-2-area) .as-success-2-item {
  border-top: 1px solid rgba(146, 146, 146, 0.24);
}
.has-dark:is(.as-success-2-area) .as-success-2-item .number {
  background-color: #787878;
}
.has-dark:is(.as-services-2-area) {
  background-color: #191919;
}
.has-dark:is(.as-services-2-area) .as-services-2-item {
  border-bottom: 2px solid #898989;
  color: #fff;
}
.has-dark:is(.as-process-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-process-2-area) .as-process-2-wrap::after {
  background-color: #353535;
}
.has-dark:is(.as-process-2-area) .as-process-2-item {
  border-left: 1px solid #353535;
}
.has-dark:is(.as-process-2-area) .as-process-2-item .title {
  color: #fff;
}
.has-dark:is(.as-process-2-area) .as-process-2-item .number::after {
  border-color: #353535;
  background: #050505;
  z-index: -1;
}
.has-dark:is(.as-trust-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-trust-2-area) .as-trust-2-comment span {
  background-color: #000;
  color: #fff;
}
.has-dark:is(.as-trust-2-area) .as-trust-2-author .content-wrap {
  background-color: #000;
}
.has-dark:is(.as-trust-2-area) .as-trust-2-author .name {
  color: #fff;
}
.has-dark:is(.as-faqs-2-area) {
  background-color: #191919;
}
.has-dark:is(.as-faqs-2-area)::after {
  background-color: #242424;
}
.has-dark:is(.as-faqs-2-area) .as-faqs-2-accordion .as-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.has-dark:is(.as-faqs-2-area) .as-faqs-2-accordion .as-accordion-item .item-title {
  color: #fff;
}
.has-dark:is(.as-faqs-2-area) .as-faqs-2-accordion .as-accordion-item .item-title .icon {
  color: #fff;
}
.has-dark:is(.as-faqs-2-area) .as-faqs-2-accordion .as-accordion-item:is(.active) .item-title {
  color: #fff;
  background: #1D1D1D;
}
.has-dark:is(.as-testimonial-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-testimonial-2-area) .as-testimonial-2-wrap-big-title {
  color: #fff;
}
.has-dark:is(.as-testimonial-2-area) .as-testimonial-2-item {
  background: #1D1D1D;
  outline: 7px solid #1D1D1D;
  border: 1px solid rgb(0, 0, 0);
}
.has-dark:is(.as-testimonial-2-area) .as-testimonial-2-item .name {
  color: #fff;
}
.has-dark:is(.as-testimonial-2-area) .as-testimonial-2-item .icon-elm {
  color: #fff;
}
.has-dark:is(.as-testimonial-1-marquee) {
  background-color: #050505;
}
.has-dark:is(.as-testimonial-1-marquee) .as-testimonial-1-marquee-wrap img {
  filter: invert(1) sepia(0) saturate(0) brightness(10.13) contrast(1);
}
.has-dark:is(.as-blog-2-area) {
  background-color: #050505;
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .title {
  color: #fff;
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .title:hover {
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .item-date {
  color: #cfcfcf;
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .item-date span {
  color: #fff;
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .item-btn {
  color: white;
  border-bottom: 1px solid #353535;
}
.has-dark:is(.as-blog-2-area) .as-blog-2-item .item-btn:hover {
  border-color: transparent;
  color: var(--as-clr-pr-1);
}
.has-dark:is(.as-footer-2-area) {
  background-color: #191919;
}

/*
    home-4-dark-end
*/

/*# sourceMappingURL=main.css.map */
